generated from stactools-packages/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFIN_2020.json
125 lines (125 loc) · 4.17 KB
/
FIN_2020.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "FIN_2020",
"properties": {
"title": "The spatial distribution of population in 2020 with country total adjusted to match the corresponding UNPD estimate, Finland",
"description": "Estimated total number of people per grid-cell. The dataset is available to download in Geotiff format at a resolution of 3 arc (approximately 100m at the equator). The projection is Geographic Coordinate System, WGS84. The units are number of people per pixel with country totals adjusted to match the corresponding official United Nations population estimates that have been prepared by the Population Division of the Department of Economic and Social Affairs of the United Nations Secretariat (2019 Revision of World Population Prospects). The mapping approach is Random Forest-based dasymetric redistribution.",
"start_datetime": "2020-01-01T00:00:00Z",
"end_datetime": "2020-12-31T00:00:00Z",
"gsd": 100.0,
"sci:doi": "10.5258/SOTON/WP00660",
"sci:citation": "WorldPop (www.worldpop.org - School of Geography and Environmental Science, University of Southampton; Department of Geography and Geosciences, University of Louisville; Departement de Geographie, Universite de Namur) and Center for International Earth Science Information Network (CIESIN), Columbia University (2018). Global High Resolution Population Denominators Project - Funded by The Bill and Melinda Gates Foundation (OPP1134076). https://dx.doi.org/10.5258/SOTON/WP00660",
"proj:epsg": 4326,
"proj:transform": [
0.0008333333300347485,
0.0,
20.551249933,
0.0,
-0.0008333333300120531,
70.091249921,
0.0,
0.0,
1.0
],
"proj:bbox": [
20.551249933,
59.720416629,
31.582916556,
70.091249921
],
"proj:wkt2": "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST],AUTHORITY[\"EPSG\",\"4326\"]]",
"proj:shape": [
12445,
13238
],
"datetime": "2020-01-01T00:00:00Z"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
31.582916556,
59.720416629
],
[
31.582916556,
70.091249921
],
[
20.551249933,
70.091249921
],
[
20.551249933,
59.720416629
],
[
31.582916556,
59.720416629
]
]
]
},
"links": [
{
"rel": "child",
"href": "https://www.worldpop.org/geodata/summary?id=26309",
"title": "Summary Page"
},
{
"rel": "cite-as",
"href": "https://doi.org/10.5258/SOTON/WP00660"
},
{
"rel": "self",
"href": "/home/jvrt/gdspark/202105_stactools/.vscode/worldpop/FIN_2020.json",
"type": "application/json"
}
],
"assets": {
"thumbnail": {
"href": "https://www.worldpop.org/tabs/gdata/img/26309/fin_ppp_wpgp_2020_Image.png",
"type": "image/png",
"title": "WorldPop Thumbnail",
"roles": [
"thumbnail"
]
},
"metadata": {
"href": "https://www.worldpop.org/rest/data/pop/wpgpunadj?iso3=FIN",
"type": "application/json",
"title": "WorldPop Metadata",
"roles": [
"metadata"
]
},
"fin_ppp_2020_UNadj": {
"href": "https://data.worldpop.org/GIS/Population/Global_2000_2020/2020/FIN/fin_ppp_2020_UNadj.tif",
"type": "image/tiff; application=geotiff",
"title": "fin_ppp_2020_UNadj",
"raster:bands": [
{
"nodata": -99999.0,
"sampling": "area",
"data_type": "float32"
}
],
"roles": [
"data"
]
}
},
"bbox": [
20.551249933,
59.720416629,
31.582916556,
70.091249921
],
"stac_extensions": [
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://stac-extensions.github.io/raster/v1.0.0/schema.json"
]
}