Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the issue in cleopatra version #104

Merged
merged 13 commits into from
Dec 7, 2024
Merged

fix the issue in cleopatra version #104

merged 13 commits into from
Dec 7, 2024

Conversation

MAfarrag
Copy link
Member

@MAfarrag MAfarrag commented Dec 6, 2024

Upgrade cleopatra API

  • update cleopatra package version to 0.5.1 and update the api to use the new version.

  • update the miniconda workflow in ci.

  • update gdal to 3.10 and update the DataSource to Dataset in the FeatureCollection.file_name.

  • add libgdal-netcdf and libgdal-hdf4 to the conda dependencies.

  • Fixes Update the array module from cleopatra and the to_rgb function #105
    cleopatra 0.5.0 changed the Colors.get_rgb to Colors.to_rgb and changed the array module and Array class to array_glyph and ArrayGlyph

Check relevant points.

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

How Has This Been Tested?

  • Please describe the tests that you ran to verify your changes.

  • Provide instructions so we can reproduce.

  • Please also list any relevant details for your test configuration

  • tests\feature\test_feature::TestAttributes::test_file_name_gdf

  • tests\feature\test_feature::TestAttributes::test_file_name_ds

Checklist:

  • updated version number in setup.py/pyproject.toml.
  • updated environment.yml and the lock file.
  • added changes to History.rst.
  • updated the latest version in README file.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • documentation are updated.

@MAfarrag MAfarrag merged commit 58368a7 into main Dec 7, 2024
8 checks passed
@MAfarrag MAfarrag deleted the cleopatra-error branch December 7, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the array module from cleopatra and the to_rgb function
1 participant