- To: "python-users@xxxxxxxxxxxxxxxx" <python-users@xxxxxxxxxxxxxxxx>
- Subject: [python-users] xarray map projection
- From: Phillip Yeh <py84@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 19 Sep 2018 19:55:27 +0000
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=py84@xxxxxxxxxxxxxxxxxx;
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
To Whom It May Concern, I have some WRF output in sigma coordinates, with the lat-lon grid in 2 dimensional arrays. After converting the output into isobaric coordinates, I want to create a new xarray with the output so I can use metpy to plot a cross-section. However, I am getting the error "AttributeError: crs attribute is not available." How do I specify map projection attributes when creating the xarray? Sincerely, Phillip
- Follow-Ups:
- Re: [python-users] xarray map projection
- From: John Leeman
- Re: [python-users] xarray map projection