forked from sharedstreets/sharedstreets-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclipboard.txt
46 lines (23 loc) · 4.84 KB
/
clipboard.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/ env DEBUG=\* sudo ./bin/run match ./data/washington_123.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=activity,reason,maxstay,blregdesc --offset-line=5 --search-radius=10
env DEBUG=\* sudo ./bin/run match ./data/fairfax_123.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=activity,reason,maxstay,blregdesc --offset-line=5 --search-radius=45
sudo ./bin/run match ./data/Maywood/maywood_1_2_3.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=activity,reason --buffer-merge-group-fields=username,sign_id,lon,lat --offset-line=5 --search-radius=10
[12342,2345,67855]
match.ts --> 607
sudo ./bin/run match ./data/Maywood/maywood_123.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=activity,reason --join-points-group-fields=sign_id,impath,s3_directory,imkey,detection_id,asset_Type,labeled_impath --offset-line=5 --search-radius=10
sudo ./bin/run match ./data/SantaAna/SantaAna_PR123.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=activity,baysangle,blregdesc,blstreetname,dayrange,maxstay,payment,priority,rate,reason,sideofstreet,timerange --join-points-group-fields=assetid,images --offset-line=5 --search-radius=10
sudo ./bin/run match ./data/santa_monica/SantaMonica_PR123.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=activity,baysangle,blregdesc,blstreetname,dayrange,maxstay,payment,priority,rate,reason,sideofstreet,timerange --join-points-group-fields=assetid,images,marker --offset-line=5 --search-radius=10
sudo ./bin/run match ./data/Anaheim/Anaheim_PR123.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=activity,baysangle,blregdesc,blstreetname,dayrange,maxstay,payment,priority,rate,reason,sideofstreet,timerange --join-points-group-fields=assetid,images,marker --offset-line=5 --search-radius=20
sudo ./bin/run match ./data/Riverside/Riverside_PR123.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=activity,baysangle,blregdesc,blstreetname,dayrange,maxstay,payment,priority,rate,reason,sideofstreet,timerange --join-points-group-fields=assetid,images,marker --offset-line=5 --search-radius=20
sudo ./bin/run match ./data/SantaAna/CLI_Test_Input_Maywood.geojson --buffer-points --buffer-points-length=7 --offset-line=10 --buffer-merge --buffer-merge-match-fields=activity,reason --offset-line=5 --search-radius=25
sudo ./bin/run match ./data/SantaAna/CLI_Test_Input_Maywood.geojson --buffer-points --buffer-points-length-field=m_length --offset-line=10 --buffer-merge --buffer-merge-match-fields=activity,reason --offset-line=5 --search-radius=25
sudo ./bin/run match ./data/SanFrancisco/OnStreet_Carshare_Parking.geojson --buffer-points --buffer-points-length=7 --offset-line=10 --buffer-merge --offset-line=5 --search-radius=25
docker run -it -v /home/prem/Documents/github/sharedstreets-js/data/:/data/ --rm ibihydsmartcity/cli-tool:latest ./bin/run match /data/Maywood/maywood_123.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=activity,reason --join-points-group-fields=sign_id,impath,s3_directory,imkey,detection_id,asset_Type,labeled_impath --offset-line=5 --search-radius=10
curl -u admin:geoserver -v -XPOST -H "Content-type: text/xml" -d "<workspace><name>myworkspace</name></workspace>" https://geoservice-stag.ibigroup.in/geoserver/rest/workspaces
curl -u admin:geoserver -XGET https://geoservice-stag.ibigroup.in/geoserver/rest/layers.xml
curl -u admin:geoserver -H "Content-type: application/zip" -T ${TRAINING_ROOT}/data/user_data/pointlands.zip http://localhost:8083/geoserver/rest/workspaces/myworkspace/datastores/pointlands/file.shp
docker push ibihydsmartcity/cli-tool:latest
docker build -t ibihydsmartcity/cli-tool:latest .
sudo ./bin/run match ./data/Columbus/Adam/AnnArbor_FireHydrantsVerified1.geojson --buffer-points --buffer-points-length=7 --offset-line=10 --buffer-merge --buffer-merge-match-fields=Location --offset-line=5 --search-radius=25
sudo ./bin/run match ./data/Adam/new-assets-to-buffer.geojson --buffer-points --buffer-points-length-field=Length --offset-line=10 --buffer-merge --buffer-merge-match-fields=Activity,Reason,Rate,maxStay,BLRegDesc,baysCount,Exception --offset-line=5 --search-radius=25
sudo ./bin/run match ./data/Adam/fire-hydrants-to-buffer-toronto.geojson --buffer-points --buffer-points-length=6 --offset-line=10 --buffer-merge --buffer-merge-match-fields=Activity,Reason, --offset-line=5 --search-radius=25
sudo ./bin/run match ./data/Adam/new-assets-to-join-toronto.geojson --join-points --join-point-sequence-field=point_relation --join-points-match-fields=Activity,Reason,Rate,maxStay,BLRegDesc,Exception --offset-line=5 --search-radius=10