interactive_data_editor

A Software to interactively edit data in a graphical manner

https://github.com/koushikphy/interactive_data_editor

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.2%) to scientific vocabulary

Keywords

3d-plot computational-chemistry data data-analysis data-fitting data-manipulation data-visualization dataset electron-app electronjs fitting graph graphical griddata plotting regression-analysis smoothing snap surface-plot
Last synced: 4 months ago · JSON representation ·

Repository

A Software to interactively edit data in a graphical manner

Basic Info
Statistics
  • Stars: 46
  • Watchers: 4
  • Forks: 10
  • Open Issues: 2
  • Releases: 11
Topics
3d-plot computational-chemistry data data-analysis data-fitting data-manipulation data-visualization dataset electron-app electronjs fitting graph graphical griddata plotting regression-analysis smoothing snap surface-plot
Created over 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Interactive Data Editor

A Software to interactively edit data in a graphical manner.

Version MIT License interactive-data-editor interactive-data-editor
DOI Version
alt text We have all worked with data at some point of time. Now, depending on the source, sometimes the data may not be regular, smooth and uniform and requires refinement before applying for any practical use. This software lets you do that very easily and efficiently in a graphical way including many others useful data operation.

👍 Features

  1. Edit one or multiple points by dragging with mouse and keyboard keys.
  2. Automatically smooth data using spline and linear Kernel smoother.
  3. Fit any function to the data.
  4. Plot any 2D and gridded 3D data with LaTeX rendering support.
  5. Export images in five format in any resolution.
  6. Simultaneously work with multiple datasets.
  7. Fill missing values.
  8. Remove bad data points.
  9. Repeat or mirror data any required times.
  10. Filter data subject to a given condition.
  11. Swap data between two lines or surfaces.
  12. Supports undo/redo.
  13. Change sign of any selected part of the data.
  14. Spreadsheet editor with all basic excel like features including formula parsing.  And many more...

⚒ Download and installation

The software is available as pre-built binaries for different platforms. Install the appropriate installer for your system available in releases section of this repo. Also available as snap for linux users.
Get it from the Snap Store

🚀 Quick Reference

For a quick reference, documentation and FAQs check out https://koushikphy.github.io/InteractiveDataEditor/.

✔ Copyright and license

Copyright © July 2020, Koushik Naskar. All rights reserved. Licensed under the MIT License.

✨Citation

If this software was helpful in your work, please cite this project as https://doi.org/10.5281/zenodo.3947507.

Owner

  • Name: Koushik Naskar
  • Login: Koushikphy
  • Kind: user
  • Location: Kolkata, India

PhD student in School of Chemical Sciences, Indian Association for the Cultivation of Science 👨‍🔬

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Naskar"
  given-names: "Koushik"
  orcid: "https://orcid.org/0000-0001-9093-2255"
title: "Interactive Data Editor"
version: 2.12.1
doi: https://doi.org/10.5281/zenodo.3947507
date-released: 2022-11-19
url: "https://github.com/Koushikphy/Interactive_Data_Editor"

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 472
  • Total Committers: 2
  • Avg Commits per committer: 236.0
  • Development Distribution Score (DDS): 0.146
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Koushik Naskar k****9@g****m 403
Koushik Naskar K****9@g****m 69

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 50
  • Total pull requests: 4
  • Average time to close issues: 8 days
  • Average time to close pull requests: less than a minute
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.12
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • Koushikphy (49)
  • masood (1)
Pull Request Authors
  • Koushikphy (3)
  • dependabot[bot] (2)
Top Labels
Issue Labels
bug (5) enhancement (3) documentation (3)
Pull Request Labels
dependencies (2) github_actions (2)

Dependencies

package.json npm
  • electron ^17.3.1 development
  • electron-builder ^22.9.1 development
  • @electron/remote ^2.0.8
  • plotly.js-gl3d-dist ^1.58.4
.github/workflows/build_release.yml actions
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/setup-node v2 composite
  • actions/upload-artifact v2 composite
  • martinbeentjes/npm-get-version-action master composite
  • ncipollo/release-action v1 composite