Geo General  1
 All Classes Files Functions Variables Pages
Geo General Documentation

Introduction

libgeogeneral is a basic set of tools to manipulate vector and raster objects. The toolset is based on GDAL/OGR but simplifies the interfaces for ease of use.

GeoVector

The GeoVector class includes all the basic tools to instantiate a vector object and read or write feature geometries and attributes, copy, filter using a sql query, etc.

GeoRaster

The GeoRaster class includes the same type of tools for raster datasets as well as tools to read and write bands into buffers. Additionally, there are built in transforms for converting between geographic and pixel coordinates as well as buffer offset.

Files

There are several file handling functions to :

  1. check if a file exists in the file system before writing
  2. list the available files matching a user privided filter string

Readmes

Please see the readme files in the Related Pages tab for more info on each module

Copyright 2014 Google Inc. All rights reserved.