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

Reorganize ECHO_modules into an Echo class with methods #28

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d51f10d
Update utilities.py
ericnost May 17, 2021
dcd1c02
add class and presets files
ericnost May 31, 2021
f4cd60f
SelectMultiple test
ericnost May 31, 2021
cf3365d
change region_field availability
ericnost May 31, 2021
748c47b
temporarily disable default region value
ericnost May 31, 2021
e3e3939
testing module imports
ericnost Jun 1, 2021
a982787
Update class.py
ericnost Jun 1, 2021
bc680db
enable HUC12 search
ericnost Jun 2, 2021
5e562bd
fix indentation
ericnost Jun 8, 2021
0e1f8a1
fix indentation again
ericnost Jun 8, 2021
45ae3e4
Update class.py
ericnost Jun 8, 2021
ea143b8
fix indentation
ericnost Jun 8, 2021
0a39817
Update class.py
ericnost Jun 30, 2021
cf8c20a
Update class.py
ericnost Jun 30, 2021
b73815b
Update class.py
ericnost Jun 30, 2021
fdbe1ec
Update class.py
ericnost Jun 30, 2021
0109287
Add DFR_URL to markers, if it is present. Reduce size of charts.
shansen5 Jul 22, 2021
f03672f
update get_program_data to do batches
ericnost Aug 29, 2021
47c9d42
removes print statements from get_program_data
ericnost Aug 29, 2021
d1bd32c
fixes reference error
ericnost Aug 29, 2021
a7f2556
fixes another reference error
ericnost Aug 29, 2021
acd41eb
removes one more print statement
ericnost Aug 29, 2021
6e04d54
corrects the SDWA PWS MVIEW
ericnost Dec 16, 2021
fa8f3dc
updates class.py for SDWA population served and SVs
ericnost Dec 16, 2021
7618859
updates presets for SDWA PWS agg_col
ericnost Dec 16, 2021
0e014cb
minor updates 2-2-22
ericnost Feb 2, 2022
1d3e58c
fix presets
ericnost Feb 2, 2022
cc3e647
addressing database changes
ericnost Jun 5, 2022
38c638f
Update presets.py
ericnost Jul 27, 2022
eb27259
Update class.py
ericnost Jul 27, 2022
da96880
Update class.py
ericnost Jul 28, 2022
3e8961b
Update presets.py
ericnost Aug 15, 2022
35b59b8
Update presets.py
ericnost Aug 18, 2022
0ecfa5a
update class.py to avoid json
ericnost Sep 20, 2022
821d893
Update utilities.py
ericnost Oct 11, 2022
48abd4f
Update presets.py
ericnost Oct 19, 2022
aa1eaf2
extend reorg with new class and utilities
ericnost Dec 21, 2022
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
304 changes: 0 additions & 304 deletions DataSet.py

This file was deleted.

Loading