|
1 settings: |
|
2 temp_schema: loading |
|
3 schema: public |
|
4 data_dir: data |
|
5 database: gis |
|
6 metadata_table: external_data |
|
7 sources: |
|
8 simplified_water_polygons: |
|
9 # The type of file this source is |
|
10 type: shp |
|
11 # Where to get it |
|
12 url: https://osmdata.openstreetmap.de/download/simplified-water-polygons-split-3857.zip |
|
13 # The location within the archive |
|
14 file: simplified-water-polygons-split-3857/simplified_water_polygons.shp |
|
15 archive: |
|
16 format: zip |
|
17 # Files to extract from the archive |
|
18 files: |
|
19 - simplified-water-polygons-split-3857/simplified_water_polygons.cpg |
|
20 - simplified-water-polygons-split-3857/simplified_water_polygons.dbf |
|
21 - simplified-water-polygons-split-3857/simplified_water_polygons.prj |
|
22 - simplified-water-polygons-split-3857/simplified_water_polygons.shp |
|
23 - simplified-water-polygons-split-3857/simplified_water_polygons.shx |
|
24 water_polygons: |
|
25 type: shp |
|
26 url: https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip |
|
27 file: water-polygons-split-3857/water_polygons.shp |
|
28 archive: |
|
29 format: zip |
|
30 files: |
|
31 - water-polygons-split-3857/water_polygons.cpg |
|
32 - water-polygons-split-3857/water_polygons.dbf |
|
33 - water-polygons-split-3857/water_polygons.prj |
|
34 - water-polygons-split-3857/water_polygons.shp |
|
35 - water-polygons-split-3857/water_polygons.shx |
|
36 icesheet_polygons: |
|
37 type: shp |
|
38 url: https://osmdata.openstreetmap.de/download/antarctica-icesheet-polygons-3857.zip |
|
39 file: antarctica-icesheet-polygons-3857/icesheet_polygons.shp |
|
40 archive: |
|
41 format: zip |
|
42 files: |
|
43 - antarctica-icesheet-polygons-3857/icesheet_polygons.cpg |
|
44 - antarctica-icesheet-polygons-3857/icesheet_polygons.dbf |
|
45 - antarctica-icesheet-polygons-3857/icesheet_polygons.prj |
|
46 - antarctica-icesheet-polygons-3857/icesheet_polygons.shp |
|
47 - antarctica-icesheet-polygons-3857/icesheet_polygons.shx |
|
48 icesheet_outlines: |
|
49 type: shp |
|
50 url: https://osmdata.openstreetmap.de/download/antarctica-icesheet-outlines-3857.zip |
|
51 file: antarctica-icesheet-outlines-3857/icesheet_outlines.shp |
|
52 ogropts: |
|
53 - "-explodecollections" |
|
54 archive: |
|
55 format: zip |
|
56 files: |
|
57 - antarctica-icesheet-outlines-3857/icesheet_outlines.cpg |
|
58 - antarctica-icesheet-outlines-3857/icesheet_outlines.dbf |
|
59 - antarctica-icesheet-outlines-3857/icesheet_outlines.prj |
|
60 - antarctica-icesheet-outlines-3857/icesheet_outlines.shp |
|
61 - antarctica-icesheet-outlines-3857/icesheet_outlines.shx |
|
62 |
|
63 ne_110m_admin_0_boundary_lines_land: |
|
64 type: shp |
|
65 url: http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip |
|
66 file: ne_110m_admin_0_boundary_lines_land.shp |
|
67 ogropts: &ne_opts |
|
68 - "--config" |
|
69 - "SHAPE_ENCODING" |
|
70 - "WINDOWS-1252" |
|
71 - "-explodecollections" |
|
72 # needs reprojecting |
|
73 - '-t_srs' |
|
74 - 'EPSG:3857' |
|
75 archive: |
|
76 format: zip |
|
77 files: |
|
78 - ne_110m_admin_0_boundary_lines_land.dbf |
|
79 - ne_110m_admin_0_boundary_lines_land.prj |
|
80 - ne_110m_admin_0_boundary_lines_land.shp |
|
81 - ne_110m_admin_0_boundary_lines_land.shx |