100+ datasets found
  1. Open-Source GIScience Online Course

    • ckan.americaview.org
    Updated Nov 2, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    ckan.americaview.org (2021). Open-Source GIScience Online Course [Dataset]. https://ckan.americaview.org/dataset/open-source-giscience-online-course
    Explore at:
    Dataset updated
    Nov 2, 2021
    Dataset provided by
    CKANhttps://ckan.org/
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    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.

  2. Inform E-learning GIS Course

    • rmi-data.sprep.org
    • samoa-data.sprep.org
    • +13more
    pdf
    Updated Feb 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    SPREP (2025). Inform E-learning GIS Course [Dataset]. https://rmi-data.sprep.org/dataset/inform-e-learning-gis-course
    Explore at:
    pdf(587295), pdf(658923), pdf(501586), pdf(1335336)Available download formats
    Dataset updated
    Feb 20, 2025
    Dataset provided by
    Pacific Regional Environment Programmehttps://www.sprep.org/
    License

    Public Domain Mark 1.0https://creativecommons.org/publicdomain/mark/1.0/
    License information was derived automatically

    Area covered
    Pacific Region
    Description

    This dataset holds all materials for the Inform E-learning GIS course

  3. m

    GIS course Training Flier

    • maconinsights.maconbibb.us
    • hub-maconbibb.opendata.arcgis.com
    Updated Aug 19, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Macon-Bibb County Government (2021). GIS course Training Flier [Dataset]. https://maconinsights.maconbibb.us/documents/ed385f781f584f48b26bf5d1fd967611
    Explore at:
    Dataset updated
    Aug 19, 2021
    Dataset authored and provided by
    Macon-Bibb County Government
    Area covered
    Description

    This is GIS course announcement flier.

  4. s

    Golf Course Polygon

    • opendata.suffolkcountyny.gov
    • hub.arcgis.com
    Updated Dec 9, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Suffolk County GIS (2020). Golf Course Polygon [Dataset]. https://opendata.suffolkcountyny.gov/maps/golf-course-polygon
    Explore at:
    Dataset updated
    Dec 9, 2020
    Dataset authored and provided by
    Suffolk County GIS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Description

    This vector dataset provides polygons that represent significant golf course facility locations in Suffolk County. These courses can be publicly (State, County, Town, Village) or privately owned. This dataset can be linked with the GolfCoursePoint feature class by the FACILITYID field. In some cases, there may be multiple Golf Course Points for a single Golf Course Polygon. These data are organized for consumption in desktop and web applications.

  5. Geospatial Deep Learning Seminar Online Course

    • ckan.americaview.org
    Updated Nov 2, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    ckan.americaview.org (2021). Geospatial Deep Learning Seminar Online Course [Dataset]. https://ckan.americaview.org/dataset/geospatial-deep-learning-seminar-online-course
    Explore at:
    Dataset updated
    Nov 2, 2021
    Dataset provided by
    CKANhttps://ckan.org/
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    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: explain how ANNs work including weights, bias, activation, and optimization. describe and explain different loss and assessment metrics and determine appropriate use cases. use the tensor data model to represent data as input for deep learning. explain how CNNs work including convolutional operations/layers, kernel size, stride, padding, max pooling, activation, and batch normalization. use PyTorch, Python, and R to prepare data, produce and assess scene classification models, and infer to new data. explain common semantic segmentation architectures and how these methods allow for pixel-level classification and how they are different from traditional CNNs. use PyTorch, Python, and R (or ArcGIS Pro) to prepare data, produce and assess semantic segmentation models, and infer to new data.

  6. d

    Seattle Parks and Recreation GIS Map Layer Web Services URL - Golf Courses

    • catalog.data.gov
    • data.amerigeoss.org
    Updated Jan 31, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    data.seattle.gov (2025). Seattle Parks and Recreation GIS Map Layer Web Services URL - Golf Courses [Dataset]. https://catalog.data.gov/dataset/seattle-parks-and-recreation-gis-map-layer-web-services-url-golf-courses-5cda6
    Explore at:
    Dataset updated
    Jan 31, 2025
    Dataset provided by
    data.seattle.gov
    Area covered
    Seattle
    Description

    Seattle Parks and Recreation ARCGIS park feature map layer web services are hosted on Seattle Public Utilities' ARCGIS server. This web services URL provides a live read only data connection to the Seattle Parks and Recreations Golf Courses dataset.

  7. Golf Courses

    • catalog.data.gov
    • s.cnmilf.com
    • +1more
    Updated Jul 5, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    City of Seattle ArcGIS Online (2025). Golf Courses [Dataset]. https://catalog.data.gov/dataset/golf-courses-6a22b
    Explore at:
    Dataset updated
    Jul 5, 2025
    Dataset provided by
    https://arcgis.com/
    Description

    Seattle Parks and Recreation Golf Course locations. SPR Golf Courses are managed by contractors.Refresh Cycle: WeeklyFeature Class: DPR.GolfCourse

  8. a

    QGIS Training Tutorials: Using Spatial Data in Geographic Information...

    • catalogue.arctic-sdi.org
    • datasets.ai
    • +2more
    Updated Oct 28, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2019). QGIS Training Tutorials: Using Spatial Data in Geographic Information Systems [Dataset]. https://catalogue.arctic-sdi.org/geonetwork/srv/search?format=MOV
    Explore at:
    Dataset updated
    Oct 28, 2019
    Description

    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.

  9. Training: 3. GIS Concepts, Applications, and Software

    • sudan-uneplive.hub.arcgis.com
    Updated Jun 25, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    UN Environment, Early Warning &Data Analytics (2020). Training: 3. GIS Concepts, Applications, and Software [Dataset]. https://sudan-uneplive.hub.arcgis.com/documents/642a61631daf44e0b91991fbd774e3e8
    Explore at:
    Dataset updated
    Jun 25, 2020
    Dataset provided by
    United Nations Environment Programmehttp://www.unep.org/
    Authors
    UN Environment, Early Warning &Data Analytics
    Description

    This is a full-day training, developed by UNEP CMB, to introduce participants to the basics of GIS, how to import points from Excel to a GIS, and how to make maps with QGIS, MapX and Tableau. It prioritizes the use of free and open software.

  10. w

    Golf Courses [arcgis_rest_services_Infrastructure_MapServer_14]

    • data.wu.ac.at
    • datadiscoverystudio.org
    • +1more
    application/excel +5
    Updated Aug 23, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hawaii Statewide GIS Program (2017). Golf Courses [arcgis_rest_services_Infrastructure_MapServer_14] [Dataset]. https://data.wu.ac.at/schema/data_hawaii_gov/aXY4bi03NXVk
    Explore at:
    xml, xlsx, csv, application/xml+rdf, json, application/excelAvailable download formats
    Dataset updated
    Aug 23, 2017
    Dataset provided by
    Hawaii Statewide GIS Program
    Description

    Golf Courses, as of 2014

  11. a

    Integrating Data in ArcGIS Pro

    • hub.arcgis.com
    Updated Mar 25, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    State of Delaware (2020). Integrating Data in ArcGIS Pro [Dataset]. https://hub.arcgis.com/documents/3a11f895a7dc4d28ad45cee9cc5ba6d8
    Explore at:
    Dataset updated
    Mar 25, 2020
    Dataset authored and provided by
    State of Delaware
    Description

    In this course, you will learn about some common types of data used for GIS mapping and analysis, and practice adding data to a file geodatabase to support a planned project.Goals Create a file geodatabase. Add data to a file geodatabase. Create an empty geodatabase feature class.

  12. 14.4 Python Scripting for Geoprocessing Workflows

    • training-iowadot.opendata.arcgis.com
    • hub.arcgis.com
    Updated Mar 4, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Iowa Department of Transportation (2017). 14.4 Python Scripting for Geoprocessing Workflows [Dataset]. https://training-iowadot.opendata.arcgis.com/documents/4e1daccaf7504b8badb720407810e713
    Explore at:
    Dataset updated
    Mar 4, 2017
    Dataset authored and provided by
    Iowa Department of Transportationhttps://iowadot.gov/
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The Python language offers an efficient way to automate and extend geoprocessing and mapping functionality. In ArcGIS 10, Python was fully integrated into ArcGIS Desktop with the addition of the Python window and the ArcPy site package. This course introduces Python scripting within ArcGIS Desktop to automate geoprocessing workflows. These skills are needed by GIS analysts to work efficiently and productively with ArcGIS for Desktop.After completing this course, you will be able to:Create geoprocessing scripts using the ArcPy site package.Identify common scripting workflows.Write Python scripts that create and update data.Create a script tool using built-in validation.

  13. BOGS Training Metrics

    • s.cnmilf.com
    • catalog.data.gov
    • +1more
    Updated May 9, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bureau of Indian Affairs (BIA) (2025). BOGS Training Metrics [Dataset]. https://s.cnmilf.com/user74170196/https/catalog.data.gov/dataset/bogs-training-metrics
    Explore at:
    Dataset updated
    May 9, 2025
    Dataset provided by
    Bureau of Indian Affairshttp://www.bia.gov/
    Description

    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.

  14. a

    Getting Information from a GIS Map

    • hub.arcgis.com
    Updated May 16, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    State of Delaware (2019). Getting Information from a GIS Map [Dataset]. https://hub.arcgis.com/documents/369de3c4418e48f888e6ae76a9a7d7f5
    Explore at:
    Dataset updated
    May 16, 2019
    Dataset authored and provided by
    State of Delaware
    Description

    GIS maps are windows into a database. Learn how to access the data connected to map features to answer questions about the real world.GoalsExplore patterns with GIS maps.Create GIS maps.Display map labels.Use a table to select features on a map.

  15. SB33102 GIS IN CONSERVATION BIOLOGY

    • figshare.com
    zip
    Updated Aug 28, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Thor Seng Liew (2019). SB33102 GIS IN CONSERVATION BIOLOGY [Dataset]. http://doi.org/10.6084/m9.figshare.9739136.v2
    Explore at:
    zipAvailable download formats
    Dataset updated
    Aug 28, 2019
    Dataset provided by
    Figsharehttp://figshare.com/
    Authors
    Thor Seng Liew
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    A Moodle Backup FIle (.mbz) of a course (SB33102 version Semester 1, 2018/19) is a compressed archive of a Moodle course that can be used to restore a course within Moodle. The file preserves course contents, structure and settings, but does not include student work or grades.

  16. g

    BOGS Training Metrics | gimi9.com

    • gimi9.com
    Updated Nov 10, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2023). BOGS Training Metrics | gimi9.com [Dataset]. https://gimi9.com/dataset/data-gov_bogs-training-metrics/
    Explore at:
    Dataset updated
    Nov 10, 2023
    Description

    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.

  17. a

    12.0 Planning a Cartography Project

    • hub.arcgis.com
    • training-iowadot.opendata.arcgis.com
    Updated Mar 4, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Iowa Department of Transportation (2017). 12.0 Planning a Cartography Project [Dataset]. https://hub.arcgis.com/documents/3e2b924e2de14e008bbed00b18c0fbec
    Explore at:
    Dataset updated
    Mar 4, 2017
    Dataset authored and provided by
    Iowa Department of Transportation
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Maps exist to convey information to people, whether that information is how to get from one point to another or how many oil fields are located in a given region. Effective cartography can convey that information efficiently to map users.In this course, you will be introduced to a five-step workflow for designing and creating maps. This workflow can be applied to any map or output medium (print or digital). This course will cover all steps of the workflow in general terms, emphasizing the first two steps: the cartographic planning process and data evaluation.After completing this course, you will be able to perform the following tasks:Identify and describe the cartographic workflow steps.Explain cartographic design controls and how they drive map creation.Apply the planning step of the cartographic workflow.Evaluate data sources to determine applicability.Discuss why basemap and operational layers are important.Assign the correct coordinate system to data based on the geographic extent and map objective.Assess the level of detail required for a map and apply generalization techniques when appropriate.

  18. GIS Programming course: Quiz and home assignment self assessments

    • figshare.com
    xlsx
    Updated Mar 6, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hartwig Hochmair (2025). GIS Programming course: Quiz and home assignment self assessments [Dataset]. http://doi.org/10.6084/m9.figshare.28551017.v1
    Explore at:
    xlsxAvailable download formats
    Dataset updated
    Mar 6, 2025
    Dataset provided by
    Figsharehttp://figshare.com/
    Authors
    Hartwig Hochmair
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This repository contains two Microsoft Excel documents:A quiz with eight questions, assigned to students in a graduate-level GIS programming course as part of Homework Assignment 2. The quiz assesses students' understanding of basic Python programming principles (such as loops and conditional statements).An Excel document with three worksheets, each corresponding to one homework assignment from the same graduate GIS programming course. The document includes self-reported background information (e.g., students' prior programming experience), details about the use of various resources (e.g., websites) for completing assignments, the perceived helpfulness of these resources, and scores for the homework assignments and quizzes.

  19. Survey data for "Remote Sensing & GIS Training in Ecology and Conservation"

    • zenodo.org
    • data.niaid.nih.gov
    csv
    Updated Jan 24, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Alexandra Bell; Asja Bernd; Daniela Braun; Antonia Ortmann; Yrneh Z. Ulloa-Torrealba; Christian Wohlfahrt; Alexandra Bell; Asja Bernd; Daniela Braun; Antonia Ortmann; Yrneh Z. Ulloa-Torrealba; Christian Wohlfahrt (2020). Survey data for "Remote Sensing & GIS Training in Ecology and Conservation" [Dataset]. http://doi.org/10.5281/zenodo.49870
    Explore at:
    csvAvailable download formats
    Dataset updated
    Jan 24, 2020
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Alexandra Bell; Asja Bernd; Daniela Braun; Antonia Ortmann; Yrneh Z. Ulloa-Torrealba; Christian Wohlfahrt; Alexandra Bell; Asja Bernd; Daniela Braun; Antonia Ortmann; Yrneh Z. Ulloa-Torrealba; Christian Wohlfahrt
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    This file provides the raw data of an online survey intended at gathering information regarding remote sensing (RS) and Geographical Information Systems (GIS) for conservation in academic education. The aim was to unfold best practices as well as gaps in teaching methods of remote sensing/GIS, and to help inform how these may be adapted and improved. A total of 73 people answered the survey, which was distributed through closed mailing lists of universities and conservation groups.

  20. Remote Sensing of Wildfire Online Course - Datasets - AmericaView - CKAN

    • ckan.americaview.org
    Updated May 4, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    ckan.americaview.org (2021). Remote Sensing of Wildfire Online Course - Datasets - AmericaView - CKAN [Dataset]. https://ckan.americaview.org/dataset/remote-sensing-of-wildfire-online-course
    Explore at:
    Dataset updated
    May 4, 2021
    Dataset provided by
    CKANhttps://ckan.org/
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Participants in this course will learn about remote sensing of wildfires from instructors at the University of Alaska Fairbanks, located in one of the world’s most active wildfire zones. Students will learn about wildfire behavior, and get hands-on experience with tools and resources used by professionals to create geospatial maps that support firefighters on the ground. Upon completion, students will be able to: Access web resources that provide near real-time updates on active wildfires, Navigate databases of remote sensing imagery and data, Analyze geospatial data to detect fire hot spots, map burn areas, and assess severity, Process image and GIS data in open source tools like QGIS and Google Earth Engine.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
ckan.americaview.org (2021). Open-Source GIScience Online Course [Dataset]. https://ckan.americaview.org/dataset/open-source-giscience-online-course
Organization logo

Open-Source GIScience Online Course

Explore at:
Dataset updated
Nov 2, 2021
Dataset provided by
CKANhttps://ckan.org/
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Description

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.

Search
Clear search
Close search
Google apps
Main menu