Coder Social home page Coder Social logo

ceil2ff's Introduction

ceil2ff

First, please note that this software is not entirely maintaned, and ANY user should
undestand that this is not the primary source of code for MOST operations with ceilometer
data. At this time I, Joe Young, cannot recommend you use this package. 

For similar services, as they become available. Please consult the Muto package.

I apologize that the Muto package is less complete than this one. Muto is designed
to actually work however.


A python package for converting any *known* ceilometer raw data formats into SI
(m^-1 sr^-1) backscatter coefficient variables in a gridded flat file, 
with Unix timestamps. These files should be much easier to read by subsequent
processors. No averaging is to be computed.

At version 1.0, this is not built for speed, but for power, and accuracy. Ideally
this code need only be run once on a dataset. It also does not have many decision
making abilities, and generally runs over an entire folder's contents.

This is an expansion off the basic code derived from initial development of the 
UUAdip data manager by Joe Young at the University of Utah. Eventually, UUAdip 
will utilize this package in its processing.

ceil2ff's People

Contributors

joeyoun9 avatar

Stargazers

 avatar

Watchers

 avatar

ceil2ff's Issues

Dangerous use of global variables

It seems risky to use global variables with such simple names like t,s,r,d to hold the data arrays. These could easily screw up the other aspects of a code which use these variables. Consider turning these into internal variables to the methods so they do not have exposure to the global scope, or give them more obscure names which are less likely to be interfered with other parts of one's code.

Does not Sort Observations

Observations are not sorted beyond the scope of a single file.

Since filenames are acknowledged to be arbitrary, it would be useful to find a way that does not consume too much memory to go back through the file, and somehow predict where the ob will have to go and then put them in those files

By creating a temp file to save all the data the first go around, and then do a pointer based pluck and paste into another file... if possible.

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.