Fsharp.Gdal


Vector

Namespace: FSharp.Gdal

Utility functions to access OGR Vectors

Nested types and modules

TypeDescription
DatasourceInfo

Type to store datasource's infos as the layers inside it

LayerInfo

Type to store layer's infos and number of features in it

Functions and values

Function or valueDescription
datasourceInfo datasource
Signature: datasource:DataSource -> DatasourceInfo list

Returns layer's infos: function suitable to use a custom printer for layers in fsharp interactive

features layer
Signature: layer:Layer -> Feature list

Get all features in an OGR.Layer

fields layer
Signature: layer:Layer -> (int * string * FieldType) list

Get index, name and type of all fields in an OGR.Layer

layerInfo layer
Signature: layer:Layer -> LayerInfo

Returns layer's infos: function suitable to use a custom printer for layers in fsharp interactive

layers ds
Signature: ds:DataSource -> Layer list

Get all layers in an OGR.DataSource

toValues layer
Signature: layer:Layer -> (int * string * obj) list

Returns a list of values for each feature suitable to be converted in a deedle frame

Fork me on GitHub