View source: R/PlanetScopeInit.R
PlanetScopeInit | R Documentation |
Initialize the planet Python client
PlanetScopeInit(DirPlanet, Email, Password)
DirPlanet |
Directory to planet API install |
Email |
Email for NICFI, you can create your account in https://www.planet.com/nicfi/ |
Password |
Password for NICFI program |
Planet scoper monthly 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.