-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
USCRN stations #466
Comments
Nice database 👍 There are so many NOAA interfaces, I sometimes struggle keeping track of them. Currently, we only import data from GHCN and ISD. We should add USCRN, too. Anyone who wants to help adding these stations + import routines? 😆 |
What language and back end? |
It's all written in Python, running on an Ubuntu system: https://github.com/meteostat/routines Extensions & improvements are always welcome 🙂 |
Unfortunately I normally work in C# to a Microsoft SQL backend. The input data is in fixed width format txt files. Stored in yearly sub-directories for each type. |
e.g. From the monthly readme
README CONTENTS:
NCDC provides access to monthly data from the U.S. Climate Reference Network /
and an identical web interface at:
Before using these data, be sure to review this document carefully, as well
Status and Version Information for U.S. Climate Reference Network Data ########################## Version change: 2.1 to 2.1.1
for Precipitation (OAP) 2.1.1 has been completed. The purpose of this ########################## Status change: Correction
the following stations and time periods were mistakenly missing on ########################## Version change: 2.0 to 2.1
version 2.1 from v2.0. This version change was retroactively applied to ########################## Version change: 1.0 to 2.0
(OAP) version 1.0 was operational until August 17, 2015 and used a
The monthly01 directory contains a single ASCII text file for each USCRN/USRCRN
CRNM01 = filename prefix to denote CRN Monthly01 data
Each station file contains fixed-width formatted fields with a single set of Fortran users will find the column widths and counts useful. The file "HEADERS.txt", found in the monthly01 directory, is designed to be
Please be sure to refer to the "Important Notes" section below for essential All monthly data are calculated over the station's month in Local Standard Field# Name Units1 WBANNO XXXXX 1 WBANNO [5 chars] cols 1 -- 5 2 LST_YRMO [6 chars] cols 7 -- 12 3 CRX_VN_MONTHLY [6 chars] cols 14 -- 19 4 PRECISE_LONGITUDE [9 chars] cols 21 -- 29 5 PRECISE_LATITUDE [9 chars] cols 31 -- 39 6 T_MONTHLY_MAX [7 chars] cols 41 -- 47 7 T_MONTHLY_MIN [7 chars] cols 49 -- 55 8 T_MONTHLY_MEAN [7 chars] cols 57 -- 63 9 T_MONTHLY_AVG [7 chars] cols 65 -- 71 10 P_MONTHLY_CALC [7 chars] cols 73 -- 79 11 SOLRAD_MONTHLY_AVG [7 chars] cols 81 -- 87 12 SUR_TEMP_MONTHLY_TYPE [1 chars] cols 89 -- 89 13 SUR_TEMP_MONTHLY_MAX [7 chars] cols 91 -- 97 14 SUR_TEMP_MONTHLY_MIN [7 chars] cols 99 -- 105 15 SUR_TEMP_MONTHLY_AVG [7 chars] cols 107 -- 113
|
No problem. I'll put in on my backlog. But I can't say how long it's going to take. Thanks for the hint! |
There are 2 sets of stations in the results. Those that are
commissioned/active and those that are experimental/closed. See Index of
/pub/data/uscrn/products (noaa.gov)
<https://www1.ncdc.noaa.gov/pub/data/uscrn/products/> in stations.tsv
<https://www1.ncdc.noaa.gov/pub/data/uscrn/products/stations.tsv> for the
differences.
…On Fri, Aug 13, 2021 at 10:48 AM Christian Lamprecht < ***@***.***> wrote:
No problem. I'll put in on my backlog. But I can't say how long it's going
to take. Thanks for the hint!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#466 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXTSIXRZ32CSJU4JKGDD3TT4TS47ANCNFSM5CA36ZUA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
It would appear that the USCRN stations are not in your database (or if they are I cannot identify them).
The various datasets are available from https://www.ncdc.noaa.gov/crn/qcdatasets.html with Monthly, Daily and Hourly present.
ftp://ftp.ncei.noaa.gov/pub/data/uscrn/products/monthly01
ftp://ftp.ncei.noaa.gov/pub/data/uscrn/products/daily01
ftp://ftp.ncei.noaa.gov/pub/data/uscrn/products/hourly02
Also available is 5Min data, but that would be an exception to include it.
ftp://ftp.ncei.noaa.gov/pub/data/uscrn/products/subhourly01
Richard
The text was updated successfully, but these errors were encountered: