File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ For a more detailed introduction into the design of the osmium library, the
99reader is referred to the `osmium documentation `_.
1010
1111.. _OSM data model : http://wiki.openstreetmap.org/wiki/Elements
12- .. _osmium documentation : http://osmcode.org/libosmium/manual/libosmium-manual.html
12+ .. _osmium documentation : http://osmcode.org/osmium-concepts/
1313
1414Reading OSM Data
1515----------------
@@ -117,7 +117,10 @@ cache like that::
117117
118118 h.apply_file("test.osm.pbf", locations=True, idx='dense_file_array,example.nodecache')
119119
120- where `example.nodecache ` is the name of the cache file.
120+ where `example.nodecache ` is the name of the cache file. For more details
121+ on the different kind of indexes, see the `Index section in the Osmium Manual `_.
122+
123+ .. _Index section in the Osmium Manual : http://osmcode.org/osmium-concepts/#indexes
121124
122125Interfacing with Shapely
123126^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments