add warning
This commit is contained in:
parent
82402a58c7
commit
85002ee9e0
@ -294,6 +294,15 @@ Then run:
|
|||||||
```bash
|
```bash
|
||||||
# download test data
|
# download test data
|
||||||
python get_test_polygons.py
|
python get_test_polygons.py
|
||||||
|
```
|
||||||
|
|
||||||
|
Note: the first time you run it, you will get these warnings:
|
||||||
|
```
|
||||||
|
rm: cannot remove 'test_buildings.geojson': No such file or directory
|
||||||
|
rm: cannot remove 'test_buildings.3857.csv': No such file or directory
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
# load all building outlines
|
# load all building outlines
|
||||||
./load_geometries.sh ./
|
./load_geometries.sh ./
|
||||||
# index geometries (should be faster after loading)
|
# index geometries (should be faster after loading)
|
||||||
|
Loading…
Reference in New Issue
Block a user