Skip to content

GeosysPy 0.2.0

Compare
Choose a tag to compare
@jpn-geo6 jpn-geo6 released this 29 Jun 13:29
· 60 commits to develop since this release

Version 0.2.0

• Adding capability to launch analytics computation with GeosysPy :

  • MR Time series
  • Historical/In Season Harvest
  • Harvest/In Season/Delay Emergence
  • Potential Score
  • Greenness
  • Harvest readiness
  • Planted area
  • Zarc
  • Brazil crop Id

• Improvement in get_time_series method to compute different indicators in addition to reflectance :

  • NDVI
  • EVI
  • GNDVI
  • NDWI
  • CVI
  • CVIn
  • LAI

• Adding methods to compute weather or NDVI data on regional entities

• Global code refactoring :

  • Decoupling into multiple services
  • Adding unit & functionnal tests

• Update documentation :

  • Steps to install GeosysPy with conda
  • Added PyPi and documentation link
  • Documenting new methods

• Update example Notebook with new features