You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot see any reason why us-ft would not be recognized, but I can see a reason why NAD27 cannot be transformed into a system based on another datum. Transforming coordinates from/to NAD27 needs a grid based transformation. For USA, this grid based transformation uses a grid format which is not supported in CTS (ctable produced by proj4 nad2bin program). See https://svn.osgeo.org/metacrs/proj/tags/proj_4_4_9/proj/html/gen_parms.html for more info.
The canadian case is not so difficult as they use the NTv2 grid format (indeed this format has been developped in Canada), but NAD27 covers also USA (original ticket is about Louisiana South), which is more problematic as USA use another grid format (ctable or los/las ?) : https://github.com/OSGeo/proj-datumgrid/tree/master/.github
los/las files are included in the dowloadable nadcon java software and transformations from/to NAD27 are available in gdal so I think that resources are free and open, but I did not find much documentation about this format.
Reported on H2GIS repository, CTS is not able to create a CRS from local unit of measure as +units=us-ft
See orbisgis/h2gis#980
The text was updated successfully, but these errors were encountered: