-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
88 lines (81 loc) · 3.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
layout: default
title: Home
redirect_from: "/projects.html"
---
<div id="osmcode">
<img src="/img/logo-osmcode-400x400.png" width="100" height="100"/>
<div class="title">Welcome to osmcode.org</div>
<div class="subtitle">Open Source Software for Working with OpenStreetMap Data</div>
</div>
<p>The <a href="https://www.openstreetmap.org/" class="extlink">OpenStreetMap
project</a> has collected a huge amount of data about our planet. All this data
is freely available to everybody. The tools on this site help you work with
that data in many different ways. They are intended for developers and
cartographers who want to use OSM data in their own projects.</p>
<p style="color: red;">These tools are meant for OSM data, not for other kinds
of data that comes in something resembling the OSM data formats. If they don't
work with non-OSM data, this is not considered a bug. Please don't open a bug
report unless you are willing to pay money to the developers to fix these
problems for you.</p>
<div class="major-projects">
<a class="box" href="/osmium-tool/">
<img src="/img/logo-osmium-tool.svg" width="32" height="32" alt=""/>
<h3>Osmium Tool</h3>
A multipurpose command line tool based on the Osmium Library. With it
you can easily convert OSM files from one format to another, merge and
apply change files and much more.
</a>
<a class="box" href="/libosmium/">
<img src="/img/logo-libosmium.svg" width="32" height="32" alt=""/>
<h3>Osmium Library</h3>
A fast and flexible C++ library for working with OSM data. It
contains building blocks for many typical OSM data handling tasks,
such as reading and writing OSM files, or assembling areas from
multipolygon relations.
</a>
<a class="box" href="/pyosmium/">
<img src="/img/logo-pyosmium.svg" width="32" height="32" alt=""/>
<h3>PyOsmium</h3>
With PyOsmium you can use the functionality of the Osmium Library
from Python.
</a>
<a class="box" href="/osmcoastline/">
<img src="/img/logo-osmcoastline.svg" width="32" height="32" alt=""/>
<h3>OSMCoastline</h3>
Extracts coastline data from OpenStreetMap planet file.
</a>
</div>
<div class="other-projects">
<a class="box" href="/osm-area-tools/">
<img src="/img/logo-osm-area-tools.svg" width="16" height="16" alt=""/>
<h3>OSM Area Tools</h3>
Debugging and statistic tools for OSM areas (multipolygons).
</a>
<a class="box" href="/osmium-contrib/">
<img src="/img/logo-osmium-contrib.svg" width="16" height="16" alt=""/>
<h3>Osmium Contrib</h3>
Various programs showing what you can do with the Osmium Library.
</a>
<a class="box" href="/node-osmium/">
<img src="/img/logo-node-osmium.svg" width="16" height="16" alt=""/>
<h3>Node Osmium</h3>
The Node.js bindings to Osmium Library bring its power to the
Javascript developer.
</a>
<a class="box" href="/osm-gis-export/">
<img src="/img/logo-osm-gis-export.svg" width="16" height="16" alt=""/>
<h3>OSM GIS Export</h3>
Export OSM data to GIS formats like Shapefiles, Spatialite, or PostGIS.
</a>
<a class="box" href="/osm-testdata/">
<img src="/img/logo-osm-testdata.svg" width="16" height="16" alt=""/>
<h3>OSM Test Data</h3>
OpenStreetMap data to help test your software.
</a>
</div>
<div class="sponsoring">
<p>Developing and supporting Osmium takes a huge amount of effort. We thank
the following companies for their support:</p>
{% include sponsors.html %}
</div>