This repository contains a GIS project for Naples, Italy, showcasing geospatial analysis using Geopandas, Matplotlib, Contextily, and Plotly Express. The spatial datasets used in this project were ...
. ├── README.md ├── .devcontainer │ ├── devcontainer.json │ ├── Dockerfile ├── data/ │ ├── neighborhood_samples.geojson │ ├── temperature_readings.csv │ └── weather_stations.csv ├── notebooks/ │ ├── ...