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

Script to prepare input data for bias correction #1

Closed
JohnVolk opened this issue Dec 28, 2018 · 0 comments
Closed

Script to prepare input data for bias correction #1

JohnVolk opened this issue Dec 28, 2018 · 0 comments
Assignees

Comments

@JohnVolk
Copy link
Collaborator

Script will read the input list of climate stations that the user provides and the GridMET master CSV file

etr-biascorrect/gridmet_cell_data.csv

and combine information from both in order to conduct bias correction on ETr later. Specifically the climate station list will be updated with the nearest overlapping GridMET cell using their respective locations in decimal degrees. The output table will include the following column headers:

                                    ['GRIDMET_ID',
                                     'LAT',
                                     'LON',
                                     'ELEV_M',
                                     'FID',
                                     'STATION_LAT',
                                     'STATION_LON',
                                     'STATION_ELEV_M']

where LAT, LON, and ELEV_M refer to the GridMET cell, FID refers to the climate station.

@JohnVolk JohnVolk self-assigned this Dec 28, 2018
@JohnVolk JohnVolk closed this as completed Jan 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant