View on GitHub

geonode-training

Publishing data from a DB table

In this section we are going to publish on GeoNode a layer which is already present on a DB table.

In particular those are the steps that will allow us to convert the Test Layer, the empty layer created in the previous sections, to a Mercator Projected one and publish it again on GeoNode:

  1. Download the Test Layer as an ESRI Shapefile
  2. Use the GDAL ogr2ogr utitlities to reproject it from World Geodetic System 1984 EPSG:4326, LatLon coordinate reference system used in GPS, to Spherical Mercator EPSG:3857, meters projected coordinate system used for rendering maps in Google Maps, OpenStreetMap, and tiled layers in general.
  3. Use the GDAL ogr2ogr utitlities to import the file into a local Data Base.
  4. Publish the layer on GeoServer.
  5. Publish the layer on GeoNode.
  6. Try to edit it again from an external client (QGIS).

Download the Layer as an ESRI Shapefile

Project to EPSG:3857

Publish as a DB Table

Publish the Layer into GeoNode

Next Section: Optimizing, publishing and styling GeoTIFF data