OSGeo/gdal

GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 11th, 2026
Created on October 9th, 2012
Open Issues & Pull Requests: 568 (+0)
GitHub issues: Enabled
Number of forks: 2,941
Total Stargazers: 6,058 (+0)
Total Subscribers: 168 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.7 hours
Mean response time: 46.3 days
90th percentile: 5.2 days
Tracked items: 1,350

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 67% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "python bindings" is answered fastest, typically in under an hour, while "csharp bindings" waits about 4 days. 50% of tracked open issues have had no activity in three months. Only 9% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 233
New in 7 days: 18
Closed in 7 days: 15
Avg open age: 616 days
Stale 30+ days: 200
Stale 90+ days: 177

Recent activity

Opened in 7 days: 17
Closed in 7 days: 13
Comments in 7 days: 7
Events in 7 days: 11

Top labels

  • enhancement (420)
  • not for AI lovers (340)
  • documentation (72)
  • gdal_cli (69)
  • security (21)
  • python bindings (18)
  • bug (17)
  • csharp bindings (15)

Detailed Description

GDAL is a translator library for raster and vector geospatial data formats. It provides a unified interface to read, write, and transform geospatial data across dozens of file formats and data sources, abstracting away format-specific complexity so developers can work with heterogeneous geospatial datasets through a common API.

The core problem GDAL solves is format fragmentation in geospatial data. Raster and vector geospatial data come in many incompatible formats, each with its own quirks and requirements. Rather than requiring applications to implement support for each format independently, GDAL acts as a translation layer, handling format conversion and normalization internally. This approach lets developers focus on geospatial logic rather than format plumbing.

GDAL suits projects that need to ingest, process, or output geospatial data in multiple formats without building custom parsers. It is particularly valuable for remote sensing applications, GIS tools, mapping platforms, and any system that must handle raster imagery or vector geometries from diverse sources. The library is widely used in production geospatial software and is a foundational component of the open source geospatial ecosystem.

The project maintains active engagement with its community through a dedicated mailing list and bug tracker. Development follows a custom governance model and receives fiscal sponsorship, indicating sustained organizational backing. The codebase includes comprehensive documentation on building and contributing, along with established policies for security and community conduct, reflecting a mature project infrastructure.