<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coastal Mapping Archives - Scout Aerial Australia</title>
	<atom:link href="https://www.scoutaerial.com.au/tag/coastal-mapping/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.scoutaerial.com.au/tag/coastal-mapping/</link>
	<description>Remote Sensing and Geospatial Solutions</description>
	<lastBuildDate>Fri, 03 Nov 2017 02:55:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://www.scoutaerial.com.au/wp-content/uploads/2022/10/cropped-scoutaus_icon-32x32.png</url>
	<title>Coastal Mapping Archives - Scout Aerial Australia</title>
	<link>https://www.scoutaerial.com.au/tag/coastal-mapping/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Real-Time Automated Shark Detection System</title>
		<link>https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/</link>
					<comments>https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/#respond</comments>
		
		<dc:creator><![CDATA[Scout Aerial]]></dc:creator>
		<pubDate>Fri, 03 Nov 2017 02:43:00 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Case Study]]></category>
		<category><![CDATA[Algorithm Development]]></category>
		<category><![CDATA[Coastal Mapping]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Shark Detection]]></category>
		<category><![CDATA[Surveillance]]></category>
		<guid isPermaLink="false">http://www.scoutaerial.com.au/?p=7570</guid>

					<description><![CDATA[<p>The post <a href="https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/">Real-Time Automated Shark Detection System</a> appeared first on <a href="https://www.scoutaerial.com.au">Scout Aerial Australia</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div  data-mk-stretch-content="true" class="wpb_row vc_row vc_row-fluid jupiter-donut- mk-fullwidth-false  attched-false     js-master-row  mk-grid">
				
<div class="vc_col-sm-12 wpb_column column_container  jupiter-donut- _ jupiter-donut-height-full">
	
<div id="padding-2" class="mk-padding-divider jupiter-donut-  jupiter-donut-clearfix"></div>


<div id="text-block-3" class="mk-text-block  jupiter-donut- ">

	
	<p>Scout Aerial has been working on an automated shark detection algorithm for the past twelve months and this report details some of the results that were achieved during testing. Due to the innovative approach to this project, Scout Aerial needed a lot of sample data in order to build a baseline algorithm. Once we have identified the data requirements, and have developed a machine learning tool for this algorithm, we can then build a solution that is scalable and suited to the shark management process. By undertaking a pilot project, we are able to collect the data required, identify the particular environments (type and state), build a base algorithm and understand the scale requirements.</p>
<p>The main focus has been on training the algorithm which is an extremely manual process. A team of four pilots, two aircraft and supporting hardware and software was sent to test the real-time system.</p>
<p>We also have been working on the hardware design so that it may be attached to any RPA and will be fit-for-purpose.  The hardware can be offered in multiple configurations or “as-required” (multispectral, RGB, NIR,) and we will collect different data samples in order to “train” the base algorithm in “layers” to make it more accurate over time.</p>
<p>In regards to developing an algorithm,  the required specification aids in the identification and reduction of subconscious biases. By using an algorithm, decision making<strong> </strong>becomes a more rational process.</p>
<p>In additional to making the process more rational, use of an algorithm will make the process more efficient and more consistent. Efficiency is an inherent result of the analysis and specification process. Consistency comes from both the use of the same specified process and increased skill in applying the process. An algorithm develops and becomes “self-learning” over time, meaning a constant improvement in efficiency. The very first step to developing an algorithm is the collection of data that will be used as the foundation to build it.</p>

	<div class="clearboth"></div>
</div>

<div  class="mk-image mk-image-4 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1024px;"><div  class="mk-image-holder" style="max-width: 1024px;"><div class="mk-image-inner  "><img fetchpriority="high" decoding="async" class="lightbox-false" alt="shark_detection_algorithm_development_workflow" title="shark_detection_algorithm_development_workflow" width="1024" height="423" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_algorithm_development_workflow.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">Algorithm development workflow</span></div></div><div class="clearboth"></div></div></div>
<div id="text-block-5" class="mk-text-block  jupiter-donut- ">

	
	<p><strong>Step 1a</strong>: Select dataset for training, historical and actual</p>
<p><strong>Step 1b</strong>: The smaller part of the dataset is considered for testing.</p>
<p><strong>Step 2a</strong>: The training dataset is passed to an ML algorithm like Linear Regression.</p>
<p><strong>Step 2b</strong>: The testing dataset is populated and kept ready for evaluating.</p>
<p><strong>Step 3a</strong>: The algorithm is applied to each data point from the training dataset.</p>
<p><strong>Step 3b</strong>: The parameters are then applied to the test dataset to compare the outcome.</p>
<p><strong>Step 3c</strong>: This process is iterated till the algorithm generates values that are a close match to the test data.</p>
<p><strong>Step 4</strong>: The final model is evolved with the right set of parameters tuned for the given dataset.</p>
<p><strong>Step 5</strong>: The model is used in production to predict based on the new data points.</p>
<p>The data output can be in many forms. We have chosen SMS with an Alert and geolocation, this can be attached to a KML and opened immediately in Google Earth. This can easily be pushed into an App if required. See below an example:</p>

	<div class="clearboth"></div>
</div>

<div  class="mk-image mk-image-6 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 338px;"><div  class="mk-image-holder" style="max-width: 338px;"><div class="mk-image-inner  "><img decoding="async" class="lightbox-false" alt="shark_detection_sms_alert" title="shark_detection_sms_alert" width="338" height="600" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_sms_alert.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">SMS alert</span></div></div><div class="clearboth"></div></div></div><div  class="mk-image mk-image-7 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1909px;"><div  class="mk-image-holder" style="max-width: 1909px;"><div class="mk-image-inner  "><img decoding="async" class="lightbox-false" alt="shark_detection_report" title="shark_detection_report" width="1909" height="1029" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_report.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">Shark detection report with geolocation</span></div></div><div class="clearboth"></div></div></div><div  class="mk-image mk-image-8 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 640px;"><div  class="mk-image-holder" style="max-width: 640px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="shark_detection_report_detail_1" title="shark_detection_report_detail_1" width="640" height="480" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_report_detail_1.jpg" /></div><div class="mk-image-caption"><span class="mk-caption-title">Photo of the spotted shark</span></div></div><div class="clearboth"></div></div></div><div  class="mk-image mk-image-9 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1134px;"><div  class="mk-image-holder" style="max-width: 1134px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="shark_detection_report_detail_2" title="shark_detection_report_detail_2" width="1134" height="771" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/11/shark_detection_report_detail_2.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">Additional information can be extracted from spotted sharks</span></div></div><div class="clearboth"></div></div></div>
<div id="text-block-10" class="mk-text-block  jupiter-donut- ">

	
	<p><a href="http://scoutaerial.com.au/contact-us">Get in contact</a> with us today if you are interested in getting an algorithm or computer vision system developed to reduce your workload. Once developed, these tools can increase your efficiency drastically. Using technology to create change for the better, get onboard!</p>

	<div class="clearboth"></div>
</div>

</div>
	</div>

<p>The post <a href="https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/">Real-Time Automated Shark Detection System</a> appeared first on <a href="https://www.scoutaerial.com.au">Scout Aerial Australia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.scoutaerial.com.au/real-time-automated-shark-detection-system/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Do it the right way</title>
		<link>https://www.scoutaerial.com.au/do-it-the-right-way/</link>
					<comments>https://www.scoutaerial.com.au/do-it-the-right-way/#respond</comments>
		
		<dc:creator><![CDATA[Scout Aerial]]></dc:creator>
		<pubDate>Thu, 03 Aug 2017 00:38:20 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Case Study]]></category>
		<category><![CDATA[Aerial Survey]]></category>
		<category><![CDATA[Coastal Mapping]]></category>
		<category><![CDATA[DTM]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Inspection]]></category>
		<guid isPermaLink="false">http://www.scoutaerial.com.au/?p=7451</guid>

					<description><![CDATA[<p>The post <a href="https://www.scoutaerial.com.au/do-it-the-right-way/">Do it the right way</a> appeared first on <a href="https://www.scoutaerial.com.au">Scout Aerial Australia</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div  data-mk-stretch-content="true" class="wpb_row vc_row vc_row-fluid jupiter-donut- mk-fullwidth-false  attched-false     js-master-row  mk-grid">
				
<div class="vc_col-sm-12 wpb_column column_container  jupiter-donut- _ jupiter-donut-height-full">
	
<div id="padding-12" class="mk-padding-divider jupiter-donut-  jupiter-donut-clearfix"></div>


<div id="text-block-13" class="mk-text-block  jupiter-donut- ">

	
	<p>The drone industry has evolved remarkably in the past few years, with a vast number of companies emerging from this exciting revolution. To make things even more attractive, civil aviation authorities from several countries (including Australia) are opting for less restrictive rules when it comes down to flying sub-2Kg aircraft not above 400 feet.</p>
<p>We support this move as a necessary stage of the maturity process that the RPAS industry is undergoing. It will ultimately strengthen the drone services market, as only the most experienced, safety-oriented and reliable operators will make their way through to the top. However, we are very concerned about unprofessional services being delivered in the interim, blurring the benefits that the RPAS industry can offer.</p>
<p>We were recently approached by a client who had engaged with an operator with little experience with complex operations. He was really disappointed with the results obtained for a project with the following requirements:</p>
<ul>
<li>Survey 3.7Km of water canals, to map the embankments between -0.6m and 1.6m (MSL);</li>
<li>Lay and measure ground control points in the area, to ensure high accuracy</li>
<li>Data collection on low tides was a strong requirement, as it was necessary to maximise the exposure of the formed banks;</li>
<li>Conduct safe and compliant flights over a densely populated neighbourhood;</li>
<li>Generate a Digital Terrain Model (DTM) of the area, removing all built structures over water and connected to the banks, such as jetties and pontoons, and all stationary watercraft;</li>
<li>Generate a high-definition orthomosaic of area.</li>
</ul>
<p>Obviously, a challenging project. After all, there are 160 pontoons in that area. Yet, it is totally achievable if the right software, techniques and skills are employed.</p>
<p>We happened to have access to part of the deliverables previously sent to the client, and the results speak for themselves:</p>

	<div class="clearboth"></div>
</div>

<div  class="mk-image mk-image-14 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 481px;"><div  class="mk-image-holder" style="max-width: 481px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="canal_survey_previous_operator" title="canal_survey_previous_operator" width="481" height="396" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/08/canal_survey_previous_operator.jpg" /></div><div class="mk-image-caption"><span class="mk-caption-title">Sample of the DTM delivered by the former operator. Vegetation as part of the terrain modelling!</span></div></div><div class="clearboth"></div></div></div>
<div id="text-block-15" class="mk-text-block  jupiter-donut- ">

	
	<p>In a project requiring proper engineering rigor, delivering a DTM in which vegetation is still influencing surface modelling is definitely not a good sign.</p>
<p>Scout Aerial engaged to conduct all new flight operations and imagery processing steps. Not even the ground control point marks laid by the former operator could be reused, as they were too small for proper imagery georeferencing. The image below shows some GCP measurement locations (white crosses). You can probably see one straight away (laid by Scout Aerial surveyors). Now try to find the other ones laid by the former operator:</p>

	<div class="clearboth"></div>
</div>

<div  class="mk-image mk-image-16 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 2588px;"><div  class="mk-image-holder" style="max-width: 2588px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="canal_survey_gcp" title="canal_survey_gcp" width="2588" height="928" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/08/canal_survey_gcp.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">How many white crosses do you see?</span></div></div><div class="clearboth"></div></div></div>
<div id="text-block-17" class="mk-text-block  jupiter-donut- ">

	
	<p>Interested to see the difference? See below some samples of our work:</p>

	<div class="clearboth"></div>
</div>

<div  class="mk-image mk-image-18 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1624px;"><div  class="mk-image-holder" style="max-width: 1624px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="canal_survey_right_contour_lines" title="canal_survey_right_contour_lines" width="1624" height="898" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/08/canal_survey_right_contour_lines.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">Same region highlighted before, now showing proper vegetation removal</span></div></div><div class="clearboth"></div></div></div><div  class="mk-image mk-image-19 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1539px;"><div  class="mk-image-holder" style="max-width: 1539px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="canal_survey_section_dtm" title="canal_survey_section_dtm" width="1539" height="361" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/08/canal_survey_section_dtm.png" /></div></div><div class="clearboth"></div></div></div><div  class="mk-image mk-image-20 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1539px;"><div  class="mk-image-holder" style="max-width: 1539px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="canal_survey_section_rgb" title="canal_survey_section_rgb" width="1539" height="452" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/08/canal_survey_section_rgb.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">A close-up view to a smaller part of the canal extension, showing the equivalent DTM with proper vegetation and over water structures removal</span></div></div><div class="clearboth"></div></div></div>
<div id="padding-21" class="mk-padding-divider jupiter-donut-  jupiter-donut-clearfix"></div>

<div  class="mk-image mk-image-22 jupiter-donut-  mk-image-lazyload align-center simple-frame outside-image " style="margin-bottom:10px"><div class="mk-image-container" style="max-width: 1381px;"><div  class="mk-image-holder" style="max-width: 1381px;"><div class="mk-image-inner  "><img loading="lazy" decoding="async" class="lightbox-false" alt="canal_survey_partial" title="canal_survey_partial" width="1381" height="692" src="https://www.scoutaerial.com.au/wp-content/uploads/2017/08/canal_survey_partial.png" /></div><div class="mk-image-caption"><span class="mk-caption-title">Aerial view of part of the site, again showing the DTM</span></div></div><div class="clearboth"></div></div></div>
<div id="text-block-23" class="mk-text-block  jupiter-donut- ">

	
	<p>Do you have a similar problem? <a href="http://www.scoutaerial.com.au/contact-us/">Contact us</a> now and have it solved the right way.</p>

	<div class="clearboth"></div>
</div>

</div>
	</div>

<p>The post <a href="https://www.scoutaerial.com.au/do-it-the-right-way/">Do it the right way</a> appeared first on <a href="https://www.scoutaerial.com.au">Scout Aerial Australia</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.scoutaerial.com.au/do-it-the-right-way/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
