Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed May 14, 2019
1 parent 585c735 commit ba187ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tagmaps/__main__.py
Expand Up @@ -31,12 +31,12 @@ def main():
"""Main tag maps method for direct execution of package.
The order of execution is pretty linear:
1. LoadData (apply basic filters, stoplists etc.) - /01_Input/
1. LoadData (cleanup, apply basic filters, stoplists etc.) - /01_Input/
2. PrepareData (global statistics, remove long tail, prepare
cleaned data structure)
3. Optional: user input for cluster distance/item selection
4. Cluster Step: calculate itemized / global clusters
5. Alpha Shapes: for each cluter, calculate spatial shape/ boundary
5. Alpha Shapes: for each cluster, calculate spatial shape/ boundary
6. Compile Output: normalize results, add statistics, shapefile
7. Write results: Write Shapefile to file - /02_Output/
"""
Expand Down

0 comments on commit ba187ce

Please sign in to comment.