schwilklab / skyisland-climate

Climate data and code for Sky Island project
2 stars 2 forks source link

Avoid re-reading in merged data #3

Closed dschwilk closed 10 years ago

dschwilk commented 10 years ago

Use timestamps or some method to check if we have already read-in and merged the sensor data. read.sensor() and read.sensor.data() are slow.

This will require two things:

  1. Check if new data exists and only read in if necessary
  2. Save alltemps xts objects as files. Or maybe just save the data summaries as dataframes.