[GRASS-git] [OSGeo/grass] 669c3d: grass.jupyter: use the Tools API in reproject_latl...
Valyrian-Code
noreply at github.com
Wed Jun 10 03:34:59 PDT 2026
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 669c3d6b46be169efa4af6083dee2123e9a581f4
https://github.com/OSGeo/grass/commit/669c3d6b46be169efa4af6083dee2123e9a581f4
Author: Rajveer* <irajveer.bishnoi2310 at gmail.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M python/grass/jupyter/utils.py
Log Message:
-----------
grass.jupyter: use the Tools API in reproject_latlon (#7489)
`reproject_latlon` ran `m.proj` via `gs.start_command` with manual `PIPE`
handling, `communicate()`, and `encode`/`decode`. This rewrites it to use
`grass.tools.Tools` with an `io.StringIO` input, matching `get_region` and
`get_location_proj_string` in the same module.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list