We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550c9a6 commit ccf5227Copy full SHA for ccf5227
src/imagery/i.eodag/i.eodag.py
@@ -334,7 +334,7 @@ def get_aoi(vector=None):
334
)
335
# TODO: Might need to check for number of coordinates
336
# Make sure it won't cause problems like in:
337
- # https://github.com/OSGeo/grass-addons/blob/grass8/src/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py#L273
+ # https://github.com/OSGeo/grass-addons/blob/8eb244b8f229d668ed5306ed9f18f3b0b08c1e45/src/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py#L273
338
feature_type = geom[: geom.find("(")]
339
coords = geom.replace(feature_type + "((", "").replace("))", "").split(", ")
340
projected_geom = feature_type + "(("
0 commit comments