PlanetScopeInit: Initialize the planet Python client

View source: R/PlanetScopeInit.R

PlanetScopeInitR Documentation

Initialize the planet Python client

Description

Initialize the planet Python client

Usage

  PlanetScopeInit(DirPlanet, Email, Password)

Arguments

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

Value

Planet scoper monthly composite for the area of interest

Author(s)

Klaus Wolfgang Wiese Acosta

Examples

  #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)
  

klauswiese/Planet documentation built on June 11, 2022, 6:45 p.m.