I am trying to run the BiophysicalOp processor in batch mode on a series of Sentinel-2 images, through the attached files (the graph, the parameters file and the processDataset.bat) on a machine Windows x64:
Per this example, it is convention (perhaps not necessary, but helps others reading your graph) to add âNodeâ to node id strings. Then try replacing
I have finally run the Biophysical Operator, but I get the following messages:
WARNING: org.esa.s2tbx.dataio.s2.ortho.metadata.S2OrthoMetadata: Warning: no image files found for band quality_dense_dark_vegetation
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0\S2A\LAI\LAI_TestCases
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable LAI model S2A. They wonât be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0\S2A\LAI\LAI_DefinitionDomain_MinMax
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients DEFINITION_DOMAIN_MINMAX for variable LAI model S2A. They wonât be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0\S2A\LAI\LAI_DefinitionDomain_Grid
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients DEFINITION_DOMAIN_GRID for variable LAI model S2A. They wonât be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0\S2A\FAPAR\FAPAR_TestCases
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable FAPAR model S2A. They wonât be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0\S2A\FAPAR\FAPAR_DefinitionDomain_MinMax
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients DEFINITION_DOMAIN_MINMAX for variable FAPAR model S2A. They wonât be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0\S2A\FAPAR\FAPAR_DefinitionDomain_Grid
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients DEFINITION_DOMAIN_GRID for variable FAPAR model S2A. They wonât be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0\S2A\FCOVER\FCOVER_TestCases
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients TEST_CASES for variable FCOVER model S2A. They wonât be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0\S2A\FCOVER\FCOVER_DefinitionDomain_MinMax
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients DEFINITION_DOMAIN_MINMAX for variable FCOVER model S2A. They wonât be available.
SEVERE: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when reading C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0\S2A\FCOVER\FCOVER_DefinitionDomain_Grid
WARNING: org.esa.s2tbx.biophysical.BiophysicalAuxdata: Error when loading coefficients DEFINITION_DOMAIN_GRID for variable FCOVER model S2A. They wonât be available.
@cchamp In the log the referred files are located in C:\Users\chiar.snap\auxdata\s2tbx\biophysical\3_0
You have shown the directory C:\Users\chiar.snap\auxdata\s2tbx\biophysical\2_1
But there is one issue with this path. Between chiar and .snap the backslash is missing.
Not sure if it is not shown in the logs only or if this is the reason the auxiliary data canât be accessed.
It could be that the processor falls back to some default values. And if you donât change the files it is not important that they are not accesible.
Another point. in my auxdata directory I canât find the file s2tbx\biophysical\3_0\S2A\LAI\LAI_TestCases it exists only beneath the 2_1 folder.
Hi, @marpet I have checked, indeed, the âs2tbx\biophysical\3_0\S2A\LAI\LAI_TestCasesâ doesnât exist in 3_0. This auxdata is not used in the algorithm 3_0 version, the warning is then not be considered.
I reopen the issue. Unfortunately, the definition domain test, definiton grid test and test cases are missing for S2A. So, it was reliable.
Moreover, there is an issue with the outputRangeTest tolerance sign.
I fix it and I plan to merge the fix in the next s2tbx release.