Pix4Dmapper updated the coordinate system database, and some coordinates systems are getting labeled as (deprecated). This is due to the fact that the coordinate system authorities labeled them as deprecated in the newer version of the database.
The deprecated label is for informational purposes and does not alter the coordinate system parameters used for processing.
For example, the coordinate system is shown as:
NAD_1983_StatePlane_Virginia_South_FIPS_4502_Feet
, in Pix4Dmapper 4.5 and older.NAD_1983_StatePlane_Virginia_South_FIPS_4502_Feet (deprecated)
in Pix4Dmapper 4.6 and newer.
In practice, the label deprecated does not mean that any of the parameters changed or that using this coordinate system will in any way affect the processing. The deprecated label is mostly for informational purposes.
If the coordinate system got labeled as deprecated you can continue using it, but we recommend checking with the national mapping authorities if there is an updated version you should use.
Note: To check what is the new EPSG code of the new coordinate system you can:
- Download and open https://github.com/Esri/projection-engine-db-doc/blob/master/json/pe_list_projcs.json
- Search for the id in the field
wkid
. For example, 102677. - When it is deprecated, the field
latestWkid
usually is the new EPSG code. For example, 3419.
{ "wkid": 102677,
"latestWkid": 3419,
"macro": "PE_PCS_NAD_1983_KS_N_FT",
"name": "NAD_1983_StatePlane_Kansas_North_FIPS_1501_Feet",
},
Let us know if you have any questions,