Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/miccoh1994/gdal

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/miccoh1994/gdal

  • v0.0.0-20241121123151-0f8f7f3bfbb1
  • Source
  • Go
  • Socket score

Version published
Created
Source

About

The gdal.go package provides a go wrapper for GDAL, the Geospatial Data Abstraction Library. More information about GDAL can be found at http://www.gdal.org


Installation

  1. go get github.com/miccoh1994/gdal

  2. Set the GDAL library and include directories to the appropriate locations.

     ### Windows
    
    1. Download the GDAL binaries from https://download.gisinternals.com/sdk/downloads/release-1930-x64-gdal-3-9-1-mapserver-8-2-0-libs.zip
    2. Extract the contents of the zip file to C:\gdal\gdal-3.9.1
    3. Download and install https://jmeubank.github.io/tdm-gcc/download/
    4. go env -w "CC=gcc"
  3. go build


Compatibility

This software has been tested most recently on Windows 10 and MacOS 15 with GDAL version 3.9.1.


Examples


Status (13/11/2024)

The majority of GDAL functionality exposed by the C API is available, as well as much of the OGR API. Most functionality is not covered by tests or benchmarks.

FAQs

Package last updated on 21 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc