cesium-ml / cesium

Machine Learning Time-Series Platform
Other
670 stars 101 forks source link

Make data_management.parse_and_store_ts_data return list of paths instead of TimeSeries objects #222

Closed acrellin closed 7 years ago

bnaul commented 7 years ago

I'm fine just making return_paths=True the only behavior; adding an option here seems to complicate things unnecessarily. We could add to the docstring something like, "The resulting files can be loaded as TimeSeries objects using time_series.from_netcdf."

acrellin commented 7 years ago

@bnaul done

bnaul commented 7 years ago

👍 I like this! Can you make a similar PR for cesium_web and we'll merge 'em both together?