-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshapefiles.json
More file actions
54 lines (54 loc) · 1.75 KB
/
shapefiles.json
File metadata and controls
54 lines (54 loc) · 1.75 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"name": "ne_10m_land",
"url": "http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/physical/ne_10m_land.zip",
"gdal": {
"clip": "-180 40 0 90",
"segmentize": 0.5
}
},
{
"name": "ne_110m_admin_0_boundary_lines_land",
"url": "http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip",
"gdal": {
"clip": "-180 40 0 90",
"segmentize": 0.5
}
},
{
"name": "ne_10m_geographic_lines",
"url": "http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/physical/ne_10m_geographic_lines.zip",
"gdal": {
"clip": "-180 40 0 90",
"segmentize": 0.5
}
},
{
"name": "ne_10m_graticules_15",
"url": "http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/physical/ne_10m_graticules_15.zip",
"gdal": {
"clip": "-180 40 0 90",
"segmentize": 0.5
}
},
{
"name": "ne_10m_bathymetry_all",
"url": "http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/physical/ne_10m_bathymetry_all.zip",
"gdal": {
"clip": "-180 40 0 90",
"segmentize": 0.5
}
},
{
"name": "ne_10m_lakes",
"url": "http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/physical/ne_10m_lakes.zip",
"gdal": {
"clip": "-180 40 0 90",
"segmentize": 0.5
}
},
{
"name": "water_polygons",
"url": "https://osmdata.openstreetmap.de/download/water-polygons-split-4326.zip"
}
]