grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
I incrementally updated the utils/dep_tree2sql.sh script first to address some easy shellcheck suggestions, but it ended up being a bit more touchy, so I made this a PR by itself....
## Describe the bug The v.in.wfs throws an error "raise InvalidURL(f"URL can't contain control characters. {url!r} " when the url has special characters as a part of api validation. ##...
This modifies points in all feature types not only type GV_POINT. While this may create unexpected results for some data, separate lines work just fine. The current code just does...
[Feat] Implement Functional CRS Comparison in r.in.gdal to Avoid Unnecessary (?) WKT Mismatch Errors
**Is your feature request related to a problem? Please describe.** When using `r.in.gdal`, I’ve encountered cases where GRASS GIS flags functionally equivalent CRS (Coordinate Reference Systems) as mismatched due to...
Hi, The parser is rejecting empty strings as inputs when sometimes that is wanted. e.g., using g.message like "echo" by itself to print an empty line: `g.message ""` works but...
The python code of v.in.wfs uses Urllib and fetches features based on updating the wfs_url. OWSLib can be utilised for the purpose. Modify the code to: The code is updated...
Backport of #5562 The windows-2019 image is being removed in less than a month. We need to use windows-2022. The changes needed in our build_osgeo4w.sh script relate to the msys2...
This PR introduces a regression test suite for the `i.gensigset` module, designed to validate the statistical structure of the generated `.sig` files and verify the behavior of the `maxsig` parameter...
-p makes the output go to pyplot display window
This PR adds a regression test suite for the `i.eb.netrad` module, which calculates net radiation using energy balance principles. The tests verify the module's correctness and stability across different input...