Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 630 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 630 Bytes

sleepy-catalogue

Proof of concept OGC API Records Crawable catalog

This is a nginx with few rules to emulate a catalog, that right now is based on static files on the file system (check /data folder)

To test just run

docker-compose up -d

Available enpoints are

http://localhost/collections/masked_rec

http://localhost/collections/masked_rec/items

http://localhost/collections/masked_rec/items/{feature_id}

Next steps:

  1. Allow more collections (right now fixed to masked_rec). (Is it possible for crawable catalogs?)
  2. Automate creation of items endpoint
  3. Parameterize host and do not hard-code it in the jsons