neteler/gdal-grass-plugin
Project ID: 11890
Description
GRASS GIS plugin for GDAL
- based on GRASS GIS 7.8 for Fedora 33, 34, 35
- based on GRASS GIS 82 for Fedora 36+
- based on GRASS GIS 83 for Fedora 39+
Manuals:
- GRASS-GDAL raster driver: https://gdal.org/drivers/raster/grass.html
- GRASS-OGR vector driver: https://gdal.org/drivers/vector/grass.html
SRPM files:
- G78: https://data.neteler.org/tmp/gdal-grass-3.3.2-1.fc35.src.rpm (outdated)
- G82: https://data.neteler.org/tmp/gdal-grass-1.0.2-1.fc36.src.rpm
- G83: https://data.neteler.org/tmp/gdal-grass-1.0.2-2.fc38.src.rpm
Source code:
- raster: https://github.com/OSGeo/gdal/tree/master/frmts/grass
- vector: https://github.com/OSGeo/gdal/tree/master/ogr/ogrsf_frmts/grass
Installation Instructions
# install as root user
su
# Fedora
dnf copr enable neteler/gdal-grass-plugin
dnf update
# install
dnf install grass grass-libs
dnf install gdal-grass
# usage
Dataset (compatible with both GRASS GIS 7 and 8): https://grass.osgeo.org/download/data/#NorthCarolinaDataset --> North Carolina basic dataset
Show raster map:
gdalinfo $HOME/grassdata/nc_basic_spm_grass7/PERMANENT/cellhd/elevation
Show vector map:
ogrinfo -so -al $HOME/grassdata/nc_basic_spm_grass7/PERMANENT/vector/zipcodes/head
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 9 | x86_64 (16)* | EPEL 9 (64 downloads) |
Fedora 39 | x86_64 (21)* | Fedora 39 (0 downloads) |
Fedora 40 | x86_64 (6)* | Fedora 40 (34 downloads) |
Fedora 41 | x86_64 (6)* | Fedora 41 (11 downloads) |
Fedora rawhide | x86_64 (12)* | Fedora rawhide (251 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable neteler/gdal-grass-plugin
More info about enabling Copr repositories