<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Dem on MayaLucIA</title>
    <link>https://mayalucia.dev/tags/dem/</link>
    <description>Recent content in Dem on MayaLucIA</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 25 Feb 2026 12:00:00 +0100</lastBuildDate>
    <atom:link href="https://mayalucia.dev/tags/dem/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>DEM Processing: Reading the Earth&#39;s Surface</title>
      <link>https://mayalucia.dev/domains/parbati/dem-processing/</link>
      <pubDate>Wed, 25 Feb 2026 12:00:00 +0100</pubDate>
      <guid>https://mayalucia.dev/domains/parbati/dem-processing/</guid>
      <description>&lt;p&gt;Everything starts with elevation. The SRTM (Shuttle Radar Topography Mission) provides 1-arc-second (~30 m) digital elevation models covering the entire Parvati Valley and surrounding ranges. These are the raw material from which terrain meshes, hillshades, and satellite-textured landscapes are built.&lt;/p&gt;
&lt;h2 id=&#34;data-source&#34;&gt;Data Source&lt;/h2&gt;
&lt;p&gt;SRTM tiles from AWS Mapzen elevation tiles (public, no authentication):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;N31E077&lt;/strong&gt; and &lt;strong&gt;N32E077&lt;/strong&gt; &amp;mdash; two tiles covering the Parvati Valley extent&lt;/li&gt;
&lt;li&gt;3601 × 3601 pixels per tile, signed 16-bit big-endian&lt;/li&gt;
&lt;li&gt;~30 m horizontal resolution, ~1 m vertical accuracy&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;processing-pipeline&#34;&gt;Processing Pipeline&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Download&lt;/strong&gt; &amp;mdash; fetch &lt;code&gt;.hgt.gz&lt;/code&gt; tiles from S3&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Parse&lt;/strong&gt; &amp;mdash; load as NumPy float32, handle voids (NaN)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stitch&lt;/strong&gt; &amp;mdash; combine adjacent tiles into continuous elevation grids&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Subsample&lt;/strong&gt; &amp;mdash; reduce resolution for mesh generation (step=3 to step=8)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hillshade&lt;/strong&gt; &amp;mdash; compute synthetic illumination for 2D visualisation&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Satellite texture&lt;/strong&gt; &amp;mdash; fetch Sentinel-2 Cloudless composite from EOX WMS&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The pipeline covers extents ranging from the Parbati Parbat peak (±0.10°, ~11 km) to the full Kullu district (1.3° × 1.2°, ~145 km).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
