Skip to content

Commit

Permalink
Merge pull request #510 from imincik/overrides-pyogrio
Browse files Browse the repository at this point in the history
overrides: add pyogrio to overrides.nix file
  • Loading branch information
imincik authored Aug 2, 2024
2 parents 995a814 + c5315e8 commit 484a466
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ rec {

# >>> CUSTOMIZE HERE

})).override { inherit fiona pyproj shapely; };
})).override { inherit pyogrio pyproj shapely; };

#####################################################################
### PYTHON3-OWSLIB
Expand All @@ -195,6 +195,16 @@ rec {

})).override { inherit shapely; };

#####################################################################
### PYTHON3-PYOGRIO
#####################################################################

pyogrio = (geopkgs."${pythonVersion}-pyogrio".overrideAttrs (old: {

# >>> CUSTOMIZE HERE

})).override { inherit gdal; };

#####################################################################
### PYTHON3-PYPROJ
#####################################################################
Expand Down

0 comments on commit 484a466

Please sign in to comment.