russbiggs / dendros.io

View Tucson RWL files in your browser

Home Page:https://dendros.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

δενδρος - dendros.io

dendros is a web application for viewing .rwl tree ring width files in the browser. dendros is a tool to visually explore current or archived tree ring data in the Tucson rwl file format. The application uses browser storage to allow repeated use and storage of files. Files uploaded to the application are not shared with a server, all storage is client side only.

Notes

Due to the loose specification on the Tucson rwl format some rwl files may not work if they do not follow the specification quite closely. Feedback and github issues are welcome here or on the rwl library repositories with examples of rwl files that do not work.

Contribution

Contributions are welcome in the form of github issues and pull requests.

Dependencies

dendros is very light on external dependencies for the application itself. rwl (for rwl parsing) and idb-keyval (for easier IndexedDB queries) are the only bundle dependencies at this time. Development dependencies include babel and webpack for bundling and transpiling.

uses yarn for production and development dependencies.

Running locally

use webpack dev server to build and run locally.

yarn run start:dev

About

View Tucson RWL files in your browser

https://dendros.io

License:MIT License


Languages

Language:JavaScript 66.9%Language:CSS 18.4%Language:HTML 14.7%