https://github.com/jaysongiroux/oceanography
A toolkit oceanographer researchers can use for data visualization and wave classification
https://github.com/jaysongiroux/oceanography
electron git plotly react
Last synced: 2 months ago
JSON representation
A toolkit oceanographer researchers can use for data visualization and wave classification
- Host: GitHub
- URL: https://github.com/jaysongiroux/oceanography
- Owner: jaysongiroux
- License: mit
- Created: 2020-03-05T21:58:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:44:09.000Z (over 3 years ago)
- Last Synced: 2026-01-03T22:28:17.225Z (5 months ago)
- Topics: electron, git, plotly, react
- Language: JavaScript
- Homepage:
- Size: 3.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Oceanography Tool Kit
### Objective
Create a computer program that allows oceanographers and researchers to enter data
on a user friendly UI that will parse the data and output the visualized data into an
intuitive PDF document that will be intuitive and easy to understand for the general public and other researchers
___
### Setup:
```npm i```
```npm start```
___
### Packaging for deployment
```npm install electron-packager --save-dev```
```cd ..```
```electron-packager Oceanography/ OceanographyToolKit```
or
```npm i && npm run package```
a folder will appear in the same folder the github repo is stored with the packaged program
Documentation: https://github.com/electron/electron-packager
Format for custom packaging:
```electron-packager --platform= --arch= [optional flags...]```
___
### Development
#### Tools
- Add the link in the tools.html page then create a separate tool HTML and JS file. This will allow easy scalability for multiple tools in this program
- include the navbar in each new html file you add
### Information:
Dependencies:
```
"electron-reload": "latest",
"nan": "^2.14.1",
"plotly": "^1.0.6",
"react": "^16.13.1",
"react-dom": "^16.13.1"
```