Skip to main content

DEM DSM DTM

Digital Terrain Model (DTM)
Digital Surface Model (DSM)
Digital Elevation Model (DEM):

1. Digital Terrain Model (DTM):
   - A DTM represents the bare earth's topography, excluding any above-ground features like buildings, vegetation, or other structures.
   - It provides a digital representation of the ground's elevation, which is particularly useful for engineering, geology, and land surveying applications.
   - DTMs are typically created by removing all surface objects and structures from elevation data, leaving only the natural terrain.

2. Digital Surface Model (DSM):
   - A DSM represents the earth's surface, including both natural terrain and any above-ground objects such as buildings, trees, and infrastructure.
   - It provides a comprehensive view of the entire landscape, including all visible features.
   - DSMs are often used in applications like 3D modeling, urban planning, and environmental analysis, where a complete picture of the surface is required.

3. Digital Elevation Model (DEM):
   - A DEM is a general term that can refer to either a DTM or a DSM, depending on the context and the specific data it contains.
   - In some cases, people use "DEM" to describe any digital representation of elevation data, whether it includes only terrain (DTM) or both terrain and surface objects (DSM).
   - It's important to clarify whether a DEM is a DTM or a DSM when working with elevation data to ensure its suitability for a particular application.

In summary, these three models differ in the scope of data they represent. DTM focuses on the bare earth's topography, DSM includes all surface features, and DEM is a more general term that can refer to either DTM or DSM depending on the data's content and purpose.




Comments

Popular posts from this blog

How to find drugs against the Corona. Covid 19

FOR SCIENTISTS (and others interested): How to find drugs against the coronavirus: First clues on how we can beat COVID-19. This shows the many ways we can interfere with its replication cycle by repurposing existing drugs - summarized in today's Science journal. LINK TO ARTICLE:  https://science.sciencemag.org/content/367/6485/1412 .... Vineesh V Assistant Professor of Geography, Directorate of Education, Government of Kerala. https://g.page/vineeshvc

Disaster Management

1. Disaster Risk Analysis → Disaster Risk Reduction → Disaster Management Cycle Disaster Risk Analysis is the first step in managing disasters. It involves assessing potential hazards, identifying vulnerable populations, and estimating possible impacts. Once risks are identified, Disaster Risk Reduction (DRR) strategies come into play. DRR aims to reduce risk and enhance resilience through planning, infrastructure development, and policy enforcement. The Disaster Management Cycle then ensures a structured approach by dividing actions into pre-disaster, during-disaster, and post-disaster phases . Example Connection: Imagine a coastal city prone to cyclones: Risk Analysis identifies low-lying areas and weak infrastructure. Risk Reduction includes building seawalls, enforcing strict building codes, and training residents for emergency situations. The Disaster Management Cycle ensures ongoing preparedness, immediate response during a cyclone, and long-term recovery afterw...

History of GIS

The history of Geographic Information Systems (GIS) is rooted in early efforts to understand spatial relationships and patterns, long before the advent of digital computers. While modern GIS emerged in the mid-20th century with advances in computing, its conceptual foundations lie in cartography, spatial analysis, and thematic mapping. Early Roots of Spatial Analysis (Pre-1960s) One of the earliest documented applications of spatial analysis dates back to  1832 , when  Charles Picquet , a French geographer and cartographer, produced a cholera mortality map of Paris. In his report  Rapport sur la marche et les effets du cholĂ©ra dans Paris et le dĂ©partement de la Seine , Picquet used graduated color shading to represent cholera deaths per 1,000 inhabitants across 48 districts. This work is widely regarded as an early example of choropleth mapping and thematic cartography applied to epidemiology. A landmark moment in the history of spatial analysis occurred in  1854 , when  John Snow  inv...

GIS data continuous discrete ordinal interval ratio

In Geographic Information Systems (GIS) , data is categorized based on its nature (discrete or continuous) and its measurement scale (nominal, ordinal, interval, or ratio). These distinctions influence how the data is collected, analyzed, and visualized. Let's break down these categories with concepts, terminologies, and examples: 1. Discrete Data Discrete data is obtained by counting distinct items or entities. Values are finite and cannot be infinitely subdivided. Characteristics : Represent distinct objects or occurrences. Commonly represented as vector data (points, lines, polygons). Values within a range are whole numbers or categories. Examples : Number of People : Counting individuals on a train or in a hospital. Building Types : Categorizing buildings as residential, commercial, or industrial. Tree Count : Number of trees in a specific area. 2. Continuous Data Continuous data is obtained by measuring phenomena that can take any value within a range...

IDW and Kriging

Kriging and Inverse Distance Weighting (IDW) are both interpolation techniques commonly used in GIS to estimate values at unmeasured locations based on a set of known data points. Here's an explanation and a comparison of Kriging and IDW: Kriging: Kriging is a geostatistical interpolation method that takes into account the spatial autocorrelation of the data. It provides the best linear unbiased prediction of the unknown values. Kriging assumes that the data follows a spatial pattern and calculates weights based on the spatial relationship between known points. It considers the distance between points, the variability of the data, and the spatial structure to generate the interpolated surface. Kriging provides estimates of the spatial variability and uncertainty through the calculation of a variogram or covariance model. IDW (Inverse Distance Weighting): IDW is a simpler interpolation method that assigns weights to known points based on their distance from the target location. The ...