Ryan May

Results 784 comments of Ryan May

I'm not arguing one way or the other, but I wouldn't call it insane. It follows the default behavior for many other file-opening functions, like `open()` in Python and `fopen`...

To be clear, Unidata is fostering netcdf4-python and hosting it here within our organization, but @jswhit is the one with final say here. Unidata's statement on Python 2 support was...

I can confirm that replacing `-O3` with `-O0` over in conda-forge/libnetcdf-feedstock#119 allowed the failing test to pass.

Some relevant build env information from over there. Host env: ``` _libgcc_mutex: 0.1-conda_forge conda-forge _openmp_mutex: 4.5-1_gnu conda-forge bzip2: 1.0.8-h4e0d66e_4 conda-forge c-ares: 1.17.1-h4e0d66e_1 conda-forge ca-certificates: 2020.12.5-h1084571_0 conda-forge curl: 7.76.0-h86bdb50_0 conda-forge hdf4:...

Another option is NCEI's [IBTrACS](https://www.ncdc.noaa.gov/ibtracs/index.php), which is "Providing tropical cyclone best track data in a centralized location to aid our understanding of the distribution, frequency, and intensity of tropical cyclones...

Well this is fun. Siphon is returning all of the data that the site returns. However, if you change `'BUF'` to `'72528'` you'll get all of the data--72528 is the...

*sigh* For the same date (today), with station OUN/72357, I actually get *more* data when I ask for 'OUN' vs. 72357, so requesting the number is not a simple solution.

I sent an email to the upstream provider to seek some clarification here before we decide how to deal with this in Siphon.

So based on feedback from upstream, the site *shouldn't* make a difference. Sounds like there's some caching at play that could be playing a role here. When you use the...

Right, if you're only using the Siphon interface, you're going to get the same results. The option to regenerate is only currently available on the Wyoming web interface.