Skip to content

Commit

Permalink
added images for the example
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Feb 3, 2021
1 parent d3f293c commit 49f3af1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ docker build -t pdok/sieve .
docker run --rm --name sieve -v `pwd`/example:/example pdok/sieve ./sieve -s=./example/example.gpkg -t=./example/example-processed.gpkg -r=50001
```

With the docker example above processing the ```example.gpkg``` would result in the following.

![](./images/with-interiors.jpg) ![](./images/without-interiors.jpg)

## TODO

- [x] loop over the available POLYGON tables in a GeoPackage
Expand Down
Binary file added images/with-interiors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/without-interiors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49f3af1

Please sign in to comment.