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. 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

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. H

    Digital Elevation Models and GIS in Hydrology (M2)

    • hydroshare.org
    • beta.hydroshare.org
    • +1more
    zip
    Updated Jun 7, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Irene Garousi-Nejad; Belize Lane (2021). Digital Elevation Models and GIS in Hydrology (M2) [Dataset]. http://doi.org/10.4211/hs.9c4a6e2090924d97955a197fea67fd72
    Explore at:
    zip(88.2 MB)Available download formats
    Dataset updated
    Jun 7, 2021
    Dataset provided by
    HydroShare
    Authors
    Irene Garousi-Nejad; Belize Lane
    License

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

    Area covered
    Description

    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.

  11. Building a resource locator in ArcGIS Online (video)

    • coronavirus-resources.esri.com
    • data.amerigeoss.org
    • +1more
    Updated Mar 17, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri’s Disaster Response Program (2020). Building a resource locator in ArcGIS Online (video) [Dataset]. https://coronavirus-resources.esri.com/documents/34484698f776415cb4d4247eaf1d0c59
    Explore at:
    Dataset updated
    Mar 17, 2020
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri’s Disaster Response Program
    Description

    Building a resource locator in ArcGIS Online (video).View this short demonstration on how to build a simple resource locator in ArcGIS Online. In this demonstration the presenter publishes an existing Web Map to the Local Perspective configurable application template. The resulting application includes the ability to locate and navigate to different health resources that would be critical in managing a surge of displaced people related to a significant event impacting public health._Communities around the world are taking strides in mitigating the threat that COVID-19 (coronavirus) poses. Geography and location analysis have a crucial role in better understanding this evolving pandemic.When you need help quickly, Esri can provide data, software, configurable applications, and technical support for your emergency GIS operations. Use GIS to rapidly access and visualize mission-critical information. Get the information you need quickly, in a way that’s easy to understand, to make better decisions during a crisis.Esri’s Disaster Response Program (DRP) assists with disasters worldwide as part of our corporate citizenship. We support response and relief efforts with GIS technology and expertise.More information...

  12. a

    Putting Your GIS Skills to Work

    • hub.arcgis.com
    Updated Nov 7, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    State of Delaware (2019). Putting Your GIS Skills to Work [Dataset]. https://hub.arcgis.com/documents/8c5433ca105843c4b4a13f8b90a00f2d
    Explore at:
    Dataset updated
    Nov 7, 2019
    Dataset authored and provided by
    State of Delaware
    Description

    This course is intended to get you thinking about your future. Learn about where GIS professionals work, what they do, and how their educational choices prepare them for different types of jobs.GoalsDiscover the types of projects that GIS professionals work on.Identify qualities and skills that can help you get a GIS-related job.Choose educational options that match your goals and support your future career plans.

  13. 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.

  14. 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.

  15. f

    Data from: Self-assessment in student’s learning and developing teaching in...

    • tandf.figshare.com
    txt
    Updated May 29, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Nora Fagerholm; Eliisa Lotsari; Tua Nylén; Niina Käyhkö; Jussi Nikander; Vesa Arki; Risto Kalliola (2024). Self-assessment in student’s learning and developing teaching in geoinformatics – case of Geoportti self-assessment tool [Dataset]. http://doi.org/10.6084/m9.figshare.24099390.v1
    Explore at:
    txtAvailable download formats
    Dataset updated
    May 29, 2024
    Dataset provided by
    Taylor & Francis
    Authors
    Nora Fagerholm; Eliisa Lotsari; Tua Nylén; Niina Käyhkö; Jussi Nikander; Vesa Arki; Risto Kalliola
    License

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

    Description

    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.

  16. a

    Golf Course Point

    • suffolk-county-gis-open-data-hub-suffolkgis.hub.arcgis.com
    • opendata.suffolkcountyny.gov
    • +1more
    Updated Dec 9, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Suffolk County GIS (2020). Golf Course Point [Dataset]. https://suffolk-county-gis-open-data-hub-suffolkgis.hub.arcgis.com/datasets/golf-course-point/about
    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 points 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 GolfCoursePolygon 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.

  17. e

    Teaching with ArcGIS Living Atlas of the World

    • gisinschools.eagle.co.nz
    Updated Dec 6, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    GIS in Schools - Teaching Materials - New Zealand (2019). Teaching with ArcGIS Living Atlas of the World [Dataset]. https://gisinschools.eagle.co.nz/documents/d9f1bf3b36704eb1875e8b5fa655c292
    Explore at:
    Dataset updated
    Dec 6, 2019
    Dataset authored and provided by
    GIS in Schools - Teaching Materials - New Zealand
    Description

    ArcGIS Living Atlas of the World is a rich and growing collection of valuable geographic maps and data from organizations around the globe. Access to Living Atlas content is part of your ArcGIS Online organizational subscription. In this course, you will discover and use Living Atlas maps and layers that are ready to use for instruction. You will explore ways to connect Living Atlas content to the subjects that you teach.

  18. a

    10.4 Creating Web Applications Using Templates and Web AppBuilder for ArcGIS...

    • training-iowadot.opendata.arcgis.com
    • hub.arcgis.com
    • +1more
    Updated Mar 4, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Iowa Department of Transportation (2017). 10.4 Creating Web Applications Using Templates and Web AppBuilder for ArcGIS [Dataset]. https://training-iowadot.opendata.arcgis.com/documents/317d8d6afba540448443b5630bae01be
    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

    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.

  19. Remote Sensing - Datasets - AmericaView - CKAN

    • ckan.americaview.org
    Updated Sep 10, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    ckan.americaview.org (2022). Remote Sensing - Datasets - AmericaView - CKAN [Dataset]. https://ckan.americaview.org/dataset/remote-sensing
    Explore at:
    Dataset updated
    Sep 10, 2022
    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 course explores the theory, technology, and applications of remote sensing. It is designed for individuals with an interest in GIS and geospatial science who have no prior experience working with remotely sensed data. Lab exercises make use of the web and the ArcGIS Pro software. You will work with and explore a wide variety of data types including aerial imagery, satellite imagery, multispectral imagery, digital terrain data, light detection and ranging (LiDAR), thermal data, and synthetic aperture RaDAR (SAR). Remote sensing is a rapidly changing field influenced by big data, machine learning, deep learning, and cloud computing. In this course you will gain an overview of the subject of remote sensing, with a special emphasis on principles, limitations, and possibilities. In addition, this course emphasizes information literacy, and will develop your skills in finding, evaluating, and using scholarly information. You will be asked to work through a series of modules that present information relating to a specific topic. You will also complete a series of lab exercises to reinforce the material. Lastly, you will complete paper reviews and a term project. We have also provided additional bonus material and links associated with surface hydrologic analysis with TauDEM, geographic object-based image analysis (GEOBIA), Google Earth Engine (GEE), and the geemap Python library for Google Earth Engine. Please see the sequencing document for our suggested order in which to work through the material. We have also provided PDF versions of the lectures with the notes included.

  20. a

    Telling Stories with GIS Maps

    • hub.arcgis.com
    Updated May 17, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    State of Delaware (2019). Telling Stories with GIS Maps [Dataset]. https://hub.arcgis.com/documents/delaware::telling-stories-with-gis-maps
    Explore at:
    Dataset updated
    May 17, 2019
    Dataset authored and provided by
    State of Delaware
    Description

    In this course, you will explore different kinds of story maps and learn to create your own.GoalsUse GIS maps to communicate a story.Interpret different types of story maps.Create a web app.Use a template to make a story map.

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