data-publication
data-publication copied to clipboard
Coordinates truncated instead of rounded to 5 decimals
The centroid coordinates of the UTM5 squares in dagvlinders-inbo-occurrences seem truncated to 5 decimals, rather than rounded. Compare:
source | code | latitude | longitude |
---|---|---|---|
UTM5_VL_WGS84.xlsx |
31UFS37D | 51.187358423409357 | 4.96755503170692 |
Vlinderdatabank record | 31UFS37D | 51.18735 | 4.96755 |
Waarnemingen.be record | 31UFS37D | 51.18735 | 4.96755 |
There is a reference file on Google Drive (UTM5_VL_WGS84.xlsx
) with the correct, exact coordinates, calculated in QGIS.
- We should probably load that set of coordinates in our DB to retrieve and round coordinates per UTM square or figure out the process of how the coordinates were calculated in the DB table we're currently using.
- Depending on where the file is used, this might not only apply to
dagvlinders-inbo-occurrences
anddagvlinders-natuurpunt-occurrences
but other datasets as well. We should at least use the same reference file for all datasets.
- The IPT of the vlinderdatabank gets the coordinates in the NBNdatabase, so I expect indeed that this will be a problem that appears in other data sets generated from NBNdata as well
- Moreover, this is the accuracy of the original dbase table, so the dbase-admin has been asked to change this.