Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1.6 KB

loading-data.rst

File metadata and controls

74 lines (46 loc) · 1.6 KB

Loading data

Prerequisites for your data

Layers

  • WMTS protocol
  • WebMercator Projection

Core

  • Only LineString geometries
  • Simple geometries
  • Not overlapping

If possible:

  • Connex graph
  • Name column
  • Data source

Formats: Shapefile or pure SQL dump (CREATE TABLE + INSERT)

Land

  • Cities polygons (Shapefile or SQL, simple and valid Multi-Polygons)
  • Districts (Shapefile ou SQL, simple and valid Multi-Polygons)
  • Restricted Areas (Shapefile ou SQL, simple and valid Multi-Polygons)

Extras

  • Languages list
  • Structures list (and default one)

Load MNT raster

In QGIS, you can visualize your DEM, or merge several tiles together (in Raster > Misc > Merge).

Generate a GeoTIFF, and upload both files (.tif + .tfw) on the server. And use the Geotrek-admin command to load it into PostGIS :

sudo geotrek loaddem <PATH>/dem.tif