Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #2

Closed
wants to merge 40 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ab27e03
Added .ini file
pbrotoisworo Nov 1, 2018
d234837
Update Tweet2Map.py
pbrotoisworo Nov 1, 2018
ce45645
Update Tweet2Map.py
pbrotoisworo Nov 1, 2018
61fd407
Update config.ini
pbrotoisworo Nov 1, 2018
62d99fa
Organized the file structure
pbrotoisworo Nov 1, 2018
2a82f2c
Merge branch 'testing' of https://github.com/Esparko/tweet2map into t…
pbrotoisworo Nov 1, 2018
9612c1f
Update config.ini
pbrotoisworo Nov 1, 2018
4bfee14
Update README.md
pbrotoisworo Nov 2, 2018
b2a378a
PEP8 Compliance, Extra Configuration Options
pbrotoisworo Nov 3, 2018
2254f80
Update README.md
pbrotoisworo Nov 3, 2018
fb9652a
Update README.md
pbrotoisworo Nov 3, 2018
5fcfb86
Update README.md
pbrotoisworo Nov 3, 2018
6b81a0c
Added shapefile for ArcPy
pbrotoisworo Nov 3, 2018
690926e
Merge branch 'testing' of https://github.com/Esparko/tweet2map into t…
pbrotoisworo Nov 3, 2018
56bfa29
Update config.ini
pbrotoisworo Nov 3, 2018
6f0949d
Update main script
pbrotoisworo May 12, 2019
a9ebf2a
Streamlined main script
pbrotoisworo May 12, 2019
ee8410a
Merge branch 'testing' of https://github.com/Esparko/tweet2map into t…
pbrotoisworo May 12, 2019
027106a
Create placeholder
pbrotoisworo May 12, 2019
e73b7d3
Add files via upload
pbrotoisworo May 13, 2019
87745ee
Updated Tweet2Map.py
pbrotoisworo May 13, 2019
bf71822
Add files via upload
pbrotoisworo Jun 19, 2019
229654f
Add files via upload
pbrotoisworo Jun 19, 2019
b326a43
Updates
pbrotoisworo Jun 22, 2019
44b85f9
Add files via upload
pbrotoisworo Jun 23, 2019
02fbe33
Add files via upload
pbrotoisworo Jun 23, 2019
87a5d0f
Updated Spatial join
pbrotoisworo Jun 23, 2019
a2bddd5
Updated Spatial join
pbrotoisworo Jun 23, 2019
751ffcb
Updated Spatial Join
pbrotoisworo Jun 23, 2019
51be59d
Update to Spatial Join
pbrotoisworo Jun 23, 2019
4255950
Update README.md
pbrotoisworo Jun 23, 2019
7cc69b6
Updated logging
pbrotoisworo Jun 23, 2019
2668a86
Merge branch 'testing' of https://github.com/Esparko/tweet2map into t…
pbrotoisworo Jun 23, 2019
6015a0b
Add files via upload
pbrotoisworo Jul 28, 2019
e795e39
Add files via upload
pbrotoisworo Jul 28, 2019
5769dd2
Add files via upload
pbrotoisworo Jul 28, 2019
13f7cd5
Add files via upload
pbrotoisworo Jul 28, 2019
85447a2
Add files via upload
pbrotoisworo Jul 28, 2019
6111df8
Update README.md
pbrotoisworo Jul 28, 2019
5d3c86c
Update README.md
pbrotoisworo Jul 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add files via upload
  • Loading branch information
pbrotoisworo authored Jun 23, 2019
commit 02fbe3340762954ee38b54461631d0e36a0878b4
5 changes: 3 additions & 2 deletions run_program.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@echo off
call activate tweet2map
rem [PYTHON INTERPRETER] [python file]
rem First script is the Tweet2Map.py file which runs under Python 3
rem Second script is the ArcPy script which needs ArcPy and Python 2
"C:\ProgramData\Anaconda3\python.exe" "C:\Users\Panji\Documents\Python Scripts\Non-Jupyter Py Scripts\MMDA Tweet2Map\Tweet2Map.py"
"C:\Python27\ArcGIS10.6\python.exe" "C:\Users\Panji\Documents\Python Scripts\Non-Jupyter Py Scripts\MMDA Tweet2Map\arcpy_Spatial_Join_City.py"
python "C:\Users\Panji\Documents\Python Scripts\Projects\MMDA Tweet2Map\Tweet2Map.py"
rem "C:\Python27\ArcGIS10.6\python.exe" "C:\Users\Panji\Documents\Python Scripts\Projects\MMDA Tweet2Map\modules\arcpy_Spatial_Join_City.py"