demand-consults / demand_acep

A data-pipeline for high-resolution power meter data
MIT License
2 stars 5 forks source link

Multiple File from Channel Code #51

Closed aidowu closed 5 years ago

aidowu commented 5 years ago
  1. read_NetCDF_downsample.py code updated to handle multiple files from the same channel and merge them using the time.

  2. The extract_data_to_csv also updated to reflect these changes.

  3. Data from 21-05-2018 also added to the data folder for testing and for code to pass Travis.

  4. Separate function and test created for data downsampling.

NB: Still need to work on proper doc string format.