Sean Arms

Results 54 issues of Sean Arms

In TDS v5, the NCSS API has been extended with parameters related to 2D time datasets and ensemble dataset. ## 2D time datasets For example: https://thredds-test.unidata.ucar.edu/thredds/catalog/grib/NCEP/HRRR/CONUS_2p5km/catalog.html?dataset=grib/NCEP/HRRR/CONUS_2p5km/TwoD As an example here,...

Type: Enhancement
Area: NCSS

To be consistent with other services, TDS 5.0 serves out _all_ catalogs using thredds/catalog The top level catalog's old url: thredds/catalog.(html|xml) redirects to: thredds/catalog/catalog.(html|xml) which siphon catches. However, the TDSCatalog...

Type: Enhancement
Area: Catalog

When making an NCSS Grid-as-Point request, the representation of the data on the python side changes based on the `accept` parameter. For example: ~~~python from siphon.catalog import TDSCatalog from datetime...

Area: NCSS

Currently the dependency list in `README.rst` is out of sync with setup.py. For example, `README.rst` has: ~~~ requests>=1.2 numpy>=1.8 protobuf>=3.0.0a3 ~~~ while `setup.py` has these additional deps: ~~~ beautifulsoup4>=4.6 pandas...

Type: Maintenance
Area: Docs
Area: Infrastructure

Add a method to the ncss query object that allows one to specify a lat/lon box request as a central lat/lon point with a given width and height.

Type: Enhancement
Area: NCSS

review metadata.py to make sure required attribute checks are actually checking actual required attributes.

Type: Bug
Type: Maintenance

### Versions impacted by the bug v5.x, v6.x, v7.x ### What went wrong? Report from mailing list: Hi, I am using netcdf-java 5.3.3 to read various bufr-files. It works very...

bug
ver5
ver6
ver7

### Versions impacted by the bug v5.x, v6.x, v7.x ### What went wrong? Using `logicalReduce` in NcML when using the new builder-based API has no effect, so likely not implemented...

bug

Make HDFS and S3 RandomAccessFile (and company) part of mainline codebase (currently in a [feature branch](https://github.com/Unidata/thredds/compare/5.0.0...feature/s3+hdfs)). These should be in separate modules, and use the Server Provider interface, especially since...

ver7

PR Undiata/netcdf-java#57 added a new test category: `ucar.unidata.util.test.category.Slow`. Currently, tests annotated with that category will always be ignored. At a minimum, we should still run these tests on Jenkins. The...