Skip to content

Commit

Permalink
All Defaults Set Correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Mar 11, 2018
1 parent e9142ac commit 4a29e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 01_generateTagClusters_fromLBSNCSV_gitbash.sh
@@ -1,2 +1,2 @@
python "D:\03_EvaVGI\05_Code\Py\standalone_tag_cluster_hdbscan\generateTagClusters.py" -s 'fromLBSN'
python "D:\03_EvaVGI\05_Code\Py\standalone_tag_cluster_hdbscan\generateTagClusters.py"
$SHELL
2 changes: 1 addition & 1 deletion generateTagClusters.py
Expand Up @@ -131,7 +131,7 @@ def print_store_log(text,end=None):
#Choose one of four options for Input data type:
import argparse
parser = argparse.ArgumentParser()
parser.add_argument('-s', "--source", default= "fromFlickr_CSV") # naming it "source"
parser.add_argument('-s', "--source", default= "fromLBSN") # naming it "source"
parser.add_argument('-r', "--removeLongTail", type=def_functions.str2bool, nargs='?', const=True,default= True)
parser.add_argument('-e', "--EPSG")
parser.add_argument('-t', "--clusterTags", type=def_functions.str2bool, nargs='?', const=True,default= True)
Expand Down

0 comments on commit 4a29e9c

Please sign in to comment.