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.
Blog post on the Open California dataset and comparison of sensors http://www.acgeospatial.co.uk/blog/open-california-data-comparison/
Blog post detailing process and description http://www.acgeospatial.co.uk/blog/pan-sharpening-sentinel-2-with-planet-data/
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
Blog post detailing SVM on pixel clusters http://www.acgeospatial.co.uk/blog/svm-on-recognizing-pixel-clusters/
Project code is here ML_planet.py
http://www.acgeospatial.co.uk/blog/buildings-monteverdi-software/
Connect/contact @map_andrew