-
Notifications
You must be signed in to change notification settings - Fork 0
/
shape_them_all.sh
39 lines (20 loc) · 1.59 KB
/
shape_them_all.sh
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
28
29
30
31
32
33
34
35
36
37
38
39
shp2pgsql R01_11_WGS84/R01_11_WGS84.shp public.spatial_ref > sql/piemonte.sql
shp2pgsql -a R02_11_WGS84/R02_11_WGS84.shp public.spatial_ref > sql/valledaosta.sql
shp2pgsql -a R03_11_WGS84/R03_11_WGS84.shp public.spatial_ref > sql/lombardia.sql
shp2pgsql -a R04_11_WGS84/R04_11_WGS84.shp public.spatial_ref > sql/trentino.sql
shp2pgsql -a R05_11_WGS84/R05_11_WGS84.shp public.spatial_ref > sql/veneto.sql
shp2pgsql -a R06_11_WGS84/R06_11_WGS84.shp public.spatial_ref > sql/friuli.sql
shp2pgsql -a R07_11_WGS84/R07_11_WGS84.shp public.spatial_ref > sql/liguria.sql
shp2pgsql -a R08_11_WGS84/R08_11_WGS84.shp public.spatial_ref > sql/emiliaromagna.sql
shp2pgsql -a R09_11_WGS84/R09_11_WGS84.shp public.spatial_ref > sql/toscana.sql
shp2pgsql -a R10_11_WGS84/R10_11_WGS84.shp public.spatial_ref > sql/umbria.sql
shp2pgsql -a R11_11_WGS84/R11_11_WGS84.shp public.spatial_ref > sql/marche.sql
shp2pgsql -a R12_11_WGS84/R12_11_WGS84.shp public.spatial_ref > sql/lazio.sql
shp2pgsql -a R13_11_WGS84/R13_11_WGS84.shp public.spatial_ref > sql/abruzzo.sql
shp2pgsql -a R14_11_WGS84/R14_11_WGS84.shp public.spatial_ref > sql/molise.sql
shp2pgsql -a R15_11_WGS84/R15_11_WGS84.shp public.spatial_ref > sql/campania.sql
shp2pgsql -a R16_11_WGS84/R16_11_WGS84.shp public.spatial_ref > sql/puglia.sql
shp2pgsql -a R17_11_WGS84/R17_11_WGS84.shp public.spatial_ref > sql/basilicata.sql
shp2pgsql -a R18_11_WGS84/R18_11_WGS84.shp public.spatial_ref > sql/calabria.sql
shp2pgsql -a R19_11_WGS84/R19_11_WGS84.shp public.spatial_ref > sql/sicilia.sql
shp2pgsql -a R20_11_WGS84/R20_11_WGS84.shp public.spatial_ref > sql/sardegna.sql