100+ datasets found
  1. 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.

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

  3. a

    13.1 Spatial Analysis with ArcGIS Online

    • training-iowadot.opendata.arcgis.com
    • hub.arcgis.com
    Updated Mar 4, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Iowa Department of Transportation (2017). 13.1 Spatial Analysis with ArcGIS Online [Dataset]. https://training-iowadot.opendata.arcgis.com/datasets/13-1-spatial-analysis-with-arcgis-online
    Explore at:
    Dataset updated
    Mar 4, 2017
    Dataset authored and provided by
    Iowa Department of Transportation
    License

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

    Description

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

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

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

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

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

  8. e

    Editing in ArcGIS Online - Sketch Layer

    • gisinschools.eagle.co.nz
    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

    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.

  10. a

    Operations Response - NAPSG Tutorial

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

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

    Description

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

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

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

  13. ArcGIS for Schools

    • lecturewithgis.co.uk
    Updated Jan 17, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri UK Education (2023). ArcGIS for Schools [Dataset]. https://lecturewithgis.co.uk/datasets/arcgis-for-schools
    Explore at:
    Dataset updated
    Jan 17, 2023
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri UK Education
    Description

    Esri UK is providing a digital mapping platform and expertise in biodiversity mapping for the National Education Nature Park. We are providing the Department of Education with ArcGIS Online - an extensible web-based mapping platform to provide staff and students with geospatial tools that will allow them to view, capture, store, analyse and monitor environmental and biodiversity data. We are also providing Professional Services to be delivered using an agile methodology, along with training to key stakeholders.To deploy geospatial tools to all schools, we are using the existing ArcGIS for Schools program.

  14. M1L1 Student Directions - MOW Module 1 Lesson1 (Word)

    • library.ncge.org
    Updated Jun 8, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    NCGE (2020). M1L1 Student Directions - MOW Module 1 Lesson1 (Word) [Dataset]. https://library.ncge.org/documents/46516233e53948939c1aea99098e7e36
    Explore at:
    Dataset updated
    Jun 8, 2020
    Dataset provided by
    National Council for Geographic Educationhttp://www.ncge.org/
    Authors
    NCGE
    Description

    Mapping Our World Using GIS is a 1:1 set of instructional materials for teaching basic concepts found in middle school world geography. Each module consists of multiple files.

    The Mapping Our World collection is at: http://esriurl.com/MOW.

    All Esri GeoInquiries can be found at: http://www.esri.com/geoinquiries

            This computer activity will show you how to start the ArcGIS Online program. You will be guided
    

    through the basics of using ArcGIS Online map viewer to explore maps. After you do this activity, you will be prepared to complete other GIS activities.

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

  16. 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/datasets/delaware::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.

  17. a

    Discover ArcGIS Online (Tutorial)

    • edu.hub.arcgis.com
    Updated Jan 9, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Education and Research (2019). Discover ArcGIS Online (Tutorial) [Dataset]. https://edu.hub.arcgis.com/documents/75a5da5cea2145c7a162ddc94fb91566
    Explore at:
    Dataset updated
    Jan 9, 2019
    Dataset authored and provided by
    Education and Research
    Description

    This quick introductory tutorial allows you to discover some of the basic tasks in ArcGIS Online.Find more resources at k12.esri.ca/resourcefinder.

  18. d

    Environmental Learning Center

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

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

  19. Early Education and Training Centre in Hong Kong

    • opendata.esrichina.hk
    • data-esrihk.opendata.arcgis.com
    • +1more
    Updated Jul 21, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri China (Hong Kong) Ltd. (2021). Early Education and Training Centre in Hong Kong [Dataset]. https://opendata.esrichina.hk/maps/38382ca887e84874adef6722b8498dcf
    Explore at:
    Dataset updated
    Jul 21, 2021
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri China (Hong Kong) Ltd.
    Area covered
    Description

    This web map shows the location of early education and training centres 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://portal.csdi.gov.hk ("CSDI Portal"). The source data 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 CSDI Portal at https://portal.csdi.gov.hk.

  20. Deutsche Bahn Haltestellen

    • opendata.coworkingmap.de
    • opendataportal-esri-konferenz-esri-training.opendata.arcgis.com
    • +5more
    Updated Jul 24, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri Deutschland (2019). Deutsche Bahn Haltestellen [Dataset]. https://opendata.coworkingmap.de/maps/esri-de-content::deutsche-bahn-haltestellen
    Explore at:
    Dataset updated
    Jul 24, 2019
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri Deutschland
    License

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

    Area covered
    Description

    Übersicht Haltestellen DB Station&Service AG. Dieser Datenbestand kann Fehler enthalten und/oder unvollständig sein. DB Station&Service AG übernimmt keine Haftung und leistet keinerlei Gewähr.Quelle: Open Data der Deutsche Bahn AG.Verarbeitungsprozesse: CSV Datei wurde in ArcGIS Pro importiert, georeferenziert, nach WebMercator projiziert und als Feature Service in ArcGIS Online veröffentlicht.

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

Introduction to ArcGIS Online for Teacher Workshops (Tutorial)

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.

Search
Clear search
Close search
Google apps
Main menu