EcohydrologyTeam / ClearWater-riverine

A 2D water quality transporter model to calculate conservative advection and diffusion of constituents from an unstructured grid of flows
MIT License
6 stars 0 forks source link

Speed up Binary Date Parsing #57

Open sjordan29 opened 7 months ago

sjordan29 commented 7 months ago

As discussed in #49 here, converting from binary times in the RAS HDF file is a slow point in model instantiation.

A brief analysis found that leveraging pandas yielded faster results than np.vectorize(). Additional solutions should be assessed to help speed up this step.