JGCRI / xanthos

An extensible global hydrologic framework
Other
34 stars 16 forks source link

Numpy and data loading update #34

Closed calebbraun closed 5 years ago

calebbraun commented 5 years ago

Reading files with open option "U" is long depreciated. This PR scopes data loading to the DataLoader class alone, and cleans up some naming, documentation, and flow along the way. The routing module is most affected by these changes, loading data earlier rather than later.

calebbraun commented 5 years ago

Addressed in #35