Code Monkey home page Code Monkey logo

knb-lter-cap.636's People

Contributors

dflemin avatar magaitan avatar srearl avatar

Watchers

 avatar  avatar  avatar

Forkers

qstewart dflemin

knb-lter-cap.636's Issues

sensor swap and maintenance log

note the sensor swap and maintenance log (sensor_swap_serial_numbers.xlsx) in Dropbox::ASU/GIOS/Research/CAP-LTER/research/MicrometTowers

misalignment between NIS and CAP local versions

Note that the local and NIS versions of 636.2 are slightly out-of-step as I failed to add the key word attributes (theme, place) before committing to the NIS. Creating a version 3 just to address this seemed excessive, and this will be rectified when new data warrant a version 3.

rain gauge at LDP

Roy: "I forgot to mention that the rain gauge at LDP was vandalized (cover stolen, cable cut). There is an anomalous data point in the file on 4/20/18 (1.524 at 03:30:00) that I’m guessing was caused by the vandals, as I doubt there was any rain there last month, especially that much. So that point and those thereafter are not valid data IMO. Not sure how long the gauge will be out, have yet to hear from Sally who’s been in the field."

Because we do not know when this happened, I changed all precip. data since when the data were last downloaded (2017-12-19 11:30:00) to NA. We likely lost some good data with that approach but that is preferable to housing any erroneous data.

newdata <- newdata %>% 
  mutate(rain_mm_tot = replace(rain_mm_tot, timestamp >= '2017-12-19 11:40:00', NA))

flag apogee data at LDP

just received an email from Campbell stating that they could not calibrate Apogee PYR-P Pryanometer sn.3356 and that it can not be repaired. it seems it was removed from the LDP site on 2017-05-15. how does the data from LDP look while it was deployed between 2015-05-15 and 2017-05-15?
@qstewart

QAQC params that Avinash had implemented

minAirTemp = -40;
maxAirTemp = 60;
minRelativeHumidity = 0.8f;
maxRelativeHumidity = 100.0f;
minSolarRadiation = 0.0f;
maxSolarRadiation = 2000.0f;
minWindSpeed = 0.0f;
maxWindSpeed = 100.0f;
minWindDirection = 0.0f;
maxWindDirection = 360.0f;
minRain = 0.0f;
maxRain = 30.0f;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.