Applied-GeoSolutions / gips

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

update GIPSParsers for grid exports #387

Closed ircwaves closed 5 years ago

ircwaves commented 7 years ago

Looks like the key here is to make sure that whatever -s option accepts is digestable by SpatialExtent.factory.

third-party-tool commented 7 years ago

added a -r/--rastermask option to inventory parser which is mutually exclusive with site

It is still possible that someone could call SpatialExtent.factory with both, so for now, it preferentially uses rastermask if supplied and ignores site related kwargs (key, where)

commits in 2add7d9