Christian P. Sarason | Agile. Ocean. Science. Software.
by Christian P. Sarason
I started exploring the “Ship Detector” jupyter notebook from Planet, Inc. and decided to tweak it a bit to make sure I understood what was going on.
$ convert elliot_bay_2016_07_mosaic.png elliot_bay_2016_07_mosaic.tif
$ gdal_translate -a_ullr -122.42674827575682 47.634048474793985 -122.33199119567873 47.57617830178651 -a_srs EPSG:4326 elliot_bay_2016_07_mosaic.tif elliot_bay_2016_07_georef.tif
Input file size is 552, 501
0...10...20...30...40...50...60...70...80...90...100 - done.
Swapped in my new “georeferenced” tif image for the one in Planet’s Ship Detector notebook
Changed the tolerance on area to be >10. Success!
To test that I got things roughly right, threw my hacked geotiff into QGIS to check registration. Looks pretty good. Next, I want to take the output lat/lons and add them to a leaflet map as markers (with the satellite image overlay).
Obviously this write up is a quick and dirty process — the amazing part of the Planet API is they make it very easy to automate this process, allowing for ongoing monitoring of various locations and algorithm development for different use cases. Neat stuff!
tags: living-in-the-future - jupyter - tech4good - maps