From b03ea4219ab02fe6e5ddd3136ff32d544848d01b Mon Sep 17 00:00:00 2001 From: Anna Petrasova Date: Tue, 4 Jun 2024 13:34:41 -0400 Subject: [PATCH] grass.jupyter: update r.proj call to use project instead of location (#3766) --- python/grass/jupyter/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/grass/jupyter/utils.py b/python/grass/jupyter/utils.py index e0aa7eb11b2..f06adfa36d1 100644 --- a/python/grass/jupyter/utils.py +++ b/python/grass/jupyter/utils.py @@ -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()