Skip to content

Commit

Permalink
Merge pull request #2137 from Ircama/topo-extension-get-shapefiles
Browse files Browse the repository at this point in the history
Add scripts/get-shapefiles.py
  • Loading branch information
kocio-pl authored Nov 29, 2016
2 parents 2f8a400 + 3fd7ddf commit e77111f
Show file tree
Hide file tree
Showing 3 changed files with 391 additions and 104 deletions.
7 changes: 4 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ psql -d gis -f indexes.sql
Additionally you need some shapefiles.

## Scripted download

To download the shapefiles you can run the following script from this directory. No further steps should be needed as the data has been processed and placed in the requisite directories.
To download the shapefiles you can run the following script. No further steps should be needed as the data has been processed and placed in the requisite directories.

```
./get-shapefiles.sh
scripts/get-shapefiles.py
```

This script generates and populates the *data* directory with all needed shapefiles, including indexing them through *shapeindex*.

## Manual download

You can also download them manually at the following paths:
Expand Down
101 changes: 0 additions & 101 deletions get-shapefiles.sh

This file was deleted.

Loading

0 comments on commit e77111f

Please sign in to comment.