This project predicts foraging hotspots of sharks in the North Atlantic using machine learning and geospatial analysis.
- Preprocessed satellite and environmental data (SST, chlorophyll, depth, etc.).
- Trained a LightGBM model to predict shark foraging probability.
- Generated a geographic grid and filtered out land points using GeoPandas.
- Created an interactive Leaflet.js heatmap to visualize predicted foraging hotspots.
- Machine learning model for probability estimation
- GeoJSON export (
hotspots.geojson) - Interactive heatmap visualization
- Python (pandas, geopandas, lightgbm)
- Leaflet.js for visualization
- Natural Earth shapefiles for coastline filtering
hotspots.geojsonβ model predictions as geospatial data- Interactive heatmap of predicted foraging areas