-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathrun_test.sh
More file actions
28 lines (17 loc) · 905 Bytes
/
run_test.sh
File metadata and controls
28 lines (17 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/env bash
# ogr2ogr -f SQLite -dsco SPATIALITE=YES spalite.db /gdata/stats_county.shp -nlt polygon
# ogr2ogr -f 'SQLite' -lco SRID=4326 -nlt POINT -append spalite.db /gdata/prov_capital.shp
python3 extract_py_from_latex.py
rm -f spalite.db
nosetests3 -v -d -s --exe part010/ch01_introduction
nosetests3 -v -d -s --exe part010/ch02_gdal
nosetests3 -v -d -s --exe part010/ch03_ogr
nosetests3 -v -d -s --exe part010/ch04_proj
nosetests3 -v -d -s --exe part010/ch05_shapely
ogr2ogr -f SQLite -dsco SPATIALITE=YES spalite.db /gdata/county_popu.shp -nlt polygon
ogr2ogr -f 'SQLite' -lco SRID=4326 -nlt LINESTRING -append spalite.db /gdata/hyd2_4l.shp
nosetests3 -v -d -s --exe part010/ch06_spatialite
nosetests3 -v -d -s --exe part010/ch07_mapnik
nosetests3 -v -d -s --exe part010/ch08_basemap
nosetests3 -v -d -s --exe part010/ch09_others
nosetests3 -v -d -s --exe part010/ch99_append