LICENSE
README.md
setup.py
geoformat/__init__.py
geoformat/_version.py
geoformat.egg-info/PKG-INFO
geoformat.egg-info/SOURCES.txt
geoformat.egg-info/dependency_links.txt
geoformat.egg-info/top_level.txt
geoformat/conf/__init__.py
geoformat/conf/decorator.py
geoformat/conf/driver_variable.py
geoformat/conf/error_messages.py
geoformat/conf/fields_variable.py
geoformat/conf/format_data.py
geoformat/conf/geometry_variable.py
geoformat/conf/path.py
geoformat/conf/timer.py
geoformat/constraints/__init__.py
geoformat/constraints/primary_key.py
geoformat/conversion/__init__.py
geoformat/conversion/bbox_conversion.py
geoformat/conversion/bytes_conversion.py
geoformat/conversion/coordinates_conversion.py
geoformat/conversion/feature_conversion.py
geoformat/conversion/fields_conversion.py
geoformat/conversion/geolayer_conversion.py
geoformat/conversion/geometry_conversion.py
geoformat/conversion/metadata_conversion.py
geoformat/conversion/precision_tolerance_conversion.py
geoformat/conversion/segment_conversion.py
geoformat/db/__init__.py
geoformat/db/db_request.py
geoformat/driver/__init__.py
geoformat/driver/common_driver.py
geoformat/driver/csv_driver.py
geoformat/driver/geojson_driver.py
geoformat/driver/postgresql_driver.py
geoformat/driver/ogr/__init__.py
geoformat/driver/ogr/ogr_driver.py
geoformat/explore_data/__init__.py
geoformat/explore_data/print_data.py
geoformat/explore_data/random_geometry.py
geoformat/geoprocessing/__init__.py
geoformat/geoprocessing/area.py
geoformat/geoprocessing/length.py
geoformat/geoprocessing/line_merge.py
geoformat/geoprocessing/merge_geometries.py
geoformat/geoprocessing/point_on_linestring.py
geoformat/geoprocessing/simplify.py
geoformat/geoprocessing/split.py
geoformat/geoprocessing/union.py
geoformat/geoprocessing/connectors/__init__.py
geoformat/geoprocessing/connectors/operations.py
geoformat/geoprocessing/connectors/predicates.py
geoformat/geoprocessing/generalization/__init__.py
geoformat/geoprocessing/generalization/ramer_douglas_peucker.py
geoformat/geoprocessing/generalization/visvalingam_whyatt.py
geoformat/geoprocessing/geoparameters/__init__.py
geoformat/geoprocessing/geoparameters/bbox.py
geoformat/geoprocessing/geoparameters/boundaries.py
geoformat/geoprocessing/geoparameters/lines.py
geoformat/geoprocessing/matrix/__init__.py
geoformat/geoprocessing/matrix/adjacency.py
geoformat/geoprocessing/measure/__init__.py
geoformat/geoprocessing/measure/area.py
geoformat/geoprocessing/measure/distance.py
geoformat/geoprocessing/measure/length.py
geoformat/index/__init__.py
geoformat/index/attributes/__init__.py
geoformat/index/attributes/hash.py
geoformat/index/geometry/__init__.py
geoformat/index/geometry/grid.py
geoformat/obj/__init__.py
geoformat/obj/geocontainer.py
geoformat/obj/geometry.py
geoformat/processing/__init__.py
geoformat/processing/data/__init__.py
geoformat/processing/data/clauses.py
geoformat/processing/data/field_statistics.py
tests/data/__init__.py
tests/data/coordinates.py
tests/data/features.py
tests/data/fields_metadata.py
tests/data/geolayers.py
tests/data/geometries.py
tests/data/geometry_index.py
tests/data/matrix.py
tests/data/segments.py
tests/geoformat/__init__.py
tests/geoformat/conf/__init__.py
tests/geoformat/conf/test_format_data.py
tests/geoformat/conf/test_path.py
tests/geoformat/constraints/__init__.py
tests/geoformat/constraints/test_primary_key.py
tests/geoformat/conversion/__init__.py
tests/geoformat/conversion/test_bbox_conversion.py
tests/geoformat/conversion/test_bytes_conversion.py
tests/geoformat/conversion/test_coordinates_conversion.py
tests/geoformat/conversion/test_feature_conversion.py
tests/geoformat/conversion/test_fields_conversion.py
tests/geoformat/conversion/test_geolayer_conversion.py
tests/geoformat/conversion/test_geometry_conversion.py
tests/geoformat/conversion/test_metadata_conversion.py
tests/geoformat/conversion/test_precision_tolerance_conversion.py
tests/geoformat/conversion/test_segment_conversion.py
tests/geoformat/db/__init__.py
tests/geoformat/driver/__init__.py
tests/geoformat/driver/test_csv_driver.py
tests/geoformat/driver/test_geojson_driver.py
tests/geoformat/driver/test_postgresql_driver.py
tests/geoformat/driver/ogr/__init__.py
tests/geoformat/driver/ogr/compare_ogr_files.py
tests/geoformat/driver/ogr/geolayer_to_geojson.py
tests/geoformat/driver/ogr/geolayer_to_postgresql.py
tests/geoformat/driver/ogr/geolayer_to_shapefile.py
tests/geoformat/explore_data/__init__.py
tests/geoformat/explore_data/test_print_data.py
tests/geoformat/geoprocessing/__init__.py
tests/geoformat/geoprocessing/test_area.py
tests/geoformat/geoprocessing/test_length.py
tests/geoformat/geoprocessing/test_line_merge.py
tests/geoformat/geoprocessing/test_merge_geometries.py
tests/geoformat/geoprocessing/test_point_on_linestring.py
tests/geoformat/geoprocessing/test_simplify.py
tests/geoformat/geoprocessing/test_split.py
tests/geoformat/geoprocessing/test_union.py
tests/geoformat/geoprocessing/connectors/__init__.py
tests/geoformat/geoprocessing/connectors/test_operations.py
tests/geoformat/geoprocessing/connectors/test_predicates.py
tests/geoformat/geoprocessing/generalization/__init__.py
tests/geoformat/geoprocessing/generalization/test_ramer_douglas_peucker.py
tests/geoformat/geoprocessing/generalization/test_visvalingam_whyatt.py
tests/geoformat/geoprocessing/geoparameters/__init__.py
tests/geoformat/geoprocessing/geoparameters/test_bbox.py
tests/geoformat/geoprocessing/geoparameters/test_boundaries.py
tests/geoformat/geoprocessing/geoparameters/test_lines.py
tests/geoformat/geoprocessing/matrix/__init__.py
tests/geoformat/geoprocessing/matrix/test_adjacency.py
tests/geoformat/geoprocessing/measure/__init__.py
tests/geoformat/geoprocessing/measure/test_area.py
tests/geoformat/geoprocessing/measure/test_distance.py
tests/geoformat/geoprocessing/measure/test_length.py
tests/geoformat/index/__init__.py
tests/geoformat/index/attributes/__init__.py
tests/geoformat/index/attributes/test_hash.py
tests/geoformat/index/geometry/__init__.py
tests/geoformat/index/geometry/test_grid.py
tests/geoformat/obj/__init__.py
tests/geoformat/obj/test_geometry.py
tests/geoformat/processing/__init__.py
tests/geoformat/processing/data/__init__.py
tests/geoformat/processing/data/test_clauses.py
tests/geoformat/processing/data/test_field_statistics.py
tests/inspector/__init__.py
tests/inspector/geoformat_inspector.py
tests/perf/__init__.py
tests/perf/compare_func.py