You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have BEAM-DIMAP files which after some processing in SNAP I "convert" them to EOPatch (with their corresponding BBox and EPSG). An example of EOPatch can be seen below:
The expected behavior in e.g., QGIS should have been like the one below:
To reproduce the expected behavior simply change the CRS from EPSG:25832 to EPSG:32632 in the issue reproduction code above:
Environment
No use of virtual environment (e.g., conda, venv etc).
Working via a docker container.
Desktop (please complete the following information):
OS: Ubuntu 20.04
Browser: Firefox 102.0
eo-learn version: 0.9.2
Python version: 3.6.9
Additional context
I have tested and reproduced this issue with ETRS89-based UTM projections (25832 and 25834), while in the case of WGS84-based ones everything works as expected.
I have exported the BEAM-DIMAP as geoTIFF using SNAP (with GDAL) and I get the expected result.
I have used gdalwarp in QGIS to "re-project" the geoTIFF in EPSG: 25832 and I get the expected result.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have BEAM-DIMAP files which after some processing in SNAP I "convert" them to EOPatch (with their corresponding BBox and EPSG). An example of EOPatch can be seen below:
After that, I save them as geoTIFF using the following code:
When I import the saved geoTIFF in QGIS it seems that the CRS is kind of partially recognized. What I notice are the following:
To Reproduce
Execute the following code and import geoTIFF file in QGIS:
Expected behavior
The expected behavior in e.g., QGIS should have been like the one below:
To reproduce the expected behavior simply change the CRS from
EPSG:25832
toEPSG:32632
in the issue reproduction code above:Environment
No use of virtual environment (e.g., conda, venv etc).
Working via a docker container.
Desktop (please complete the following information):
Additional context
gdalwarp
in QGIS to "re-project" the geoTIFF inEPSG: 25832
and I get the expected result.The text was updated successfully, but these errors were encountered: