Fsharp.Gdal


Configuration

Namespace: FSharp.Gdal

Configuration of GDAL/OGR library's environment variables

Functions and values

Function or valueDescription
configured
Signature: bool ref

Stores if GDAL/OGR library is already configured in the system

directoryCopy (...)
Signature: srcPath:string -> dstPath:string -> copySubDirs:bool -> unit

Helper function to execute the copy of a directory and its files in a destination folder

Init ()
Signature: unit -> unit

Copies all the GDAL/OGR dlls in the executing assemly path and set the enivronoment variables it needs. Then registers all GDAL and OGR drivers.

printGdalDrivers ()
Signature: unit -> unit

Print GDAL configured drivers

printOgrDrivers ()
Signature: unit -> unit

Print OGR configured drivers

Fork me on GitHub