I`m looking for a package that enables me to download Landsat images automatically based in some criteria (e.g. coordinate, shapefile, cloud cover). Searching the internet I found https://github.com/olivierhagolle/LANDSAT-Download/ but the code is in python. Thanks With best regards
Package to download Landsat images
6 messages · Roberto Horn, Patrick Schratz, Alí Santacruz +2 more
Did you check the 'landsat' / 'landsat8' Packages? -- PhD Student at Department of Geography - GIScience group Friedrich-Schiller-University Jena, Germany Tel.: +49-3641-9-48973 (tel:+49-3641-9-48973) Web: https://pat-s.github.io/
On 12 Feb 2017, 02:35 +0100, Roberto Horn <robertomhorn at gmail.com>, wrote:
I`m looking for a package that enables me to download Landsat images automatically based in some criteria (e.g. coordinate, shapefile, cloud cover). Searching the internet I found https://github.com/olivierhagolle/LANDSAT-Download/ but the code is in python. Thanks With best regards
_______________________________________________ R-sig-Geo mailing list R-sig-Geo at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo
Also take a look at the SkyWatchr (https://cran.r-project.org/package=SkyWatchr) package, Regards, Ali
De: R-sig-Geo <r-sig-geo-bounces at r-project.org> en nombre de Patrick Schratz <patrick.schratz at gmail.com>
Enviado: domingo, 12 de febrero de 2017 05:21:46 a. m. Para: r-sig-geo at r-project.org; Roberto Horn Asunto: Re: [R-sig-Geo] Package to download Landsat images Did you check the 'landsat' / 'landsat8' Packages? -- PhD Student at Department of Geography - GIScience group Friedrich-Schiller-University Jena, Germany Tel.: +49-3641-9-48973 (tel:+49-3641-9-48973) Web: https://pat-s.github.io/ On 12 Feb 2017, 02:35 +0100, Roberto Horn <robertomhorn at gmail.com>, wrote: > I`m looking for a package that enables me to download Landsat images > automatically based in some criteria (e.g. coordinate, shapefile, > cloud cover). > > Searching the internet I found > https://github.com/olivierhagolle/LANDSAT-Download/ but the code is in > python. > > Thanks > > With best regards > > _______________________________________________ > R-sig-Geo mailing list > R-sig-Geo at r-project.org > https://stat.ethz.ch/mailman/listinfo/r-sig-geo [[alternative HTML version deleted]] _______________________________________________ R-sig-Geo mailing list R-sig-Geo at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo
Hi Roberto, You might try the getlandsat package:? https://github.com/ropenscilabs/getlandsat
On Sat, 2017-02-11 at 23:34 -0200, Roberto Horn wrote:
I`m looking for a package that enables me to download Landsat images automatically based in some criteria (e.g. coordinate, shapefile, cloud cover). Searching the internet I found https://github.com/olivierhagolle/LANDSAT-Download/ but the code is in python. Thanks With best regards
_______________________________________________ R-sig-Geo mailing list R-sig-Geo at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo
I have not tested yet, but there is an R package to interact with 2 NASA APIs: - Earth Observatory Natural Event Tracker (EONET) web service - Earth Imagery API and Earth Imagery Assets API (Landsat8) https://github.com/Eflores89/nasadata http://www.gis-blog.com/nasadata/ --Mel.
On 2/11/2017 8:34 PM, Roberto Horn wrote:
I`m looking for a package that enables me to download Landsat images automatically based in some criteria (e.g. coordinate, shapefile, cloud cover). Searching the internet I found https://github.com/olivierhagolle/LANDSAT-Download/ but the code is in python. Thanks With best regards
_______________________________________________ R-sig-Geo mailing list R-sig-Geo at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo
Thanks for the help. I`ll adapt and use what I can. With best regards.