Determining optimal routing paths in near real-time is at the heart of many humanitarian, civil, military, and commercial challenges. This statement is as true today as it was two years ago when the SpaceNet Partners announced the SpaceNet Challenge 3 focused on road network detection and routing. In a disaster response scenario, for example, pre-existing foundational maps are often rendered useless due to debris, flooding, or other obstructions. Satellite or aerial imagery often provides the first large-scale data in such scenarios, rendering such imagery attractive.
The SpaceNet 5 challenge sought to build upon the advances from SpaceNet 3 and test challenge participants to automatically extract road networks and routing information from satellite imagery, along with travel time estimates along all roadways, thereby permitting true optimal routing.
The task of this challenge was to output a detailed graph structure with edges corresponding to roadways and nodes corresponding to intersections and end points, with estimates for route travel times on all detected edges. You can find a detailed description of CosmiQ Works’ algorithmic baseline on their blog at The DownLinQ.
SpaceNet open sourced new data sets for the following cities: Moscow, Russia; Mumbai, India; and San Juan, Puerto Rico. For the first time in SpaceNet history, the final submissions were tested on a mystery city dataset that was revealed and open sourced at the end of the Challenge.
Dataset ID | spacenet5 |
Creator | SpaceNet LLC |
Contact | https://spacenet.ai/contact-us/ |
SpaceNet on Amazon Web Services (AWS). “Datasets.” The SpaceNet Catalog. Last modified April 30, 2018. Accessed on [Insert Date]. https://spacenetchallenge.github.io/datasets/datasetHomePage.html.
from radiant_mlhub import Dataset ds = Dataset.fetch('spacenet5') for c in ds.collections: print(c.id)
Description | SpaceNet 5 Moscow Chipped Training Dataset |
License | CC-BY-SA-4.0 |
Collection ID | sn5_AOI_7_Moscow |
Download | |
Description | SpaceNet 5 Mumbai Chipped Training Dataset |
License | CC-BY-SA-4.0 |
Collection ID | sn5_AOI_8_Mumbai |
Download | |