geosolutions-it / ckanext-cmre

Custom Template for CMRE
0 stars 1 forks source link

Parser #5

Open chpicone opened 4 years ago

chpicone commented 4 years ago

Parse and extract metadata from the ISO19115-1:2014 model

"This is the mapper for ISO19139 https://github.com/ckan/ckanext-spatial/blob/master/ckanext/spatial/model/harvested_metadata.py

We need to parse a whole new metadata encoding"

abulojoshua1 commented 4 years ago

@etj looks to me like the parsing of data to ISO19139 has already been implemented in the ckanext-spatial provided link (in the description). If ISO19139 is the spec for the XML representation of ISO19115, what should we add/modify in the existing implementation as regards this issue?