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

[netCDFJava #PKK-729415]: Infos about projection to (lon, lat) coordinates transfomation

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [netCDFJava #PKK-729415]: Infos about projection to (lon, lat) coordinates transfomation
  • Date: Fri, 02 Feb 2018 09:08:39 -0700

Greetings Alessio,

I am unsure. I would check the comments here, as well as the code:

https://github.com/Unidata/thredds/blob/master/cdm/src/main/java/ucar/unidata/geoloc/projection/RotatedLatLon.java

Cheers,

Sean

> Hi,
> in my program I implemented the following code:
> 
> INPUT = (lon, lat)  -->  projection points
> 
> double param1 = grid_south_pole_latitude
> double param2 = grid_south_pole_longitude
> double param3 = grid_south_pole_angle
> 
> RotatedLatLon rot2 = new RotatedLatLon(param1, param2, param3);
> ProjectionPoint pp = new ProjectionPointImpl(lon, lat);
> LatLonPoint ll2 = rot2.projToLatLon(pp);
> 
> My question is: does this coordinate transformation follow the rules of
> Euler's rotation?
> 
> Thanks in advance
> 
> Best regards
> 
> 
> Alessio Frabotta
> 
> 

Ticket Details
===================
Ticket ID: PKK-729415
Department: Support netCDF Java
Priority: Normal
Status: Open
===================
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.