Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
In this course, you will explore a variety of open-source technologies for working with geosptial data, performing spatial analysis, and undertaking general data science. The first component of the class focuses on the use of QGIS and associated technologies (GDAL, PROJ, GRASS, SAGA, and Orfeo Toolbox). The second component of the class introduces Python and associated open-source libraries and modules (NumPy, Pandas, Matplotlib, Seaborn, GeoPandas, Rasterio, WhiteboxTools, and Scikit-Learn) used by geospatial scientists and data scientists. We also provide an introduction to Structured Query Language (SQL) for performing table and spatial queries. This course is designed for individuals that have a background in GIS, such as working in the ArcGIS environment, but no prior experience using open-source software and/or coding. You will be asked to work through a series of lecture modules and videos broken into several topic areas, as outlined below. Fourteen assignments and the required data have been provided as hands-on opportunites to work with data and the discussed technologies and methods. If you have any questions or suggestions, feel free to contact us. We hope to continue to update and improve this course. This course was produced by West Virginia View (http://www.wvview.org/) with support from AmericaView (https://americaview.org/). This material is based upon work supported by the U.S. Geological Survey under Grant/Cooperative Agreement No. G18AP00077. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the opinions or policies of the U.S. Geological Survey. Mention of trade names or commercial products does not constitute their endorsement by the U.S. Geological Survey. After completing this course you will be able to: apply QGIS to visualize, query, and analyze vector and raster spatial data. use available resources to further expand your knowledge of open-source technologies. describe and use a variety of open data formats. code in Python at an intermediate-level. read, summarize, visualize, and analyze data using open Python libraries. create spatial predictive models using Python and associated libraries. use SQL to perform table and spatial queries at an intermediate-level.
Public Domain Mark 1.0https://creativecommons.org/publicdomain/mark/1.0/
License information was derived automatically
This dataset holds all materials for the Inform E-learning GIS course
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
This seminar is an applied study of deep learning methods for extracting information from geospatial data, such as aerial imagery, multispectral imagery, digital terrain data, and other digital cartographic representations. We first provide an introduction and conceptualization of artificial neural networks (ANNs). Next, we explore appropriate loss and assessment metrics for different use cases followed by the tensor data model, which is central to applying deep learning methods. Convolutional neural networks (CNNs) are then conceptualized with scene classification use cases. Lastly, we explore semantic segmentation, object detection, and instance segmentation. The primary focus of this course is semantic segmenation for pixel-level classification.
The associated GitHub repo provides a series of applied examples. We hope to continue to add examples as methods and technologies further develop. These examples make use of a vareity of datasets (e.g., SAT-6, topoDL, Inria, LandCover.ai, vfillDL, and wvlcDL). Please see the repo for links to the data and associated papers. All examples have associated videos that walk through the process, which are also linked to the repo. A variety of deep learning architectures are explored including UNet, UNet++, DeepLabv3+, and Mask R-CNN. Currenlty, two examples use ArcGIS Pro and require no coding. The remaining five examples require coding and make use of PyTorch, Python, and R within the RStudio IDE. It is assumed that you have prior knowledge of coding in the Python and R enviroinments. If you do not have experience coding, please take a look at our Open-Source GIScience and Open-Source Spatial Analytics (R) courses, which explore coding in Python and R, respectively.
After completing this seminar you will be able to:
Open Government Licence - Canada 2.0https://open.canada.ca/en/open-government-licence-canada
License information was derived automatically
Have you ever wanted to create your own maps, or integrate and visualize spatial datasets to examine changes in trends between locations and over time? Follow along with these training tutorials on QGIS, an open source geographic information system (GIS) and learn key concepts, procedures and skills for performing common GIS tasks – such as creating maps, as well as joining, overlaying and visualizing spatial datasets. These tutorials are geared towards new GIS users. We’ll start with foundational concepts, and build towards more advanced topics throughout – demonstrating how with a few relatively easy steps you can get quite a lot out of GIS. You can then extend these skills to datasets of thematic relevance to you in addressing tasks faced in your day-to-day work.
Seattle Parks and Recreation Golf Course locations. SPR Golf Courses are managed by contractors.Refresh Cycle: WeeklyFeature Class: DPR.GolfCourse
Through the Department of the Interior-Bureau of Indian Affairs Enterprise License Agreement (DOI-BIA ELA) program, BIA employees and employees of federally-recognized Tribes may access a variety of geographic information systems (GIS) online courses and instructor-led training events throughout the year at no cost to them. These online GIS courses and instructor-led training events are hosted by the Branch of Geospatial Support (BOGS) or offered by BOGS in partnership with other organizations and federal agencies. Online courses are self-paced and available year-round, while instructor-led training events have limited capacity and require registration and attendance on specific dates. This dataset does not any training where the course was not completed by the participant or where training was cancelled or otherwise not able to be completed. Point locations depict BIA Office locations or Tribal Office Headquarters. For completed trainings where a participant _location was not provided a point locations may not be available. For more information on the Branch of Geospatial Support Geospatial training program, please visit:https://www.bia.gov/service/geospatial-training.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
This resource contains data inputs and a Jupyter Notebook that is used to introduce Hydrologic Analysis using Terrain Analysis Using Digital Elevation Models (TauDEM) and Python. TauDEM is a free and open-source set of Digital Elevation Model (DEM) tools developed at Utah State University for the extraction and analysis of hydrologic information from topography. This resource is part of a HydroLearn Physical Hydrology learning module available at https://edx.hydrolearn.org/courses/course-v1:Utah_State_University+CEE6400+2019_Fall/about
In this activity, the student learns how to (1) derive hydrologically useful information from Digital Elevation Models (DEMs); (2) describe the sequence of steps involved in mapping stream networks, catchments, and watersheds; and (3) compute an approximate water balance for a watershed-based on publicly available data.
Please note that this exercise is designed for the Logan River watershed, which drains to USGS streamflow gauge 10109000 located just east of Logan, Utah. However, this Jupyter Notebook and the analysis can readily be applied to other locations of interest. If running the terrain analysis for other study sites, you need to prepare a DEM TIF file, an outlet shapefile for the area of interest, and the average annual streamflow and precipitation data. - There are several sources to obtain DEM data. In the U.S., the DEM data (with different spatial resolutions) can be obtained from the National Elevation Dataset available from the national map (http://viewer.nationalmap.gov/viewer/). Another DEM data source is the Shuttle Radar Topography Mission (https://www2.jpl.nasa.gov/srtm/), an international research effort that obtained digital elevation models on a near-global scale (search for Digital Elevation at https://www.usgs.gov/centers/eros/science/usgs-eros-archive-products-overview?qt-science_center_objects=0#qt-science_center_objects). - If not already available, you can generate the outlet shapefile by applying basic terrain analysis steps in geospatial information system models such as ArcGIS or QGIS. - You also need to obtain average annual streamflow and precipitation data for the watershed of interest to assess the annual water balance and calculate the runoff ratio in this exercise. In the U.S., the streamflow data can be obtained from the USGS NWIS website (https://waterdata.usgs.gov/nwis) and the precipitation from PRISM (https://prism.oregonstate.edu/normals/). Note that using other datasets may require preprocessing steps to make data ready to use for this exercise.
A public feature layer view used to share natural spaces set aside for recreation or the protection of wildlife or natural habitats.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
In successful geoinformatics education, students’ active role in the learning process, e.g. through applying self-assessment, show an increasing interest but the evidence of benefits and challenges of self-assessment are sporadic. In this article, we examine the usefulness of an online self-assessment tool developed for geoinformatics education. We gathered data in two Finnish universities on five courses (n = 11–73 students/course) between 2019 and 2021. We examined 1) how the students’ self-assessed knowledge and understanding in geoinformatics subject topics changed during a course, 2) how the competencies at the end of a course changed between the years in different courses, and 3) what was the perceived usefulness of the self-assessment approach among the students. The results indicate support for the implementation of self-assessment, both as a formative and summative assessment. However, it is crucial to ensure that the students understand the contents of the self-assessment subject topics. To increase students’ motivation to take a self-assessment, it is crucial that the teacher actively highlights how it supports their studying and learning. As the teachers of the examined courses, we discuss the benefits and challenges of the self-assessment approach and the applied tool for the future development of geoinformatics education.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Important Note: This item is in mature support as of February 2023 and will be retired in December 2025. A new version of this item is available for your use. Esri recommends updating your maps and apps to use the new version. This layer displays change in pixels of the Sentinel-2 10m Land Use/Land Cover product developed by Esri, Impact Observatory, and Microsoft. Available years to compare with 2021 are 2018, 2019 and 2020. By default, the layer shows all comparisons together, in effect showing what changed 2018-2021. But the layer may be changed to show one of three specific pairs of years, 2018-2021, 2019-2021, or 2020-2021.Showing just one pair of years in ArcGIS Online Map ViewerTo show just one pair of years in ArcGIS Online Map viewer, create a filter. 1. Click the filter button. 2. Next, click add expression. 3. In the expression dialogue, specify a pair of years with the ProductName attribute. Use the following example in your expression dialogue to show only places that changed between 2020 and 2021:ProductNameis2020-2021By default, places that do not change appear as a
transparent symbol in ArcGIS Pro. But in ArcGIS Online Map Viewer, a transparent
symbol may need to be set for these places after a filter is
chosen. To do this:4. Click the styles button. 5. Under unique values click style options. 6. Click the symbol next to No Change at the bottom of the legend. 7. Click the slider next to "enable fill" to turn the symbol off.Showing just one pair of years in ArcGIS ProTo show just one pair of years in ArcGIS Pro, choose one of the layer's processing templates to single out a particular pair of years. The processing template applies a definition query that works in ArcGIS Pro. 1. To choose a processing template, right click the layer in the table of contents for ArcGIS Pro and choose properties. 2. In the dialogue that comes up, choose the tab that says processing templates. 3. On the right where it says processing template, choose the pair of years you would like to display. The processing template will stay applied for any analysis you may want to perform as well.How the change layer was created, combining LULC classes from two yearsImpact Observatory, Esri, and Microsoft used artificial intelligence to classify the world in 10 Land Use/Land Cover (LULC) classes for the years 2017-2021. Mosaics serve the following sets of change rasters in a single global layer: Change between 2018 and 2021Change between 2019 and 2021Change between 2020 and 2021To make this change layer, Esri used an arithmetic operation
combining the cells from a source year and 2021 to make a change index
value. ((from year * 16) + to year) In the example of the change between 2020 and 2021, the from year (2020) was multiplied by 16, then added to the to year (2021). Then the combined number is served as an index in an 8 bit unsigned mosaic with an attribute table which describes what changed or did not change in that timeframe. Variable mapped: Change in land cover between 2018, 2019, or 2020 and 2021 Data Projection: Universal Transverse Mercator (UTM)Mosaic Projection: WGS84Extent: GlobalSource imagery: Sentinel-2Cell Size: 10m (0.00008983152098239751 degrees)Type: ThematicSource: Esri Inc.Publication date: January 2022What can you do with this layer?Global LULC maps provide information on conservation planning, food security,
and hydrologic modeling, among other things. This dataset can be used to
visualize land cover anywhere on Earth. This
layer can also be used in analyses that require land cover input. For
example, the Zonal Statistics tools allow a user to understand the
composition of a specified area by reporting the total estimates for
each of the classes. Land Cover processingThis map was produced by a deep learning model trained using over 5 billion hand-labeled Sentinel-2 pixels, sampled from over 20,000 sites distributed across all major biomes of the world. The underlying deep learning model uses 6 bands of Sentinel-2 surface reflectance data: visible blue, green, red, near infrared, and two shortwave infrared bands. To create the final map, the model is run on multiple dates of imagery throughout the year, and the outputs are composited into a final representative map. Processing platformSentinel-2 L2A/B data was accessed via Microsoft’s Planetary Computer and scaled using Microsoft Azure Batch.Class definitions1. WaterAreas
where water was predominantly present throughout the year; may not
cover areas with sporadic or ephemeral water; contains little to no
sparse vegetation, no rock outcrop nor built up features like docks;
examples: rivers, ponds, lakes, oceans, flooded salt plains.2. TreesAny
significant clustering of tall (~15-m or higher) dense vegetation,
typically with a closed or dense canopy; examples: wooded vegetation,
clusters of dense tall vegetation within savannas, plantations, swamp or
mangroves (dense/tall vegetation with ephemeral water or canopy too
thick to detect water underneath).4. Flooded vegetationAreas
of any type of vegetation with obvious intermixing of water throughout a
majority of the year; seasonally flooded area that is a mix of
grass/shrub/trees/bare ground; examples: flooded mangroves, emergent
vegetation, rice paddies and other heavily irrigated and inundated
agriculture.5. CropsHuman
planted/plotted cereals, grasses, and crops not at tree height;
examples: corn, wheat, soy, fallow plots of structured land.7. Built AreaHuman
made structures; major road and rail networks; large homogenous
impervious surfaces including parking structures, office buildings and
residential housing; examples: houses, dense villages / towns / cities,
paved roads, asphalt.8. Bare groundAreas
of rock or soil with very sparse to no vegetation for the entire year;
large areas of sand and deserts with no to little vegetation; examples:
exposed rock or soil, desert and sand dunes, dry salt flats/pans, dried
lake beds, mines.9. Snow/IceLarge
homogenous areas of permanent snow or ice, typically only in mountain
areas or highest latitudes; examples: glaciers, permanent snowpack, snow
fields. 10. CloudsNo land cover information due to persistent cloud cover.11. Rangeland Open
areas covered in homogenous grasses with little to no taller
vegetation; wild cereals and grasses with no obvious human plotting
(i.e., not a plotted field); examples: natural meadows and fields with
sparse to no tree cover, open savanna with few to no trees, parks/golf
courses/lawns, pastures. Mix of small clusters of plants or single
plants dispersed on a landscape that shows exposed soil or rock;
scrub-filled clearings within dense forests that are clearly not taller
than trees; examples: moderate to sparse cover of bushes, shrubs and
tufts of grass, savannas with very sparse grasses, trees or other
plants.CitationKarra,
Kontgis, et al. “Global land use/land cover with Sentinel-2 and deep
learning.” IGARSS 2021-2021 IEEE International Geoscience and Remote
Sensing Symposium. IEEE, 2021.AcknowledgementsTraining
data for this project makes use of the National Geographic Society
Dynamic World training dataset, produced for the Dynamic World Project
by National Geographic Society in partnership with Google and the World
Resources Institute.For questions please email environment@esri.com
The New Zealand version of the Zombie Apocalypse lesson."A
huge yet unknown catastrophic event has changed the world as we know
it. One of the major results of this event is the spread of zombies
across the globe. People all around the world are trying to survive
this zombie invasion the best way they can. It will take skill, and of
course BRAINS to figure out the best way to survive this catastrophe!
Do you have what it takes? Can you use what is in YOUR BRAIN to SURVIVE
the ZOMBIE APOCALYPSE!?"
Operational level forest inventory data was acquired in 2019 and provided the basis for mapping, quantifying and assessing area-wide forest and commercial timber resources and for establishing the AAC for SSE. Forest inventory data from 2019 and the analysis in 2020 provides the following forest management benefits: Updated Timber Type data layer (map) contained in the State’s GIS for SSE Data acquired and analyzed through the forest inventory project was entered into the State’s GIS to create an updated timber type layer (map) of the commercial forest timber base in SSE containing individual timber stands. Updated timber type descriptors for each individual stand include stand species composition, stand density and per acre timber volume. SSE Forest Inventory Report July 17, 2020 4 Using the GIS to analyze the relationships between the commercial timber resource and other forest resources (transportation network, fish and wildlife habitat, cultural resources, etc.) allows the DOF to undertake and complete complex forest planning documents such as the Five-Year Schedules of Timber Sales (FYSTS), and Forest Land Use Plans (FLUPs) used to guide both broad scale and site-specific forest management activities. The GIS also allows DOF to track changes to the commercial timber base resulting from management activities including timber harvest, stand regeneration/reforestation, and timber stand improvement projects such as precommercial tree thinning. Updated Annual Allowable Cut for SSE The GIS timber type map for SSE, updated with the 2019 forest inventory data, formed the basis for area (acreage) and timber volume (board feet) figures necessary to calculate an updated AAC. The new GIS timber type map and associated data files along with newly available LiDAR data provided the raw data necessary to perform the growth and yield modelling to estimate timber volume and characteristics in the developing young growth stands over the course of the rotation.
Bucknell's summer 2015 "New Orleans in 12 Movements" course aims to help students view New Orleans' natural environment, built infrastructure, and human experience in an integrated way. The course is co-taught by faculty from 3 departments and includes a week of field work in New Orleans. In this course, students will develop an integrated, holistic understanding of how the city of New Orleans has evolved over time. To support this learning, students have been provided an ArcGIS Online web-based map containing key cultural and historic information about New Orleans selected by their instructors. This interactive tool will enable them to explore New Orleans’ natural environment, built infrastructure and human experience through a variety of lenses. Faculty will use the map to deliver presentations and course materials to students. Students will use their own copy of the map to take notes, complete and deliver course assignments, and add their own materials to the course collection. Link to ArcGIS Online resource guide for class: click hereLink to data dictionary for NOLA class map layers: click hereLink to class website/blog: click here
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
This course demonstrates how to select, modify, create, and share web applications using ArcGIS Online. ArcGIS Online offers many different options for creating web applications that share web maps, web scenes, and spatial functions. But how do you decide which web application best meets your requirements? Each web application option implements different functions and showcases a specific look and feel. You can choose a web application that meets your organization's functional requirements, apply your organization's look and feel, and share your web map without writing any code.Two workflows will be introduced for creating web applications using ArcGIS Online:Applying your web map to an existing template applicationCreating your own web application using Web AppBuilder for ArcGISAfter completing this course, you will be able to do the following:Identify the components of a web application.Create a web application from an existing configurable app template.Create a web application using Web AppBuilder for ArcGIS.Use ArcGIS Online to deploy a web application.
ODC Public Domain Dedication and Licence (PDDL) v1.0http://www.opendatacommons.org/licenses/pddl/1.0/
License information was derived automatically
This dataset is OBSOLETE as of 11/18/2024 and will be removed from ArcGIS Online on 11/18/2025.An updated version of this dataset is available at Certified Sustainable Buildings | Open Data Portal | City of Cambridge.A map of the updated data can be found in two places:Certified Sustainable Buildings Map | Open Data Portal | City of CambridgeSustainable Buildings Map - City of Cambridge, MAThis point layer shows the location of sustainable buildings in Cambridge. For inclusion in this layer, a building must do at least one of the following: qualify for the City’s Article 22 regulatory process; be certified by Passive House; be certified by Enterprise Green Communities; or be certified by LEEDunder a LEED version that requires the whole building to meet sustainability standards. Some buildings meet two or more of these criteria. Additionally, this layer contains information about other certifications (Energy Star, Fitwel, and WELL) that may apply to the included buildings. If an included building participates in the City’s BEUDO regulatory process, this layer provides two key emissions figures for the building. Information provided about the applicable sustainable building programs for qualifying buildings includes certification levels, certification types, ratings, or scores. This layer includes data from City and non-City sources.Explore all our data on the Cambridge GIS Data Dictionary.Attributes NameType DetailsDescription BldgID type: Stringwidth: 50precision: 0 Unique ID for database from GIS.
Latitude type: Doublewidth: 8precision: 38 Geographic coordinate from GIS Bldg ID centroid file.
Longitude type: Doublewidth: 8precision: 38 Geographic coordinate from GIS Bldg ID centroid file.
Article22_SystemLevelEquivalenc type: Stringwidth: 150precision: 0
Article22 type: Stringwidth: 3precision: 0 "Yes" indicates Article 22 building.
BEUDO_TotalGHGEmissionsIntensit type: Doublewidth: 8precision: 38
BEUDO type: Stringwidth: 3precision: 0 "Yes" indicates BUEDO building.
BEUDO_SourceEUI type: Doublewidth: 8precision: 38 A critical variable for reporting about BEUDO.
EnergyStar type: Stringwidth: 3precision: 0 "Yes" indicates EnergyStar building.
EnergyStar_CountYearsCert type: SmallIntegerwidth: 2precision: 5 Number of years certified. EnergyStar certification may be renewed annually.
EnergyStar_LastYearCert type: Stringwidth: 4precision: 0 Year of last certification.
EnergyStar_LastCertScore type: SmallIntegerwidth: 2precision: 5 Most recent EnergyStar score.
EnterpriseGC type: Stringwidth: 3precision: 0 "Yes" indicates Enterprise Green Communities building.
EnterpriseGC_CertTemplate type: Stringwidth: 100precision: 0 Certification version.
EnterpriseGC_PointsAchieved type: SmallIntegerwidth: 2precision: 5 Enterprise Green Communities score.
Fitwel type: Stringwidth: 3precision: 0 "Yes" indicates Fitwel building.
Fitwel_StarRating type: SmallIntegerwidth: 2precision: 5 Numerical Fitwel rating.
LEED type: Stringwidth: 3precision: 0 "Yes" indicates LEED building.
LEED_TotalCerts type: SmallIntegerwidth: 2precision: 5 Number of certifications applying to the whole building. The LEED fields contain details about certifications that are "whole-building," not referring to one part of the building only or or to building operations.
LEED_LastCertDate type: Datewidth: 8precision: 0 Date of last certification applying to the whole building.
LEED_LastSystemVersion type: Stringwidth: 100precision: 0 Certification version and rating system.
LEED_LastCertLevel type: Stringwidth: 50precision: 0 LEED certifictation level at which whole building is certified. Certified/Silver/Gold/Platinum: Does not not include "registered" buildings.
PassiveHouse type: Stringwidth: 3precision: 0 "Yes" indicates Passive House building.
PassiveHouse_CertVersion type: Stringwidth: 100precision: 0 Certification version.
WELL type: Stringwidth: 3precision: 0 "Yes" indicates WELL building.
WELL_Version type: Stringwidth: 50precision: 0 Certification version.
WELL_ProjectType type: Stringwidth: 150precision: 0 WELL project type.
WELL_CertLevel type: Stringwidth: 50precision: 0 Certification level. Certified Pilot/Compliance/Bronze/Silver/Gold/Platinum or Health-Safety Rated: Does not include "registered" or "precertified" buildings.
created_date type: Datewidth: 8precision: 0
last_edited_date type: Datewidth: 8precision: 0
SONG, Carol X., Rosen Center for Advanced Computing, Purdue University, 155 South Grant Street, Young Hall, West Lafayette, IN 47907
Science gateways are becoming an integral component of modern collaborative research. They find widespread adoption by research groups to share data, code and tools both within a project and with the broader community. Sustainability beyond initial funding is a significant challenge for a science gateway to continue to operate, update and support the communities it serves. MyGeoHub.org is a geospatial science gateway powered by HUBzero. MyGeoHub employs a business model of hosting multiple research projects on a single HUBzero instance to manage the gateway operations more efficiently and sustainably while lowering the cost to individual projects. This model allows projects to share the gateway’s common capabilities and the underlying hardware and other connected computing resources, and continued maintenance of their sites even after the original funding has run out allowing time for acquiring new funding. MyGeoHub has hosted a number of projects, ranging from hydrologic modeling and data sharing, plant phenotyping, global and local sustainable development, climate variability impact on crops, and most recently, modeling of industry processes to improve reuse and recycling of materials. The shared need to manage, visualize and process geospatial data across the projects has motivated the Geospatial Data Building Blocks (GABBs) development funded by NSF DIBBs. GABBs provides a “File Explorer” type user interface for managing geospatial data (no coding is needed), a builder for visualizing and exploring geo-referenced data without coding, a Python map library and other toolkits for building geospatial analysis and computational tools without requiring GIS programming expertise. GABBs can be added to an existing or new HUBzero site, as is the case on MyGeoHub. Teams use MyGeoHub to coordinate project activities, share files and information, publish tools and datasets (with DOI) to provide not only easy access but also improved reuse and reproducibility of data and code as the interactive online tools and workflows can be used without downloading or installing software. Tools on MyGeoHub have also been used in courses, training workshops and summer camps. MyGeoHub is supporting more than 8000 users annually.
Scenic Waterway Courses
This web map created by the Colorado Governor's Office of Information Technology GIS team, serves as a basemap specific to the state of Colorado. The basemap includes general layers such as counties, municipalities, roads, waterbodies, state parks, national forests, national wilderness areas, and trails.Layers:Layer descriptions and sources can be found below. Layers have been modified to only represent features within Colorado and are not up to date. Layers last updated February 23, 2023. Colorado State Extent: Description: “This layer provides generalized boundaries for the 50 States and the District of Columbia.” Notes: This layer was filtered to only include the State of ColoradoSource: Esri Living Atlas USA States Generalized Boundaries Feature LayerState Wildlife Areas:Description: “This data was created by the CPW GIS Unit. Property boundaries are created by dissolving CDOWParcels by the property name, and property type and appending State Park boundaries designated as having public access. All parcel data correspond to legal transactions made by the CPW Real Estate Unit. The boundaries of the CDOW Parcels were digitized using metes and bounds, BLM's GCDB dataset, the PLSS dataset (where the GCDB dataset was unavailable) and using existing digital data on the boundaries.” Notes: The state wildlife areas layer in this basemap is filtered from the CPW Managed Properties (public access only) layer from this feature layer hosted in ArcGIS Online Source: Colorado Parks and Wildlife CPW Admin Data Feature LayerMunicipal Boundaries:Description: "Boundaries data from the State Demography Office of Colorado Municipalities provided by the Department of Local Affairs (DOLA)"Source: Colorado Information Marketplace Municipal Boundaries in ColoradoCounties:Description: “This layer presents the USA 2020 Census County (or County Equivalent) boundaries of the United States in the 50 states and the District of Columbia. It is updated annually as County (or County Equivalent) boundaries change. The geography is sources from US Census Bureau 2020 TIGER FGDB (National Sub-State) and edited using TIGER Hydrology to add a detailed coastline for cartographic purposes. Geography last updated May 2022.” Notes: This layer was filtered to only include counties in the State of ColoradoSource: Esri USA Census Counties Feature LayerInterstates:Description: Authoritative data from the Colorado Department of Transportation representing Highways Notes: Interstates are filtered by route sign from this CDOT Highways layer Source: Colorado Department of Transportation Highways REST EndpointU.S. Highways:Description: Authoritative data from the Colorado Department of Transportation representing Highways Notes: U.S. Highways are filtered by route sign from this CDOT Highways layer Source: Colorado Department of Transportation Highways REST EndpointState Highways:Description: Authoritative data from the Colorado Department of Transportation representing Highways Notes: State Highways are filtered by route sign from this CDOT Highways layer Source: Colorado Department of Transportation Highways REST EndpointMajor Roads:Description: Authoritative data from the Colorado Department of Transportation representing major roads Source: Colorado Department of Transportation Major Roads REST EndpointLocal Roads:Description: Authoritative data from the Colorado Department of Transportation representing local roads Source: Colorado Department of Transportation Local Roads REST EndpointRail Lines:Description: Authoritative data from the Colorado Department of Transportation representing rail lines Source: Colorado Department of Transportation Rail Lines REST EndpointCOTREX Trails:Description: “The Colorado Trail System, now titled the Colorado Trail Explorer (COTREX), endeavors to map every trail in the state of Colorado. Currently their are nearly 40,000 miles of trails mapped. Trails come from a variety of sources (USFS, BLM, local parks & recreation departments, local governments). Responsibility for accuracy of the data rests with the source.These data were last updated on 2/5/2019” Source: Colorado Parks and Wildlife CPW Admin Data Feature LayerNHD Waterbodies:Description: “The National Hydrography Dataset Plus (NHDplus) maps the lakes, ponds, streams, rivers and other surface waters of the United States. Created by the US EPA Office of Water and the US Geological Survey, the NHDPlus provides mean annual and monthly flow estimates for rivers and streams. Additional attributes provide connections between features facilitating complicated analyses.”Notes: This layer was filtered to only include waterbodies in the State of ColoradoSource: National Hydrography Dataset Plus Version 2.1 Feature LayerNHD Flowlines:Description: “The National Hydrography Dataset Plus (NHDplus) maps the lakes, ponds, streams, rivers and other surface waters of the United States. Created by the US EPA Office of Water and the US Geological Survey, the NHDPlus provides mean annual and monthly flow estimates for rivers and streams. Additional attributes provide connections between features facilitating complicated analyses.”Notes: This layer was filtered to only include flowline features in the State of ColoradoSource: National Hydrography Dataset Plus Version 2.1 Feature LayerState Parks:Description: “This data was created by the CPW GIS Unit. Property boundaries are created by dissolving CDOWParcels by the property name, and property type and appending State Park boundaries designated as having public access. All parcel data correspond to legal transactions made by the CPW Real Estate Unit. The boundaries of the CDOW Parcels were digitized using metes and bounds, BLM's GCDB dataset, the PLSS dataset (where the GCDB dataset was unavailable) and using existing digital data on the boundaries.” Notes: The state parks layer in this basemap is filtered from the CPW Managed Properties (public access only) layer from this feature layer Source: Colorado Parks and Wildlife CPW Admin Data Feature LayerDenver Parks:Description: "This dataset should be used as a reference to locate parks, golf courses, and recreation centers managed by the Department of Parks and Recreation in the City and County of Denver. Data is based on parcel ownership and does not include other areas maintained by the department such as medians and parkways. The data should be used for planning and design purposes and cartographic purposes only."Source: City and County of Denver Parks REST EndpointNational Wilderness Areas:Description: “A parcel of Forest Service land congressionally designated as wilderness such as National Wilderness Area.”Notes: This layer was filtered to only include National Wilderness Areas in the State of ColoradoSource: United States Department of Agriculture National Wilderness Areas REST EndpointNational Forests: Description: “A depiction of the boundaries encompassing the National Forest System (NFS) lands within the original proclaimed National Forests, along with subsequent Executive Orders, Proclamations, Public Laws, Public Land Orders, Secretary of Agriculture Orders, and Secretary of Interior Orders creating modifications thereto, along with lands added to the NFS which have taken on the status of 'reserved from the public domain' under the General Exchange Act. The following area types are included: National Forest, Experimental Area, Experimental Forest, Experimental Range, Land Utilization Project, National Grassland, Purchase Unit, and Special Management Area.”Notes: This layer was filtered to only include National Forests in the State of ColoradoSource: United States Department of Agriculture Original Proclaimed National Forests REST Endpoint
This course will give you a foundation for working with ArcGIS Online. You will learn what ArcGIS Online is and the benefits that you and your organization can gain by using it.GoalsDefine basic ArcGIS Online terms.Distinguish basic ArcGIS Online uses and capabilities.
https://spdx.org/licenses/CC0-1.0.htmlhttps://spdx.org/licenses/CC0-1.0.html
Background: Malaria continues to pose a major public health challenge in tropical regions. Despite significant efforts to control malaria in Tanzania, there are still residual transmission cases. Unfortunately, little is known about where these residual malaria transmission cases occur and how they spread. In Tanzania, for example, the transmission is heterogeneously distributed. In order to effectively control and prevent the spread of malaria, it is essential to understand the spatial distribution and transmission patterns of the disease. This study seeks to predict areas that are at high risk of malaria transmission so that intervention measures can be developed to accelerate malaria elimination efforts.
Methods: This study employs a geospatial-based model to predict and map out malaria risk area in Kilombero Valley. Environmental factors related to malaria transmission were considered and assigned valuable weights in the Analytic Hierarchy Process (AHP), an online system using a pairwise comparison technique. The malaria hazard map was generated by a weighted overlay of the altitude, slope, curvature, aspect, rainfall distribution, and distance to streams in Geographic Information Systems (GIS). Finally, the risk map was created by overlaying components of malaria risk including hazards, elements at risk, and vulnerability.
Results: The study demonstrates that the majority of the study area falls under the moderate-risk level (61%), followed by the low-risk level (31%), while the high-malaria risk area covers a small area, which occupies only 8% of the total area.
Conclusion: The findings of this study are crucial for developing spatially targeted interventions against malaria transmission in residual transmission settings. Predicted areas prone to malaria risk provide information that will inform decision-makers and policymakers for proper planning, monitoring, and deployment of interventions.
Methods
Data acquisition and description
The study employed both primary and secondary data, which were collected from numerous sources based on the input required for the implementation of the predictive model. Data collected includes the locations of all public and private health centers that were downloaded free from the health portal of the United Republic of Tanzania, Ministry of Health, Community Development, Gender, Elderly, and Children, through the universal resource locator (URL) (http://moh.go.tz/hfrportal/). Human population data was collected from the 2012 population housing census (PHC) for the United Republic of Tanzania report.
Rainfall data were obtained from two local offices; Kilombero Agricultural Training and Research Institute (KATRIN) and Kilombero Valley Teak Company (KVTC). These offices collect meteorological data for agricultural purposes. Monthly data from 2012 to 2017 provided from thirteen (13) weather stations. Road and stream network shapefiles were downloaded free from the MapCruzin website via URL (https://mapcruzin.com/free-tanzania-arcgis-maps-shapefiles.htm).
With respect to the size of the study area, five neighboring scenes of the Landsat 8 OLI/TIRS images (path/row: 167/65, 167/66, 167/67, 168/66 and 168/67) were downloaded freely from the United States Geological Survey (USGS) website via URL: http://earthexplorer.usgs.gov. From July to November 2017, the images were selected and downloaded from the USGS Earth Explorer archive based on the lowest amount of cloud cover coverage as viewed from the archive before downloading. Finally, the digital elevation data with a spatial resolution of three arc-seconds (90m by 90m) using WGS 84 datum and the Geographic Coordinate System were downloaded free from the Shuttle Radar Topography Mission (SRTM) via URL (https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Africa/). Only six tiles that fall in the study area were downloaded, coded tiles as S08E035, S09E035, S10E035, S08E036, S09E036, S10E036, S08E037, S09E037 and S10E037.
Preparation and Creation of Model Factor Parameters
Creation of Elevation Factor
All six coded tiles were imported into the GIS environment for further analysis. Data management tools, with raster/raster data set/mosaic to new raster feature, were used to join the tiles and form an elevation map layer. Using the spatial analyst tool/reclassify feature, the generated elevation map was then classified into five classes as 109–358, 359–530, 531–747, 748–1017 and >1018 m.a.s.l. and new values were assigned for each class as 1, 2, 3, 4 and 5, respectively, with regards to the relationship with mosquito distribution and malaria risk. Finally, the elevation map based on malaria risk level is levelled as very high, high, moderate, low and very low respectively.
Creation of Slope Factor
A slope map was created from the generated elevation map layer, using a spatial analysis tool/surface/slope feature. Also, the slope raster layer was further reclassified into five subgroups based on predefined slope classes using standard classification schemes, namely quantiles as 0–0.58, 0.59–2.90, 2.91–6.40, 6.41–14.54 and >14.54. This classification scheme divides the range of attribute values into equal-sized sub-ranges, which allow specifying the number of the intervals while the system determines where the breaks should be. The reclassified slope raster layer subgroups were ranked 1, 2, 3, 4 and 5 according to the degree of suitability for malaria incidence in the locality. To elaborate, the steeper slope values are related to lesser malaria hazards, and the gentler slopes are highly susceptible to malaria incidences. Finally, the slope map based on malaria risk level is leveled as very high, high, moderate, low and very low respectively.
Creation of Curvature Factor
Curvature is another topographical factor that was created from the generated elevation map using the spatial analysis tool/surface/curvature feature. The curvature raster layer was further reclassified into five subgroups based on predefined curvature class. The reclassified curvature raster layer subgroups were ranked to 1, 2, 3, 4 and 5 according to their degree of suitability for malaria occurrence. To explain, this affects the acceleration and deceleration of flow across the surface. A negative value indicates that the surface is upwardly convex, and flow will be decelerated, which is related to being highly susceptible to malaria incidences. A positive profile indicates that the surface is upwardly concave and the flow will be accelerated which is related to a lesser malaria hazard, while a value of zero indicates that the surface is linear and related to a moderate malaria hazard. Lastly, the curvature map based on malaria risk level is leveled as very high, high, moderate, low, and very low respectively.
Creation of Aspect Factor
As a topographic factor associated with mosquito larval habitat formation, aspect determines the amount of sunlight an area receives. The more sunlight received the stronger the influence on temperature, which may affect mosquito larval survival. The aspect of the study area also was generated from the elevation map using spatial analyst tools/ raster /surface /aspect feature. The aspect raster layer was further reclassified into five subgroups based on predefined aspect class. The reclassified aspect raster layer subgroups were ranked as 1, 2, 3, 4 and 5 according to the degree of suitability for malaria incidence, and new values were re-assigned in order of malaria hazard rating. Finally, the aspect map based on malaria risk level is leveled as very high, high, moderate, low, and very low, respectively.
Creation of Human Population Distribution Factor
Human population data was used to generate a population distribution map related to malaria occurrence. Kilombero Valley has a total of 42 wards, the data was organized in Ms excel 2016 and imported into the GIS environment for the analysis, Inverse Distance Weighted (IDW) interpolation in the spatial analyst tool was applied to interpolate the population distribution map. The population distribution map was further reclassified into five subgroups based on potential to malaria risk. The reclassified map layer subgroups were ranked according to the vulnerability to malaria incidence in the locality such as areas having high population having the highest vulnerability and the less population having less vulnerable, and the new value was assigned as 1, 2, 3, 4 and 5, and then leveled as very high, high, moderate, low and very low malaria risk level, respectively.
Creation of Proximity to Health Facilities Factor
The distribution of health facilities has a significant impact on the malaria vulnerability of the population dwellings in the Kilombero Valley. The health facility layer was created by computing distance analysis using proximity multiple ring buffer features in spatial analyst tool/multiple ring buffer. Then the map layer was reclassified into five sub-layers such as within (0–5) km, (5.1–10) km, (10.1–20) km, (20.1–50) km and >50km. According to a WHO report, it is indicated that the human population who live nearby or easily accessible to health facilities is less vulnerable to malaria incidence than the ones who are very far from the health facilities due to the distance limitation for the health services. Later on, the new values were assigned as 1, 2, 3, 4 and 5, and then reclassified as very high, high, moderate, low and very low malaria risk levels, respectively.
Creation of Proximity to Road Network Factor
The distance to the road network is also a significant factor, as it can be used as an estimation of the access to present healthcare facilities in the area. Buffer zones were calculated on the path of the road to determine the effect of the road on malaria prevalence. The road shapefile of the study area was inputted into GIS environment and spatial analyst tools / multiple ring buffer feature were used to generate five buffer zones with the
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
In this course, you will explore a variety of open-source technologies for working with geosptial data, performing spatial analysis, and undertaking general data science. The first component of the class focuses on the use of QGIS and associated technologies (GDAL, PROJ, GRASS, SAGA, and Orfeo Toolbox). The second component of the class introduces Python and associated open-source libraries and modules (NumPy, Pandas, Matplotlib, Seaborn, GeoPandas, Rasterio, WhiteboxTools, and Scikit-Learn) used by geospatial scientists and data scientists. We also provide an introduction to Structured Query Language (SQL) for performing table and spatial queries. This course is designed for individuals that have a background in GIS, such as working in the ArcGIS environment, but no prior experience using open-source software and/or coding. You will be asked to work through a series of lecture modules and videos broken into several topic areas, as outlined below. Fourteen assignments and the required data have been provided as hands-on opportunites to work with data and the discussed technologies and methods. If you have any questions or suggestions, feel free to contact us. We hope to continue to update and improve this course. This course was produced by West Virginia View (http://www.wvview.org/) with support from AmericaView (https://americaview.org/). This material is based upon work supported by the U.S. Geological Survey under Grant/Cooperative Agreement No. G18AP00077. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the opinions or policies of the U.S. Geological Survey. Mention of trade names or commercial products does not constitute their endorsement by the U.S. Geological Survey. After completing this course you will be able to: apply QGIS to visualize, query, and analyze vector and raster spatial data. use available resources to further expand your knowledge of open-source technologies. describe and use a variety of open data formats. code in Python at an intermediate-level. read, summarize, visualize, and analyze data using open Python libraries. create spatial predictive models using Python and associated libraries. use SQL to perform table and spatial queries at an intermediate-level.