kvos / CoastSat

Global shoreline mapping tool from satellite imagery
http://coastsat.space
GNU General Public License v3.0
698 stars 252 forks source link

Working with sat images not listed in coastSat #153

Closed HSdouma closed 4 years ago

HSdouma commented 4 years ago

Hi Kvos Afmgain many thanks for the program. Quite nice. My question is what if we have additional others sat images not from landsat or sentinel, say for instance worldview. What is the best way to include them for the shoreline detection? Can this be done by adding them as jpeg and add their Metadata to the pkl file? Or do you have better suggestion? Many thanks

kvos commented 4 years ago

hi @HSdouma, the codes would need to be adapted for worldview imagery as there isn't a SWIR1 band, only RGB and NIR. @ydoherty has written code to extract the shoreline from worldview imagery with the coastsat algorithm, slightly modified. if you give us your email address we can send you a copy

HSdouma commented 4 years ago

Oh this is great Please can you send me a copy of the adopted code for worldview? Many thanks 

Envoyé depuis Yahoo Mail pour Android

Le mar., nov. 10, 2020 à 1:57, Kilian Vosnotifications@github.com a écrit :

hi @HSdouma, the codes would need to be adapted for worldview imagery as there isn't a SWIR1 band, only RGB and NIR. @ydoherty has written code to extract the shoreline from worldview imagery with the coastsat algorithm, slightly modified. if you give us your email address we can send you a copy

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

HSdouma commented 4 years ago

You can send it to laykehl@gmail.com

HSdouma commented 4 years ago

Hi Kvos You can send me a copy of the code for worldview images, please to laykehl@gmail.com Many thanks

ydoherty commented 4 years ago

Hi @HSdouma, I've sent the code to your email address. Be aware that the resolution of the worldview imagery means there are ~10,000 times more pixels for the same area and the code can be very slow (5-10min for a single image). The code I sent is seperate to coastsat and only extracts a single shoreline from a single image when you provide the filepath. Let me know if you have any troubles!