100+ datasets found
  1. Open-Source GIScience Online Course

    • ckan.americaview.org
    Updated Nov 2, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    ckan.americaview.org (2021). Open-Source GIScience Online Course [Dataset]. https://ckan.americaview.org/dataset/open-source-giscience-online-course
    Explore at:
    Dataset updated
    Nov 2, 2021
    Dataset provided by
    CKANhttps://ckan.org/
    License

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

    Description

    In this course, you will explore a variety of open-source technologies for working with geosptial data, performing spatial analysis, and undertaking general data science. The first component of the class focuses on the use of QGIS and associated technologies (GDAL, PROJ, GRASS, SAGA, and Orfeo Toolbox). The second component of the class introduces Python and associated open-source libraries and modules (NumPy, Pandas, Matplotlib, Seaborn, GeoPandas, Rasterio, WhiteboxTools, and Scikit-Learn) used by geospatial scientists and data scientists. We also provide an introduction to Structured Query Language (SQL) for performing table and spatial queries. This course is designed for individuals that have a background in GIS, such as working in the ArcGIS environment, but no prior experience using open-source software and/or coding. You will be asked to work through a series of lecture modules and videos broken into several topic areas, as outlined below. Fourteen assignments and the required data have been provided as hands-on opportunites to work with data and the discussed technologies and methods. If you have any questions or suggestions, feel free to contact us. We hope to continue to update and improve this course. This course was produced by West Virginia View (http://www.wvview.org/) with support from AmericaView (https://americaview.org/). This material is based upon work supported by the U.S. Geological Survey under Grant/Cooperative Agreement No. G18AP00077. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the opinions or policies of the U.S. Geological Survey. Mention of trade names or commercial products does not constitute their endorsement by the U.S. Geological Survey. After completing this course you will be able to: apply QGIS to visualize, query, and analyze vector and raster spatial data. use available resources to further expand your knowledge of open-source technologies. describe and use a variety of open data formats. code in Python at an intermediate-level. read, summarize, visualize, and analyze data using open Python libraries. create spatial predictive models using Python and associated libraries. use SQL to perform table and spatial queries at an intermediate-level.

  2. Inform E-learning GIS Course

    • png-data.sprep.org
    • tonga-data.sprep.org
    • +13more
    pdf
    Updated Feb 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    SPREP (2025). Inform E-learning GIS Course [Dataset]. https://png-data.sprep.org/dataset/inform-e-learning-gis-course
    Explore at:
    pdf(658923), pdf(501586), pdf(1335336), pdf(587295)Available download formats
    Dataset updated
    Feb 20, 2025
    Dataset provided by
    Pacific Regional Environment Programmehttps://www.sprep.org/
    License

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

    Area covered
    Pacific Region
    Description

    This dataset holds all materials for the Inform E-learning GIS course

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

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

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

  6. a

    Introduction to ArcGIS Online for Teacher Workshops (Tutorial)

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

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

  7. BOGS Training Metrics

    • catalog.data.gov
    • opendata-1-bia-geospatial.hub.arcgis.com
    Updated May 9, 2025
    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. g

    BOGS Training Metrics | gimi9.com

    • gimi9.com
    Updated Nov 10, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2023). BOGS Training Metrics | gimi9.com [Dataset]. https://gimi9.com/dataset/data-gov_bogs-training-metrics
    Explore at:
    Dataset updated
    Nov 10, 2023
    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.

  9. G

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

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

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

    Description

    Have you ever wanted to create your own maps, or integrate and visualize spatial datasets to examine changes in trends between locations and over time? Follow along with these training tutorials on QGIS, an open source geographic information system (GIS) and learn key concepts, procedures and skills for performing common GIS tasks – such as creating maps, as well as joining, overlaying and visualizing spatial datasets. These tutorials are geared towards new GIS users. We’ll start with foundational concepts, and build towards more advanced topics throughout – demonstrating how with a few relatively easy steps you can get quite a lot out of GIS. You can then extend these skills to datasets of thematic relevance to you in addressing tasks faced in your day-to-day work.

  10. Z

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

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

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    This file provides the raw data of an online survey intended at gathering information regarding remote sensing (RS) and Geographical Information Systems (GIS) for conservation in academic education. The aim was to unfold best practices as well as gaps in teaching methods of remote sensing/GIS, and to help inform how these may be adapted and improved. A total of 73 people answered the survey, which was distributed through closed mailing lists of universities and conservation groups.

  11. d

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

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

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

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

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

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

  12. d

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

    • catalog.data.gov
    • data.seattle.gov
    • +1more
    Updated Jan 31, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    data.seattle.gov (2025). Seattle Parks and Recreation GIS Map Layer Web Services URL - Golf Courses [Dataset]. https://catalog.data.gov/dataset/seattle-parks-and-recreation-gis-map-layer-web-services-url-golf-courses-5cda6
    Explore at:
    Dataset updated
    Jan 31, 2025
    Dataset provided by
    data.seattle.gov
    Area covered
    Seattle
    Description

    Seattle Parks and Recreation ARCGIS park feature map layer web services are hosted on Seattle Public Utilities' ARCGIS server. This web services URL provides a live read only data connection to the Seattle Parks and Recreations Golf Courses dataset.

  13. a

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

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

  14. d

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

    • catalog.data.gov
    • data.seattle.gov
    • +2more
    Updated Jan 31, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    data.seattle.gov (2025). Seattle Parks and Recreation GIS Map Layer Web Services URL - 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.

  15. Getting Started with GIS for Educators

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

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

  16. Getting to Know ArcGIS Pro 2.6

    • dados-edu-pt.hub.arcgis.com
    Updated Aug 19, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri Portugal - Educação (2020). Getting to Know ArcGIS Pro 2.6 [Dataset]. https://dados-edu-pt.hub.arcgis.com/datasets/getting-to-know-arcgis-pro-2-6
    Explore at:
    Dataset updated
    Aug 19, 2020
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri Portugal - Educação
    License

    Attribution-NonCommercial-ShareAlike 3.0 (CC BY-NC-SA 3.0)https://creativecommons.org/licenses/by-nc-sa/3.0/
    License information was derived automatically

    Description

    Continuing the tradition of the best-selling Getting to Know series, Getting to Know ArcGIS Pro 2.6 teaches new and existing GIS users how to get started solving problems using ArcGIS Pro. Using ArcGIS Pro for these tasks allows you to understand complex data with the leading GIS software that many businesses and organizations use every day.Getting to Know ArcGIS Pro 2.6 introduces the basic tools and capabilities of ArcGIS Pro through practical project workflows that demonstrate best practices for productivity. Explore spatial relationships, building a geodatabase, 3D GIS, project presentation, and more. Learn how to navigate ArcGIS Pro and ArcGIS Online by visualizing, querying, creating, editing, analyzing, and presenting geospatial data in both 2D and 3D environments. Using figures to show each step, Getting to Know ArcGIS Pro 2.6 demystifies complicated process like developing a geoprocessing model, using Python to write a script tool, and the creation of space-time cubes. Cartographic techniques for both web and physical maps are included.Each chapter begins with a prompt using a real-world scenario in a different industry to help you explore how ArcGIS Pro can be applied for operational efficiency, analysis, and problem solving. A summary and glossary terms at the end of every chapter help reinforce the lessons and skills learned.Ideal for students, self-learners, and seasoned professionals looking to learn a new GIS product, Getting to Know ArcGIS Pro 2.6 is a broad textbook and desk reference designed to leave users feeling confident in using ArcGIS Pro on their own.AUDIENCEProfessional and scholarly. Higher education.AUTHOR BIOMichael Law is a cartographer and GIS professional with more than a decade of experience. He was a cartographer for Esri, where he developed cartography for books, edited and tested GIS workbooks, and was the editor of the Esri Map Book. He continues to work with GIS software, writing technical documentation, teaching training courses, and designing and optimizing user interfaces.Amy Collins is a writer and editor who has worked with GIS for over 16 years. She was a technical editor for Esri, where she honed her GIS skills and cultivated an interest in designing effective instructional materials. She continues to develop books on GIS education, among other projects.Pub Date: Print: 10/6/2020 Digital: 8/18/2020 ISBN: Print: 9781589486355 Digital: 9781589486362 Price: Print: $84.99 USD Digital: $84.99 USD Pages: 420 Trim: 7.5 x 9.25 in.Table of ContentsPrefaceChapter 1 Introducing GISExercise 1a: Explore ArcGIS OnlineChapter 2 A first look at ArcGIS Pro Exercise 2a: Learn some basics Exercise 2b: Go beyond the basics Exercise 2c: Experience 3D GISChapter 3 Exploring geospatial relationshipsExercise 3a: Extract part of a dataset Exercise 3b: Incorporate tabular data Exercise 3c: Calculate data statistics Exercise 3d: Connect spatial datasetsChapter 4 Creating and editing spatial data Exercise 4a: Build a geodatabase Exercise 4b: Create features Exercise 4c: Modify featuresChapter 5 Facilitating workflows Exercise 5a: Manage a repeatable workflow using tasks Exercise 5b: Create a geoprocessing model Exercise 5c: Run a Python command and script toolChapter 6 Collaborative mapping Exercise 6a: Prepare a database for data collection Exercise 6b: Prepare a map for data collection Exercise 6c: Collect data using ArcGIS CollectorChapter 7 Geoenabling your projectExercise 7a: Prepare project data Exercise 7b: Geocode location data Exercise 7c: Use geoprocessing tools to analyze vector dataChapter 8 Analyzing spatial and temporal patternsExercise 8a: Create a kernel density map Exercise 8b: Perform a hot spot analysis Exercise 8c: Explore the results in 3D Exercise 8d: Animate the dataChapter 9 Determining suitability Exercise 9a: Prepare project data Exercise 9b: Derive new surfaces Exercise 9c: Create a weighted suitability modelChapter 10 Presenting your project Exercise 10a: Apply detailed symbology Exercise 10b: Label features Exercise 10c: Create a page layout Exercise 10d: Share your projectAppendix Image and data source credits Data license agreement GlossaryGetting to Know ArcGIS Pro 2.6 | Official Trailer | 2020-08-10 | 00:57

  17. S

    Spatial Analysis Software Report

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

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

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

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

  18. Geospatial Services, Solutions (Expertise resources 800+ GIS Engineers)

    • datarade.ai
    Updated Dec 3, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    MapMyIndia (2021). Geospatial Services, Solutions (Expertise resources 800+ GIS Engineers) [Dataset]. https://datarade.ai/data-products/geospatial-services-solutions-expertise-resources-800-gis-mapmyindia
    Explore at:
    Dataset updated
    Dec 3, 2021
    Dataset provided by
    MapmyIndiahttps://www.mapmyindia.com/
    Authors
    MapMyIndia
    Area covered
    Niger, United Republic of, Estonia, Congo, Nigeria, South Sudan, Ascension and Tristan da Cunha, United States of America, Comoros, Burkina Faso
    Description

    800+ GIS Engineers with 25+ years of experience in geospatial, We provide following as Advance Geospatial Services:

    Analytics (AI) Change detection Feature extraction Road assets inventory Utility assets inventory Map data production Geodatabase generation Map data Processing /Classifications
    Contour Map Generation Analytics (AI) Change Detection Feature Extraction Imagery Data Processing Ortho mosaic Ortho rectification Digital Ortho Mapping Ortho photo Generation Analytics (Geo AI) Change Detection Map Production Web application development Software testing Data migration Platform development

    AI-Assisted Data Mapping Pipeline AI models trained on millions of images are used to predict traffic signs, road markings , lanes for better and faster data processing

    Our Value Differentiator

    Experience & Expertise -More than Two decade in Map making business with 800+ GIS expertise -Building world class products with our expertise service division & skilled project management -International Brand “Mappls” in California USA, focused on “Advance -Geospatial Services & Autonomous drive Solutions”

    Value Added Services -Production environment with continuous improvement culture -Key metrics driven production processes to align customer’s goals and deliverables -Transparency & visibility to all stakeholder -Technology adaptation by culture

    Flexibility -Customer driven resource management processes -Flexible resource management processes to ramp-up & ramp-down within short span of time -Robust training processes to address scope and specification changes -Priority driven project execution and management -Flexible IT environment inline with critical requirements of projects

    Quality First -Delivering high quality & cost effective services -Business continuity process in place to address situation like Covid-19/ natural disasters -Secure & certified infrastructure with highly skilled resources and management -Dedicated SME team to ensure project quality, specification & deliverables

  19. a

    Editing in ArcGIS Online - Sketch Layer

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

  20. Getting to Know Web GIS, fourth edition

    • dados-edu-pt.hub.arcgis.com
    Updated Aug 13, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Esri Portugal - Educação (2020). Getting to Know Web GIS, fourth edition [Dataset]. https://dados-edu-pt.hub.arcgis.com/datasets/getting-to-know-web-gis-fourth-edition
    Explore at:
    Dataset updated
    Aug 13, 2020
    Dataset provided by
    Esrihttp://esri.com/
    Authors
    Esri Portugal - Educação
    License

    Attribution-NonCommercial-ShareAlike 3.0 (CC BY-NC-SA 3.0)https://creativecommons.org/licenses/by-nc-sa/3.0/
    License information was derived automatically

    Description

    Learn state-of-the-art skills to build compelling, useful, and fun Web GIS apps easily, with no programming experience required.Building on the foundation of the previous three editions, Getting to Know Web GIS, fourth edition,features the latest advances in Esri’s entire Web GIS platform, from the cloud server side to the client side.Discover and apply what’s new in ArcGIS Online, ArcGIS Enterprise, Map Viewer, Esri StoryMaps, Web AppBuilder, ArcGIS Survey123, and more.Learn about recent Web GIS products such as ArcGIS Experience Builder, ArcGIS Indoors, and ArcGIS QuickCapture. Understand updates in mobile GIS such as ArcGIS Collector and AuGeo, and then build your own web apps.Further your knowledge and skills with detailed sections and chapters on ArcGIS Dashboards, ArcGIS Analytics for the Internet of Things, online spatial analysis, image services, 3D web scenes, ArcGIS API for JavaScript, and best practices in Web GIS.Each chapter is written for immediate productivity with a good balance of principles and hands-on exercises and includes:A conceptual discussion section to give you the big picture and principles,A detailed tutorial section with step-by-step instructions,A Q/A section to answer common questions,An assignment section to reinforce your comprehension, andA list of resources with more information.Ideal for classroom lab work and on-the-job training for GIS students, instructors, GIS analysts, managers, web developers, and other professionals, Getting to Know Web GIS, fourth edition, uses a holistic approach to systematically teach the breadth of the Esri Geospatial Cloud.AUDIENCEProfessional and scholarly. College/higher education. General/trade.AUTHOR BIOPinde Fu leads the ArcGIS Platform Engineering team at Esri Professional Services and teaches at universities including Harvard University Extension School. His specialties include web and mobile GIS technologies and applications in various industries. Several of his projects have won specialachievement awards. Fu is the lead author of Web GIS: Principles and Applications (Esri Press, 2010).Pub Date: Print: 7/21/2020 Digital: 6/16/2020 Format: Trade paperISBN: Print: 9781589485921 Digital: 9781589485938 Trim: 7.5 x 9 in.Price: Print: $94.99 USD Digital: $94.99 USD Pages: 490TABLE OF CONTENTSPrefaceForeword1 Get started with Web GIS2 Hosted feature layers and storytelling with GIS3 Web AppBuilder for ArcGIS and ArcGIS Experience Builder4 Mobile GIS5 Tile layers and on-premises Web GIS6 Spatial temporal data and real-time GIS7 3D web scenes8 Spatial analysis and geoprocessing9 Image service and online raster analysis10 Web GIS programming with ArcGIS API for JavaScriptPinde Fu | Interview with Esri Press | 2020-07-10 | 15:56 | Link.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
