cgq-qgc / HydroSensorReader

This project provides tools to read files from probes, sensors, or anything used in hydrogeology.
MIT License
8 stars 2 forks source link

Use Panda dataframe for Time Series #2

Closed x-malet closed 6 years ago

x-malet commented 6 years ago

the purpose of this issue is to refactor the project in order to use Pandas Dataframe for easy plotting and data managing.

x-malet commented 6 years ago

The class to update is site_and_records.records.TimeSeriesRecords and site_and_records.site.py.SensorPlateform

x-malet commented 6 years ago

Branch created for this issue : timeseries_use_pandas