Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

GIS Software, Hardware, and Sources of GIS Data01:23

GIS Software, Hardware, and Sources of GIS Data

41
A Geographic Information System (GIS) combines specialized software and hardware to effectively manage, analyze, and present spatial and related data. GIS software includes critical functionalities such as a user interface for easy navigation, database management tools for handling spatial and attribute data, and data retrieval features for efficient access. Analytical tools transform raw data into insights, while display functions produce maps and reports in various formats for effective...
41
Introduction to GIS01:28

Introduction to GIS

55
Geographic Information Systems (GIS) are tools for storing, analyzing, and displaying spatial data alongside related attributes. Unlike traditional information systems that address general queries, GIS incorporates spatial components, enabling users to answer "where" and "how far." For example, GIS can process housing data linked to geographic locations like zip codes, allowing insights into population density or housing distribution through thematic maps.GIS integrates technologies such as...
55
Applications of GIS: Disaster Management and Emergency Response01:29

Applications of GIS: Disaster Management and Emergency Response

37
Geographic Information System (GIS) technology is essential for risk identification, action prioritization, and resource optimization in critical situations like flooding and earthquakes. By integrating spatial and demographic data, GIS provides a comprehensive framework for emergency response.GIS integrates data layers, like rainfall intensity, topography, elevation profiles, and river levels, to model high-risk flood zones. These layers assess areas susceptible to flooding based on their...
37
Levels of Use of a GIS01:29

Levels of Use of a GIS

42
Geographic Information Systems (GIS) operate across three levels of application, each representing an increasing degree of complexity: data management, analysis, and prediction. These levels reflect the expanding functionality and versatility of GIS technology in handling spatial data for diverse purposes.Data ManagementAt its foundational level, GIS serves as a tool for data management, enabling the input, storage, retrieval, and organization of spatial data. This level is often employed in...
42
Thematic Layering in GIS01:30

Thematic Layering in GIS

31
In the past, planning projects such as schools or public facilities required extensive manual effort to gather and compile data. Information such as property boundaries, soil characteristics, road networks, zoning regulations, and flood zones had to be sourced individually from courthouses, utility providers, and registry offices. Assembling these datasets into a coherent format often took several months, delaying project timelines.The introduction of Geographic Information Systems (GIS)...
31
Selected Data About Geographic Locations01:25

Selected Data About Geographic Locations

26
Geographic Information Systems (GIS) rely on two core types of data: spatial data and attribute data.Spatial DataSpatial data defines the physical location of features within a coordinate system, typically expressed in terms of latitude and longitude. It provides precise positioning for elements like roads, rivers, or buildings.Attribute DataAttribute data complements spatial data by adding descriptive information about these features. For example, a road's spatial data includes its start and...
26

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

System-conditioned reparameterization of the SCAN functional for accurate bandgaps: from analytical constraints to machine learning.

npj computational materials·2026
Same author

Comparing UNet configurations for anthropogenic geomorphic feature extraction from land surface parameters.

PloS one·2025
Same author

Mapping Generative Models onto a Network of Digital Spiking Neurons.

IEEE transactions on biomedical circuits and systems·2016
Same author

Event-driven contrastive divergence: neural sampling foundations.

Frontiers in neuroscience·2015
Same author

Event-driven contrastive divergence for spiking neuromorphic systems.

Frontiers in neuroscience·2014

Related Experiment Video

Updated: Jun 5, 2025

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

2.7K

geodl: An R package for geospatial deep learning semantic segmentation using torch and terra.

Aaron E Maxwell1, Sarah Farhadpour1, Srinjoy Das2

  • 1Department of Geology and Geography, West Virginia University, Morgantown, WV, United States of America.

Plos One
|December 5, 2024
PubMed
Summary

The new geodl R package enables deep learning (DL) for geospatial data analysis in R, simplifying complex tasks like pixel-level classification without Python dependencies. This tool enhances Earth observation data processing for researchers.

More Related Videos

Deep Learning-Based Segmentation of Cryo-Electron Tomograms
10:25

Deep Learning-Based Segmentation of Cryo-Electron Tomograms

Published on: November 11, 2022

8.5K
Use of Principal Components for Scaling Up Topographic Models to Map Soil Redistribution and Soil Organic Carbon
09:44

Use of Principal Components for Scaling Up Topographic Models to Map Soil Redistribution and Soil Organic Carbon

Published on: October 16, 2018

10.1K

Related Experiment Videos

Last Updated: Jun 5, 2025

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

2.7K
Deep Learning-Based Segmentation of Cryo-Electron Tomograms
10:25

Deep Learning-Based Segmentation of Cryo-Electron Tomograms

Published on: November 11, 2022

8.5K
Use of Principal Components for Scaling Up Topographic Models to Map Soil Redistribution and Soil Organic Carbon
09:44

Use of Principal Components for Scaling Up Topographic Models to Map Soil Redistribution and Soil Organic Carbon

Published on: October 16, 2018

10.1K

Area of Science:

  • Geospatial data science
  • Earth observation
  • Geophysical data analysis

Background:

  • Deep learning (DL) methods, particularly Convolutional Neural Networks (CNNs), excel at analyzing complex spatial data.
  • Existing R packages facilitate geospatial data processing but lack integrated DL capabilities.
  • Implementing DL for geospatial tasks often requires complex Python/PyTorch environments.

Purpose of the Study:

  • Introduce the geodl R package for seamless geospatial deep learning in R.
  • Provide a simplified workflow for pixel-level classification of Earth science data.
  • Enable R users to leverage advanced DL techniques without external dependencies.

Main Methods:

  • Leverages the torch package for DL implementation within R, integrating C++.
  • Utilizes the terra package for efficient processing of large-scale, multi-band raster data.
  • Incorporates the luz package for training loop management and custom DL model components.

Main Results:

  • geodl facilitates the creation of raster masks and data subsets for DL model training.
  • The package supports UNet-based models with customizable modules and loss functions.
  • Includes standard remote sensing assessment metrics and enables predictions on extensive spatial datasets.

Conclusions:

  • geodl significantly lowers the barrier to entry for applying deep learning to geospatial data within the R environment.
  • The package streamlines the entire workflow from data preprocessing to model assessment.
  • Future development aims to expand functionality and support for diverse geospatial DL applications.