{"id":20198123,"url":"https://github.com/osgeo/gdal-grass","last_synced_at":"2025-09-06T16:37:28.497Z","repository":{"id":37953381,"uuid":"486734915","full_name":"OSGeo/gdal-grass","owner":"OSGeo","description":"GDAL-GRASS GIS driver (https://github.com/OSGeo/gdal-grass/blob/main/docs/grass_raster.md and https://github.com/OSGeo/gdal-grass/blob/main/docs/grass_vector.md)","archived":false,"fork":false,"pushed_at":"2024-03-08T22:01:49.000Z","size":445,"stargazers_count":10,"open_issues_count":5,"forks_count":7,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-05-01T11:44:33.665Z","etag":null,"topics":["gdal","grass-gis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OSGeo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-28T20:11:08.000Z","updated_at":"2024-03-20T17:30:03.000Z","dependencies_parsed_at":"2023-09-22T07:08:11.422Z","dependency_job_id":"5871d89d-5493-4aa3-b110-830859a588c8","html_url":"https://github.com/OSGeo/gdal-grass","commit_stats":{"total_commits":98,"total_committers":14,"mean_commits":7.0,"dds":0.5204081632653061,"last_synced_commit":"f8138870394bdadf7a90f4d78b19073c6d61b97c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSGeo%2Fgdal-grass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSGeo%2Fgdal-grass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSGeo%2Fgdal-grass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSGeo%2Fgdal-grass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSGeo","download_url":"https://codeload.github.com/OSGeo/gdal-grass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248201100,"owners_count":21064038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gdal","grass-gis"],"created_at":"2024-11-14T04:29:27.331Z","updated_at":"2025-04-10T10:45:36.613Z","avatar_url":"https://github.com/OSGeo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nDescription: GRASS GIS extension for the GDAL library\n\nGDAL is a translator library for raster geospatial data formats.\nAs a library, it presents a single abstract data model to the\ncalling application for all supported formats. This extension\nprovides access to GRASS data via GDAL.\n\nThis package contains the two standalone GDAL-GRASS GIS drivers,\nthe [raster driver](docs/grass_raster.md) and the [vector driver](docs/grass_vector.md)\nfor [GRASS GIS](http://grass.osgeo.org/) raster and vector file support\nin [GDAL](https://gdal.org/).\n\nThis approach avoids circular dependencies with GRASS depending on GDAL,\nbut GDAL with GRASS support depending on GRASS. With this driver package\nyou configure and install GDAL normally, then build and install GRASS normally\nand finally build and install this driver in\n[GDAL's \"autoload\" directory](https://gdal.org/user/configoptions.html#driver-management).\n\n## Installation\n\nTo build this driver it is necessary for it to find GDAL and GRASS\nsupport files.\n\n**Building with CMake:**\n\n```bash\ncd gdal-grass\nmkdir build \u0026\u0026 cd build\ncmake ..\ncmake --build .\ncmake --install .\n```\n\nCMake usually works out the location of GDAL and GRASS, but at times you\nmay need/wish to set some configurations manually, e.g.:\n\n```bash\ncmake .. -DAUTOLOAD_DIR=/opt/local/lib/gdalplugins \\\n         -DGDAL_CONFIG_PREFER_PATH=/opt/local/bin \\\n         -DGRASS_BIN_PREFER_PATH=/opt/local/bin\n```\n\n## Usage\n\nSet the driver path (e.g. in $HOME/.bashrc):\n\n```bash\nGDAL_DRIVER_PATH=\"/usr/lib/gdalplugins\"\n```\n\nAccess GRASS GIS raster data from GDAL:\n\n```bash\ngdalinfo $HOME/grassdata/nc_spm_08_grass7/PERMANENT/cellhd/elevation\n```\n\nAccess GRASS GIS vector data from GDAL-OGR:\n\n```bash\nogrinfo -so -al $HOME/grassdata/nc_spm_08_grass7/PERMANENT/vector/zipcodes/head\n```\n\n## Where is the gdal-grass driver available?\n\n- Linux: \u003chttps://repology.org/project/gdal-grass/versions\u003e\n- Windows: \u003chttps://trac.osgeo.org/osgeo4w/\u003e\n- other operating systems: please add here\n\n## Version number has been restarted\n\nNote that during the transit of this driver out of core GDAL we have\ndecided to reset the version numbering back to 1.\n\nSo: older packages show 3.x which the new driver is 1.x (or later).\n\n## Release management\n\nList of [milestones](https://github.com/OSGeo/gdal-grass/milestones).\n\n## Tracking upstream changes\n\nThe release policies of the GDAL-GRASS driver are (so far) fairly simple:\n\n- we follow the GDAL development for their breaking changes:\n  - as of 2022, any GDAL 2+ and GDAL 3+ version is compliant, with GDAL 3+ recommended.\n- we follow the GRASS GIS development for their breaking changes:\n  - as of 2022, any GRASS GIS 7+ and GRASS GIS 8+ version is compliant,\n    with GRASS GIS 8+ recommended.\n\nWe expect low maintenance needs for this driver.\n\n## Using milestones\n\nFor easier planning, each issue and pull request will be assigned\nto a [milestone](https://github.com/OSGeo/gdal-grass/milestones).\n\n## QA / CI\n\nAny pull request opened in this repository is compiled and tested with\n[GitHub Actions](https://github.com/OSGeo/gdal-grass/actions) against\nthe GDAL version included in Ubuntu (see related\n[CI workflow](https://github.com/OSGeo/gdal-grass/blob/main/.github/workflows/ubuntu.yml)).\nImprovements and other workflows are welcome, ideally as\na [pull request](https://github.com/OSGeo/gdal-grass/pulls).\n\n## Found a bug?\n\nPlease open an [issue](https://github.com/OSGeo/gdal-grass/issues) describing\nthe problem along with a reproducible example.\n\n## Who is involved here?\n\nPlease see the list of [contributors](https://github.com/OSGeo/gdal-grass/graphs/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosgeo%2Fgdal-grass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosgeo%2Fgdal-grass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosgeo%2Fgdal-grass/lists"}