DECIMAL_LAT_LONG_CONVERSION_FAILED - AtlasOfLivingAustralia/ala-dataquality GitHub Wiki

Superseded - replaced by COORDINATE_REPROJECTION_FAILED

Conversion of provided decimal latitude and longitude to WGS84 failed

Related fields

decimalLatitude, decimalLongitude, geodeticDatum

Implications and caveats

Severity: Error

Coordinates for the record are not in the same datum as the rest of the coordinates in the system. This can result in a location shift of varying distance and direction relative to other points

Data Custodian Recommendations

review coordinates and datum provided, consider converting the coordinates to WGS84 before load into the ALA

Code reference

https://github.com/AtlasOfLivingAustralia/biocache-store/blob/dda875fa44eebadeaf5c9c380778cf3ac8ca2ae3/src/main/scala/au/org/ala/biocache/processor/LocationProcessor.scala#L389