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.
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.htmladding a transformation is not too hard, though, see
http://www.unidata.ucar.edu/software/netcdf-java/tutorial/CoordTransBuilder.htmland code examples in
ucar.unidata.geoloc.projection