<?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>Parbati: Digital Forms for Himalaya on MayaLucIA</title>
    <link>https://mayalucia.dev/domains/parbati/</link>
    <description>Recent content in Parbati: Digital Forms for Himalaya 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/domains/parbati/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Blender Visualisation</title>
      <link>https://mayalucia.dev/domains/parbati/blender-viz/</link>
      <pubDate>Wed, 25 Feb 2026 12:00:00 +0100</pubDate>
      <guid>https://mayalucia.dev/domains/parbati/blender-viz/</guid>
      <description>&lt;p&gt;Blender is the workbench where terrain meshes become explorable landscapes. The Python scripts automate the import pipeline: mesh loading, camera setup, landmark annotation, elevation banding, and viewport configuration.&lt;/p&gt;
&lt;h2 id=&#34;what-the-scripts-do&#34;&gt;What the Scripts Do&lt;/h2&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Script&lt;/th&gt;
          &lt;th&gt;Purpose&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;blender_5_import.py&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Minimal: import peak mesh, set viewport&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;blender_5_annotated.py&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Full: import + labeled empties + 3D text + vertex colours&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;blender_5_expanded.py&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Import expanded valley mesh (larger scene)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;blender_setup.py&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Post-import configuration (after manual import)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;kullu/kullu_blender.py&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Kullu district with 16 annotated landmarks&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;landmark-annotations&#34;&gt;Landmark Annotations&lt;/h2&gt;
&lt;p&gt;Empties (point objects) mark key features:&lt;/p&gt;</description>
    </item>
    <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>
    <item>
      <title>Kullu Valley: The Beas Drainage System</title>
      <link>https://mayalucia.dev/domains/parbati/kullu-valley/</link>
      <pubDate>Wed, 25 Feb 2026 12:00:00 +0100</pubDate>
      <guid>https://mayalucia.dev/domains/parbati/kullu-valley/</guid>
      <description>&lt;p&gt;The Kullu district expansion zooms out from the Parvati Valley to encompass the full Beas River drainage system &amp;mdash; from Aut (1100 m) at the valley mouth to the Lahaul/Chenab divide (3080 m+) beyond Rohtang Pass. This is the geographic context within which the Parvati Valley sits.&lt;/p&gt;
&lt;h2 id=&#34;geographic-extent&#34;&gt;Geographic Extent&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bounding box:&lt;/strong&gt; 31.40&amp;ndash;32.70°N, 76.80&amp;ndash;78.00°E (~145 × 113 km)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SRTM tiles:&lt;/strong&gt; 4 (2×2 grid: N31E076, N31E077, N32E076, N32E077)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Elevation range:&lt;/strong&gt; ~800 m (Aut gorge) to 6632 m (Parbati Parbat)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;river-system&#34;&gt;River System&lt;/h2&gt;
&lt;p&gt;The Beas and its tributaries carve the district:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mesh Generation: From Elevation to Geometry</title>
      <link>https://mayalucia.dev/domains/parbati/mesh-generation/</link>
      <pubDate>Wed, 25 Feb 2026 12:00:00 +0100</pubDate>
      <guid>https://mayalucia.dev/domains/parbati/mesh-generation/</guid>
      <description>&lt;p&gt;A digital elevation model is a grid of numbers. A mesh is geometry that can be rotated, lit, textured, and explored. This stage transforms SRTM grids into OBJ meshes with UV-mapped satellite textures &amp;mdash; ready for import into Blender or any 3D application.&lt;/p&gt;
&lt;h2 id=&#34;mesh-products&#34;&gt;Mesh Products&lt;/h2&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Name&lt;/th&gt;
          &lt;th&gt;Extent&lt;/th&gt;
          &lt;th&gt;Resolution&lt;/th&gt;
          &lt;th&gt;Vertices&lt;/th&gt;
          &lt;th&gt;Texture&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Peak&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;Parbati Parbat ±10 km&lt;/td&gt;
          &lt;td&gt;step=3 (~90 m)&lt;/td&gt;
          &lt;td&gt;~400K&lt;/td&gt;
          &lt;td&gt;2048² Sentinel-2&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Valley&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;Bhuntar to Pin Parvati&lt;/td&gt;
          &lt;td&gt;step=4 (~120 m)&lt;/td&gt;
          &lt;td&gt;~300K&lt;/td&gt;
          &lt;td&gt;4096×2048 Sentinel-2&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Expanded&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;Full GHNP + Khirganga NP&lt;/td&gt;
          &lt;td&gt;step=6 (~180 m)&lt;/td&gt;
          &lt;td&gt;~416K&lt;/td&gt;
          &lt;td&gt;Bare (vertex colour)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Kullu&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;Full Beas drainage&lt;/td&gt;
          &lt;td&gt;step=8 (~240 m)&lt;/td&gt;
          &lt;td&gt;~316K&lt;/td&gt;
          &lt;td&gt;Bare (vertex colour)&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;output-format&#34;&gt;Output Format&lt;/h2&gt;
&lt;p&gt;Each mesh produces three files:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
