biodiversitydata-se / svh-to-gbif

GNU Affero General Public License v3.0
0 stars 0 forks source link

Add georeferenceRemarks #8

Open shahmanash opened 3 years ago

shahmanash commented 3 years ago

In the Virtual Herbarium, the specimen are displayed with remarks under the map explaining how the georeferencing was done, eg: Generated from coordinate given , Generated from District (Centroid coordinate) etc. Use the DarwinCore term georeferenceRemarks https://dwc.tdwg.org/terms/#dwc:georeferenceRemarks

kcholston commented 3 years ago

The columns documenting the coordinate assignment methods were added to the VH export https://github.com/mossnisse/Virtuella-Herbariet/blob/master/PHP-HTML/export/CSV.php following our request. 1) CSource. (https://github.com/mossnisse/Virtuella-Herbariet/blob/a1c9153cbb5f124c6dd9473c0ccdc3e51ebd09d6/SQL/samhall_specimens.sql#L64) 2) CValue. (https://github.com/mossnisse/Virtuella-Herbariet/blob/a1c9153cbb5f124c6dd9473c0ccdc3e51ebd09d6/SQL/samhall_specimens.sql#L65) This column contains data that appears to be a tag for assigning coordinates e.g., a named "District" for the centroid representing the district.

shahmanash commented 3 years ago

The new field georeferenceRemarks from the export file should be mapped to georeferenceRemarks text

idali0226 commented 3 years ago

Fixed