ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

'Point extent defined instead of polygon' #60

Closed mwengren closed 7 years ago

mwengren commented 8 years ago

This error shows up on a number of records in CKAN. There are some examples in the harvest report for NERACOOS here: https://dev-catalog.ioos.us/harvest/neracoos-waf/job/last.

It looks like CKAN is accepting the records, but I don't think the spatial filtering will work unless we do a transform to small polygon automatically before harvest, or switch to the solr-spatial-field search backend in CKAN: http://docs.ckan.org/projects/ckanext-spatial/en/latest/spatial-search.html

lukecampbell commented 8 years ago

Yeah that's annoying. So, we can turn on spatial-field but we lose sorting which I feel is pretty important to restricting "noise" in the search results. Maybe the answer is we transform the docs into something that uses a very small bounding box. I'm playing around with both options to see which is easier and not degrading performance or UX.