The published resources are described in the following csv files:
- verniquet_file/verniquet.csv
- jacoubet/jacoubet.csv
- atlas_minicipal/atlas_municipal_list.csv
- directories/directories_index_20231204.csv (index of the directories)
- directories/directories_adress_lists_index_20231204.csv (list of addresses in the directories)
- Create the records as a yaml file from the csv file
cd verniquet_file
python create_verniquet_records.py
- (optional) If you have prior corresponding records, don't forget to clean them up from the catalog. For instance with:
soduco_geonetwork_cli delete yaml_list.csv
- Create the xml files from the created yaml file
soduco_geonetwork_cli parse verniquet_records.yaml
- Upload the xml files to the geocatalog
soduco_geonetwork_cli upload yaml_list.csv
soduco_geonetwork_cli update-postponed-values yaml_list.csv temp.csv
- Enjoy
cd jacoubet
python create_records.py
- (optional) If you have prior corresponding records, don't forget to clean them up from the catalog. For instance with:
soduco_geonetwork_cli delete yaml_list.csv
- Create the xml files from the created yaml file
soduco_geonetwork_cli parse atlas_jacoubet_records.yaml
- Upload the xml files to the geocatalog
soduco_geonetwork_cli upload yaml_list.csv
soduco_geonetwork_cli update-postponed-values yaml_list.csv temp.csv
- Enjoy
cd atlas_municipal
python create_records.py
- (optional) If you have prior corresponding records, don't forget to clean them up from the catalog. For instance with:
soduco_geonetwork_cli delete yaml_list.csv
- Create the xml files from the created yaml file
soduco_geonetwork_cli parse atlas_municipal_records.yaml
- Upload the xml files to the geocatalog
soduco_geonetwork_cli upload yaml_list.csv
soduco_geonetwork_cli update-postponed-values yaml_list.csv temp.csv
- Enjoy
cd directories
python create_directory_records.py
- (optional) If you have prior corresponding records, don't forget to clean them up from the catalog. For instance with:
soduco_geonetwork_cli delete yaml_list.csv
- Create the xml files from the created yaml file
soduco_geonetwork_cli parse directories.yaml
- Upload the xml files to the geocatalog
soduco_geonetwork_cli upload yaml_list.csv
soduco_geonetwork_cli update-postponed-values yaml_list.csv temp.csv
- Enjoy