[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[python #XJS-912419]: GOES 16 MetPy Image Display issues



Justin,

The image itself will be fine, but you'll find that maps are not lined up 
properly.

And I was mistaken in what I sent you before, you need to multiply x and y by 
proj_var.perspective_point_height / 1e6.

Ryan


> Hey Ryan,
> 
> Thanks for the heads up, I got the image to display with the Geostationary
> projection. I wasn't able to get the x and y values changed with the
> proj_var.satellite_height;
> it gave me another attribute error. When I plotted it without changing the
> x and y I got an image. Is there something else I'm missing or is the image
> correct without changing the x and y?
> 
> address@hidden> wrote:
> 
> > Justin,
> >
> > Thanks for letting us know. NOAA changed the projections of the GOES-16
> > products to use the native "fixed grid"/geostationary projection a couple
> > months ago. It looks like this notebook need to be updated.
> >
> > I'm short on cycles to fix it up at the moment, but if you want to make it
> > work, you need to replace the LambertConformal/Mercator creation with
> > Geostationary:
> >
> > ccrs.Geostationary(central_longitude=proj_var.longitude_of_projection_origin,
> > sweep_axis=proj_var.sweep_angle_axis, 
> > satellite_height=proj_var.perspective_point_height,
> > globe=globe)
> >
> > You'll also need to take the x and y values from the file and multiply by
> > proj_var.satellite_height / 1e6.
> >
> > Hope this helps,
> >
> > Ryan
> >
> > > Hello team,
> > >
> > > I downloaded your MetPy GOES 16 Jupyter notebook and am having an issue
> > > with displaying a GOES image. I am getting an attribute error; it looks
> > > like it's in the projection. I've attached a screenshot of the error,
> > > hopefully that's enough to help. I'm trying to get an image form the
> > > current time stamp.
> > >
> > > Let me know if there is anything obvious. If not I can hopefully provide
> > > some more info if needed.
> > >
> > > Thanks as always,
> > >
> > > Justin Richling
> > >
> > >
> >
> > Ticket Details
> > ===================
> > Ticket ID: XJS-912419
> > Department: Support Python
> > Priority: Low
> > Status: Closed
> > ===================
> > NOTE: All email exchanges with Unidata User Support are recorded in the
> > Unidata inquiry tracking system and then made publicly available through
> > the web.  If you do not want to have your interactions made available in
> > this way, you must let us know in each email you send to us.
> >
> >
> >
> 
> 

Ticket Details
===================
Ticket ID: XJS-912419
Department: Support Python
Priority: Low
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.