Skip to content
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

Extent not recognizing SRS #64

Open
glaroc opened this issue May 26, 2022 · 0 comments
Open

Extent not recognizing SRS #64

glaroc opened this issue May 26, 2022 · 0 comments

Comments

@glaroc
Copy link

glaroc commented May 26, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant