Kyle Wilcox

Results 13 comments of Kyle Wilcox

I was able to avoid setting `NODE_ENV=development` by defining the `gcp-build` script [as documented here](https://cloud.google.com/appengine/docs/standard/nodejs/running-custom-build-step). I didn't trace back what actually checks for the `gcp-build` script to execute it but...

I've written a simple one I use to pull out ISO files from THREDDS catalogs: https://github.com/asascience-open/glos_catalog/blob/master/pyiso/pyiso/collectors/thredds.py I don't remember why I ended up using the THREDDS HTML pages over the...

@tomkralidis this might be a good start, comments welcome: https://github.com/asascience-open/thredds_crawler

I agree this would be nice and would happily accept a PR for it :smiley:

The best resource for WFS and WCS examples are the tests: https://github.com/geopython/OWSLib/tree/master/tests/doctests Each test is prefixed by the type of service it is testing. I'll look into updating the webpage....

Well the good news is you are not alone. I can re-produce this: https://thredds.secoora.org/thredds/unitedstates.html?dataset=NOAA_NCEI_COASTALRELIEFMODEL_NE_ATL (See the NCML link which uses URL parameters) As @lesserwhirls said, the top level `https` prefix...

@pacioos I feel your pain! At one point there was some work done to get the DSG classes as first-class FeatureTypes in NCJ/THREDDS but that work has stalled over the...

@benbovy FYI I had the same thoughts and ended up moving the concepts into their own project: https://github.com/axiom-data-science/xpublish-host

@romulus-ai Would you imagine this being controlled by an environmental variable that would disable the `authorized_keys` file mods, or checking if file existed and already had the correct ownership and...

@bbest I'm going to guess the dataset you are trying to access through ERDDAP's WMS is netCDF based, and the short answer is that netCDF and GeoServer don't play nicely...