Reproject WRF data #9039
Unanswered
francobarrionuevoenv21
asked this question in
Q&A
Replies: 1 comment
-
Rioxarray ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, guys!
I'm trying to work with some WRF model data from the national weather service. After retrieving the dataset for an specific forecast from AWS, I get the following dataset
As you can see in metadata, it's projected in lambert conformal. The thing is that I need to reproject it into epsg 4326. I've tried using write_crs (from rioxarray) and reproject methods but with no luck. I don't understand if it's something I don't get about CRS in this dataset or just a dataset format issue.
Any help is welcome. Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions