-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhumans.yaml
42 lines (41 loc) · 1.02 KB
/
humans.yaml
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
---
plugins:
source:
- module: intake_xarray
sources:
GHS:
description: Global Human Settlement
metadata:
url: https://ghsl.jrc.ec.europa.eu/ghs_pop2019.php
driver: netcdf
parameters:
s_res:
description: spatial resolution
type: str
default: 30ss
allowed:
- 1K
- 250
- 9ss
- 30ss
epoch:
description: epoch, year of data
type: int
default: 2015
allowed:
- 2015
- 2000
- 1990
- 1975
epsg:
description: coordinate system
type: int
default: 4326
allowed:
- 54009 # Mollweide
- 4326 # WGS84
args:
urlpath: simplecache::zip://*.tif::https://cidportal.jrc.ec.europa.eu/ftp/jrc-opendata/GHSL/GHS_POP_MT_GLOBE_R2019A/GHS_POP_E{{epoch}}_GLOBE_R2019A_{{epsg}}_{{s_res}}/V1-0/GHS_POP_E{{epoch}}_GLOBE_R2019A_{{epsg}}_{{s_res}}_V1_0.zip
chunks: auto
xarray_kwargs:
engine: rasterio