ckan.americaview.org (2021). Open-Source GIScience Online Course [Dataset]. https://ckan.americaview.org/dataset/open-source-giscience-online-course
Organization logo

Open-Source GIScience Online Course

Explore at:
Dataset updated
Nov 2, 2021
Dataset provided by
CKANhttps://ckan.org/
License

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

Description

In this course, you will explore a variety of open-source technologies for working with geosptial data, performing spatial analysis, and undertaking general data science. The first component of the class focuses on the use of QGIS and associated technologies (GDAL, PROJ, GRASS, SAGA, and Orfeo Toolbox). The second component of the class introduces Python and associated open-source libraries and modules (NumPy, Pandas, Matplotlib, Seaborn, GeoPandas, Rasterio, WhiteboxTools, and Scikit-Learn) used by geospatial scientists and data scientists. We also provide an introduction to Structured Query Language (SQL) for performing table and spatial queries. This course is designed for individuals that have a background in GIS, such as working in the ArcGIS environment, but no prior experience using open-source software and/or coding. You will be asked to work through a series of lecture modules and videos broken into several topic areas, as outlined below. Fourteen assignments and the required data have been provided as hands-on opportunites to work with data and the discussed technologies and methods. If you have any questions or suggestions, feel free to contact us. We hope to continue to update and improve this course. This course was produced by West Virginia View (http://www.wvview.org/) with support from AmericaView (https://americaview.org/). This material is based upon work supported by the U.S. Geological Survey under Grant/Cooperative Agreement No. G18AP00077. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the opinions or policies of the U.S. Geological Survey. Mention of trade names or commercial products does not constitute their endorsement by the U.S. Geological Survey. After completing this course you will be able to: apply QGIS to visualize, query, and analyze vector and raster spatial data. use available resources to further expand your knowledge of open-source technologies. describe and use a variety of open data formats. code in Python at an intermediate-level. read, summarize, visualize, and analyze data using open Python libraries. create spatial predictive models using Python and associated libraries. use SQL to perform table and spatial queries at an intermediate-level.

Search
Clear search
Close search
Google apps
Main menu