-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cylindrical Equidistant WRF projection not supported #199
Comments
Thanks for the report.
Yes, but definitely not for WRF data. I actually hear of someone using this projection with WRF for the first time.
Yes. We accept pull-requests. The change probably needs to be implemented here: Lines 146 to 177 in 0a0a930
It's probably relatively simple to create the PROJ params for this projection out of the file. If you open a PR, please also create a small size version of the file to parse so that we can add it to the salem test files for the future. Thanks! |
I referred to wrf-python and pyproj source code and got the result that this projection standard name is"Equidistant Cylindrical (Plate Caree)"("eqc" for short)
The above code is the about that projection in WRF-Python.
I cannot convert it to usable salem code, sorry |
Thanks for the details! Looks quite right to me yes.
OK, then we'll see if someone else wants to pick that up and solve this issue! I think it might help future potential contributors if you could provide a minimal netcdf file here, with only the lons lats, eastings northings and netcdf file attributes for testing (example: https://github.com/fmaussion/salem-sample-data/blob/master/salem-test/grid/geo_em_d01_lambert.nc ) |
|
|
I am looking into this for the integration of LCZ classes in WRF's geo_em files. So far I get a mismatch between the domains for the Cylindrical Equidistant projection. If I can get it right, I'll see if I can push the solution to salem as well ... |
@fmaussion I wanted to push a potential solution for the MAP_PROJ = 6 case to a new branch, but I am not allowed? |
Thanks for the contribution! Have you made a pull-request before? The idea would be to fork salem and then open a PR to the main (master) branch: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests |
Hi,
When i use shapefile to subset a wrfout data, and i got an error
NotImplementedError: WRF proj not implemented yet: 6
I checked my data , the projection is:
Is there any way to solve this problem, this projection is the most common projection for NetCDF data
The text was updated successfully, but these errors were encountered: