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

AssertionError: out_epsg not found. out_epsg='EPSG:32618' #5

Closed
isConic opened this issue Jul 6, 2023 · 1 comment
Closed

AssertionError: out_epsg not found. out_epsg='EPSG:32618' #5

isConic opened this issue Jul 6, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@isConic
Copy link

isConic commented Jul 6, 2023

Running the example on the README.md produces the following error

AssertionError: `out_epsg` not found. out_epsg='EPSG:32618'

The code that produces this error:

import cubo
import xarray as xr  

da = cubo.create(
    lat=4.31, # Central latitude of the cube
    lon=-76.2, # Central longitude of the cube
    collection="sentinel-2-l2a", # Name of the STAC collection
    bands=["B02","B03","B04"], # Bands to retrieve
    start_date="2021-06-01", # Start date of the cube
    end_date="2021-06-10", # End date of the cube
    edge_size=64, # Edge size of the cube (px)
    resolution=10, # Pixel size of the cube (m)
)
@davemlz davemlz added the duplicate This issue or pull request already exists label Jul 8, 2023
@davemlz
Copy link
Collaborator

davemlz commented Jul 8, 2023

Hi @isConic!

I'm closing this issue as it was already reported (cf. #4).

Please refer to that one ;)

Best,

David

@davemlz davemlz closed this as completed Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants