Skip to content

Commit

Permalink
Add comments to CKAN to GN script
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Jun 6, 2024
1 parent de12feb commit 7ef42bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ckan2gn/ckan_to_gn.py
Original file line number Diff line number Diff line change
@@ -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 = ''
Expand Down

0 comments on commit 7ef42bd

Please sign in to comment.