Dennis Heimbigner

Results 612 comments of Dennis Heimbigner

Works ok under CYGWIN bash. Couple of possibilities: 1. the url might need escaping to work 2. it is possible that the winpath code is getting invoked when it should...

So, another thing to try is to prefix the url with [log][show=fetch] to get some extra debug info.

Well, I did see when using the [log] prefix a complaint from curl about unsupported protocol. So that may be it.

And yes, if you do curl-config --protocols it should list supported protocols

It is possible, but if so, then it should be easy to show by testing these 3 URLS in your web browser. 1. https://thredds-test.unidata.ucar.edu/thredds/dodsC/grib/NCEP/WW3/Regional_US_East_Coast/Best.dds 2. https://thredds-test.unidata.ucar.edu/thredds/dodsC/grib/NCEP/WW3/Regional_US_East_Coast/Best.das 3.https://thredds-test.unidata.ucar.edu/thredds/dodsC/grib/NCEP/WW3/Regional_US_East_Coast/Best.dods It is also...

I have created a separate branch called windap.tmp that turns on a bunch of debug output. Please try to use it to see if the error you are seeing shows...

To refresh my memory, what version of netcdf-c were you using to generate the output? 4.6.1?

Oh yes Unfortunately that output is just not precise enough. Are you in a position to do this in visual studio? 1. Set a breakpoint in the function dapbreakpoint() (in...

That should work. I use the following cheat sheet to remind me how to do this, it might be helpful to you also. The big issue is the PATH= arguments....