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. BOGS Training Metrics

    • catalog.data.gov
    • s.cnmilf.com
    • +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://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.

  3. Inform E-learning GIS Course

    • png-data.sprep.org
    • tonga-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://png-data.sprep.org/dataset/inform-e-learning-gis-course
    Explore at:
    pdf(658923), pdf(501586), pdf(1335336), pdf(587295)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

  4. Geospatial Deep Learning Seminar Online Course

    • ckan.americaview.org
    Updated Nov 2, 2021
    + more versions
    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.

  5. G

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

    • open.canada.ca
    • datasets.ai
    • +2more
    html
    Updated Oct 5, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statistics Canada (2021). QGIS Training Tutorials: Using Spatial Data in Geographic Information Systems [Dataset]. https://open.canada.ca/data/en/dataset/89be0c73-6f1f-40b7-b034-323cb40b8eff
    Explore at:
    htmlAvailable download formats
    Dataset updated
    Oct 5, 2021
    Dataset provided by
    Statistics Canada
    License

    Open Government Licence - Canada 2.0https://open.canada.ca/en/open-government-licence-canada
    License information was derived automatically

    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.

  6. a

    Introduction to ArcGIS Online for Teacher Workshops (Tutorial)

    • edu.hub.arcgis.com
    Updated Aug 11, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Education and Research (2017). Introduction to ArcGIS Online for Teacher Workshops (Tutorial) [Dataset]. https://edu.hub.arcgis.com/documents/5b4b9bb12ddf46bebd3d0ff44b89d3a7
    Explore at:
    Dataset updated
    Aug 11, 2017
    Dataset authored and provided by
    Education and Research
    Description

    In this tutorial, you will be introduced to the basics of the ArcGIS Online Web-based Geographic Information System (GIS) software tool. You will begin by exploring spatial data in the form of map layers that are available on the Web as well as map applications (apps). You will then use the ArcGIS Online Map Viewer to search for content, add features to a map, and save and share your completed map with others.

  7. Z

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

    • data.niaid.nih.gov
    • zenodo.org
    Updated Jan 24, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ulloa-Torrealba, Yrneh Z. (2020). Survey data for "Remote Sensing & GIS Training in Ecology and Conservation" [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_49870
    Explore at:
    Dataset updated
    Jan 24, 2020
    Dataset provided by
    Wohlfahrt, Christian
    Ortmann, Antonia
    Ulloa-Torrealba, Yrneh Z.
    Bell, Alexandra
    Braun, Daniela
    Bernd, Asja
    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.

  8. Open Source GIS Training for Improved Protected Area Planning and Management...

    • samoa-data.sprep.org
    • pacific-data.sprep.org
    pdf, zip
    Updated Feb 15, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bradley Eichelberger, SPREP PIPAP GIS Consultant (2022). Open Source GIS Training for Improved Protected Area Planning and Management in Samoa [Dataset]. https://samoa-data.sprep.org/dataset/open-source-gis-training-improved-protected-area-planning-and-management-samoa
    Explore at:
    pdf(1016525), zip(791238585), pdf(4922394), pdf(3655929)Available download formats
    Dataset updated
    Feb 15, 2022
    Dataset provided by
    Pacific Regional Environment Programmehttps://www.sprep.org/
    Authors
    Bradley Eichelberger, SPREP PIPAP GIS Consultant
    License

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

    Area covered
    Samoa, POLYGON ((186.75230026245 -14.517952072974, 186.75230026245 -13.120440826626, 188.90562057495 -13.120440826626, 188.90562057495 -14.517952072974))
    Description

    Dataset contains training material on using open source Geographic Information Systems (GIS) to improve protected area planning and management from workshops that were conducted on February 19-21 and October 6-7, 2020. Specifically, the dataset contains lectures on GIS fundamentals, QGIS 3.x, and global positioning system (GPS), as well as country-specific datasets and a workbook containing exercises for viewing data, editing/creating datasets, and creating map products in QGIS. Supplemental videos that narrate a step-by-step recap and overview of these processes are found in the Related Content section of this dataset.

    Funding for this workshop and material was funded by the Biodiversity and Protected Areas Management (BIOPAMA) programme. The BIOPAMA programme is an initiative of the Organisation of African, Caribbean and Pacific (ACP) Group of States financed by the European Union's 11th European Development Fund. BIOPAMA is jointly implemented by the International Union for Conservation of Nature {IUCN) and the Joint Research Centre of the European Commission (EC-JRC). In the Pacific region, BIOPAMA is implemented by IUCN's Oceania Regional Office (IUCN ORO) in partnership with the Secretariat of the Pacific Regional Environment Programme (SPREP). The overall objective of the BIOPAMA programme is to contribute to improving the long-term conservation and sustainable use of biodiversity and natural resources in the Pacific ACP region in protected areas and surrounding communities through better use and monitoring of information and capacity development on management and governance.

  9. a

    13.1 Spatial Analysis with ArcGIS Online

    • 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). 13.1 Spatial Analysis with ArcGIS Online [Dataset]. https://training-iowadot.opendata.arcgis.com/datasets/13-1-spatial-analysis-with-arcgis-online
    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

    In this seminar, you will learn about the spatial analysis tools built directly into the ArcGIS.com map viewer. You will learn of the spatial analysis capabilities in ArcGIS Online for Organizations, whether for analyzing your own data, data that's publicly available on ArcGIS Online, or a combination of both. You will learn the overall features and benefits of ArcGIS Online Analysis, how to get started, and how to choose the right approach in order to solve a specific spatial problem.

  10. Teaching and Learning With ArcGIS Online

    • lecturewithgis.co.uk
    Updated Jan 28, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri UK Education (2023). Teaching and Learning With ArcGIS Online [Dataset]. https://lecturewithgis.co.uk/datasets/teaching-and-learning-with-arcgis-online-1
    Explore at:
    Dataset updated
    Jan 28, 2023
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri UK Education
    Description

    Prior experience of GIS is variable, but a number of PGCE students and in-service teachers reported negative prior experiences with geospatial technology. Common complaints include a course focussed on data students found irrelevant, with learning exercises in the form of list-like instructions. The complexity of desktop GIS software is also often mentioned as off-putting.

  11. d

    Tutorial: How to use Google Data Studio and ArcGIS Online to create an...

    • search.dataone.org
    • hydroshare.org
    • +1more
    Updated Apr 15, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sarah Beganskas (2022). Tutorial: How to use Google Data Studio and ArcGIS Online to create an interactive data portal [Dataset]. http://doi.org/10.4211/hs.9edae0ef99224e0b85303c6d45797d56
    Explore at:
    Dataset updated
    Apr 15, 2022
    Dataset provided by
    Hydroshare
    Authors
    Sarah Beganskas
    Description

    This tutorial will teach you how to take time-series data from many field sites and create a shareable online map, where clicking on a field location brings you to a page with interactive graph(s).

    The tutorial can be completed with a sample dataset (provided via a Google Drive link within the document) or with your own time-series data from multiple field sites.

    Part 1 covers how to make interactive graphs in Google Data Studio and Part 2 covers how to link data pages to an interactive map with ArcGIS Online. The tutorial will take 1-2 hours to complete.

    An example interactive map and data portal can be found at: https://temple.maps.arcgis.com/apps/View/index.html?appid=a259e4ec88c94ddfbf3528dc8a5d77e8

  12. d

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

    • catalog.data.gov
    • cos-data.seattle.gov
    • +2more
    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.

  13. a

    Operations Response - NAPSG Tutorial

    • napsg.hub.arcgis.com
    • prep-response-portal.napsgfoundation.org
    Updated Dec 5, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    NAPSG Foundation (2019). Operations Response - NAPSG Tutorial [Dataset]. https://napsg.hub.arcgis.com/documents/ae53a07c34f3453386eb59be3738434f
    Explore at:
    Dataset updated
    Dec 5, 2019
    Dataset authored and provided by
    NAPSG Foundation
    License

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

    Description

    Tutorial Audience: GIS / Technology SpecialistsEnd User Audience: Emergency Management Planning and Operations StaffProblem: Your County Emergency Management Agency is planning a training exercise and wants to make use of “Web GIS.” Typically, they have you print out a new wall map each operational period and the status of facilities (e.g. shelters) are maintained in spreadsheets. This time they want to coordinate planning and operations across multiple locations, with everyone having the most up to date information on a live map. For example, they want to be able update the status of evacuation zones and shelters without requiring GIS expertise. Can you provide them with a web app that gives them some simple tools and just the layers they need to get started? Use a simulated flood or any other incident type to guide you through this process.Solution: Operations Response AppRequirements: You will need a license for ArcGIS Pro and ArcGIS Online to complete this tutorial.Note: This application is used with the Public Information Application Tutorial.

  14. BOOK: Learning from COVID-19: GIS for Pandemics

    • coronavirus-resources.esri.com
    • arcgis.com
    • +1more
    Updated Oct 24, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri’s Disaster Response Program (2022). BOOK: Learning from COVID-19: GIS for Pandemics [Dataset]. https://coronavirus-resources.esri.com/documents/78dcf5a3860a4cdea5482dac94f9c6b6
    Explore at:
    Dataset updated
    Oct 24, 2022
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri’s Disaster Response Program
    Description

    Needing to answer the question of “where” sat at the forefront of everyone’s mind, and using a geographic information system (GIS) for real-time surveillance transformed possibly overwhelming data into location intelligence that provided agencies and civic leaders with valuable insights.This book highlights best practices, key GIS capabilities, and lessons learned during the COVID-19 response that can help communities prepare for the next crisis.GIS has empowered:Organizations to use human mobility data to estimate the adherence to social distancing guidelinesCommunities to monitor their health care systems’ capacity through spatially enabled surge toolsGovernments to use location-allocation methods to site new resources (i.e., testing sites and augmented care sites) in ways that account for at-risk and vulnerable populationsCommunities to use maps and spatial analysis to review case trends at local levels to support reopening of economiesOrganizations to think spatially as they consider “back-to-the-workplace” plans that account for physical distancing and employee safety needsLearning from COVID-19 also includes a “next steps” section that provides ideas, strategies, tools, and actions to help jump-start your own use of GIS, either as a citizen scientist or a health professional. A collection of online resources, including additional stories, videos, new ideas and concepts, and downloadable tools and content, complements this book.Now is the time to use science and data to make informed decisions for our future, and this book shows us how we can do it.Dr. Este GeraghtyDr. Este Geraghty is the chief medical officer and health solutions director at Esri where she leads business development for the Health and Human Services sector.Matt ArtzMatt Artz is a content strategist for Esri Press. He brings a wide breadth of experience in environmental science, technology, and marketing.

  15. d

    Seattle Parks and Recreation GIS Map Layer Web Services URL - Environmental...

    • catalog.data.gov
    • data.seattle.gov
    • +3more
    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 - Environmental Learning Centers [Dataset]. https://catalog.data.gov/dataset/seattle-parks-and-recreation-gis-map-layer-web-services-url-environmental-learning-centers-b6f93
    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 Environmental Learning Centers dataset.

  16. f

    Data from: Virtualization in CyberGIS instruction: lessons learned...

    • tandf.figshare.com
    xlsx
    Updated Jun 1, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Daniel W. Goldberg; Forrest J. Bowlick; Paul E. Stein (2023). Virtualization in CyberGIS instruction: lessons learned constructing a private cloud to support development and delivery of a WebGIS course [Dataset]. http://doi.org/10.6084/m9.figshare.12848309.v1
    Explore at:
    xlsxAvailable download formats
    Dataset updated
    Jun 1, 2023
    Dataset provided by
    Taylor & Francis
    Authors
    Daniel W. Goldberg; Forrest J. Bowlick; Paul E. Stein
    License

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

    Description

    Students in geographic information systems and science (GIS) require significant experience outside of spatial analysis, cartography, and other traditional geographic topics. Computer science knowledge, skills, and practices exist as essential components of GIS practice, but coursework in this area is not universally offered in geography or GIS degrees. To support those interested in developing such courses, this paper describes the design and implementation of a server-focused course in WebGIS at University Texas A&M University. We provide an in-depth discussion of the equipment and resources required to build and operate an on-premise CyberGIS server infrastructure suitable for supporting such classes, providing comparisons with an equivalent solution built on Amazon Web Services (AWS). We consider the comparative costs of these systems, including benefits and drawbacks of each. In comparing these deployment options, we outline the technical expertise, monetary investments, operational expenses, and organizational strategies necessary to run server-based CyberGIS courses. Finally, we reflect on assignments and feedback from students and consider their experiences in a course of this nature. This article provides a resource for GIS instructors, academic departments, or other academic units to consider during infrastructure investment, curriculum redesign, the addition of courses in degree plans, or for the development of CyberGIS components.

  17. a

    Getting Started with GIS

    • hub.arcgis.com
    Updated Jan 30, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    State of Delaware (2019). Getting Started with GIS [Dataset]. https://hub.arcgis.com/documents/52a04f17dfa845d79036ea5f341be606
    Explore at:
    Dataset updated
    Jan 30, 2019
    Dataset authored and provided by
    State of Delaware
    Description

    Get an introduction to the basic components of a GIS. Learn fundamental concepts that underlie the use of a GIS with hands-on experience with maps and geographic data.

  18. Getting Started with GIS for Educators

    • library.ncge.org
    Updated Jun 9, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    NCGE (2020). Getting Started with GIS for Educators [Dataset]. https://library.ncge.org/documents/53688cfc772e4e15bb2fcb14cf641670
    Explore at:
    Dataset updated
    Jun 9, 2020
    Dataset provided by
    National Council for Geographic Educationhttp://www.ncge.org/
    Authors
    NCGE
    Description

    Geographic Information Systems (GIS) technology allows users to make maps and analyze data. Savvy educators have been using GIS since the early 1990s, but online GIS makes it easy for educators to get started quickly, even just learning on their own, online. Here is a sequenced set of resources and activities with which to begin; they start fast and easy, scaffold ideas and skills, and generally take more time and require more background as one progresses, so items should be experienced in order.

  19. d

    Golf Courses

    • catalog.data.gov
    • data.seattle.gov
    • +2more
    Updated Aug 23, 2025
    + more versions
    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
    Aug 23, 2025
    Dataset provided by
    City of Seattle ArcGIS Online
    Description

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

  20. S

    Spatial Analysis Software Report

    • marketreportanalytics.com
    doc, pdf, ppt
    Updated Apr 2, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Market Report Analytics (2025). Spatial Analysis Software Report [Dataset]. https://www.marketreportanalytics.com/reports/spatial-analysis-software-53151
    Explore at:
    doc, ppt, pdfAvailable download formats
    Dataset updated
    Apr 2, 2025
    Dataset authored and provided by
    Market Report Analytics
    License

    https://www.marketreportanalytics.com/privacy-policyhttps://www.marketreportanalytics.com/privacy-policy

    Time period covered
    2025 - 2033
    Area covered
    Global
    Variables measured
    Market Size
    Description

    The spatial analysis software market is experiencing robust growth, driven by increasing adoption across diverse sectors. The market's value is estimated at $5 billion in 2025, demonstrating significant expansion from its historical period (2019-2024). A Compound Annual Growth Rate (CAGR) of 15% is projected from 2025 to 2033, indicating a substantial market expansion to an estimated $15 billion by 2033. Key drivers include the rising need for location intelligence in business decision-making, the increasing availability of geospatial data, and advancements in cloud computing and artificial intelligence (AI) that enhance spatial analysis capabilities. Furthermore, the integration of spatial analysis with other technologies, such as big data analytics and machine learning, is fostering innovation and expanding applications across various industries. The market is segmented by application (e.g., urban planning, environmental monitoring, transportation logistics) and by software type (e.g., GIS software, remote sensing software, spatial statistics software). Leading companies are continuously investing in research and development, leading to the emergence of more sophisticated and user-friendly solutions. Market restraints include the high cost of software licenses and implementation, the complexity of using advanced spatial analysis tools, and the shortage of skilled professionals capable of effectively leveraging these technologies. However, the expanding availability of open-source spatial analysis tools and online training programs is gradually mitigating these barriers. The regional breakdown shows strong growth across North America and Europe, fueled by significant technological advancements and substantial public and private sector investments. The Asia-Pacific region is also poised for significant expansion, driven by rapid urbanization and economic growth. The consistent growth across different segments and regions ensures long-term market stability and offers significant opportunities for both established players and new entrants. The continued convergence of spatial analysis with other technologies will remain a central theme, driving innovation and unlocking further value across numerous sectors.

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