comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: bounding box subsetting for lat/lon
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: bounding box subsetting for lat/lon [message #69853 is a reply to message #69849] Tue, 16 February 2010 05:04 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
mankoff writes:

> I'm wondering if a routine already exists that can subset a data set
> based on non-square lat/lon limits. I have large 1D arrays of lat,
> lon, and data, and want to do something like this:
>
> roi = WHERE( lat LE a AND lat GE b AND lon LE c AND lon GE d )
> lat = lat[roi] & lon=lon[roi] & data = data[roi]
>
> But at a minimum I want to specify 4 lat/lon elements that do not
> defined the edges of the box but the four corners, so the roi could be
> a diamond shape (when projected on, say, the /cylinder projection).
> And ideally I could define a path of n points defining a closed region
> and get the indices back that lie within that region.
>
> Anyone know if this exists? I don't see it under the ROI section, and
> searching for bounding box brings up too much noise.

The biggest mistake people make in working with map projections
is working in lat/lon space. This is not a space where you
can do much of anything worthwhile in terms of selecting and
manipulating pixels. Life will be MUCH simpler if you work
in Cartesian XY space, where it is quite easy to define your
"box" by either its top, bottom and sides, or by any two opposite
corners. You can use the Map_Proj_Inverse and Map_Proj_Forward
routines to go back and forth between geographic and Cartesian
coordinates.

Cheers,

David



--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Previous Topic: Writing compressed HDF5 files with IDL
Next Topic: Re: Window or Widget to front?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 08:52:57 PDT 2025

Total time taken to generate the page: 0.48145 seconds