Zac Deziel

Results 9 issues of Zac Deziel

## Description of Request I have been coming across some difficulties when deleting S3 layers. Having some information on the result of the delete request would be very interesting for...

enhancement

Hi, I did not find any issues directly related to automated testing or code coverage. Are the automated tests kept locally? Do you have a testing strategy for the project?...

P3

Hello, I was wondering if there was any ongoing work on the project? I would like to help maybe with renewing the documentation.

To improve clarity and maintainability, we should define a standardized logging utility that wraps around the preferred logging approach for the plugin. This utility should ensure that logs follow a...

Phase 3 focuses on achieving functional parity with ArcGIS Earth Engine tools while embedding these capabilities seamlessly within QGIS. This includes enabling robust integration with QGIS’s symbology and inspector tools,...

To ensure compatibility across multiple Python versions, we should update our CI workflow to include a matrix of Python versions for testing. This will allow us to validate the codebase...

To reduce CI build times and improve reliability, we should either create a custom Docker image preloaded with the QGIS dependencies required for our project or leverage an existing QGIS...

To improve CI performance, we should integrate the [actions/setup-python](https://github.com/actions/setup-python) GitHub Action into our workflow with dependency caching enabled. This will cache Python dependencies based on the hash of requirements.txt or...