HARPgroup / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Begin coding data model, object classes. #7

Open rburghol opened 2 years ago

rburghol commented 2 years ago

Overview

Note that the previous implementation was fully object oriented, though since hsp2 uses the numba compiler to create faster execution we will make a hybrid to leverage the speed benefits. will be instantiated to process model inputs from JSON (or from UCI if we support that).

Tasks

Priority objects/method/functions to develop:

jdkleiner commented 2 years ago

Spent some time locating the current php versions of these object classes

jdkleiner commented 2 years ago

See example for setting up objects in python: https://github.com/HARPgroup/pydro-tools/tree/main/OOP

rburghol commented 1 year ago

Example: