GrHalbgott / index-calculator

A python program which calculates a chosen index for Sentinel-2 and Landsat 8 images and gives multiple output options.
GNU General Public License v3.0
3 stars 1 forks source link

Automate getting aoi if no aoi is specified #52

Open GrHalbgott opened 1 year ago

GrHalbgott commented 1 year ago

OSM-boundaries or gadm.org, check where an API is available and use it to get an aoi (Name of city) if no aoi is specified (if os.path(glob.glob("./data/shapes/*)) not True: get aoi OR if aoi is specified through cmd, get from api

GrHalbgott commented 1 year ago

no gadm.org because the boundaries sometimes aren't fully correct check for API to get admin zones in osm-boundaries or ohsome if that's possible