grass
grass copied to clipboard
GRASS GIS - free and open-source geospatial processing engine
Checklists before merging: - [x] code review - [x] CI passes - [ ] performance section in documentation - [ ] confirm values in test are from the old version...
- Update Makefile - Add memory and nprocs parameter - Implement parallelization Checklists before merging: - [x] code review - [x] CI passes - [ ] performance section in documentation...
Starting from proj v8.2, we can use the International Astronomical Union definition (IAU) for planetary bodies for pointing a GCS or CRS/SRS for a planetary body. For example projinfo IAU:49900...
`soil_line_parameter` is already implemented for MSAVI in i.vi. Although PVI uses the same variable, it computes with this value equal to 1. The user should have an option to set...
r3.out.netcdf creates a netCDF file with attribute history which contains software. This drops the software version information. Alternative solution is more complex: Determining the current version in the code and...
Update GRASS configure to autoconf 2.71 (from present 2.69). From autoconf 2.70 [announcement](https://lists.gnu.org/archive/html/autotools-announce/2020-12/msg00001.html): > We are pleased to announce stable release 2.70 of GNU Autoconf. > > This release includes...
**Describe the bug** g.region reports ` datum: ** unknown (default: WGS84) ** ` when no datum (shift/rot) is included into the crs definition. This should be updated to something which...
**Describe the bug** Geographic grid does not display correctly **To Reproduce** Steps to reproduce the behavior: 1. Create a location with this WKT: `` PROJCRS["Moon2000_sp", BASEGEOGCRS["GCS_Moon_2000", DATUM["D_Moon_2000", ELLIPSOID["Moon_2000_IAU_IAG",1737400,0, LENGTHUNIT["metre",1, ID["EPSG",9001]]]],...
**Describe the bug** When you disable internet connection and try download list of available addons via `g.extension -l` module, g.extension will try download module.xml file for GRASS GIS 7.8 version...
HTMLParseError is just an alias for Exception. There is no HTMLParseError in Python 3. The error reporting fails because of access to attributes. This clears up so far the error...