title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned |
---|---|---|---|---|---|---|---|
Alaska Lightning Strikes Visualization |
⚡ |
blue |
purple |
streamlit |
1.9.0 |
app.py |
false |
This project visualizes lightning strikes in Alaska using geopandas
and contextily
to plot the data on an interactive map in a Streamlit application.
This application reads lightning strike data from a shapefile, projects it to a different coordinate reference system, and plots it on an interactive map with a basemap for better visualization. The data is plotted using geopandas
and the basemap is added using contextily
.
To run this application, you need the following dependencies:
streamlit
geopandas
contextily
matplotlib
These dependencies are listed in the requirements.txt
file and will be automatically installed when you deploy this application on Hugging Face Spaces.
To use the application:
- Input the shapefile path to load the data.
- The application will process the data and visualize it on a map.