Is there a plugin or database that I would use to add the EPSG codes for UTM zones to geotools?
Where can I find EPSG codes for UTM (e.g., 16001)
609 views Asked by Tim Dalsing At
1
Is there a plugin or database that I would use to add the EPSG codes for UTM zones to geotools?
TBH I've never come across EPSG:16001 as a code for UTM - but epsg.io does list it but the definition looks "odd" in that it is purely machine readable. It might be coming out of a more recent edition of the database, but there's nothing there to help work that out. You could add it to the epsg.properties file if you could work out the WKT string for it.
The codes I would normally use are EPSG:32601 (WGS84), EPSG:26701 (NAD27) both of which are in the GeoTools database and have good definitions.