Science Score: 41.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: planetlabs
  • License: other
  • Language: C++
  • Default Branch: master
  • Size: 242 MB
Statistics
  • Stars: 1
  • Watchers: 181
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created almost 11 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Security

README.md

GDAL - Geospatial Data Abstraction Library

Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build status Build Status Documentation build Status Fuzzing Status

DOI

Powered by NumFOCUS

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

The GDAL project uses a custom governance and is fiscally sponsored by NumFOCUS. Consider making a tax-deductible donation 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

How to contribute

See CONTRIBUTING.md

Docker images

See docker/

Code of Conduct

See doc/source/community/codeofconduct.rst

Security policy

See SECURITY.md

Citing GDAL/OGR in publications

See CITATION

Owner

  • Name: Planet Labs
  • Login: planetlabs
  • Kind: organization
  • Email: hello@planet.com
  • Location: Earth

Planet provides global data daily, making changes visible, accessible, and actionable.

Citation (CITATION)

To cite GDAL/OGR in publications use:

  GDAL/OGR contributors (2022). GDAL/OGR Geospatial Data Abstraction
  software Library. Open Source Geospatial Foundation. URL https://gdal.org
  DOI: 10.5281/zenodo.5884351

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {{GDAL/OGR} Geospatial Data Abstraction software Library},
    author = {{GDAL/OGR contributors}},
    organization = {Open Source Geospatial Foundation},
    year = {2022},
    url = {https://gdal.org},
    doi = {10.5281/zenodo.5884351},
  }

GitHub Events

Total
Last Year

Dependencies

autotest/requirements.txt pypi
  • lxml * test
  • pytest >=6.0.0 test
  • pytest-env * test
  • pytest-sugar * test
doc/environment.yml pypi
  • alabaster ==0.7.12
  • babel ==2.6.0
  • beautifulsoup4 ==4.7.1
  • breathe ==4.13.0.post0
  • bs4 ==0.0.1
  • chardet ==3.0.4
  • docutils ==0.14
  • exhale ==0.2.2
  • idna ==2.8
  • imagesize ==1.1.0
  • jinja2 ==2.10.1
  • lxml ==4.3.3
  • markupsafe ==1.1.1
  • packaging ==19.0
  • pygments ==2.4.0
  • pyparsing ==2.4.0
  • pytz ==2019.1
  • requests ==2.21.0
  • six ==1.12.0
  • snowballstemmer ==1.2.1
  • soupsieve ==1.9.1
  • sphinx ==2.0.1
  • sphinx-rtd-theme ==0.4.3
  • sphinxcontrib-applehelp ==1.0.1
  • sphinxcontrib-devhelp ==1.0.1
  • sphinxcontrib-htmlhelp ==1.0.2
  • sphinxcontrib-jsmath ==1.0.1
  • sphinxcontrib-qthelp ==1.0.2
  • sphinxcontrib-serializinghtml ==1.1.3
  • urllib3 ==1.24.3
doc/requirements.txt pypi
  • breathe *
  • recommonmark *
  • sphinx *
  • sphinx-markdown-tables *
  • sphinx_bootstrap_theme *
  • sphinx_rtd_theme *
  • sphinxcontrib-bibtex *
  • sphinxcontrib-spelling *
swig/python/gdal-utils/setup.py pypi
  • gdal *