summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit message (Expand)Author
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-12Fixed #27448 -- Switched use of functions deprecated in PostGIS 2.2.Christian von Roques
2016-11-12Dropped support for GDAL 1.7 and 1.8Claude Paroz
2016-11-11Fixed #27421 -- Added shape, size, and offset controls to GDALRaster construc...Daniel Wiesmann
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-10-11Fixed nonexistent tmc.edu domain in GeoIP test.Tim Graham
2016-09-30Confirmed support for PostGIS 2.3.Tim Graham
2016-09-22Fixed #27056 -- Allowed migrating geometry field dimension on PostGISClaude Paroz
2016-09-22Refs #27056 -- Rearranged gis_migrations test case classesClaude Paroz
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-16Fixed #26697 -- Removed contrib.gis.maps.Tim Graham
2016-09-13Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen
2016-09-12Refs #27098 -- Added introspection for expression-based index on PostgreSQLClaude Paroz
2016-09-12Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz
2016-09-02Added error messages for GIS DB functions when used with rasters.Daniel Wiesmann
2016-08-30Fixed #26685 -- Added dwithin lookup support on SpatiaLite.Kevan Swanberg
2016-08-23Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own dri...Matthew Somerville
2016-08-15Fixed #27014 -- Fixed annotations with database functions on PostGIS.Daniel Wiesmann
2016-08-09Unified SpatiaLite spellingClaude Paroz
2016-08-08Fixed #27024 -- Prevented logging error with empty string as geometry widget ...Claude Paroz
2016-08-03Fixed a GeoIP test failure with the latest data.Tim Graham
2016-07-28Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.Sergey Fedoseev
2016-07-19Fixed a GeoIP test failure with the latest data.Tim Graham
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-23Removed a test workaround for some old GDAL 1.7.x versions.Tim Graham
2016-06-21Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().Sergey Fedoseev
2016-06-21Fixed #26785 -- Made Oracle return None rather than empty string for empty ge...Sergey Fedoseev
2016-06-21Fixed #26750 -- Fixed introspection for geography point field with dim=3Claude Paroz
2016-06-18Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-11Fixed #26736 -- Fixed crashes in SpatialReference with non-ASCII characters.Sergey Fedoseev
2016-06-01Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.Tim Graham
2016-05-31Fixed #25645 -- Dropped support for SpatiaLite < 4.0.Tim Graham
2016-05-27Refs #25588 -- Fixed GDAL dependency in spatial lookups.Daniel Wiesmann
2016-05-23Updated GeoIP test for latest database.Tim Graham
2016-05-13Refs #26333 -- Reverted inadvertent edits to fix tests.Tim Graham
2016-05-13Fixed #26333 -- Made GIS Geometry classes deconstructible.Nicolas Noé
2016-05-07Made GDAL proj test less fragileClaude Paroz
2016-05-06Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann
2016-04-19Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units().Nicolas Noé
2016-04-17Fixed #25951 -- Trimmed default representation of GEOSGeometryClaude Paroz
2016-04-16Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.krishbharadwaj
2016-04-16Refs #26432 -- Skipped a raster test as needed.Tim Graham
2016-04-16Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init argumentsClaude Paroz
2016-04-16Converted property syntax of WKBWriterClaude Paroz
2016-04-12Refs #17635 -- Tested the Cast function in a geography to geometry contextClaude Paroz
2016-04-12Fixed #26432 -- Fixed size tuple order when using numpy reshape on a GDALBand.Opa-
2016-04-09Fixed #26455 -- Allowed filtering and repairing invalid geometries.Daniel Wiesmann
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham