diff --git a/README.md b/README.md index 352969d..e523c30 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then: ```sh -docker pull interline/planetutils:release-v0.4.3 +docker pull interline/planetutils:release-v0.4.4 ``` Any of the example commands below can be executed with `docker run`. It may be helpful to mount a local directory inside the container for persistence and to access output files. @@ -67,7 +67,7 @@ Any of the example commands below can be executed with `docker run`. It may be h - Example of using `docker run` with the `data` directory mounted as `/data`: ```sh -docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.3 +docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.4 ``` ### Using Homebrew on Mac OS @@ -87,7 +87,7 @@ If you want to install and use the Python package directly, you'll need to provi - [OSM C tools](https://gitlab.com/osm-c-tools/osmctools/) - [Osmium Tool](https://osmcode.org/osmium-tool/) - [PyOsmium](https://osmcode.org/pyosmium/) -- [GDAL](https://www.gdal.org/) +- [GDAL](https://www.gdal.org/) (both binaries and Python scripts) Then clone this repo, run the tests, and install the Python package: