Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OSGeo/gdal
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
https://github.com/OSGeo/gdal
geospatial-data raster remote-sensing vector
Last synced: 8 days ago
JSON representation
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
- Host: GitHub
- URL: https://github.com/OSGeo/gdal
- Owner: OSGeo
- License: other
- Created: 2012-10-09T21:39:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:57:35.000Z (10 days ago)
- Last Synced: 2024-10-29T14:42:08.218Z (10 days ago)
- Topics: geospatial-data, raster, remote-sensing, vector
- Language: C++
- Homepage: https://gdal.org
- Size: 373 MB
- Stars: 4,863
- Watchers: 164
- Forks: 2,535
- Open Issues: 510
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.TXT
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION
- Security: SECURITY.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
- awesome-robotic-tooling - gdal - GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats. (Simultaneous Localization and Mapping / Vector Map)
README
GDAL - Geospatial Data Abstraction Library
====[![Build Status](https://github.com/OSGeo/gdal/actions/workflows/linux_build.yml/badge.svg)](https://github.com/osgeo/gdal/actions?query=workflow%3A%22Linux+Builds%22+branch%3Amaster)
[![Build Status](https://github.com/OSGeo/gdal/actions/workflows/macos.yml/badge.svg)](https://github.com/osgeo/gdal/actions?query=workflow%3A%22MacOS+build%22+branch%3Amaster)
[![Build Status](https://github.com/OSGeo/gdal/actions/workflows/windows_build.yml/badge.svg)](https://github.com/osgeo/gdal/actions?query=workflow%3A%22Windows+builds%22+branch%3Amaster)
[![Build Status](https://github.com/OSGeo/gdal/actions/workflows/android_cmake.yml/badge.svg)](https://github.com/osgeo/gdal/actions?query=workflow%3A%22Android+CMake+build%22+branch%3Amaster)
[![Build Status](https://github.com/OSGeo/gdal/actions/workflows/clang_static_analyzer.yml/badge.svg)](https://github.com/osgeo/gdal/actions?query=workflow%3A%22CLang+Static+Analyzer%22+branch%3Amaster)
[![Build Status](https://github.com/OSGeo/gdal/actions/workflows/code_checks.yml/badge.svg)](https://github.com/osgeo/gdal/actions?query=workflow%3A%22Code+Checks%22+branch%3Amaster)
[![Build Status](https://github.com/OSGeo/gdal/actions/workflows/conda.yml/badge.svg)](https://github.com/osgeo/gdal/actions?query=workflow%3A%22Conda%22+branch%3Amaster)
[![Build Status](https://scan.coverity.com/projects/749/badge.svg?flat=1)](https://scan.coverity.com/projects/gdal)
[![Documentation build Status](https://github.com/OSGeo/gdal/workflows/Docs/badge.svg)](https://github.com/osgeo/gdal/actions?query=workflow%3A%22Docs%22+branch%3Amaster)
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/gdal.svg)](https://issues.oss-fuzz.com/issues?q=status:open%20gdal)
[![Coverage Status](https://coveralls.io/repos/github/OSGeo/gdal/badge.svg?branch=master)](https://coveralls.io/github/OSGeo/gdal?branch=master)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8250/badge)](https://www.bestpractices.dev/projects/8250)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/OSGeo/gdal/badge)](https://securityscorecards.dev/viewer/?uri=github.com/OSGeo/gdal)[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5884351.svg)](https://doi.org/10.5281/zenodo.5884351)
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A )](http://numfocus.org)
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
* Main site: https://gdal.org - Developer and user docs, links to other resources
* GIT repository: https://github.com/OSGeo/gdal
* Bug tracker: https://github.com/OSGeo/gdal/issues
* Download: https://download.osgeo.org/gdal
* Wiki: https://trac.osgeo.org/gdal - Various user and developer contributed documentation and hints
* Mailing list: https://lists.osgeo.org/mailman/listinfo/gdal-dev[//]: # (numfocus-fiscal-sponsor-attribution)
The GDAL project uses a [custom governance](./GOVERNANCE.md)
and is fiscally sponsored by [NumFOCUS](https://numfocus.org/). Consider making
a [tax-deductible donation](https://numfocus.org/donate-to-gdal) to help the project
pay for developer time, professional services, travel, workshops, and a variety of other needs.
NumFOCUS is 501(c)(3) non-profit charity in the United States; as such, donations to
NumFOCUS are tax-deductible as allowed by law. As with any donation, you should
consult with your personal tax adviser or the IRS about your particular tax situation.### How to build
See [BUILDING.md](BUILDING.md)
### How to contribute
See [CONTRIBUTING.md](CONTRIBUTING.md)
### Docker images
See [docker/](docker/)
### Code of Conduct
See [doc/source/community/code_of_conduct.rst](doc/source/community/code_of_conduct.rst)
### Security policy
See [SECURITY.md](SECURITY.md)
### Citing GDAL/OGR in publications
See [CITATION](CITATION) and [CITATION.cff](CITATION.cff)