Skip to content

This repository contains the metadata records to publish on the SoDUCo catalog.

Notifications You must be signed in to change notification settings

soduco/catalog-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create the resources for the SoDUCo catalog

Sources

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)

Verniquet

  1. Create the records as a yaml file from the csv file
cd verniquet_file
python create_verniquet_records.py 
  1. (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
  1. Create the xml files from the created yaml file
soduco_geonetwork_cli parse verniquet_records.yaml 
  1. 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
  1. Enjoy

Jacoubet

cd jacoubet
python create_records.py 
  1. (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
  1. Create the xml files from the created yaml file
soduco_geonetwork_cli parse atlas_jacoubet_records.yaml 
  1. 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
  1. Enjoy

Atlas Municipal

cd atlas_municipal
python create_records.py 
  1. (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
  1. Create the xml files from the created yaml file
soduco_geonetwork_cli parse atlas_municipal_records.yaml 
  1. 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
  1. Enjoy

Directories

cd directories
python create_directory_records.py
  1. (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
  1. Create the xml files from the created yaml file
soduco_geonetwork_cli parse directories.yaml 
  1. 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
  1. Enjoy

About

This repository contains the metadata records to publish on the SoDUCo catalog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages