module documentation

This module includes some utility functions for inspecting the layout of a GDAL data source -- the functionality is analogous to the output produced by the `ogrinfo` utility.

Function ogrinfo Walk the available layers in the supplied `data_source`, displaying the fields for the first `num_features` features.
def ogrinfo(data_source, num_features=10): (source)

Walk the available layers in the supplied `data_source`, displaying the fields for the first `num_features` features.