Data Source and Analysis Overview
The OI Analysis may be split into roughly 3 broad categories as below. Each Analysis is tied to specific data sources that it has been trained on. Click on each section to learn more about the Data Source and Analysis.
- Object Detection: detect individual objects in satellite imagery
- Cars
- Trucks
- Railcars
- Aircrafts
- Ships
- Tanks
- Geolocation: analyze location data from connected / IoT devices
- Traffic (counts of unique number of devices in the AOI)
- Tracks (paths of devices that visited the AOI) 3.[Land Usen): perform land classification on satellite imagery
- High resolution (1.5m)
- Mid resolution (3-5m)
1. Object Detection
1-1. Overview
Object detection is a category of computer vision (CV) classification analysis that operate on satellite imagery to identify & count individual objects that appear in the imagery.
1-2. Data Source
The following table summarizes the generally available data for object detection analysis:
Analysis | Data Source | Image Resolution | Data Coverage | Historical Data |
|---|---|---|---|---|
| Planet Skysat | 50-90cm, pansharpened color | Global | From January 2020 |
1-3. List of Standard OI Analysis
| Analysis Name | Explanation |
|---|---|
| SkySat Car Detection | Detect cars from Planet SkySat optical imagery. |
| SkySat Truck Detection | Detect trucks from Planet SkySat optical imagery. |
| SkySat Railcar Detection | Detect railcars from Planet SkySat optical imagery. |
| SkySat Aircraft Detection | Detect multiple classes of aircraft from Planet SkySat optical imagery. (Classes are: Fighter, Bomber, Helicopter, Small aircraft, Large commercial, Other large Military Aircraft) |
| SkySat Ship Detection | Detect multiple classes of ships from Planet SkySat optical imagery. (Classes are: Large cargo, Aircraft Carrier, Military Warship, Submarine, Cruise Ship, Tugboat, Other Ship) |
| Ship detection | Detect tanks from Planet SkySat optical imagery. |
2. Geolocation
2-1. Overview
Geolocation is a category of data science (DS) analysis that operate on location data to measure activity, analyze movements, and understand behavior in aggregate.
What is location data?Location data is captured from connected IoT (Internet of things) devices, such as mobile phones, ships, planes, etc. The raw data analyzed by Elements generally contains a device identifier, latitude & longitude coordinates of the device position, and date/times at which the device is reported to be at that location.
2-2. Data Source
The following table summarizes the generally available data for geolocation analysis:
Analysis | Data Source | Data Coverage | Historical Data |
|---|---|---|---|
| AIS (Automatic Identification System) | Global | From October 2016 |
| ADS-B (Automatic Dependent Surveillance–Broadcast) | Global (limitations in China) | From January 2022 |
2-3. List of Standard OI Analysis
Ships
| Analysis Name | Explanation |
|---|---|
| Ship Traffic | Measure activity in an area over time by counting the daily unique number of ships that stayed more than 4 hours. |
| Ship Traffic Heatmap | Visualize on a map where ships that stayed more than 4 hours are observed within your AOIs. |
| Ship Tracks | Observe the ship-level 30-day tracks paths of ships that visited each AOI. |
Planes
| Analysis Name | Explanation |
|---|---|
| Plane Traffic | Measure activity in an area over time by counting the daily unique number of planes that stayed more than 30 minutes. |
| Plane Traffic Heatmap | Visualize on a map where planes that stayed more than 30 minutes are observed within your AOIs. |
| Plane Tracks | Observe the plane-level 2-day tracks paths of planes that visited each AOI. |
Notes regarding 'Tracks' analysis
1. How we classify track paths:'Tracks' results are provided as before- and after-AOI layers.
We classify movements as being "before-AOI" (location before arriving at your project AOI) vs "after-AOI" (location after leaving your AOI).
Certain movements can be considered as both "before" and "after":
- Movement within your project AOI are considered both "before" and "after"
- After leaving your AOI, then comes back to it, the trip in-between is considered both "before" and "after".
2. Privacy SafeguardsThe following safeguards are put in place to prevent abuse of the Tracks algorithm for individual tracking:
- Each AOI must have at least 5 unique pings over the analysis period
- Each heatmap grid cell must have at least 2 unique pings
- Heatmap grid cells cannot be smaller than ~100x100m
3. Land Use - coming soon!
3-1. Overview
Land use is a category of computer vision (CV) classification analysis that operate on satellite imagery to classify land use (aka land cover) type in each part of your areas of interest. In layperson terms, the analysis tells you where the buildings, roads, vegetation, etc are. By running multiple land use analyses over different periods of time, you can also identify change in terms of building / road construction, deforestation, etc.
Land Use AggregationOur land use analysis "aggregate" analysis across multiple satellite images to deliver a single "aggregated" land use result. In land use analysis, a single satellite image is often insufficient to cover a large area of interest, and an individual image may have cloudy areas that are not usable.
As such, the land use algorithms are configured with a start and end date for which to select satellite imagery, as well as additional imagery selection parameters. It is best to select a date range of at least 1-3 months (or even up to 1 year), depending on the amount of satellite imagery available.
During the analysis, our land use computer vision algorithms are run on all satellite images from the selection step. Cloudy parts of each image are detected and discarded. The final aggregation process then combines valid results from multiple satellite images, allowing for a single cloud-free result that will cover your AOI.
3-2. Data Source
The following table summarizes the generally available data for land use analysis:
| Analysis | Data Source | Image resolution | Data Coverage | Historical Data |
|---|---|---|---|---|
| High resolution (1.5m) | Airbus SPOT | 1.5m, Color | Global | From October 2012 |
| Mid resolution (3-5m) | Planet Dove | 3-5m, Color | Global | From June 2016 |
Each analysis classifies the land as below:
| Analysis | Classification |
|---|---|
| High resolution (1.5m) | Buildings, Roads, Forest, Grass, Water, Other |
| Mid resolution (3-5m) | Buildings, Roads, Forest, Grass, Water, Mining, Golf Course, Parking Lot, Other |
Updated 6 months ago