100+ datasets found
  1. a

    ArcGIS Online Fundamentals

    • hub.arcgis.com
    Updated May 17, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    State of Delaware (2019). ArcGIS Online Fundamentals [Dataset]. https://hub.arcgis.com/documents/263e7ee8ae5a4416b3fe0c0bb7e9bd17
    Explore at:
    Dataset updated
    May 17, 2019
    Dataset authored and provided by
    State of Delaware
    Description

    Enroll in this plan to understand ArcGIS Online capabilities, publish content to an ArcGIS Online organizational site, create web maps and apps, and review common ArcGIS Online administrative tasks.

    Goals Access web maps, apps, and other GIS resources that have been shared to an ArcGIS Online organizational site. Publish GIS data as services to an ArcGIS Online organizational site. Create, configure, and share web maps and apps. Manage ArcGIS Online user roles and privileges.

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

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

  4. a

    13.1 Spatial Analysis with ArcGIS Online

    • 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). 13.1 Spatial Analysis with ArcGIS Online [Dataset]. https://hub.arcgis.com/documents/26b60a410070426886914147af4a989c
    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.

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

  7. a

    Tutorial: Proximity and Hot Spot Analysis in ArcGIS Online

    • edu.hub.arcgis.com
    Updated Sep 18, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Education and Research (2021). Tutorial: Proximity and Hot Spot Analysis in ArcGIS Online [Dataset]. https://edu.hub.arcgis.com/maps/10851e93ed8645c38ff986d2b984dbf6
    Explore at:
    Dataset updated
    Sep 18, 2021
    Dataset authored and provided by
    Education and Research
    Area covered
    Description

    This tutorial focuses on some of the tools you can access in ArcGIS Online that cover proximity and hot spot analysis. This resource is part of the Career Path Series - GIS for Crime Analysis Lesson.Find other resources at k12.esri.ca/resourcefinder.

  8. e

    Editing in ArcGIS Online - Sketch Layer

    • gisinschools.eagle.co.nz
    • resources-gisinschools-nz.hub.arcgis.com
    Updated May 3, 2016
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    GIS in Schools - Teaching Materials - New Zealand (2016). Editing in ArcGIS Online - Sketch Layer [Dataset]. https://gisinschools.eagle.co.nz/documents/81826365501a45e7932e87610081ac7b
    Explore at:
    Dataset updated
    May 3, 2016
    Dataset authored and provided by
    GIS in Schools - Teaching Materials - New Zealand
    Description

    Learn how to add points, lines and polygons within a sketch layer in the ArcGIS Online Map Viewer.

  9. A

    Geospatial Deep Learning Seminar Online Course

    • data.amerigeoss.org
    html
    Updated Oct 18, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AmericaView (2024). Geospatial Deep Learning Seminar Online Course [Dataset]. https://data.amerigeoss.org/dataset/geospatial-deep-learning-seminar-online-course
    Explore at:
    htmlAvailable download formats
    Dataset updated
    Oct 18, 2024
    Dataset provided by
    AmericaView
    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:

    1. explain how ANNs work including weights, bias, activation, and optimization.
    2. describe and explain different loss and assessment metrics and determine appropriate use cases.
    3. use the tensor data model to represent data as input for deep learning.
    4. explain how CNNs work including convolutional operations/layers, kernel size, stride, padding, max pooling, activation, and batch normalization.
    5. use PyTorch, Python, and R to prepare data, produce and assess scene classification models, and infer to new data.
    6. explain common semantic segmentation architectures and how these methods allow for pixel-level classification and how they are different from traditional CNNs.
    7. use PyTorch, Python, and R (or ArcGIS Pro) to prepare data, produce and assess semantic segmentation models, and infer to new data.
    8. explain how object and instance segmentation are different from traditional CNNs and semantic segmentation and how they can be used to generate bounding boxes and feature masks for each instance of a class.
    9. use ArcGIS Pro to perform object detection (to obtain bounding boxes) and instance segmentation (to obtain pixel-level instance masks).
  10. ArcGIS Dashboards Training Videos for COVID-19

    • coronavirus-resources.esri.com
    Updated Apr 23, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri’s Disaster Response Program (2020). ArcGIS Dashboards Training Videos for COVID-19 [Dataset]. https://coronavirus-resources.esri.com/datasets/arcgis-dashboards-training-videos-for-covid-19
    Explore at:
    Dataset updated
    Apr 23, 2020
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri’s Disaster Response Program
    Description

    ArcGIS Dashboards Training Videos for COVID-19With the current COVID-19 situation across the world, there’s been a proliferation of corona virus themed dashboards emerging over the last few weeks in ArcGIS Online. Many of these were created with ArcGIS Dashboards, which enables users to convey information by presenting location-based analytics using intuitive and interactive data visualizations on a single screen._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...

  11. Use Deep Learning to Assess Palm Tree Health

    • hub.arcgis.com
    Updated Mar 14, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri Tutorials (2019). Use Deep Learning to Assess Palm Tree Health [Dataset]. https://hub.arcgis.com/documents/d50cea3d161542b681333f1bc265029a
    Explore at:
    Dataset updated
    Mar 14, 2019
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri Tutorials
    Description

    Coconuts and coconut products are an important commodity in the Tongan economy. Plantations, such as the one in the town of Kolovai, have thousands of trees. Inventorying each of these trees by hand would require lots of time and manpower. Alternatively, tree health and location can be surveyed using remote sensing and deep learning. In this lesson, you'll use the Deep Learning tools in ArcGIS Pro to create training samples and run a deep learning model to identify the trees on the plantation. Then, you'll estimate tree health using a Visible Atmospherically Resistant Index (VARI) calculation to determine which trees may need inspection or maintenance.

    To detect palm trees and calculate vegetation health, you only need ArcGIS Pro with the Image Analyst extension. To publish the palm tree health data as a feature service, you need ArcGIS Online and the Spatial Analyst extension.

    In this lesson you will build skills in these areas:

    • Creating training schema
    • Digitizing training samples
    • Using deep learning tools in ArcGIS Pro
    • Calculating VARI
    • Extracting data to points

    Learn ArcGIS is a hands-on, problem-based learning website using real-world scenarios. Our mission is to encourage critical thinking, and to develop resources that support STEM education.

  12. a

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

    • hub.arcgis.com
    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://hub.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.

  13. d

    Environmental Learning Center

    • catalog.data.gov
    • arc-gis-hub-home-arcgishub.hub.arcgis.com
    • +2more
    Updated Jun 29, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    City of Seattle ArcGIS Online (2025). Environmental Learning Center [Dataset]. https://catalog.data.gov/dataset/environmental-learning-center-221f8
    Explore at:
    Dataset updated
    Jun 29, 2025
    Dataset provided by
    City of Seattle ArcGIS Online
    Description

    Locations Environmental Learning Centers operated by Seattle Parks.Refresh Cycle: WeeklyFeature Class: DPR.EnvEdCtr

  14. a

    Make and Share Web Maps with ArcGIS Online

    • hub.arcgis.com
    Updated May 17, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    State of Delaware (2019). Make and Share Web Maps with ArcGIS Online [Dataset]. https://hub.arcgis.com/documents/c3b66a4a7df348fa89cfceb3fbb5f5aa
    Explore at:
    Dataset updated
    May 17, 2019
    Dataset authored and provided by
    State of Delaware
    Description

    From presentations and reports to stories and field work, maps make everything better.GoalsExplore the suite of ArcGIS maps and apps available to your organization.Create and configure a web map using ArcGIS Online.Share your web maps with anyone, at any time, on any device.

  15. a

    India: Ecological Facets Landform Classes

    • hub.arcgis.com
    Updated Jan 31, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    GIS Online (2022). India: Ecological Facets Landform Classes [Dataset]. https://hub.arcgis.com/maps/51077b4ac9c3480fb8b67874e22bb27d
    Explore at:
    Dataset updated
    Jan 31, 2022
    Dataset authored and provided by
    GIS Online
    Area covered
    Description

    Landforms are large recognizable features such as mountains, hills and plains; they are an important determinant of ecological character, habitat definition and terrain analysis. Landforms are important to the distribution of life in natural systems and are the basis for opportunities in built systems, and therefore landforms play a useful role in all natural science fields of study and planning disciplines.Dataset SummaryPhenomenon Mapped: LandformsUnits: MetersCell Size: 231.91560581932 metersSource Type: ThematicPixel Type: 8-bit unsigned integerData Coordinate System: WGS 1984Mosaic Projection: Web Mercator Auxiliary SphereExtent: GlobalSource: EsriPublication Date: May 2016ArcGIS Server URL: https://landscape7.arcgis.com/arcgis/In February 2017, Esri updated the World Landforms - Improved Hammond Method service with two display functions: Ecological Land Units landform classes and Ecological Facets landform classes. This layer represents Ecological Facets landform classes. You can view the Ecological Land Units landform classes by choosing Image Display, and changing the Renderer. This layer was produced using the Improved Hammond Landform Classification Algorithm produced by Esri in 2016. This algorithm published and described by Karagulle et al. 2017: Modeling global Hammond landform regions from 250-m elevation data in Transactions in GIS.The algorithm, which is based on the most recent work in this area by Morgan, J. & Lesh, A. 2005: Developing Landform Maps Using Esri’s Model Builder., Esri converted Morgan’s model into a Python script and revised it to work on global 250-meter resolution GMTED2010 elevation data. Hammond’s landform classification characterizes regions rather than identifying individual features, thus, this layer contains sixteen classes of landforms:Nearly flat plainsSmooth plains with some local reliefIrregular plains with moderate relief Irregular plains with low hillsScattered moderate hillsScattered high hillsScattered low mountainsScattered high mountainsModerate hillsHigh hills Tablelands with moderate reliefTablelands with considerable reliefTablelands with high relief Tablelands with very high relief Low mountainsHigh mountainsTo produce these classes, Esri staff first projected the 250-meter resolution GMTED elevation data to the World Equidistant Cylindrical coordinate system. Each cell in this dataset was assigned three characteristics: slope based on 3-km neighborhood, relief based on 6 km neighborhood, and profile based on 6-km neighborhood. The last step was to overlay the combination of these three characteristics with areas that are exclusively plains. Slope is the percentage of the 3-km neighborhood occupied by gentle slope. Hammond specified 8% as the threshold for gentle slope. Slope is used to define how flat or steep the terrain is. Slope was classified into one of four classes: Percent of neighborhood over 8% of slopeSlope Classes0 - 20%40021% -50%30051% - 80%200>81% 100Local Relief is the difference between the maximum and minimum elevation within in the 6-km neighborhood. Local relief is used to define terrain how rugged or the complexity of the terrain's texture. Relief was assigned one of six classes:Change in elevationRelief Class ID0 – 30 meters1031 meter – 90 meters2091 meter – 150 meters30151 meter – 300 meters40301 meter – 900 meters50>900 meters60The combination of slope and relief begin to define terrain as mountains, hills and plains. However, the difference between mountains or hills and tablelands cannot be distinguished using only these parameters. Profile is used to determine tableland areas. Profile identifies neighborhoods with upland and lowland areas, and calculates the percent area of gently sloping terrain within those upland and lowland areas. A 6-km circular neighborhood was used to calculate the profile parameter. Upland/lowland is determined by the difference between average local relief and elevation. In the 6-km neighborhood window, if the difference between maximum elevation and cell’s elevation is smaller than half of the local relief it’s an upland. If the difference between maximum elevation and cell’s elevation is larger than half of the local relief it’s a lowland. Profile was assigned one of five classes:Percent of neighborhood over 8% slope in upland or lowland areasProfile ClassLess than 50% gentle slope is in upland or lowland0More than 75% of gentle slope is in lowland150%-75% of gentle slope is in lowland250-75% of gentle slope is in upland3More than 75% of gentle slope is in upland4Early reviewers of the resulting classes noted one confusing outcome, which was that areas were classified as "plains with low mountains", or "plains with hills" were often mostly plains, and the hills or mountains were part of an adjacent set of exclusively identified hills or mountains. To address this areas that are exclusively plains were produced, and used to override these confusing areas. The hills and mountains within those areas were converted to their respective landform class.The combination of slope, relief and profile merged with the areas of plains, can be better understood using the following diagram, which uses the colors in this layer to show which classes are present and what parameter values produced them:What can you do with this layer?This layer is suitable for both visualization and analysis. It can be used in ArcGIS Online in web maps and applications and can be used in ArcGIS Desktop. This layer is part of a larger collection of landscape layers that you can use to perform a wide variety of mapping and analysis tasks.The Living Atlas of the World provides an easy way to explore the landscape layers and many other beautiful and authoritative maps on hundreds of topics.Geonet is a good resource for learning more about landscape layers and the Living Atlas of the World. To get started see the Living Atlas Discussion Group.The Esri Insider Blog provides an introduction to the Ecophysiographic Mapping project.

  16. d

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

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

  17. c

    Golf Courses

    • s.cnmilf.com
    • catalog.data.gov
    • +1more
    Updated Jun 29, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    City of Seattle ArcGIS Online (2025). Golf Courses [Dataset]. https://s.cnmilf.com/user74170196/https/catalog.data.gov/dataset/golf-courses-6a22b
    Explore at:
    Dataset updated
    Jun 29, 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

  18. n

    Public Information Application - NAPSG Tutorial

    • prep-response-portal.napsgfoundation.org
    Updated Nov 7, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    NAPSG Foundation (2019). Public Information Application - NAPSG Tutorial [Dataset]. https://prep-response-portal.napsgfoundation.org/items/50e7b9cae2e14fd0a67dda521895d2ec
    Explore at:
    Dataset updated
    Nov 7, 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

    Public Information is a configuration of Web AppBuilder for ArcGIS that can be used by the public to review authoritative emergency information and understand the status of an incident or event.

    Tutorial Audience: GIS / Technology SpecialistsEnd User Audience: Emergency Management Planning and Operations Staff

    Problem: The Public needs situational awareness as much as emergency managers and first responders. They want answers to questions like – Do I need to evacuate? Where can I go for more information or protection? How do I get there / are there any road closures?Solution: Public Information Web Mapping ApplicationRequirements: You will need a license for ArcGIS Online to complete this tutorial.Note: This tutorial works with the Operations Response Tutorial.

  19. A

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

    • data.amerigeoss.org
    • catalog.data.gov
    html
    Updated Jul 26, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    United States[old] (2019). Seattle Parks and Recreation GIS Map Layer Web Services URL - Golf Courses [Dataset]. https://data.amerigeoss.org/el/dataset/seattle-parks-and-recreation-gis-map-layer-web-services-url-golf-courses
    Explore at:
    htmlAvailable download formats
    Dataset updated
    Jul 26, 2019
    Dataset provided by
    United States[old]
    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.

  20. a

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

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

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
State of Delaware (2019). ArcGIS Online Fundamentals [Dataset]. https://hub.arcgis.com/documents/263e7ee8ae5a4416b3fe0c0bb7e9bd17

ArcGIS Online Fundamentals

Explore at:
Dataset updated
May 17, 2019
Dataset authored and provided by
State of Delaware
Description

Enroll in this plan to understand ArcGIS Online capabilities, publish content to an ArcGIS Online organizational site, create web maps and apps, and review common ArcGIS Online administrative tasks.

Goals Access web maps, apps, and other GIS resources that have been shared to an ArcGIS Online organizational site. Publish GIS data as services to an ArcGIS Online organizational site. Create, configure, and share web maps and apps. Manage ArcGIS Online user roles and privileges.

Search
Clear search
Close search
Google apps
Main menu