Skip to content

Mercy14846/Netcdf-to-Map-Using-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netcdf-to-Map-Using-Flask

A Flask web application that visualizes NetCDF data on an interactive map using Leaflet.js and datashader.

Features

  • Interactive map visualization of NetCDF data
  • Dynamic tile generation
  • Time series data display on click
  • Responsive design
  • Caching for improved performance

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/Netcdf-to-Map-Using-Flask.git
cd Netcdf-to-Map-Using-Flask
  1. Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. Place your NetCDF file in the appropriate directory
  2. Run the Flask application:
python app.py
  1. Open your browser and navigate to http://localhost:5000

Configuration

You can modify the following settings in config.py:

  • Map center coordinates
  • Zoom levels
  • Cache settings
  • Data file paths

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published