<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Generating aerial imagery with your iPhone&#8217;s LiDAR sensor	</title>
	<atom:link href="https://jakecoppinger.com/2023/03/generating-aerial-imagery-with-your-iphones-lidar-sensor/feed/" rel="self" type="application/rss+xml" />
	<link>https://jakecoppinger.com/2023/03/generating-aerial-imagery-with-your-iphones-lidar-sensor/</link>
	<description>Jake Coppinger&#039;s blog and portfolio.</description>
	<lastBuildDate>Tue, 14 Mar 2023 14:49:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: Guthrie Alexander		</title>
		<link>https://jakecoppinger.com/2023/03/generating-aerial-imagery-with-your-iphones-lidar-sensor/#comment-180</link>

		<dc:creator><![CDATA[Guthrie Alexander]]></dc:creator>
		<pubDate>Tue, 14 Mar 2023 14:49:38 +0000</pubDate>
		<guid isPermaLink="false">https://jakecoppinger.com/?p=495#comment-180</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jakecoppinger.com/2023/03/generating-aerial-imagery-with-your-iphones-lidar-sensor/#comment-178&quot;&gt;Frank&lt;/a&gt;.

Where is your farm located (general location) there is a good chance that public LiDAR data exists to create your map.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jakecoppinger.com/2023/03/generating-aerial-imagery-with-your-iphones-lidar-sensor/#comment-178">Frank</a>.</p>
<p>Where is your farm located (general location) there is a good chance that public LiDAR data exists to create your map.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jake C		</title>
		<link>https://jakecoppinger.com/2023/03/generating-aerial-imagery-with-your-iphones-lidar-sensor/#comment-179</link>

		<dc:creator><![CDATA[Jake C]]></dc:creator>
		<pubDate>Tue, 14 Mar 2023 03:57:17 +0000</pubDate>
		<guid isPermaLink="false">https://jakecoppinger.com/?p=495#comment-179</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jakecoppinger.com/2023/03/generating-aerial-imagery-with-your-iphones-lidar-sensor/#comment-178&quot;&gt;Frank&lt;/a&gt;.

Thanks!

I think a cheap drone and just using photogrammetry (not lidar) would be the best tool for the job if the accuracy requirement isn&#039;t critical, but to answer your question!

&gt; how accurately does it capture elevation 

I&#039;m unsure at this stage.

- I&#039;m unsure how much GPS is used for anchoring the SLAM/sensor fusion in iOS ARKit - I believe horizontal GPS accuracy tends to be better than vertical accuracy
- I&#039;m unsure if a barometer is used in iOS ARKit - that would have better vertical accuracy but lots of drift
- The absolute height isn&#039;t stored in the 3D model as far as I know - a reference point with known altitude in the model would need to be used

I&#039;m unsure of the best tools to use to generate elevation maps where the input is pointcloud data or a 3D model. My first iteration would be generating a point cloud (rather than 3D model) in the 3d scanner app, importing that pointcloud into CloudCompare, and then generating a raster elevation map.

&gt; I’ve wondered if a LiDAR Scanner doing something like what you’ve done here would work for this.

It depends what sort of accuracy you need. If it&#039;s not critical, you can generate a decent elevation map with WebODM (an open source photogrammetry tool) and a DJI Mini 3 Pro or similar with some careful flying. Using a DJI Mavic 3 Enterprise (or older Mavic that has Litchi support) would enable a preset flight route to ensure good photo overlap. The top accuracy would be something like this: https://www.dji.com/au/zenmuse-l1

These links may help:
- https://www.opendronemap.org/webodm/
- https://blog.flykit.app/how-to-use-webodm-orthophoto-map/
- https://www.youtube.com/watch?v=c38DUn7kKYk]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jakecoppinger.com/2023/03/generating-aerial-imagery-with-your-iphones-lidar-sensor/#comment-178">Frank</a>.</p>
<p>Thanks!</p>
<p>I think a cheap drone and just using photogrammetry (not lidar) would be the best tool for the job if the accuracy requirement isn&#8217;t critical, but to answer your question!</p>
<p>> how accurately does it capture elevation </p>
<p>I&#8217;m unsure at this stage.</p>
<p>&#8211; I&#8217;m unsure how much GPS is used for anchoring the SLAM/sensor fusion in iOS ARKit &#8211; I believe horizontal GPS accuracy tends to be better than vertical accuracy<br />
&#8211; I&#8217;m unsure if a barometer is used in iOS ARKit &#8211; that would have better vertical accuracy but lots of drift<br />
&#8211; The absolute height isn&#8217;t stored in the 3D model as far as I know &#8211; a reference point with known altitude in the model would need to be used</p>
<p>I&#8217;m unsure of the best tools to use to generate elevation maps where the input is pointcloud data or a 3D model. My first iteration would be generating a point cloud (rather than 3D model) in the 3d scanner app, importing that pointcloud into CloudCompare, and then generating a raster elevation map.</p>
<p>> I’ve wondered if a LiDAR Scanner doing something like what you’ve done here would work for this.</p>
<p>It depends what sort of accuracy you need. If it&#8217;s not critical, you can generate a decent elevation map with WebODM (an open source photogrammetry tool) and a DJI Mini 3 Pro or similar with some careful flying. Using a DJI Mavic 3 Enterprise (or older Mavic that has Litchi support) would enable a preset flight route to ensure good photo overlap. The top accuracy would be something like this: <a href="https://www.dji.com/au/zenmuse-l1" rel="nofollow ugc">https://www.dji.com/au/zenmuse-l1</a></p>
<p>These links may help:<br />
&#8211; <a href="https://www.opendronemap.org/webodm/" rel="nofollow ugc">https://www.opendronemap.org/webodm/</a><br />
&#8211; <a href="https://blog.flykit.app/how-to-use-webodm-orthophoto-map/" rel="nofollow ugc">https://blog.flykit.app/how-to-use-webodm-orthophoto-map/</a><br />
&#8211; <a href="https://www.youtube.com/watch?v=c38DUn7kKYk" rel="nofollow ugc">https://www.youtube.com/watch?v=c38DUn7kKYk</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Frank		</title>
		<link>https://jakecoppinger.com/2023/03/generating-aerial-imagery-with-your-iphones-lidar-sensor/#comment-178</link>

		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Mon, 13 Mar 2023 23:54:45 +0000</pubDate>
		<guid isPermaLink="false">https://jakecoppinger.com/?p=495#comment-178</guid>

					<description><![CDATA[Hey, this is awesome! 

Question for you: how accurately does it capture elevation and would there be a way to output a topographic map with good resolution? 

I have a farm and wish to do some sustainability earthworks along slopes for capturing &#038; sinking rain water but first need a topographic map. The quotes I’ve received to map it seem wildly expensive (more a factor of my area being relatively small and only one company does it). I’ve wondered if a LiDAR Scanner doing something like what you’ve done here would work for this. Any thoughts?]]></description>
			<content:encoded><![CDATA[<p>Hey, this is awesome! </p>
<p>Question for you: how accurately does it capture elevation and would there be a way to output a topographic map with good resolution? </p>
<p>I have a farm and wish to do some sustainability earthworks along slopes for capturing &amp; sinking rain water but first need a topographic map. The quotes I’ve received to map it seem wildly expensive (more a factor of my area being relatively small and only one company does it). I’ve wondered if a LiDAR Scanner doing something like what you’ve done here would work for this. Any thoughts?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
