CADWRDeltaModeling / schimpy

Python package for SCHISM
https://cadwrdeltamodeling.github.io/schimpy/
MIT License
8 stars 6 forks source link

Move away from GDAL #37

Open kjnam opened 1 year ago

kjnam commented 1 year ago

Idea

Importing/installing GDAL directly has been a headache. We might want to isolate GDAL dependencies as extra or move away from it.

water-e commented 5 months ago

Note that the import has (at least temporarily) improved with pyogrio. See the recommended environment for schism work: https://github.com/CADWRDeltaModeling/BayDeltaSCHISM/blob/master/schism_env.yml

It handles gdal.

For now.