@@ -14,12 +14,12 @@ <h2>Features</h2>
1414
1515< p > The Osmium Library has extensive support for all types of OSM entities:
1616nodes, ways, relations, and changesets. It allows reading from and writing to
17- OSM files in XML and PBF formats, including change files and full history
18- files. Osmium can store OSM data in memory and on disk in various formats and
19- using various indexes. Its easy to use < i > handler</ i > interface allows you to
20- quickly write data filtering and conversion functions. Osmium can create WKT,
21- WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS
22- formats and it can assemble multipolygons from ways and relations.</ p >
17+ OSM files in XML, PBF, and several other formats, including change files and
18+ full history files. Osmium can store OSM data in memory and on disk in various
19+ formats and using various indexes. Its easy to use < i > handler</ i > interface
20+ allows you to quickly write data filtering and conversion functions. Osmium can
21+ create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many
22+ GIS formats and it can assemble multipolygons from ways and relations.</ p >
2323
2424
2525< h2 > Code</ h2 >
@@ -34,19 +34,26 @@ <h2>Documentation</h2>
3434< a href ="https://github.com/osmcode/libosmium/blob/master/README.md "> README</ a > .
3535For more detailed information look at the < a href ="manual.html "> manual</ a > .</ p >
3636
37+ < p > The reference documentation contains all the details. It is available for
38+ several versions:</ p >
39+
40+ < ul id ="source-code-reference ">
41+ < li > < a target ="_blank " href ="https://docs.osmcode.org/libosmium/latest/ "> latest</ a > (latest released version)</ li >
42+ < li > < a target ="_blank " href ="https://docs.osmcode.org/libosmium/master/ "> master</ a > (development version)</ li >
43+ </ ul >
3744
3845< h2 > Download</ h2 >
3946
4047< p > Current and past releases can be downloaded from
4148< a href ="https://github.com/osmcode/libosmium/releases "> GitHub</ a > .</ p >
4249
43- < p > Packages are available for several Linux distributions and OS/X :</ p >
50+ < p > Packages are available for several Linux distributions and macOS :</ p >
4451
4552< ul >
46- < li > < a href ="https://packages.debian.org/source/sid/ libosmium "> Debian</ a > (including backports)</ li >
53+ < li > < a href ="https://packages.debian.org/source/libosmium "> Debian/Ubuntu </ a > (including Debian backports)</ li >
4754 < li > < a href ="https://src.fedoraproject.org/rpms/libosmium "> Fedora</ a > </ li >
4855 < li > < a href ="https://aur.archlinux.org/packages/libosmium/ "> Archlinux</ a > </ li >
49- < li > < a href ="https://formulae.brew.sh/formula/libosmium "> OS/X (Homebrew)</ a > </ li >
56+ < li > < a href ="https://formulae.brew.sh/formula/libosmium "> macOS (Homebrew)</ a > </ li >
5057</ ul >
5158
5259< a href ="https://repology.org/project/libosmium/versions "> < img src ="https://repology.org/badge/tiny-repos/libosmium.svg " alt ="Packaging status "/> </ a >
@@ -56,10 +63,3 @@ <h2>License</h2>
5663< p > The Osmium Library is available under the very liberal
5764< a href ="https://www.boost.org/LICENSE_1_0.txt "> Boost Software License</ a > .</ p >
5865
59-
60- < h2 > The "Old" Osmium</ h2 >
61-
62- < p > An old version of the Osmium library has been around for years, but it is
63- now in maintainance mode, ie no new features will be added. You can find it
64- at < a href ="https://github.com/joto/osmium "> github.com/joto/osmium</ a > .</ p >
65-
0 commit comments