Working Towards Planetary Scale Location Insights

ODSC - Open Data Science
5 min readNov 19, 2019

--

Recent innovations in agile aerospace have created unique offerings in high cadence satellite imagery. While this is of immense interest to imagery analysts, a significant portion of GIS professionals and geo-data scientists work less with raster data (AKA imagery) and more with point and vector data. Planet operates the world’s largest constellation of earth observation satellites providing near-daily coverage of the entirety of Earth’s landmass. Over the past couple of years, we have been working on bringing computer vision and spatiotemporal analysis to market to enable access and data transformations on this rich imagery archive. We recently announced the general availability of our analytic feeds and the launch of our building change detection analytics in private beta.

In this article, I will describe the process of using machine learning and automation for the purposes of going from satellite imagery (raster) to vector data. This results in data usable by geo-data scientists to explore and serve business insights. I will also aim to showcase a few specific technical capabilities that currently put this process into practice.

Data Transformations: Getting to Vector Data

Roads and buildings constitute a class of features in satellite imagery that are resolved effectively and discernible at 3–6m resolution. By using modern advances in supervised learning, with access to archived global imagery, one can create building extraction capabilities that are performant across varying terrain, environmental conditions and surface context. One such product capability is the road and building detection as a service, served at monthly cadence from Planet, called Planet Analytics Feeds. Earlier this year, we mapped all of the world’s roads and buildings using this capability. You can read more about the effort here.

Above is a map of all the roads and buildings on Earth. To our knowledge, it is the most complete and up to date map of these features ever created. It reveals details not available in popular mapping tools, in both industrialized cities and rural settlements. Built from a diversely sampled training set, the model produces quality results across a wide variety of terrains, densities and land cover types. // Credit: Leanne Abraham, Planet

The time series of monthly building detection footprint rasters exhibit a noise component, arising from shadows and atmospheric variability. When studying building change detection over fast growing cities in Africa earlier this year (see research study here), we encountered this variability over the period of the study. This limited the temporal cadence over which building change detection could be surfaced with a reasonable confidence. We have been working to develop a building change detection capability that enables smooth consistent temporal analysis on Planet’s building footprint rasters, simply put, denoising the rasters. We also convert the high confidence change detections into polygons.

Processing flow going from imagery feed to the building construction change feed // Credit: Analytics Engineering, Planet

Above is the processing flow going from imagery to building change. The monthly basemap capability enables us to generate monthly building detection rasters. We denoise these rasters by running a temporal inference model on the series to generate a consistent state feed. Successive rasters from the state feed can be differentiated to create a change feed raster that can be processed through vector simplification to serve change vectors. This allows us to perform large scale change detection, mapping building growth over entire countries and identifying building growth over specific cities over time. Here are some examples:

Going from country scale to city zone: [Top Left] Here is an indication of building change density over all of urban China [Center Left] Building change detection over the East Coast of China, home to the big cities [Bottom Left] Imagery of the fast growing city of Hefei, China indicating an outward expansion with accumulated area that has been built up; the built up area is shown in yellow on the visual basemap [Top Right] View of September 2018 basemap over Hefei [Center Right] View of the September 2019 basemap over Hefei [Bottom Right] Change polygons detected // Credit: Analytics Engineering, Planet

Click on this image to see an animation that is indicative of month-to-month building growth over the city of Yangzhou, China from Sept 2018 — Sept 2019 // Credit: Analytics Engineering, Planet

Going from Spatial Feeds to Location Insights

The above methods get us from imagery to a vectorized change feed, serving geospatial change information aggregated to a regular cadence. This is one of the collections of commercial and public feeds used by geo-data scientists to generate actionable insights. This data can be effortlessly imported to a geopandas dataframe and analyzed using open source data analysis tools in python and R. A building detection change feed can be used to monitor macroeconomic trends within villages, cities, and countries. It can be used to track sustainable development using measures of land consumption rate.

Gopal Erinjippurath manages the Analytics Engineering team at Planet, an integrated aerospace and data analytics company that operates history’s largest commercial fleet of satellites. His background is in the development of foundational technology that powers products in the imaging and machine learning space. He is known for agile engineering execution from concept to scalable high quality products. Gopal’s recent experience is in industry-leading analytics products from early concept demonstrations to multiple customers at Captricity and Harvesting, where he advised the CEO. Previously he led the algorithm engineering development of Dolby’s first imaging display product, the Emmy Award winning Dolby Professional Reference Monitor and technologies for high dynamic range video reproduction in Dolby Vision, now in the iPhone X. Gopal holds an MS in Electrical Engineering from University of Southern California and completed the Ignite Program, connecting technologists with new commercial ventures, at the Stanford Graduate School of Business.

Original post here.

Read more data science articles on OpenDataScience.com, including tutorials and guides from beginner to advanced levels! Subscribe to our weekly newsletter here and receive the latest news every Thursday.

--

--

ODSC - Open Data Science
ODSC - Open Data Science

Written by ODSC - Open Data Science

Our passion is bringing thousands of the best and brightest data scientists together under one roof for an incredible learning and networking experience.

No responses yet