edgi-govdata-archiving / ECHO_modules

ECHO_modules is a Python package for analyzing a copy of the US Environmental Protection Agency's (EPA) Enforcement and Compliance History Online (ECHO) database
GNU General Public License v3.0
3 stars 6 forks source link

Reorganize ECHO_modules into an Echo class with methods #28

Open ericnost opened 3 years ago

ericnost commented 3 years ago

testing how we might reorganize utility functions in light of creating an Echo class that embeds many functions as class methods

ericnost commented 2 years ago

FYI, this currently supports the watershed notebook at EEW_Watershed.

It should probably either be a hard fork, or we should prioritize #33 and then reorganize the EEW_Watershed notebook to work with that.