eEcoLiDAR / AHN2_Kadaster

Enrich AHN2 with Kadaster classes
1 stars 0 forks source link

import bounding boxes to DB #7

Closed meiertgrootes closed 5 years ago

meiertgrootes commented 5 years ago

import results of bounding box extraction to db

meiertgrootes commented 5 years ago

The bounding boxes may require additional information to be supplied for the coordinate reference system (CRS), i.e. if the spatial reference isn't yet in the database SPATIAL_REF_SYS table one may have to insert it there to be able to use the PostGIS functionalities.

All data we are using are based on the Amersfoort RD Nieuw coordinate system eps:28992 Details can be found at the link below. In addition the website corresponding to the link below provides the ability to export the coordinate system specification in a wide range of standard import formats, including PostGIS and WKT. Looking at the PostGIS import format, it looks like the SRID associated with this system would be 28992. The presence of this in the SPATIAL_REF_SYS should be checked, with the need to import it if it is not already present.

https://epsg.io/28992

fdiblen commented 5 years ago

adding bounding box information to bboxes table of 02O and 06O tiles. Instructions to import the data is added to the documentation.