<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[rapidlasso GmbH]]></provider_name><provider_url><![CDATA[http://rapidlasso.com]]></provider_url><author_name><![CDATA[martin isenburg]]></author_name><author_url><![CDATA[https://rapidlasso.com/author/downtownfarm/]]></author_url><title><![CDATA[Philippines use Taal Vulcano Eruption as Opportunity to become Very First Asian Country with Open&nbsp;LiDAR]]></title><type><![CDATA[link]]></type><html><![CDATA[<p>UPDATE: As of January 30th also orthophotos and classified LAZ tiles are available for download.</p>
<p>It took just a few years of nagging, a vulcanic eruption, and then a few more weeks of nagging but now it has happened. The Philippines have become the first country in Asia to offering LiDAR as open data for free and unencumbered download. The portal created by t<span style="font-weight:400;">he <a href="https://dream.upd.edu.ph/">UP Training Center for Applied Geodesy and Photogrammetry (UP TCAGP)</a> a</span>nd their <a href="https://dream.upd.edu.ph/">DREAM and PHIL LiDAR program</a> already offers LiDAR-derived 1 meter DTM and DSM data flown between 2013 and 2017 as part of a national mission to aquire flood mapping data for a certain area around the Taal Vulcano. In the coming days orthophotos and the classified LiDAR point cloud will be added (at the moment the data is still undergoing another quality assurance review process).</p>
<p>As a quick test we went to <a href="https://phillidar-dad.github.io/taal-open-lidar.html">the new online portal</a> and downloaded the 34 DTM raster tiles that cover the Taal Vulcano Lake as seen in the screenshot below.</p>
<div data-shortcode="caption" id="attachment_3665" style="width: 1626px" class="wp-caption alignnone"><img loading="lazy" aria-describedby="caption-attachment-3665" data-attachment-id="3665" data-permalink="https://rapidlasso.com/2020/01/28/philippines-use-taal-vulcano-eruption-as-opportunity-to-become-very-first-asian-country-with-open-lidar/taal_vulcano_open_lidar_download_portal/" data-orig-file="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_download_portal.jpg" data-orig-size="1616,916" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="taal_vulcano_open_lidar_download_portal" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_download_portal.jpg?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_download_portal.jpg?w=1024" class="alignnone size-full wp-image-3665" src="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_download_portal.jpg?w=1616&#038;h=916" alt="taal_vulcano_open_lidar_download_portal" width="1616" height="916" srcset="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_download_portal.jpg 1616w, https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_download_portal.jpg?w=150&amp;h=85 150w, https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_download_portal.jpg?w=300&amp;h=170 300w, https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_download_portal.jpg?w=768&amp;h=435 768w, https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_download_portal.jpg?w=1024&amp;h=580 1024w" sizes="(max-width: 1616px) 100vw, 1616px" /><p id="caption-attachment-3665" class="wp-caption-text">Downloading the area-of-interest is easy with LiPAD&#8217;s nice download portal.</p></div>
<p>The downloaded 1 meter DTM tiles are in TIF format and each cover an area of 1000 by 1000 meter. However, they are overlapping because they have a 50 meter buffer, so that each raster contains elevation samples organized in 1100 columns by 1100 rows plus &#8220;no data&#8221; values. We use two <a href="http://rapidlasso.com/LAStools">LAStools</a> commands to remove the buffers. First we use our new <a href="https://groups.google.com/forum/#!topic/lastools/39hR_4BvvIA/discussion">demzip</a> to turn the TIF to <a href="https://groups.google.com/forum/#!topic/lastools/39hR_4BvvIA/discussion">RasterLAZ</a> format. Use <a href="https://lastools.github.io/download">demzip</a> from <a href="https://lastools.github.io/download">version 200131 of LAStools</a> (or newer) as older releases did not handle &#8220;no data&#8221; values correctly.</p>
<pre>demzip -i Taal\DTM\*.tif ^
       -olaz</pre>
<p>The conversion from TIF to <a href="https://groups.google.com/forum/#!topic/lastools/39hR_4BvvIA/discussion">RasterLAZ</a> also reduces the total file size for the 34 files from 157 MB to 27 MB. Next we remove the buffers using a new functionality in lasgrid (make sure you have the<a href="https://lastools.github.io/download"> latest LAStools version 200112</a> or newer).</p>
<pre>lasgrid -i Taal\DTM\*.laz ^
        -step 1 ^
<span style="color:var(--color-text);">        -use_tile_size 1000 ^
        -odir Taal\DTM_unbuffered ^
        -olaz
</span></pre>
<p>Without buffers the total file size in <a href="https://groups.google.com/forum/#!topic/lastools/39hR_4BvvIA/discussion">RasterLAZ</a> format shrinks to 22 MB. Now we have the data in a format that can either be treated as a raster or as a point cloud. Hence we can use <a href="http://rapidlasso.com/laspublish">laspublish</a> and quickly create a <a href="http://www.cs.unc.edu/~isenburg/lastools/TaalVulcano/">visualization of the Taal Vulcano Island</a> with <a href="http://potree.org">Potree</a> which we then <a href="http://www.cs.unc.edu/~isenburg/lastools/TaalVulcano/">copied onto our university Web space</a> for <a href="http://www.cs.unc.edu/~isenburg/lastools/TaalVulcano/">you to play with</a>.  This was he are able to instantly create an <a href="http://www.cs.unc.edu/~isenburg/lastools/TaalVulcano/">3D visualization portal</a> that lets anyone <a href="http://www.cs.unc.edu/~isenburg/lastools/TaalVulcano/">do various simple and also more complex measurements</a>.</p>
<pre>laspublish -i <span style="color:var(--color-text);">Taal\DTM_unbuffered ^
           </span>-elevation ^
           -odir Taal\DTM_portal ^
           -o TaalVulcanoIsland.html ^
           -title "DTM of Taal Vulcano Island" ^
           -description "DTM of Taal Vulcano Island" ^
           -olaz -overwrite</pre>
<p>Below we see the result visualized with the Desktop version of <a href="http://potree.org">Potree</a>. You can access <a href="http://www.cs.unc.edu/~isenburg/lastools/TaalVulcano/">the interactive portal</a> we have created <a href="http://www.cs.unc.edu/~isenburg/lastools/TaalVulcano/">here</a> with any Web browser.</p>
<div data-shortcode="caption" id="attachment_3668" style="width: 1610px" class="wp-caption alignnone"><img loading="lazy" aria-describedby="caption-attachment-3668" data-attachment-id="3668" data-permalink="https://rapidlasso.com/2020/01/28/philippines-use-taal-vulcano-eruption-as-opportunity-to-become-very-first-asian-country-with-open-lidar/taal_vulcano_open_lidar_dtm/" data-orig-file="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg" data-orig-size="1600,900" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="taal_vulcano_open_lidar_dtm" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg?w=1024" class="alignnone size-full wp-image-3668" src="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg?w=1600&#038;h=900" alt="taal_vulcano_open_lidar_dtm" width="1600" height="900" srcset="https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg 1600w, https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg?w=150&amp;h=84 150w, https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg?w=300&amp;h=169 300w, https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg?w=768&amp;h=432 768w, https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg?w=1024&amp;h=576 1024w" sizes="(max-width: 1600px) 100vw, 1600px" /><p id="caption-attachment-3668" class="wp-caption-text">Visualizing the 1 meter DTM of Taal Vulcano Island as RasterLAZ point cloud with Potree to instantly create interactive portal allowing simple measurements that give an intuition about the height and the size of the vulcanic formation that makes up Taal Vulcano Island.</p></div>
<p>We would like to acknowledge t<span style="font-weight:400;">he <a href="https://dream.upd.edu.ph/">UP Training Center for Applied Geodesy and Photogrammetry (UP TCAGP)</a> a</span>nd their <a href="https://dream.upd.edu.ph/">DREAM and PHIL LiDAR program</a> for providing easy and unencumbered open access to this data with a license that encourages data reuse and repurposing. Kudos for being first in Asia to make open LiDAR happen!!!</p>
]]></html><thumbnail_url><![CDATA[https://rapidlasso.files.wordpress.com/2020/01/taal_vulcano_open_lidar_dtm.jpg?fit=440%2C330]]></thumbnail_url><thumbnail_width><![CDATA[440]]></thumbnail_width><thumbnail_height><![CDATA[248]]></thumbnail_height></oembed>