Skip to content

Instantly share code, notes, and snippets.

@M3nin0
Created August 5, 2020 14:49
Show Gist options
  • Save M3nin0/a7931581e1e3c683fcf358dc4ffd7e24 to your computer and use it in GitHub Desktop.
Save M3nin0/a7931581e1e3c683fcf358dc4ffd7e24 to your computer and use it in GitHub Desktop.
STAC.py intersects method
import stac
bdc_stac_service = stac.STAC('http://brazildatacube.dpi.inpe.br/bdc-stac/0.8.0/')
collection = bdc_stac_service.search({'collections': ['LC8SR'], "intersects": {"type": "Point", "coordinates": [-45, -13] }, "limit": 10})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment