Skip to content
forked from OSGeo/gdal

GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats. This is a mirror of the GDAL Subversion repository.

License

Notifications You must be signed in to change notification settings

1SpatialGroupLtd/gdal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDAL Mirror Branch

This repository exists to allow us to build a custom branch of gdal with changes required for 1int to work optimally.

Branches

This repo contains 2 branches, master and source.

  • master: This branch is the one used to build the gdal artifacts by mvn_gdal_build_w64 and mvn_gdal_build_lx86_64. It should be equal to a certain tag of the gdal public repo, with our changes applied on top.

  • source: This should be an exact mirror of the gdal public repo at a certain tag. This should be equal to master without the custom changed we have made.

How to update

To update the master to a new tag of the gdal branch:

  • If you haven't already, add the gdal github repo as a new remote git remote add github https://github.com/OSGeo/gdal.git

  • Switch to the source branch git checkout source

  • Fetch the commits from github git fetch github

  • Reset the branch to the desired tag git reset --hard tags/v3.2.2

  • Verify that the latest commit is a 'Prepare for GDAL' commit.

  • Switch back to master

  • Rebase this branch on top of the source branch (avoid merging, as we don't want master to get cluttered with merge commits)

  • Push both branches

About

GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats. This is a mirror of the GDAL Subversion repository.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.8%
  • Python 16.6%
  • C 14.0%
  • SWIG 1.5%
  • CMake 0.8%
  • Java 0.8%
  • Other 0.5%