Skip to content

Commit

Permalink
Update moving_data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiits authored Sep 12, 2024
1 parent 0cabe71 commit a99a4a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions materials/moving_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,16 @@ Some organizations, for example research institutes with IT-services from Valtor
- [CSC Docs: `wget`](https://docs.csc.fi/data/moving/wget/)

```
# One file:
# One file, Depth contours from SYKE open spatial data service:
wget http://wwwd3.ymparisto.fi/d3/gis_data/spesific/syvyyskayra.zip
# One folder:
# One folder, Forest mask from Forest center:
wget -r -nc ftp://ftp.aineistot.metsaan.fi/Metsamaski/Maakunta/ --cut-dirs=2
# Via API, 10m DEM from Geoportti GeoCubes
# API url generation service: https://vm0160.kaj.pouta.csc.fi/geocubes/apiaccess/
# Give file name with -O
wget https://vm0160.kaj.pouta.csc.fi/geocubes/clip/10/km10/kuntajako:235/2018 -O kauniainen_dem10m.tif
```

:::{admonition} More options :class: note
Expand Down

0 comments on commit a99a4a1

Please sign in to comment.