BoulderCodeHub / RWDataPlyr

R package to read and manipulate data from RiverWareTM
3 stars 5 forks source link

error in rdf_to_rwtbl2() when reading big rdf files #104

Open rabutler-usbr opened 4 years ago

rabutler-usbr commented 4 years ago

rdf_to_rwtbl2() is producing a std::bad_alloc error when attempting to read in large rdf files, e.g., AZWU.rdf or COWU.rdf (from August 2019). read_rdf() works, even though rdf_to_rwtbl2() does not.

image