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/
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.
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
The Leaflet map can be modified in netcdf-vis.js
. Modifications to the Leaflet plugins can be made in the src
and dist
directories.
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.
This project relies on:
Which themselves rely on: