Skip to content

Releases: earthdaily/earthdaily-python-client

0.0.1-rc7

22 Nov 10:32
242522c
Compare
Choose a tag to compare

[0.0.1-rc7] - 2023-11-22

Fixed

  • issue with unlogged datacube and non-geodataframe intersects
  • for element84 sentinel-2-l2a collection, boa_offset_appliedis set to True since 2022-02-28
  • added nir band in boa_offset_applied control
  • fix percentage in landsat agriculture cloudmask

0.0.1-rc6

10 Nov 17:53
Compare
Choose a tag to compare

[0.0.1-rc6] - 2023-11-10

Fixed

  • fix bug in setup.py using gh actions.

[0.0.1-rc5] - 2023-11-10

Added

  • intersects argument in search/datacube now supports wkt/geojson/geopandas
  • common_band_names default set to True in datacube creation. It uses the new Assets Mapper in order to define to best suitable bands according to user needs.
  • clear_cover argument in the datacube method when using the earthdatastore.Auth method.
  • datasets.load_pivot() to load a GeoDataFrame of a pivot in Nebraska (alternates between corn or soy between years).
  • preload_mask in authenticated datacube method set to Trueby default to load, if enough virtual memory.
  • Several tests to check and validate code.
  • Better performances for cloud mask statistics by checking data type.

Changed

  • masks statistics are not anymore suffixed with the cloudmask type : clear_percent and clear_pixels. Warns with a DeprecationWarning.
  • all queries in post_query must return True to keep the item. If a key doesn't exist, considers the result as False (instead of failling).
  • default chunks are now x=512 and y=512 for odc-stac.

Fixed

  • search post_query do not block if some properties are not available on all items.
  • some scale/offsets were not supported due to missing scale/offsets from previous assets.
  • issues when computing datacube using Landsat cloudmask (qa_pixel).
  • intersects now supports several geometries and don't force selection on the first index.

v0.0.1-rc5

10 Nov 15:28
Compare
Choose a tag to compare

[0.0.1-rc5] - 2023-11-10

Added

  • intersects argument in search/datacube now supports wkt/geojson/geopandas
  • common_band_names default set to True in datacube creation. It uses the new Assets Mapper in order to define to best suitable bands according to user needs.
  • clear_cover argument in the datacube method when using the earthdatastore.Auth method.
  • datasets.load_pivot() to load a GeoDataFrame of a pivot in Nebraska (alternates between corn or soy between years).
  • preload_mask in authenticated datacube method set to Trueby default to load, if enough virtual memory.
  • Several tests to check and validate code.
  • Better performances for cloud mask statistics by checking data type.

Changed

  • masks statistics are not anymore suffixed with the cloudmask type : clear_percent and clear_pixels. Warns with a DeprecationWarning.
  • all queries in post_query must return True to keep the item. If a key doesn't exist, considers the result as False (instead of failling).
  • default chunks are now x=512 and y=512 for odc-stac.

Fixed

  • search post_query do not block if some properties are not available on all items.
  • some scale/offsets were not supported due to missing scale/offsets from previous assets.
  • issues when computing datacube using Landsat cloudmask (qa_pixel).
  • intersects now supports several geometries and don't force selection on the first index.

v0.0.1-rc4

19 Oct 07:50
8fce3df
Compare
Choose a tag to compare

[0.0.1-rc4] - 2023-10-19

Changed

  • When asking ag_cloud_mask, keep only sensor items that have eda:ag_cloud_mask_available=True.

v0.0.1-rc3

18 Oct 16:40
0cba3d3
Compare
Choose a tag to compare

[0.0.1-rc3] 2023-10-18

Added

  • earthdaily.earthdatastore.cube_utils.zonal_stats_numpy to compute local statistics using numpy functions. Best one lot of polygons inside your datacube.

Changed

  • zonal_stats default parameters rasterizes now whole vector in order to be really faster. Previous behavior is available by selecting method="standard".

Fixed

  • Fix when number of ag_cloud_mask is lower than number of sensor items

Release v0.0.1-rc2

12 Oct 17:02
88e594b
Compare
Choose a tag to compare

[0.0.1-rc2] 2023-10-12

Fixed

  • Add stats name as dimension

Changed

  • zonal_stats output "feature" (not "feature_name") and stats dimensions

Release v0.0.1-rc1

12 Oct 13:21
Compare
Choose a tag to compare

[0.0.1-rc1] 2023-10-12

Added

Automatic presigned url when needed, just specify argument prefer_alternate="download" in search.
zonal_stats function available in earthdatastore.cube_utils module.
An exemple on how to use .env credentials.

Changed

Python version must be at least 3.10
Gdal version must be at least 3.7.0
A better documentation

First public release : v0.0.1-beta

20 Sep 12:38
Compare
Choose a tag to compare
rm pypi credentials : trusted publisher