diff --git a/src/ckan2gn/ckan_to_gn.py b/src/ckan2gn/ckan_to_gn.py index d142fb0..bcda654 100644 --- a/src/ckan2gn/ckan_to_gn.py +++ b/src/ckan2gn/ckan_to_gn.py @@ -1,6 +1,14 @@ import requests from pathlib import Path +""" +A simple script to: + 1. Retrieve all public records from a CKAN service + 2. Insert CKAN records into a Geonetwork service + +NB: This requires the 'iso19115' extension to be installed in CKAN +""" + # Geonetwork username and password: username = '' password = ''