Skip to content

Commit

Permalink
grass.jupyter: update r.proj call to use project instead of location (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa authored Jun 4, 2024
1 parent 522275c commit b03ea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/grass/jupyter/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def estimate_resolution(raster, mapset, location, dbase, env):
flags="g",
input=raster,
mapset=mapset,
location=location,
project=location,
dbase=dbase,
env=env,
).strip()
Expand Down

0 comments on commit b03ea42

Please sign in to comment.