Reports

Picterra enables you to create interactive and shareable reports based on your detection results. These reports can be easily shared with colleagues or clients by providing them with a link, allowing them to view your results without requiring access to your account.

Check out below examples:

Generating a report

1. Access the Reports tab

To generate a report from within a project, you need to select the "Reports" tab on the left sidebar menu.

2. Generate a report

Then, you can click "Generate a report" button which will open a popup allowing you to select the type of report you want to generate: "Results" or "Monitoring Report".

3. Select detection results to include

Then, in the last step select the result(s) that you want to include in your report. To generate "Result" type of a report, you can select as many images as you want.

4. Your report is ready

After clicking on "Generate report" button, your report will be generated and ready in few minutes.

5. View your report

Your report will be available via the link, allowing you to easily share it with all your colleagues and collaborators.

Type of reports

There are 2 types of reports: “Result report” and “Monitoring report”.

Result report

The "Result report" allow you to preview and share all the results you detected on your imagery.
View report

Monitoring report

The Monitoring report provides you the possibility to visualize several images taken at different times with a split view and navigating with a time bar. This report also provides statistics on the detections (count or area) and visualization of detections as shapes or centers. It can also be used with a single image to display statistics for the different classes (which can be interactively activated / deactivated).
View report

Accessing existing reports

Previously generated reports are accessible from the Reports tab when you are inside a project. You can either open the report or get a shareable link by clicking on the share icon.

Embedding a report on a web page

1. Share

If you want to insert a Picterra report into your website, you can simply embed it using an iframe: all you need to do is click on the "share" icon next to a report.

2. Copy iframe on your page

Next, from the popup that opens, expand the iframe menu and copy the code text that appears there onto your page.

3. Embed the code

Copy and paste the iframe code text in your page, and your report will be embedded. Don't forget to specify height and widths of the iframe.

For example:

				
					<!DOCTYPE html>
<html>
<body>
<h2>Picterra Repoort Iframes</h2>
<iframe height="800" width="100%" name="Polygons report" data-src="https://storage.googleapis.com/picplat-testing-reports/reports_html/9861a66b-dadc-4d4c-9422-8e6fa7a6d838/index.html" allow="geolocation" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="lazyload" data-load-mode="1" /><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>
				
			

Do not forget to set the width and height HTML size attributes of the iframe element in order to fit on your page.

If you do not know how to properly embed an iframe, here is a good starting point: many other resources can be found on the web.

Download report data

1. Download statistics from your report

A "Monitoring report" presents the selected layers statistics (either the geometry count or their areas, per class) in a chart: you can download this data by clicking on the icon next to the chart name:

2. Open the CSV file

The downloaded file, a CSV, can then be loaded in any spreadsheet application and will show the progress of the chosen statistic in the monitored time range, for each of the chosen classes of results.