This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule pyosmium
updated
22 files
+18 −0 | .github/actions/install-dependencies/action.yml | |
+141 −0 | .github/workflows/ci.yml | |
+0 −84 | .travis.yml | |
+14 −0 | CHANGELOG.md | |
+14 −2 | CMakeLists.txt | |
+1 −1 | README.md | |
+5 −4 | doc/updating_osm_data.rst | |
+1 −1 | examples/amenity_list.py | |
+2 −3 | examples/pub_names.py | |
+1 −2 | examples/use_nodecache.py | |
+1 −1 | lib/io.cc | |
+4 −5 | lib/merge_input_reader.cc | |
+6 −3 | setup.py | |
+0 −1 | src/osmium/helper.py | |
+56 −43 | src/osmium/osm/__init__.py | |
+1 −3 | src/osmium/osm/mutable.py | |
+22 −26 | src/osmium/replication/server.py | |
+9 −9 | src/osmium/replication/utils.py | |
+3 −3 | src/osmium/version.py | |
+20 −20 | test/test_replication.py | |
+7 −6 | tools/pyosmium-get-changes | |
+26 −16 | tools/pyosmium-up-to-date |