Skip to content

Revisions to draft article on using GDAL and R from conda-forge#983

Merged
ctoney merged 2 commits into
firelab:mainfrom
ctoney:conda_article_revisions
Jun 12, 2026
Merged

Revisions to draft article on using GDAL and R from conda-forge#983
ctoney merged 2 commits into
firelab:mainfrom
ctoney:conda_article_revisions

Conversation

@ctoney

@ctoney ctoney commented May 26, 2026

Copy link
Copy Markdown
Member
  • incorporate suggestions and text from @matthewfeickert in Add web article: R and GDAL in conda #980
  • change title to "Using R and GDAL from conda-forge"
  • add section "Pixi for conda package management"
  • update the list of GDAL driver plugins available on conda-forge
  • add a link to the GDAL documentation on conda and pixi under "See also"
  • minor edits throughout

Co-authored-by: Matthew Feickert <matthew.feickert@cern.ch>
@ctoney

ctoney commented May 26, 2026

Copy link
Copy Markdown
Member Author

@matthewfeickert, no hurry to merge this if you have a chance to glance over at some point.

@matthewfeickert matthewfeickert left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@ctoney Sorry for going dark on this. I was traveling internationally and then lost this in my notifications.

These are mostly tiny suggestions on things to remove rather than add, but I think you've already got things well covered here for the most part.

Comment thread vignettes/articles/r-and-gdal-in-conda.Rmd Outdated
Comment thread vignettes/articles/r-and-gdal-in-conda.Rmd Outdated
Comment thread vignettes/articles/r-and-gdal-in-conda.Rmd Outdated
Comment thread vignettes/articles/r-and-gdal-in-conda.Rmd Outdated
Comment thread vignettes/articles/r-and-gdal-in-conda.Rmd Outdated
Comment thread vignettes/articles/r-and-gdal-in-conda.Rmd Outdated
Comment thread vignettes/articles/r-and-gdal-in-conda.Rmd Outdated

```bash
pixi global install gdal libgdal-core
pixi global install libgdal-arrow-parquet # if needed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

As I don't know these tools, is the goal to have them exist in standalone environments or all together? If together, they you need to create one global gdal environment with the others added as dependencies like

pixi global install gdal --with libgdal-core
pixi global install --environment gdal libgdal-arrow-parquet  # if needed

If so, then https://gdal.org/en/stable/download.html#cross-platform-package-managers should get updated too.

Also, depending on what CLI tools you need globally exposed you might also have to provide information on that.

If these were all designed to be in standalone environments then that's fine.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I think the latter. gdal is the conda-forge package that provides GDAL Python bindings and Python utilities.

Co-authored-by: Matthew Feickert <matthew.feickert@cern.ch>
@ctoney

ctoney commented Jun 9, 2026

Copy link
Copy Markdown
Member Author

@matthewfeickert, no problem. There was no hurry on this.

Thanks for the suggestions and information sharing. Your review and edits improved the article substantially. Thank you for taking the time on it.

@ctoney ctoney merged commit df99800 into firelab:main Jun 12, 2026
7 checks passed
@ctoney ctoney deleted the conda_article_revisions branch June 12, 2026 03:56
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.

2 participants