ngu / geonorge-nedlastingapi

An implementation in Java of the Geonorge Download API (https://nedlasting.geonorge.no/Help)
MIT License
4 stars 2 forks source link

Better support for limitation of data exports #96

Open bgrotan opened 1 year ago

bgrotan commented 1 year ago

Currently (DownloadService=>can-download) max area (square kilometers) is calculated, and tested if the dataset has this constraint (related to clip-to-polygon).

Either check/verify against an external service (e.g. FME Workspace) or other service/database lookup. Should be possible to create checkers/verifiers on a per dataset/fileformat basis.

An order of e.g. geotechnical investigations can be very large in one file format (GML), but not in others (FGDB)