Inyo County Water Department
Inventory mitigation project spatial boundaries - make available to interested parties
This repository contains spatial data about mitigation sites.
-
Source:
data/gis/Mitigation_PointsAGOL.csv -
Geometry: Point locations (lat/lon coordinates)
-
Updates: Real-time updates from Google Sheets on project status
-
Source:
data/gis/mit_points/mitigation_sites.shp -
Geometry: Polygon boundaries
-
Format: ESRI Shapefile
├── index.qmd # Main Quarto document with maps and analysis
├── data/ # Spatial data files
│ └── gis/ # GIS data (CSV, shapefiles)
├── docs/ # Rendered website files
├── output/ # Analysis outputs and exports
├── www/ # Website assets (logos)
├── styles.css # Custom CSS styling
└── README.md # This file
Spatial data files are available for download:
- CSV Points GeoJSON: GeoJSON format of point locations
- CSV Points Shapefile: ESRI Shapefile format of points
- Mitigation Polygons GeoJSON: GeoJSON format of polygon boundaries
- Mitigation Polygons Shapefile: ESRI Shapefile format of polygons
- R (≥ 4.0)
- RStudio (recommended)
- Git
-
Clone the Repository:
git clone https://github.com/inyo-gov/mitigation-spatial.git cd mitigation-spatial -
Install Required R Packages:
install.packages(c("tidyverse", "sf", "DT", "ggplot2", "ggrepel", "RColorBrewer", "quarto"))
-
Render the Website:
quarto render
tidyverse- Data manipulationsf- Spatial data processingDT- Interactive tablesggplot2- Static mapsggrepel- Label placementRColorBrewer- Color palettesquarto- Dynamic document generation
- Fork the Repository on GitHub
- Create a Feature Branch:
git checkout -b feature-name - Make Changes and test locally
- Commit Changes:
git commit -m "Descriptive message" - Push to Fork:
git push origin feature-name - Open a Pull Request with detailed description
- Repository: github.com/inyo-gov/mitigation-spatial
- Live Website: inyo-gov.github.io/mitigation-spatial
- Issues: Report bugs or request features
MIT License
Copyright (c) 2025 Inyo County
Last updated: November 2025