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

Update COP-30 Search to Pull DEM #22

Open
Jack-Hayes opened this issue Nov 20, 2024 · 0 comments
Open

Update COP-30 Search to Pull DEM #22

Jack-Hayes opened this issue Nov 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Jack-Hayes
Copy link
Member

Jack-Hayes commented Nov 20, 2024

Update coincident.search.search(dataset='cop30') to return 2021 DEM of the bbox of an input geometry (GeoDataFrame or GeoSeries). Maybe returned clipped raster and print distribution statistics too?

Building off of code below:

catalog = pystac_client.Client.open(
    "https://planetarycomputer.microsoft.com/api/stac/v1",
    modifier=planetary_computer.sign_inplace,
)
search = catalog.search(collections=["cop-dem-glo-30"], 
                            bbox=bbox)
items = search.item_collection()

Related: #23

@Jack-Hayes Jack-Hayes self-assigned this Nov 20, 2024
@Jack-Hayes Jack-Hayes added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant