<?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>Data on MayaLucIA</title>
    <link>https://mayalucia.dev/tags/data/</link>
    <description>Recent content in Data 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/data/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Data Foundations</title>
      <link>https://mayalucia.dev/domains/bravli/data-foundations/</link>
      <pubDate>Wed, 25 Feb 2026 12:00:00 +0100</pubDate>
      <guid>https://mayalucia.dev/domains/bravli/data-foundations/</guid>
      <description>&lt;p&gt;Before building anything, we need a principled way to manage scientific data &amp;mdash; datasets that are large, heterogeneous, version-sensitive, and expensive to recompute. The data foundations layer establishes the abstractions that every subsequent lesson builds on.&lt;/p&gt;
&lt;h2 id=&#34;lessons-covered&#34;&gt;Lessons Covered&lt;/h2&gt;
&lt;h3 id=&#34;lesson-00--foundations&#34;&gt;Lesson 00 &amp;mdash; Foundations&lt;/h3&gt;
&lt;p&gt;Datasets, lazy evaluation, and the shape of scientific data management. Introduces the &lt;code&gt;@evaluate_datasets&lt;/code&gt; decorator pattern: scientific functions declare what data they need, and the framework resolves, caches, and validates dependencies automatically.&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>
  </channel>
</rss>
