Skip to content

Series of Posts/Scripts on using data from Open California dataset by Planet

Notifications You must be signed in to change notification settings

cuulee/Planet_OpenCalifornia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Planet_OpenCalifornia

Series of Posts/Scripts on using data from Open California dataset by Planet

These posts were written Summer/Autumn 2017, depending on when you access the data screen shots may have changed and websites updated.

Part 1 Open California dataset

Blog post on the Open California dataset and comparison of sensors http://www.acgeospatial.co.uk/blog/open-california-data-comparison/

alt tag

Part 2 Pan Sharpening Sentinel 2a data with Planet

Blog post detailing process and description http://www.acgeospatial.co.uk/blog/pan-sharpening-sentinel-2-with-planet-data/

alt tag

Gdal to sharpen Raster files cover the SAME area! blue_band_planet.tif = clipped blue band from Planet sentinel2a.tif = Clipped RGB Sentinel2a data of any combination you like

gdal_pansharpen -w 0.52 -w 0.25 -w 0.23 -co PHOTOMETRIC=RGB blue_band_planet.tif sentinel2a.tif blue_sharpened.tif

repeat from Red and Green

Use outputs in median_sharpen.py

Part 3 Using pan sharpened Sentinal 2a to run SVM pixel clusters

Blog post detailing SVM on pixel clusters http://www.acgeospatial.co.uk/blog/svm-on-recognizing-pixel-clusters/

alt tag

Project code is here ML_planet.py

Part 4 Identifying buildings using Monteverdi software

http://www.acgeospatial.co.uk/blog/buildings-monteverdi-software/

alt tag

Connect/contact @map_andrew

About

Series of Posts/Scripts on using data from Open California dataset by Planet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%