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

Rasterio plugin and Pip install rasterio #20

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

cadauxe
Copy link

@cadauxe cadauxe commented Dec 6, 2024

This pull request addresses the following issues #11 and #10.

New Environment Setup

To create the new environment and build the package, please use the following commands:

# Create and activate a new environment
conda create -n your_env_name
conda activate your_env_name

# Install required dependencies
conda install libgdal=3.5.0 -c conda-forge
conda install python=3.8.13
conda install build

# Build the package
python -m build

# Install the wheel
PIP_NO_BINARY=rasterio pip install your_wheel_file

Pending Improvements

We are still exploring a solution to remove PIP_NO_BINARY=rasterio of the wheel installation command. When the wheel will be published to PyPI, the final installation command will be:

pip install rastertools

If additional feedback is needed, feel free to comment on this pull request.

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.

1 participant