Github Projects
Selected GIS & Development Work with University of Arizona: Open Source GIS
QGIS Desktop GIS Projects
This repository demonstrates 10 tutorials that I have completed using the QGIS Software. It lists and links the specific tutorials that give a basic overview on how to use the QGIS Software. This project practices the basic skills used in GIS analysis. It shows how to create a basic map layour for printing, how to work with and change projections, how to import and manage spreadsheets and CSV files, styling vector and raster data, using table and spatial joins and queries, and how to digitize map data.
View on GitHub
Python for GIS
This project contains workable notebooks using Pandas, Geopandas, and Rasterio. It runs through tutorials in the notebooks to learn how to incorporate Python code in the repository. This code allows us to work with tabular, vector, and raster GIS data within the notebooks.
View on GitHub
PostGIS
This project is a repository for working with spatial data using PostgreSQL and PostGIS. There are to help teach how to use SQL queries on example GIS datasets. Then I used the sql files from the sql folder to create my own SQL queries to find the information or satisfy the workflow needed for each topic.
View on GitHubOpen Street Map & PostGIS
This project uses PostGIS and Open Street Map data along with sql queries to apply real world workflows on the Open Street Map data. I created 3 new queries for Southern California to find the Post Office Distribution, Protected Area by County, and the Number of Fuel Stations Near Highways.
WebGIS & Full-Stack Orchestration
This repository creates and displayes a Webmap on Yucaipa Schools, Streets, and Land Uses in the city of Yucaipa California. I built a map using Leaflet code with HTML, CSS, and JavaScript to build and display the webmap. It uses the Yucaipa Land Use, Yucaipa Streets, and Yucaipa Schools JSON files located in the data folder as the data.
View on GitHub
View Leaflet Map