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
FIX: Fix DEM management with RPC orthorectification: handle correctly the vertical CRS (see dem notebook and EOREADER_DEM_VCRS environment variable). #53
Copy file name to clipboardExpand all lines: CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
- FIX: Loosen the constraints on PlanetScope stack name as it may change, from `Analytic` to `composite`, etc. [#244](https://github.com/sertit/eoreader/issues/244)
12
12
- FIX: Add a fallback in case of impossibleness of reading ICEYE `QUICKLOOK.kml` file
13
13
- FIX: Manage the case of Maxar data with negative absolute calibration factor: don't compute the reflectance and leave it as is.
14
+
- FIX: Fix DEM management with RPC orthorectification: handle correctly the vertical CRS (see dem notebook and `EOREADER_DEM_VCRS` environment variable). [#53](https://github.com/sertit/eoreader/issues/53)
"<strong>Warning:</strong> The orthorectification may take a while!\n",
424
+
"<strong>Warning:</strong> The orthorectification may take a while!\n",
425
425
" \n",
426
+
"</div>\n",
427
+
"\n",
428
+
"<div class=\"alert alert-warning\">\n",
429
+
"\n",
430
+
"<strong>Warning:</strong> Orthorectification with RPCs should be done with an ellipsoid-based DEM! <br>\n",
431
+
"EOReader is able to convert your put DEM if you provide the corresponding vertical CRS (passing a 'vcrs' keyword or put it in 'EOREADER_DEM_VCRS' environment variable). <br>\n",
0 commit comments