Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ features = vtpk.tile_features(one_tile)
print(f"{features.keys()})
```

## More detailed example using `dodge_city.vtbk`
## More detailed example using `dodge_city.vtpk`

This file is can be found at by [searching](https://www.arcgis.com/home/search.html?searchTerm=dodge+vtpk#content) for "vtpk" and "dodge" on www.arcgis.com. Based on the name and the description, it probably does not contain content not available elsewhere, but being small it is a useful test file.

```python
from vtpk_reader import Vtpk
Expand Down