Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve IGRA2 date range error #316

Open
dopplershift opened this issue Jan 23, 2021 · 1 comment
Open

Improve IGRA2 date range error #316

dopplershift opened this issue Jan 23, 2021 · 1 comment
Labels
Area: Web Services good first issue Straightforward issues suitable for new and inexperienced contributors to the project Type: Feature
Milestone

Comments

@dopplershift
Copy link
Member

When there are no data available for a particular date range from IGRA2, it would be very helpful to the users to include the range of data that is actually found in the file. This will require actually calculating the min/max date, but we are already scanning through all of them so it shouldn't be too much more effort.

@dopplershift dopplershift added this to the 0.9 milestone Jan 23, 2021
@dopplershift dopplershift added the good first issue Straightforward issues suitable for new and inexperienced contributors to the project label Jan 23, 2021
@danielmwatkins
Copy link
Contributor

This could be done via a scan of the file "igra2-station-list.txt", which is in the IGRA2 FTP ftp://ftp.ncdc.noaa.gov/pub/data/igra/

It would be helpful in general to have a utility for grabbing the station information based on some kind of filter, like saying "Fetch me a list of all the stations in the country / latlon box / state".

@dopplershift dopplershift modified the milestones: 0.9, 0.10 Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Web Services good first issue Straightforward issues suitable for new and inexperienced contributors to the project Type: Feature
Projects
None yet
Development

No branches or pull requests

2 participants