-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Thomas Schwotzer edited this page Jun 4, 2019
·
39 revisions
OHDM uses several databases can create a number of export formats. Here is an overview:

OHDM provides several output formats:
- OSM files. OHDM can produce an OSM file for a given date and a given region on earth. Those files can be e.g. used for offline viewers.
- stRDF files. Spatial temporal RDF is an extension of RDF which supports geometries.
- Mapnik: OHDM can produce the same files as osm2psql which are used e.g by mapnik. Those files have two additional date columns (since, until) declaring validaty of the objects. There is a patched Mapnik which understands both columns and can produce time sensitiv maps.
The transformation of all those structures are done by a Java program. It is recommended to use the jar. The rest of this section explains the parameters of this program.
[TODO]