Skip to content

Commit

Permalink
#52 bring YAML config of stable endpoint in line for v0.16.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Mar 27, 2024
1 parent 83d3008 commit 30805e0
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 126 deletions.
15 changes: 15 additions & 0 deletions services/pygeoapi_stable/data/nationaalgeoregister.nl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Sample metadata records from Dutch Nationaal georegister

- Description: XML files fron Dutch Nationaal georegister used to populate TinyDB
- Source: nationalgeoregister.nl
- URL: https://nationaalgeoregister.nl
- Copyright: [CC0](https://creativecommons.org/share-your-work/public-domain/cc0)

## Populating TinyDB backend from XML files

```bash
curl -O https://raw.githubusercontent.com/geopython/pygeoapi/master/tests/load_tinydb_records.py
mkdir -p /tmp/sample-records
unzip demo.pygeoapi.io/services/pygeoapi_master/data/nationaalgeoregister.nl/sample-records.zip -d /tmp/sample-records
python3 load_tinydb_records.py /tmp/sample-records demo.pygeoapi.io/services/pygeoapi_master/data/nationaalgeoregister.nl/sample-records.tinydb
```

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 30805e0

Please sign in to comment.