AguaClara / aguaclara

An open-source Python package for designing and performing research on AguaClara water treatment plants.
https://aguaclara.github.io/aguaclara/
MIT License
25 stars 13 forks source link

Asc327/procoda parser.py #283

Closed ariannacurillo closed 4 years ago

ariannacurillo commented 4 years ago

Worked on resolving issue #170 to implement intersect function and wrote test_intersect to test the intersect function in procode_parser. Also resolves issue #253 now that we fixed the testing failures.

HannahSi commented 4 years ago

As a summary of issue #253, this PR also adds functionality for reading data from Github URLs, adds an elapsed time option to the get_data_by_time function, and improves testing coverage.