Resolve "Add/review crs for LOCA data"
Closes #63 (closed)
Assumed WGS 84, but adjusted for 0-360 degree longitude. Notes:
-
metpy
struggles to parse this CRS. - The following does work to parse a proj4 string:
pyproj.CRS.from_cf(ds.crs.attrs).to_proj4()
.
FYI - @kbartels_limno.com, this one can serve as an example for other assumed lat/lon WGS84 with 0-360 longitude.
Edited by Sarah Jordan