TDS

John Caron caron at unidata.ucar.edu
Tue Jul 24 16:52:10 MDT 2007



mcginnis at ucar.edu wrote:
> Hi John,
> 
> You were the guy who was able to answer the question about whether the 
> THREDDS data server could do subsetting on data in a lambert conformal 
> map projection.
> 
> Can you tell us whether it can manage these other map projections as well?
> 
> polar stereographic
> transverse mercator
> rotated pole

first 2 yes, 3rd no, see:

http://www.unidata.ucar.edu/software/netcdf-java/reference/StandardCoordinateTransforms.html

adding a transformation is not too hard, though, see 

 http://www.unidata.ucar.edu/software/netcdf-java/tutorial/CoordTransBuilder.html

and code examples in 

 ucar.unidata.geoloc.projection



More information about the Netcdf-java mailing list