Recently Published
Document
este documento es una investigacion utilizando herramientas sig
Assignment-1
JSON to CSV and Summarizations
Orientation Module
Completion of Day 1 LASER orientation module.
City of Primera VFD: Hydrant Map (July 2025)
Created 07/15/2025 and sanitized for Response Master.
primera_hydrants %>% st_as_sf(., coords = c("Lng", "Lat"), crs = 4326) %>% st_buffer(., dist=100) %>% tm_shape(.) + tm_polygons(popup.vars = c("Hydrant Type", "Address", "Make", "Model", "Year", "Notes"), fill = "In Service", fill_alpha = 0.75) + tm_basemap("OpenStreetMap")
Assignment-2
This is a web scraping assignment for a website.