Giter Site home page Giter Site logo

laccore / data-aggregator-and-renamer Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.68 MB

A collection of scripts and GUI front-end that takes machine output files and combines, assigns names, and exports data.

Python 100.00%
geotek pandas python xrf

data-aggregator-and-renamer's People

Contributors

coredatascientist avatar dependabot[bot] avatar skydeo avatar sorghumking avatar

Watchers

 avatar  avatar  avatar  avatar

data-aggregator-and-renamer's Issues

Add filter values

Some way to specify values in specific columns that should be ignored (e.g., ~>= -300 MS)

Optionally export XRF data by sitehole

I already have a script that opens an Excel file and splits and exports by hole, so it should just require a bit of tweaking and adding an option flag to the script and GUI

Aggregated MSCL data doesn't include first data row of each input file

This occurs when we drop rows 1 and 2 after initial loading and cleaning. It appears the intention is to drop the units row and single blank row that precedes the first data row, but the units row is actually row 0. There is no need to explicitly drop the blank row, it is removed by the line df = df[~df.eq("").all(1)] # removes empty rows (inconsistent number across files)

Error in pyinstaller built executable

No such file or directory: 'mscl_units.txt'

Not getting the same error for the associated headers.txt file, and it seems to correctly assign units anyway.

Switch to pandas for renamer

Currently operates using lists, I think there's efficiency and code readability gains to be had by switching to pandas. Also what the aggregation tools use, so consistency would be good.

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.