DECIMAL_LAT_LONG_CALCULATION_FROM_EASTING_NORTHING_FAILED - AtlasOfLivingAustralia/ala-dataquality GitHub Wiki

Deprecated - removed June 2021

The attempt to generate decimal coordinates from a grid reference (Easting, Northing and Zone) was not successful

Related fields

easting, northing, zone, verbatimCoordinateSystem

Implications and caveats

Severity: Error

no coordinates are available for the record and it will not be visible on a map

Data Custodian Recommendations

review grid reference provided, formatting required is precise:

Split grid reference into separate fields (must have lower case first letter on column headers) easting, northing, zone verbatimCoordinateSystem as UTM e.g. easting northing zone verbatimCoordinateSystem 692500 6094500 55 UTM

Code reference

https://github.com/AtlasOfLivingAustralia/biocache-store/blob/0398df452abd311a0463c6d4a4b4e8449bc93f6d/src/main/scala/au/org/ala/biocache/util/GridUtil.scala#L564