-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.txt
executable file
·24 lines (14 loc) · 1.17 KB
/
commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#in cygwin:
> wegens niet-werkende symlinks
```
node analyse -l data/base/2015-01-30_link_full_export.csv -k data/base/2015-01-30_knoop_full_export.csv data/enq/20131113_netwerkfietser_126.csv
node newnum -l data/renum/2015-05-04-export-link.csv -k data/renum/2015-05-04-export-knoop.csv > /cygdrive/c/tmp/renum/out-05-04.txt;
for f in /cygdrive/c/tmp/renum/err-*; do echo -e "$f\n--"; cat $f; echo "--"; done; cat /cygdrive/c/tmp/renum/out-05-04.txt;
```
#opladen data
> nu en dan eens doen
```
curl --url "http://tris.westtoer.be/geoserver/ows?request=GetFeature&service=wfs&version=1.0.0&srsName=EPSG:4326&outputformat=csv&typeName=westtoer:knoop_full_export" -o data/base/$(date --iso)_knoop_full_export.csv
curl --url "http://tris.westtoer.be/geoserver/ows?request=GetFeature&service=wfs&version=1.0.0&srsName=EPSG:4326&outputformat=csv&typeName=westtoer:link_full_export" -o data/base/$(date --iso)_link_full_export.csv
curl --url "http://tris.westtoer.be/geoserver/ows?request=GetFeature&service=wfs&version=1.0.0&srsName=EPSG:4326&outputformat=csv&typeName=westtoer:view_bord_link_annotated" -o data/signcount/$(date --iso)-bord-link-annotated.csv
```