Sean Arms

Results 198 comments of Sean Arms

@tnoelcke - what is the exact data request you are making to the server (or the exact slice you are using)?

Cracking the metadata is fairly light weight - it's something you do each time you open an OPeNDAP url or click the OPeNDAP link in a catalog, so no biggie,...

The current release of the TDS does not allow for cross data array boundaries. However, the next version does and should support this kind of ncss query.

The only workaround at this point would be to make two siphon requests - one for each edge of the grid. In the next version of the TDS, you will...

Maybe, but then you lose the ncss niceness of the request. Needs more thought :-/

The real issue is that we do not handle http redirects properly.

I think by project, @durack1 means a github project for tracking issues/milestones (much like the "Thread Safety" project at https://github.com/Unidata/netcdf-c/projects/6), and not a separate github repository. As testing and feedback...

PR #35 addresses "follow method for CatalogRef (see urllib.parse.urljoin)" - thanks @ScottWales!

It looks like the man page is updated and correct - the issue was that I was looking at the output of `nccopy -h`, which does not show an example...

Thanks @dcamron! The failures do not appear to be related to the changes here, but we can look into them tomorrow, as this is a good opportunity to take care...