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 an image collection with one element in it with srs='EPSG:3116:
> st
Image collection object, referencing 1 images with 1 bands
Images:
name left top bottom right datetime srs
1 COLOMBIA-LC-2018 152612 1930023 22983 1818752 2018-01-01T00:00:00 EPSG:3116
Bands:
name offset scale unit nodata image_count
1 COLOMBIA-LC-2018 0 1 1
If I run extent(st, srs='EPSG:3116') , I get
Error in gc_image_collection_extent(x, srs) :
ERROR: coordinate transformation failed (from EPSG:4326 to EPSG:3116).
If I don't specify the srs, I get the proper bounding box in EPSG:3116, although the default should be in 4326.
The text was updated successfully, but these errors were encountered:
I have an image collection with one element in it with srs='EPSG:3116:
If I run
extent(st, srs='EPSG:3116')
, I getIf I don't specify the srs, I get the proper bounding box in EPSG:3116, although the default should be in 4326.
The text was updated successfully, but these errors were encountered: