Ryan May

Results 160 issues of Ryan May

At least on 0.25 degree GFS (http://thredds.ucar.edu/thredds/dodsC/grib/NCEP/GFS/Global_0p25deg/Best.html) the units on Geopotential_height_surface and Geopotential_height_isobaric are listed as 'gpm'. There are so many questions that this raises, among them: - What does...

Area: GRIB
Type: Cleanup

Trying to access a point feature collection through NCSS with "accept=netcdf" results in a 400 with: > IllegalArgumentException: unknown DataType == uint Here's a sample access url: http://thredds-test.unidata.ucar.edu/thredds/ncss/point/irma/metar/Metar_Station_Data_-_IRMA_fc.cdmr?var=altimeter_setting&var=wind_direction&var=dewpoint&var=sky_coverage&var=temperature&var=wind_speed&time=2017-09-10T12%3A00%3A00&west=-90&east=-80&south=24&north=34&accept=netcdf This is...

Area: NCSS
Area: PointFeature

Right now it's using `e.printStackTrace()`, which left no useful output whatsoever in any of the logs when @lesserwhirls was trying to debug it earlier. Specifically looking at https://github.com/Unidata/thredds/blob/636f4951047badcf8500b6a27cb45c4df36d405f/tds/src/main/java/thredds/server/radarServer2/StationList.java#L115-L136

Area: Radar Server
Type: Cleanup

A request for both min and max temp from NDFD, such as: http://thredds.ucar.edu/thredds/ncss/grib/NCEP/NDFD/NWS/CONUS/NOAAPORT/Best?var=Minimum_temperature_height_above_ground_12_Hour_Minimum&var=Maximum_temperature_height_above_ground_12_Hour_Maximum&latitude=40&longitude=-105&time_start=2016-04-23T12%3A00%3A00Z&time_end=2016-05-05T12%3A00%3A00Z&vertCoord=&accept=csv will return the following CSV: ``` csv time,latitude[unit="degrees_north"],longitude[unit="degrees_east"],vertCoord[unit="m"],Minimum_temperature_height_above_ground_12_Hour_Minimum[unit="K"],Maximum_temperature_height_above_ground_12_Hour_Maximum[unit="K"] 2016-04-23T12:00:00Z,40.0,-105.0,2.0,279.8282775878906,NaN 2016-04-24T00:00:00Z,40.0,-105.0,0.0NaN,299.6419982910156 2016-04-24T12:00:00Z,40.0,-105.0,2.0,278.3919982910156,NaN 2016-04-25T00:00:00Z,40.0,-105.0,0.0NaN,292.8512878417969 2016-04-25T12:00:00Z,40.0,-105.0,2.0,279.29022216796875,NaN 2016-04-26T00:00:00Z,40.0,-105.0,0.0NaN,294.802978515625 2016-04-26T12:00:00Z,40.0,-105.0,2.0,279.03948974609375,NaN 2016-04-27T00:00:00Z,40.0,-105.0,0.0NaN,286.5635986328125 2016-04-27T12:00:00Z,40.0,-105.0,2.0,274.9562072753906,NaN...

Type: Bug
Area: NCSS

From esupport ticket WML-374203: ``` This is a request to please add support for the "timeStride" parameter for Point Datasets served via NetCDF Subset Service (NCSS) in TDS. As your...

Type: Enhancement
Area: NCSS

Query: http://thredds-test.unidata.ucar.edu/thredds/ncss/grid/casestudies/irma/model/gfs/Best?var=Relative_humidity_isobaric&var=Temperature_isobaric&var=v-component_of_wind_isobaric&var=u-component_of_wind_isobaric&time=2017-09-08T12%3A00%3A00&longitude=-90&latitude=30&accept=netcdf4 Gives, as a download a file with the contents ``` IllegalArgumentException: Index out of range=1 ```

NCSS returns from TDS 5.0 are missing the grid_mapping attribute on data variables and the projection variable. This query: http://thredds-test.unidata.ucar.edu/thredds/ncss/grid/casestudies/irma/model/gfs/Best?var=Geopotential_height_isobaric&time_start=2017-09-05T00%3A00%3A00&time_end=2017-09-08T00%3A00%3A00&west=-120&east=-50&south=15&north=55&accept=netcdf4&vertCoord=50000 Yields a netCDF file with the following CDL: ``` netcdf...

When CSV output is returned, like from NCSS, string values are not quoted. This mean, like for say METAR output, any strings that can have commas (like the remarks section)...

I'm seeing channels being added twice with this action, once under: ``` # Applying conda configuration... ################################# ``` and another under: ``` # Applying conda configuration after update... ############################################## ```...

type:bug

### Description Streamline plots for this case generate empty figures: #### Code to reproduce ```python import numpy as np import cartopy.crs as ccrs import matplotlib.pyplot as plt x = np.array([233.,...