ioos / service-monitor

A web based catalog of IOOS services and datasets
http://catalog.ioos.us
6 stars 13 forks source link

Improves harvesting #462

Closed lukecampbell closed 7 years ago

lukecampbell commented 7 years ago

This patches the harvesting for SOS services. I removed the compliance checker scores for SOS, they don't mean much right now. I hopefully improved performance by caching the outputFormat so that if the harvester finds an outputFormat for a particular service, it should keep using that one instead of trying the list of them.

The formatting of the templates is changed so that there's more colors than just red and clear. If a service is partially available (some procedures worked) it will be yellow. If the service was unavailable it will be gray. If it failed to parse correctly it's red.

lukecampbell commented 7 years ago

screen shot 2017-04-28 at 4 12 51 pm

screen shot 2017-04-28 at 4 13 02 pm

screen shot 2017-04-28 at 4 13 13 pm

@mwengren

lukecampbell commented 7 years ago

I'm gonna merge to get the build going and get it deployed hopefully