README.md
geoformat.py
setup.py
geoformat.egg-info/PKG-INFO
geoformat.egg-info/SOURCES.txt
geoformat.egg-info/dependency_links.txt
geoformat.egg-info/top_level.txt
geoformat_lib/__init__.py
geoformat_lib/conf/__init__.py
geoformat_lib/conf/decorator.py
geoformat_lib/conf/driver_variable.py
geoformat_lib/conf/error_messages.py
geoformat_lib/conf/fields_variable.py
geoformat_lib/conf/format_data.py
geoformat_lib/conf/geometry_variable.py
geoformat_lib/conf/path.py
geoformat_lib/conf/timer.py
geoformat_lib/constraints/__init__.py
geoformat_lib/constraints/primary_key.py
geoformat_lib/conversion/__init__.py
geoformat_lib/conversion/bbox_conversion.py
geoformat_lib/conversion/bytes_conversion.py
geoformat_lib/conversion/coordinates_conversion.py
geoformat_lib/conversion/feature_conversion.py
geoformat_lib/conversion/fields_conversion.py
geoformat_lib/conversion/geolayer_conversion.py
geoformat_lib/conversion/geometry_conversion.py
geoformat_lib/conversion/metadata_conversion.py
geoformat_lib/conversion/precision_tolerance_conversion.py
geoformat_lib/conversion/segment_conversion.py
geoformat_lib/db/__init__.py
geoformat_lib/db/db_request.py
geoformat_lib/driver/__init__.py
geoformat_lib/driver/geojson_driver.py
geoformat_lib/driver/postgresql_driver.py
geoformat_lib/driver/ogr/__init__.py
geoformat_lib/driver/ogr/ogr_driver.py
geoformat_lib/explore_data/__init__.py
geoformat_lib/explore_data/print_data.py
geoformat_lib/explore_data/random_geometry.py
geoformat_lib/geoprocessing/__init__.py
geoformat_lib/geoprocessing/area.py
geoformat_lib/geoprocessing/length.py
geoformat_lib/geoprocessing/line_merge.py
geoformat_lib/geoprocessing/merge_geometries.py
geoformat_lib/geoprocessing/point_on_linestring.py
geoformat_lib/geoprocessing/split.py
geoformat_lib/geoprocessing/union.py
geoformat_lib/geoprocessing/connectors/__init__.py
geoformat_lib/geoprocessing/connectors/operations.py
geoformat_lib/geoprocessing/connectors/predicates.py
geoformat_lib/geoprocessing/geoparameters/__init__.py
geoformat_lib/geoprocessing/geoparameters/bbox.py
geoformat_lib/geoprocessing/geoparameters/boundaries.py
geoformat_lib/geoprocessing/geoparameters/lines.py
geoformat_lib/geoprocessing/matrix/__init__.py
geoformat_lib/geoprocessing/matrix/adjacency.py
geoformat_lib/geoprocessing/measure/__init__.py
geoformat_lib/geoprocessing/measure/area.py
geoformat_lib/geoprocessing/measure/distance.py
geoformat_lib/geoprocessing/measure/length.py
geoformat_lib/index/__init__.py
geoformat_lib/index/attributes/__init__.py
geoformat_lib/index/attributes/hash.py
geoformat_lib/index/geometry/__init__.py
geoformat_lib/index/geometry/grid.py
geoformat_lib/obj/__init__.py
geoformat_lib/obj/geocontainer.py
geoformat_lib/obj/geometry.py
geoformat_lib/processing/__init__.py
geoformat_lib/processing/data/__init__.py
geoformat_lib/processing/data/clauses.py
geoformat_lib/processing/data/field_statistics.py
tests/test_gis_driver_conversion.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_lib/__init__.py
tests/geoformat_lib/conf/__init__.py
tests/geoformat_lib/conf/test_format_data.py
tests/geoformat_lib/conf/test_path.py
tests/geoformat_lib/constraints/__init__.py
tests/geoformat_lib/constraints/test_primary_key.py
tests/geoformat_lib/conversion/__init__.py
tests/geoformat_lib/conversion/test_bbox_conversion.py
tests/geoformat_lib/conversion/test_bytes_conversion.py
tests/geoformat_lib/conversion/test_coordinates_conversion.py
tests/geoformat_lib/conversion/test_feature_conversion.py
tests/geoformat_lib/conversion/test_fields_conversion.py
tests/geoformat_lib/conversion/test_geolayer_conversion.py
tests/geoformat_lib/conversion/test_geometry_conversion.py
tests/geoformat_lib/conversion/test_metadata_conversion.py
tests/geoformat_lib/conversion/test_precision_tolerance_conversion.py
tests/geoformat_lib/conversion/test_segment_conversion.py
tests/geoformat_lib/db/__init__.py
tests/geoformat_lib/driver/__init__.py
tests/geoformat_lib/driver/test_geojson_driver.py
tests/geoformat_lib/driver/test_postgresql_driver.py
tests/geoformat_lib/driver/ogr/__init__.py
tests/geoformat_lib/driver/ogr/compare_ogr_files.py
tests/geoformat_lib/driver/ogr/geolayer_to_geojson.py
tests/geoformat_lib/driver/ogr/geolayer_to_postgresql.py
tests/geoformat_lib/driver/ogr/geolayer_to_shapefile.py
tests/geoformat_lib/driver/test/__init__.py
tests/geoformat_lib/explore_data/__init__.py
tests/geoformat_lib/explore_data/test_print_data.py
tests/geoformat_lib/geoprocessing/__init__.py
tests/geoformat_lib/geoprocessing/test_area.py
tests/geoformat_lib/geoprocessing/test_length.py
tests/geoformat_lib/geoprocessing/test_line_merge.py
tests/geoformat_lib/geoprocessing/test_merge_geometries.py
tests/geoformat_lib/geoprocessing/test_point_on_linestring.py
tests/geoformat_lib/geoprocessing/test_split.py
tests/geoformat_lib/geoprocessing/test_union.py
tests/geoformat_lib/geoprocessing/connectors/__init__.py
tests/geoformat_lib/geoprocessing/connectors/test_operations.py
tests/geoformat_lib/geoprocessing/connectors/test_predicates.py
tests/geoformat_lib/geoprocessing/geoparameters/__init__.py
tests/geoformat_lib/geoprocessing/geoparameters/test_bbox.py
tests/geoformat_lib/geoprocessing/geoparameters/test_boundaries.py
tests/geoformat_lib/geoprocessing/geoparameters/test_lines.py
tests/geoformat_lib/geoprocessing/matrix/__init__.py
tests/geoformat_lib/geoprocessing/matrix/test_adjacency.py
tests/geoformat_lib/geoprocessing/measure/__init__.py
tests/geoformat_lib/geoprocessing/measure/test_area.py
tests/geoformat_lib/geoprocessing/measure/test_distance.py
tests/geoformat_lib/geoprocessing/measure/test_length.py
tests/geoformat_lib/index/__init__.py
tests/geoformat_lib/index/attributes/__init__.py
tests/geoformat_lib/index/attributes/test_hash.py
tests/geoformat_lib/index/geometry/__init__.py
tests/geoformat_lib/index/geometry/test_grid.py
tests/geoformat_lib/obj/__init__.py
tests/geoformat_lib/obj/test_geometry.py
tests/geoformat_lib/processing/__init__.py
tests/geoformat_lib/processing/data/__init__.py
tests/geoformat_lib/processing/data/test_clauses.py
tests/geoformat_lib/processing/data/test_field_statistics.py
tests/inspector/__init__.py
tests/inspector/geoformat_inspector.py