mcginnis@xxxxxxxx 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