LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
ci/310-conda.yaml
ci/311-conda.yaml
ci/312-conda.yaml
ci/313-conda.yaml
ci/314-conda.yaml
ci/benchmarks.yaml
ci/check_version.py
ci/r5py-conda.yaml
ci/smoke_test.py
proto/fileformat.proto
proto/osmformat.proto
pyrosm/__init__.py
pyrosm/_arrays.c
pyrosm/_arrays.pxd
pyrosm/_arrays.pyx
pyrosm/boundary.py
pyrosm/buildings.py
pyrosm/data_filter.c
pyrosm/data_filter.pxd
pyrosm/data_filter.pyx
pyrosm/data_manager.c
pyrosm/data_manager.pxd
pyrosm/data_manager.pyx
pyrosm/delta_compression.c
pyrosm/delta_compression.pxd
pyrosm/delta_compression.pyx
pyrosm/distance.py
pyrosm/frames.c
pyrosm/frames.pxd
pyrosm/frames.pyx
pyrosm/geometry.c
pyrosm/geometry.pxd
pyrosm/geometry.pyx
pyrosm/graph_connectivity.py
pyrosm/graph_export.c
pyrosm/graph_export.pxd
pyrosm/graph_export.pyx
pyrosm/graphs.py
pyrosm/landuse.py
pyrosm/natural.py
pyrosm/networks.py
pyrosm/node_lookup.c
pyrosm/node_lookup.pxd
pyrosm/node_lookup.pyx
pyrosm/pbf_export.c
pyrosm/pbf_export.pyx
pyrosm/pbf_writer.py
pyrosm/pbfreader.c
pyrosm/pbfreader.pxd
pyrosm/pbfreader.pyx
pyrosm/pois.py
pyrosm/pyrosm.py
pyrosm/relations.c
pyrosm/relations.pxd
pyrosm/relations.pyx
pyrosm/tagparser.c
pyrosm/tagparser.pxd
pyrosm/tagparser.pyx
pyrosm/user_defined.py
pyrosm.egg-info/PKG-INFO
pyrosm.egg-info/SOURCES.txt
pyrosm.egg-info/dependency_links.txt
pyrosm.egg-info/not-zip-safe
pyrosm.egg-info/requires.txt
pyrosm.egg-info/top_level.txt
pyrosm/config/__init__.py
pyrosm/config/default_tags.py
pyrosm/config/osm_filters.py
pyrosm/data/Helsinki.osm.pbf
pyrosm/data/__init__.py
pyrosm/data/bbbike.py
pyrosm/data/geocoding.py
pyrosm/data/geofabrik.py
pyrosm/data/geofabrik_index.geojson.gz
pyrosm/data/geofabrik_index.py
pyrosm/data/test.osm.pbf
pyrosm/exceptions/__init__.py
pyrosm/proto/__init__.py
pyrosm/proto/fileformat_pb2.py
pyrosm/proto/osmformat_pb2.py
pyrosm/utils/__init__.py
pyrosm/utils/_compat.py
pyrosm/utils/download.py
tests/test_a_poi.py
tests/test_backend.py
tests/test_boundary_parsing.py
tests/test_branch_coverage.py
tests/test_building_parsing.py
tests/test_complete_relations.py
tests/test_custom_filter.py
tests/test_data.py
tests/test_data_by_bbox.py
tests/test_data_sources.py
tests/test_distance_calculation.py
tests/test_filters.py
tests/test_geocode.py
tests/test_geometry.py
tests/test_graph_exports.py
tests/test_landuse_parsing.py
tests/test_main.py
tests/test_natural_parsing.py
tests/test_network_parsing.py
tests/test_pbf_export.py
tests/test_pbf_parsing.py
tests/test_regressions.py
tests/test_utils.py
tests/test_validators.py