Skip to content

jsignell/MpalaTower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MpalaTower

We are in the process of developing a system for getting tower data online and accessible. The hope is that this will be transferable to other timeseries data. What we have are a collection of asci .dat datafiles spanning 5 years. What we want is a queryable dataset that can be quickly inspected graphically.

###Data munging We have a developed a set of python scripts to convert the large .dat files to daily netCDF files. Since the data are collected at different frequencies, it does not make sense to merge across datafiles. All of the files that relate to this conversion are in the munging dir.

#####TO DO:

  • fix time in scripts to run faster and work with ts_data
  • clean up and speed up parsing from TOA5 to netCDF
  • add functionality to glean units from parameter names

###Data overview We have created an app for viewing a summary of daily data from the tower. The files for this app are stored in the repo: https://github.com/kcaylor/tower_metadata/ and the app itself is at http://mpala.herokuapp.com/

#####TO DO:

  • see what else can be gleaned from program files
  • add to program files so that instruments can be pulled in
  • improve unit-based flags
  • make a download button that leads to a Dropbox URL
  • add some general plots for QAQC

###More indepth We are working on developing a tool or set of tools for doing more indepth analysis of the tower data. These tools will most likely take the shape of some ready-made python and matlab functions for handling the data once the user has downloaded them locally. The functions are stored in the inspection dir

#####TO DO:

  • make quick plots from the input data to help with initial inspection
  • merge netCDF files over selected date range
  • plot netCDF files

About

NetCDF Development for processing campbellsci tower data

Resources

License

Stars

Watchers

Forks

Packages

No packages published