[Upstream sync] K-Dense-AI/scientific-agent-skills (github) — 45 added, 56 modified #33

Merged
promptadmin merged 101 commits from upstream-sync/scientific-agent-skills-20260808-991bd9-sesb into main 2026-08-09 18:31:46 +00:00
Showing only changes of commit f7088c7af3 - Show all commits
@@ -2,9 +2,9 @@
title: "GeoMaster Troubleshooting Guide"
task: ""
lineage_type: import
upstream_source: https://github.com/K-Dense-AI/scientific-agent-skills/blob/9c9bd2e9/skills/geomaster/references/troubleshooting.md
upstream_sha: 9c9bd2e9
imported_at: 2026-06-26
upstream_source: https://github.com/K-Dense-AI/scientific-agent-skills/blob/991bd993/skills/geomaster/references/troubleshooting.md
upstream_sha: 991bd993
imported_at: 2026-08-08
prompt_class: unknown
upstream_changes: accepted
author: upstream
@@ -29,10 +29,10 @@ conda install -c conda-forge gdal rasterio
sudo apt-get install gdal-bin libgdal-dev
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
pip install rasterio
uv pip install rasterio
# Solution 3: Wheel files
pip install rasterio --find-links=https://gis.wheelwrights.com/
uv pip install rasterio --find-links=https://gis.wheelwrights.com/
# Verify installation
python -c "from osgeo import gdal; print(gdal.__version__)"
@@ -49,11 +49,11 @@ conda install -c conda-forge --force-reinstall gdal rasterio fiona
# Problem: "Symbol not found" on macOS
# Solution: Rebuild from source or use conda
brew install gdal
pip install rasterio --no-binary rasterio
uv pip install rasterio --no-binary rasterio
# Problem: GEOS errors
brew install geos
pip install shapely --no-binary shapely
uv pip install shapely --no-binary shapely
```
## Runtime Errors