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

Re: TDS

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: Re: TDS
  • Date: Tue, 24 Jul 2007 16:52:10 -0600



address@hidden 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