8000 Tags · airbusgeo/godal · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: airbusgeo/godal

Tags

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Build/CI updates for newer gdal version (#141)

account for the fact that all drivers can now be disabled at gdal compile time

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update test ubuntu and go versions (#136)

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle setting geometry column name for GDAL 3.6+ (#123)

Co-authored-by: Yohan Cabion <yohan.cabion.sii@externalgcp.ds.airbus.com>

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added function for converting GCPs into a GeoTransform array (#118)

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add GDALDEMProcessing binding (#117)

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add GDALGrid binding and Grid go function (#113)

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add errorlogger that skips warnings (#110)

* add errorlogger that skips warnings

* fixup

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update gdal/go versions in CI (#83)

* update gdal/go versions in CI

* disable recent gdal tests. need to update build procedure

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cleanup VSI adapter handling (#45)

This is a breaking change. RegisterVSIHandler now requires a
KeySizerReaderAt. RegisterVSIAdapter is removed.

To update client code: s/RegisterVSIAdapter/RegisterVSIHandler/

v0.0.4

Toggle v0.0.4's commit message
add multi-thread option to cogify

0