DFO-NOAA-Pacific / surveyjoin

Repo for combining trawl survey data from NOAA and Fisheries and Oceans Canada in Northeast Pacific
https://dfo-noaa-pacific.github.io/surveyjoin/
9 stars 0 forks source link

Combine `get_data()` and `load_sql_data()` #54

Open seananderson opened 1 day ago

seananderson commented 1 day ago

These use to be much slower, but given the current speed I don't think we need the complexity on the user side of having two functions.

Probably having get_data() call load_sql_data() at the end is sufficient.