Using d3.js with a Flask server to render map tiles from a NetCDF file completely on the client side.
Instructions to view:
- Clone repository and navigate to it in terminal
- Download datasets from this zipped Google Drive folder, extract files directly into
static/data - Ensure
flaskis installed anddatashader.utils,xarray, andpandasare accessible in the directory (or virtual environment, if you are using one) - Use command
flask runand navigate to the provided URL in a browser
See this Figma schematic for an overview of the application's structure.