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

Home » Public Forums » archive » Re: Converting distance to degrees
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: Converting distance to degrees [message #76532] Fri, 17 June 2011 01:44 Go to previous message
Klemen is currently offline  Klemen
Messages: 80
Registered: July 2009
Member
Ashely,

the data you have are projected and transformation into another
projection is not as easy as it seems. You have to first find out, in
which map projections are your data. Check metadata, ask the data
creator... Perhaps such a link might help:
http://egsc.usgs.gov/isb/pubs/MapProjections/projections.htm l

Then:
1. Use MAP_PROJ_INIT to define a structure for definition of your map
projection.
2. Transform the location of your data from Chartezian XY into
ellipsoid LON LAT coordinates using MAP_PROJ_INVERSE.
As your original data are quite detailed comparing to the results you
might think of aggregating your original data into e.g. 25 km grid
first. This will speed up the gridding in step 3 significantlly.
3. Grid the data using TRIANGULATE and GRIDDATA. In both cases use /
SPHERE option.

See also this discussion:
http://groups.google.com/group/comp.lang.idl-pvwave/browse_t hread/thread/688e9587fa29ecb7/2f7820d787d6047f?hl=en&q=# 2f7820d787d6047f

Cheers, Klemen
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: spherical harmonics
Next Topic: Tick mark label with !P.Multi

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

Current Time: Wed Oct 08 17:24:02 PDT 2025

Total time taken to generate the page: 0.00441 seconds