ioos / ckanext-ioos-theme

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

Enable Resource Format filtering #90

Closed mwengren closed 7 years ago

mwengren commented 7 years ago

We should QC the values in the database for resource.format (or whatever the right table.field name is) and enable the CKAN facet interface allowing filtering based on these values if not too inconsistent.

We need a way for users to clearly look for 'NetCDF', 'WMS', 'WFS', 'SOS', 'JSON' etc datasets.

Might require changing the parsing code to assign labels that are user-friendly.

lukecampbell commented 7 years ago

We should be good on the OGC services, since that's baked into CKAN. I'm adding support for OPeNDAP now.

lukecampbell commented 7 years ago

screen shot 2016-11-11 at 8 53 17 am

lukecampbell commented 7 years ago

How's this look?