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

removed gdal python package as dependency in our python package #456

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

sllynn
Copy link
Contributor

@sllynn sllynn commented Nov 16, 2023

Our python package setup currently fails if gdal natives don't already exist in the target environment. This PR addresses the issue by removing the dependency. Users are assumed to have run the init script before attempting to use any functions such as RST_NDVI which call out to python to perform map algebra.

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Merging #456 (8224392) into main (3c5ab2e) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #456   +/-   ##
=======================================
  Coverage   92.07%   92.07%           
=======================================
  Files         243      243           
  Lines        6675     6675           
  Branches      233      233           
=======================================
  Hits         6146     6146           
  Misses        529      529           

@sllynn sllynn marked this pull request as ready for review November 16, 2023 16:31
@sllynn
Copy link
Contributor Author

sllynn commented Nov 16, 2023

OK, works on local, in here and on a 12.2 LTS cluster 🎉

Copy link
Contributor

@milos-colic milos-colic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CLAassistant
Copy link

CLAassistant commented Nov 27, 2023

CLA assistant check
All committers have signed the CLA.

@milos-colic milos-colic merged commit 1952d3b into main Nov 29, 2023
9 checks passed
@a0x8o a0x8o mentioned this pull request Dec 5, 2023
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.

3 participants