Skip to content

Releases: earthdaily/GeosysPy

GeosyPy 0.2.1

22 Feb 08:51
be46033
Compare
Choose a tag to compare
[Package on PyPI](https://pypi.org/project/geosyspy/)
[Package documentation](https://geosys.github.io/GeosysPy/)

• Add geosyspy logger for independent configuration
Users can now easily configure the logger for their own project using our specific logger.

• Authentication enhancement

  • Add authorization to geosyspy client by providing a bearer token
  • Add methods to validate a jwt token
  • Add method to get geosys permissions of the connected user

• Use current year when creating a seasonfield from a geometry with master data management service

• Bug fixes

  • remove dependencies with an old pandas version limitating to use python version < 3.11
  • correction on some logging output causing errors.

GeosysPy 0.2.0

29 Jun 13:29
Compare
Choose a tag to compare

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

GeosysPy 0.1.2

26 Apr 14:33
Compare
Choose a tag to compare

This is the first published version of the GeosysPy package on PyPI.