https://github.com/enthought/tabs
Default Repo description from terraform module
https://github.com/enthought/tabs
Last synced: 8 months ago
JSON representation
Default Repo description from terraform module
- Host: GitHub
- URL: https://github.com/enthought/tabs
- Owner: enthought
- Created: 2014-08-08T20:12:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T00:00:39.000Z (over 10 years ago)
- Last Synced: 2024-12-27T02:43:07.003Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.68 MB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
TAMU TABS project
=================
Web application to display ocean model output in a dynamic map view.
Files
-----
scripts
Python scripts to work with NetCDF files and produce sample output.
Scripts may require `octant`_ package to run.
Not used by the application.
static
HTML and javascript used in the frontend application.
Includes Leaflet plotting code, controls, and configuration.
Also contains cached JSON and NetCDF data for serving local files.
tabs
Backend code. Contains Python modules used to load data from
THREDDS server or local NetCDF file, generate contours at each time
step.
app.py
Flask application that ties it all together. Serves the static
files, and does the mapping between URLs and python functions.
Running the application
-----------------------
To start the application locally, run the command
python app.py
from this directory. Open a browser to http://localhost:5000 to view
the application. Note that the default configuration is debug mode
and should not be run on a public server.
.. _octant: https://github.com/hetland/octant