hapi-server / server-java

Java-based server which works with Java-based web servers like Tomcat
Apache License 2.0
0 stars 1 forks source link

Need to exclude from ESAC server #19

Open jbfaden opened 1 year ago

jbfaden commented 1 year ago

There are a number of datasets which need to be excluded from the ESAC server. The catalog includes them in the list, but then the info requests return with no parameters. I made a list of datasets which need to be excluded from the ESAC server. cd to the info info folder and do:

grep "\"parameters\"\: \[" * | grep '\[\]' | cut -d \: -f1 | sed 's/\.json//g' > ../config/exclude.txt
jbfaden commented 1 year ago

This will need attention regularly, and I need to ask how this should be done.