Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iso19115 3 #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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