View source: R/PlanetScopeBiannual.R
PlanetScopeBiannual | R Documentation |
Download Planet Scope imagesfrom NICFI project using planet python client
PlanetScopeBiannual(Name, DirPlanet, AOI, Year, Semester)
Name |
Text to name the folder for download images |
DirPlanet |
Directory to planet API install |
AOI |
Directory to Area of Interest Vector (any format sf can read ex: .GPKG, .shp) |
Year |
Image year |
Semester |
first or second semester of the year |
Planet scoper biannual composite for the area of interest
Klaus Wolfgang Wiese Acosta
#Data to Initialize the planet Python client DirPlanet <- "~/anaconda3/bin/planet" Email <- "Your email for planet NICFI account" Password <- "Your passwrod for planet NICFI account" #Initialize the planet Python client PlanetScopeInit(DirPlanet = DirPlanet, Email = Email, Password = Password) #Data to download Planet Scope Image AOI <- "~/To/Your/vector/directory/AOI.shp" Name <- "TheNameYouLike" Year <- 2020 Semester <- 1 #Execute function PlanetScopeMonthly(Name = Name, AOI = AOI, DirPlanet = DirPlanet, Year = Year, Semester = Semester)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.