91 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

    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.

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

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

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

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

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

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

  9. a

    Add Data to Your Project

    • hub.arcgis.com
    Updated Jan 17, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    State of Delaware (2019). Add Data to Your Project [Dataset]. https://hub.arcgis.com/documents/1424171168284efab99d7b8727a85fa0
    Explore at:
    Dataset updated
    Jan 17, 2019
    Dataset authored and provided by
    State of Delaware
    Description

    You can also add data from your ArcGIS Online or ArcGIS Enterprise portal, or another portal such as the Living Atlas of the World. In this tutorial, you'll add data from Living Atlas, from your project geodatabase, and from a folder connection.Estimated time: 30 minutesSoftware requirements: ArcGIS ProArcGIS Online or ArcGIS Enterprise portal connection

  10. h

    Integrated Vocational Training Centre in Hong Kong

    • datastudio-geo.hkstp.org
    • hub.arcgis.com
    Updated Sep 3, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    HKSTP (2020). Integrated Vocational Training Centre in Hong Kong [Dataset]. https://datastudio-geo.hkstp.org/items/fb174e90094f4f3bb1aa06391340c9e9
    Explore at:
    Dataset updated
    Sep 3, 2020
    Dataset authored and provided by
    HKSTP
    Area covered
    Description

    This layer shows the location of Integrated Vocational Training Centre in Hong Kong. It is a set of data made available by the Social Welfare Department under the Government of Hong Kong Special Administrative Region (the "Government") at https://GEODATA.GOV.HK/ ("Hong Kong Geodata Store"). The source data is in XLS format and has been processed and converted into Esri File Geodatabase format and uploaded to Esri's ArcGIS Online platform for sharing and reference purpose. The objectives are to facilitate our Hong Kong ArcGIS Online users to use the data in a spatial ready format and save their data conversion effort.For details about the data, source format and terms of conditions of usage, please refer to the website of Hong Kong Geodata Store at https://geodata.gov.hk/.

  11. Training centres in Hong Kong

    • opendata.esrichina.hk
    Updated Oct 17, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri China (Hong Kong) Ltd. (2023). Training centres in Hong Kong [Dataset]. https://opendata.esrichina.hk/datasets/training-centres-in-hong-kong
    Explore at:
    Dataset updated
    Oct 17, 2023
    Dataset provided by
    美國環境系統研究所公司http://esri.com/
    Authors
    Esri China (Hong Kong) Ltd.
    Area covered
    Description

    This layer shows the locations and details of the training centres in Hong Kong. It is a subset of data made available by the Employees Retraining Board under the Government of Hong Kong Special Administrative Region (the “Government”) at https://portal.csdi.gov.hk ("CSDI Portal"). The source data is processed and converted to Esri File Geodatabase format and then uploaded to Esri’s ArcGIS Online platform for sharing and reference purpose. The objectives are to facilitate our Hong Kong ArcGIS Online users to use the data in a spatial ready format and save their data conversion effort. For details about the data, source format and terms of conditions of usage, please refer to the website of Hong Kong CSDI Portal at https://portal.csdi.gov.hk.

  12. a

    10.0 Get Started with Configurable Apps

    • hub.arcgis.com
    Updated Mar 3, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Iowa Department of Transportation (2017). 10.0 Get Started with Configurable Apps [Dataset]. https://hub.arcgis.com/documents/4eb0d88c2a3d47c2bd01d7c2c44c3a2c
    Explore at:
    Dataset updated
    Mar 3, 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, the presenters introduce some of the most popular configurable apps and guide you through the steps to share a web map as a configurable app and then modify app elements to reflect your brand, purpose, and audience. You will see how configurable apps can complete the user experience of your map as well as how to embed your finished app in a website or another app, such as a story map.This seminar was developed to support the following:ArcGIS Online

  13. i

    Streets (Night)

    • indianamap.org
    • data1-mashpeegis.hub.arcgis.com
    • +9more
    Updated Jun 28, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    esri_en (2017). Streets (Night) [Dataset]. https://www.indianamap.org/maps/1c8ddaba2ee9498cb0025554351e5475
    Explore at:
    Dataset updated
    Jun 28, 2017
    Dataset authored and provided by
    esri_en
    Area covered
    Description

    This map provides a detailed basemap for the world featuring a custom night time street map style. The map is intended to support the ArcGIS Online basemap gallery. For more details on the map, please visit the World Street Map (Night).

  14. a

    03.8 Navigator for ArcGIS: Creating Custom Navigation Maps

    • training-iowadot.opendata.arcgis.com
    • hub.arcgis.com
    Updated Feb 17, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Iowa Department of Transportation (2017). 03.8 Navigator for ArcGIS: Creating Custom Navigation Maps [Dataset]. https://training-iowadot.opendata.arcgis.com/documents/a5c498dac1af42fd931620964c75d0e9
    Explore at:
    Dataset updated
    Feb 17, 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

    Navigator for ArcGIS is a mobile app that gets your field workforce where it needs to be, unlocking efficiency gains and improving reliability. Learn how it works offline in seamless interaction with ArcGIS field apps. Experience how to use the data provided, your own custom data, or both to search and navigate directly to your organization's assets.This seminar was developed to support ArcGIS Online and Navigator for ArcGIS.

  15. a

    03.4 Modernize Your Field Workflows Using Collector for ArcGIS

    • training-iowadot.opendata.arcgis.com
    Updated Feb 18, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Iowa Department of Transportation (2017). 03.4 Modernize Your Field Workflows Using Collector for ArcGIS [Dataset]. https://training-iowadot.opendata.arcgis.com/documents/eaa289cad0ad48d5aa4709284739e60a
    Explore at:
    Dataset updated
    Feb 18, 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 how to equip field workers with easy-to-use maps that run on a smartphone or tablet using Collector for ArcGIS, an app included with an ArcGIS Online organizational subscriptions or Portal for ArcGIS. You will see how the maps are used to collect accurate data in the field-even when access to a WiFi connection or cellular service is not available-and quickly share data updates with the organization when connected. You will learn how to help your organization reduce errors, increase productivity, and improve data quality by replacing paper-based workflows with maps that feature data-driven, intelligent forms.This seminar was developed to support the following:ArcGIS OnlineArcGIS Online Organizational AccountUser role or equivalentCollector for ArcGIS (Android) 10.4Collector for ArcGIS (iOS) 10.4Collector for ArcGIS (Windows) 10.4

  16. a

    10.2 Get Started with Web AppBuilder for ArcGIS

    • training-iowadot.opendata.arcgis.com
    • hub.arcgis.com
    Updated Mar 3, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Iowa Department of Transportation (2017). 10.2 Get Started with Web AppBuilder for ArcGIS [Dataset]. https://training-iowadot.opendata.arcgis.com/documents/ca7f83f597374c8892ad399deffa6ee3
    Explore at:
    Dataset updated
    Mar 3, 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 how to use Web AppBuilder to create powerful GIS apps that run on any device without writing a single line of code. You will also learn how to quickly build web apps with your data, selection of widgets, and the theme you choose, to make them available to your organization.This seminar was developed to support the following:ArcGIS OnlineWeb AppBuilder for ArcGISWeb AppBuilder for ArcGIS (Developer Edition) 1.0

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

  18. 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/LearnGIS::use-deep-learning-to-assess-palm-tree-health/about
    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.

  19. ArcGIS Dashboards Training Videos for COVID-19

    • coronavirus-disasterresponse.hub.arcgis.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-disasterresponse.hub.arcgis.com/documents/fbc4179e362a4609a10fd479b82af386
    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...

  20. Berlin, Germany Scene

    • jacs-esri-training.opendata.arcgis.com
    • inspire-open-data-esri-training.opendata.arcgis.com
    • +4more
    Updated Dec 11, 2014
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri (2014). Berlin, Germany Scene [Dataset]. https://jacs-esri-training.opendata.arcgis.com/datasets/esri::berlin-germany-scene
    Explore at:
    Dataset updated
    Dec 11, 2014
    Dataset authored and provided by
    Esrihttp://esri.com/
    Area covered
    Description

    This scene highlights layers for Berlin, Germany available in ArcGIS to support your work in 3D. Use these layers in conjunction with your own layers to create new scenes focused on a specific topic or area of interest to you.What's in this scene? Terrain: Includes a global 3D terrain layer to provide elevation context. Your layers are placed in relationship to this terrainBasemap: Includes one of the ArcGIS Basemaps regularly used in in your mapping workScene Layers: Includes a layer of 3D buildings to help understand your data within the context of the built environment. The layer is a file type optimized for rendering in 3D.Create your own sceneOpen this item using the Open in Scene Viewer buttonChoose basemap: Select one of the ArcGIS basemaps from the Basemap GalleryAdd your own unique layersCreate slides to direct users to interesting places in your scene - See MoreSave and share the results of your work with others in your organization and the publicFor more see these helpful videosMashup 3D Content Using ArcGIS OnlineAuthor Web Scenes Using ArcGIS Online

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