-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inputs do not occupy the same physical space #92
Comments
Hi Benjamin, There seems to be an error with one of the intermediate images created by Maja 3.2.2 which is originating from either a wrongly situated DEM (created by Sen2Agri from SRTM and SWBD data) or malformed L1C products. Given that you encounter this error systematically on three tiles, I tend to investigate the former.
Kind regards, |
Hi Peter, Thank you for your help. Here are the gdalinfo ouputs. The file vns_caching_rasterize_image_m_IPZoneMaskSubReaders_band_id0_0 was not existing anymore. I recreated according to the options that are given in the log file, from the following source file : The problem seems to come from that file. The gdalinfo is giving "Pixel Size = (240.000000000000000,9377417.851528383791447)" Kind regards, |
Thank for your input. I cannot see any problem with the DEM creation. Something went horribly wrong during the rasterisation of the input detector footprint masks... I will try to download the product and see if I can reproduce.I will keep you updated. Peter |
Hi Benjamin, I just checked using Maja3 and Maja4. Maja3 does not calculate the bounds properly as one of the coordinates is negative. There seems to be an overflow happening in that case which propagates to the Kind regards, |
Hi Peter, Thank you very much for your feedback. Kind regards, |
Hi,
I am working with Sen2Agri, using MAJA 3.2.2 for Sentinel 2 pre-processing.
Currently, I have a site running over around 10 tiles. For three of those tiles, I have the following issue :
`ScientificProcessing: ITK Exception: itk::ERROR: PersistentStreamingMaskConditionalStatisticsVectorImageFilter(0x4393e60): Inputs do not occupy the same physical space!
InputImage Origin: [2.0010000e+05, 9.9900000e+04], InputImage_1 Origin: [2.0010000e+05, 4.7887289e+06]
Tolerance: 2.4000000e-04
InputImage Spacing: [2.4000000e+02, -2.4000000e+02], InputImage_1 Spacing: [2.4000000e+02, 9.3774179e+06]
Tolerance: 2.4000000e-04`
It is happening for tiles 35NRA, 36NTF, 36NUF, for images in June 2020. Those 3 tiles are on the same latitude. They cover the south part of the red AOI on the image below :
Here is the log.
uganda_maja_manual_run.txt
Would you have any idea about the source of the error ?
Thank you for your help,
Benjamin
The text was updated successfully, but these errors were encountered: