You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<em>r.import.probav_lc</em> is a GRASS Addon that downloads and imports PROBA-V land cover raster maps from <ahref="https://zenodo.org/record/3939050">Copernicus Global Land Service: Land Cover 100m: collection 3: epoch 2019: Globe</a> for the current region.
4
+
5
+
The land cover maps of the years 2015 to 2019 are supported.
6
+
7
+
To avoid multiple downloads of the data, the user can specify a
8
+
<b>directory</b> where the data should be saved. If no <b>directory</b> is
9
+
specified, the data will be deleted after the import.
10
+
11
+
<h2>REQUIREMENTS</h2>
12
+
13
+
<h3>wget from Python3</h3>
14
+
<divclass="code"><pre>
15
+
pip3 install wget
16
+
</pre></div>
17
+
18
+
<h3>zenodo_get from Python3</h3>
19
+
<divclass="code"><pre>
20
+
pip3 install zenodo_get
21
+
</pre></div>
22
+
23
+
<h2>EXAMPLES</h2>
24
+
25
+
<h3>Import 100m PROBA-V discrete classification and tree cover fraction map</h3>
0 commit comments