ua-snap / ckanext-snap_theme

0 stars 0 forks source link

Display spatial and temporal resolution in sidebar #7

Closed brucecrevensten closed 9 years ago

brucecrevensten commented 9 years ago

Spatial resolution is a go, but I needed to patch the CKAN CSW harvester for it to work, by editing ckanext-spatial/ckanext/spatial/model/harvested_metadata.py link to source and change the gml namespace line from:

"gml": "http://www.opengis.net/gml/3.2",

to:

"gml": "http://www.opengis.net/gml",

I've emailed the CKAN dev list about why this is necessary. Before making this change, the spatial resolution and units didn't come in, and neither did the temporal start/end times. This may be related to the versions of GeoNetwork and GML that are in play here.

brucecrevensten commented 9 years ago

Temporal resolution poses another difficulty: it's not present in our metadata and it's unclear how/where to add it. I've emailed the GeoNetwork mailing list with my question.

brucecrevensten commented 9 years ago

I'm not getting anywhere with temporal resolution, so shelving that for now. Spatial resolution is go.