aed_curents

aed_curents is a web application that extracts netCDF data and visualises it on a web map.

Live demo: https://ronygolderku.github.io/aed_curents/

Animation

Using the app

The app provides users with an interactive Leaflet web map with Current data overlays.

The overlays and basemaps can be toggled from a control panel in the top right.

Building and launching

Clone the aed_curents repository

git clone https://github.com/ronygolderku/aed_curents.git

The app must be run on a web server. For example, using http-server:

http-server

And then in your browser go to:

http://127.0.0.1:8080

Map configuration

The Leaflet map can be modified in netcdf-vis.js. Modifications to the Leaflet plugins can be made in the src and dist directories.

Distribution

The demo app can be embedded into another webpage as an iframe:

<iframe src="https://ronygolderku.github.io/aed_curents/" width="600" height="400"></iframe>

A custom version of the app could be embedded in a similar way.

References

This project relies on:

Which themselves rely on:

Further work