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

DownloadService must return a list of valid formats for a given dataset #5

Closed bgrotan closed 7 years ago

bgrotan commented 7 years ago

https://nedlasting.geonorge.no/Help/Api/GET-api-v2-codelists-format-metadataUuid

bgrotan commented 7 years ago

Sample query:

SELECT DISTINCT UPPER(f.format) FROM .dataset d,.filliste f WHERE d.id='' AND d.id=f.dataset

halset commented 7 years ago

Denne tror jeg er fikset i master nå.