Skip to content

Commit

Permalink
iso19115-3.2018 first introduction
Browse files Browse the repository at this point in the history
first working version 19115-3

introduce iso19115 validations and profiles

introduce iso19115 validations and profiles

refactor iso19115 to overriding

first working draft

revert changes to harvested_metadata.py

revert changes to core files
  • Loading branch information
ccancellieri committed Oct 24, 2021
1 parent 5a98782 commit 86212b8
Show file tree
Hide file tree
Showing 177 changed files with 31,295 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckanext/spatial/harvesters/iso19115/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from ckanext.spatial.harvesters.iso19115.harvester import ISO19115Harvester
from ckanext.spatial.harvesters.iso19115.spatial_harvester import ISO19115SpatialHarvester
from ckanext.spatial.harvesters.iso19115.validators \
import ISO19115_Schema, ISO19115_1_Schema, ISO19115_2_Schema, ISO19115_Schematron
583 changes: 583 additions & 0 deletions ckanext/spatial/harvesters/iso19115/harvester.py

Large diffs are not rendered by default.

Loading

0 comments on commit 86212b8

Please sign in to comment.