Costas Yamin

Results 8 comments of Costas Yamin

I too believe that coastsat should (additionally) be available via pip. Pre-requisite GDAL binaries can be installed separately from wheels ([GDAL](https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal)) created and maintained by Christoph Gohlke. For example, [rasterio](https://github.com/mapbox/rasterio)...

>From @cosstas suggestion above we could also run a command to download the GDAL wheels separately and then install with pip. I am in favor of recommending to the user...

Today I found some time to install CoastSat and have a go at it. I copied the sources in my site-packages folder. Earth engine and google api were installed using...

Haven't published a package myself, but since @borgstad committed #60, I think the maintainer (you:-)) must create an account with PyPI, create a package and upload it. The instructions in...

I am working towards creating a PyPi package. First of all setup.py needs be defined so that pip install can work. @kvos (or anyone else interested) Can you try installing...

I haven't come across an automated solution yet. I guess the user should be directed to take the following steps: 1. Download an appropriate wheel from Christoph Gohlke's repository: (https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal)...

@kikocorreoso Hello, [scipy.signal.find_peaks](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.find_peaks.html) is a good starting point for peak detection for POT analysis. It has parameters like 'distance' that can already perform some basic 'declustering'. PR scipy/scipy#9513 I suppose...

@kikocorreoso I was just trying to streamline your bandwidth allocation. :) Any built-in peak detection/declustering functionality would be welcome of course, but I think its importance is secondary to the...