Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

add `get_geometry` method #445

Closed ircwaves closed 6 years ago

ircwaves commented 6 years ago

The base Asset class method should return the associated polygon for tiled datasets by looking in the driver's tiles setting (helpful method here: tilestore = Repository.get_setting('tiles') # usually '.../tiles.shp')

Untiled drivers will have the option to override this and return the granule's extent in a manner which they see fit.