Skip to content

Releases: vecorel/cli

v0.2.15

16 Feb 12:44

Choose a tag to compare

v0.2.14

13 Feb 16:36

Choose a tag to compare

  • Enable verbose mode via env VECOREL_VERBOSE set to 1
  • Converters:
    • Load the most specific class for converters
    • Move block size check so that it applies for all downloads
    • Avoid error with license set to None
    • Made glob recursive, so it can be used for multiple directories

v0.2.13

13 Feb 13:11

Choose a tag to compare

  • Change default compression to zstd
  • Add option to set compression level, zstd defaults to 15
  • Add support for Python 3.14, remove support for Python 3.10
  • Replace flatdict from pypi with a local version to avoid pkg_resource install issues
  • Updated dependencies (especially catering for future pandas versions)

v0.2.12

13 Feb 13:09

Choose a tag to compare

  • Change default temporal property to datetime
  • Enable Converter.columns list and tuple types
  • Add BaseConverter get_columns hook to customize columns after reading the file
  • Update STAC processing extension

v0.2.11

09 Oct 12:20

Choose a tag to compare

  • XML/HTML-like tags (with < and > characters) in logs are properly escaped for loguru

v0.2.10

09 Oct 12:19

Choose a tag to compare

  • XML tags in logs are properly escaped for loguru
  • Set the default temporal_property for STAC collection creation to determination:datetime instead of determination_datetime

v0.2.9

09 Oct 09:49

Choose a tag to compare

  • Converters: column_filters allows to inverse the mask
  • Fix use of license and provider in converter list
  • Various small bug fixes and type hint fixes

v0.2.8

13 Sep 14:29

Choose a tag to compare

Fix issue with schema requests due to changes in the "firewall" by Re…

v0.2.4

28 Aug 14:50

Choose a tag to compare

v0.2.4

v0.2.0

15 Aug 18:11

Choose a tag to compare

  • Migrate from vecorel.github.io to vecorel.org
  • Add internal py-package parameter to the convert command
  • Bugfixes