-
Notifications
You must be signed in to change notification settings - Fork 19
IndonesianNODC Generate JSON LD Steps
Jeff McKenna edited this page Aug 8, 2022
·
16 revisions
The following steps should be executed by the INA-NODC (BRIN) team. GeoNode currently does not generate JSON-LD for the catalogue layers, so these steps generate JSON-LD for each record the catalogue (https://geonode.nodc.id).
- Python 3.x (3.9.12 is recommended)
- install Python
- pip
- install necessary Python modules
python -m pip install json, pyld, owslib, ssl, pandas, kglab, logging
