Claude Paroz
|
6e55e1d88a
|
Refs #23919 -- Replaced six.reraise by raise
|
2017-01-22 20:08:04 +01:00 |
Tim Graham
|
7aba69145d
|
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
2017-01-20 08:17:20 -05:00 |
Tim Graham
|
4e729feaa6
|
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
These functions do nothing on Python 3.
|
2017-01-20 08:01:02 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Claude Paroz
|
2b281cc35e
|
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
|
2017-01-18 21:33:28 +01:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Claude Paroz
|
f3c43ad1fd
|
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
2017-01-18 13:44:34 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Tim Graham
|
1691782652
|
Refs #26509 -- Removed contrib.gis.utils.precision_wkt() per deprecation timeline.
|
2017-01-17 20:52:04 -05:00 |
Tim Graham
|
7e63e84572
|
Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.
|
2017-01-17 20:52:02 -05:00 |
Tim Graham
|
997c9f7099
|
Refs #25665 -- Removed deprecated getter/setter of Point.tuple.
|
2017-01-17 20:52:02 -05:00 |
Tim Graham
|
19d8e64ac3
|
Refs #25665 -- Removed deprecated getters/setters of Point coordinate properties.
|
2017-01-17 20:52:02 -05:00 |
Tim Graham
|
a0149848f7
|
Refs #25665 -- Removed GEOSGeometry.get/set_srid() per deprecation timeline.
|
2017-01-17 20:52:01 -05:00 |
Tim Graham
|
56a5760543
|
Refs #25184 -- Removed contrib.gis.geoip per deprecation timeline.
|
2017-01-17 20:52:00 -05:00 |
Tim Graham
|
a0d166306f
|
Removed GeoManager and GeoQuerySet per deprecation timeline.
|
2017-01-17 20:51:56 -05:00 |
Claude Paroz
|
946dd5bde2
|
Refs #25004 -- Fixed test failure introduced by OpenLayers 3 update.
|
2017-01-03 11:11:00 -05:00 |
Tim Graham
|
c04207cd38
|
Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.
|
2017-01-03 09:49:00 -05:00 |
Claude Paroz
|
2ebfda38e6
|
Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3
Thanks Tim Graham for the review.
|
2017-01-02 19:45:52 +01:00 |
Sergey Fedoseev
|
af5983e4f5
|
Removed unneeded SpatiaLite workarounds in GIS tests.
|
2016-12-17 08:31:17 -05:00 |
Sergey Fedoseev
|
17a9e0cd07
|
Used assertJSONEqual() in GISFunctionsTests.test_asgeojson().
|
2016-12-17 08:23:47 -05:00 |
Sergey Fedoseev
|
5d28fef8f9
|
Made NumPoints raise TypeError on MySQL when it's used on fields besides LineStringField.
|
2016-12-16 10:34:02 -05:00 |
Sergey Fedoseev
|
b01ceae843
|
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
|
2016-12-15 16:59:08 -05:00 |
Sergey Fedoseev
|
4884472447
|
Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is unavailable.
|
2016-12-15 16:36:18 -05:00 |
Sergey Fedoseev
|
986c7d522a
|
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Area function, Distance function, and distance lookups now work with
geodetic coordinates on SpatiaLite.
|
2016-12-15 15:31:07 -05:00 |
Sergey Fedoseev
|
38a6df555f
|
Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.
|
2016-12-15 14:16:09 -05:00 |
Sergey Fedoseev
|
5a23cc00f5
|
Fixed #27607 -- Added Oracle support for AsGML GIS function.
|
2016-12-15 14:00:08 -05:00 |
Sergey Fedoseev
|
d013134ffb
|
Improved testing of num_seg kwarg of BoundingCircle GIS function.
|
2016-12-15 12:40:04 -05:00 |
Sergey Fedoseev
|
e36a9d3fd1
|
Simplified a GIS test by using an SRID available on all backends.
|
2016-12-15 09:32:12 -05:00 |
Sergey Fedoseev
|
9b79281e31
|
Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.
|
2016-12-08 10:24:05 -05:00 |
Sergey Fedoseev
|
a413ef2155
|
Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.
|
2016-12-08 10:24:05 -05:00 |
Sergey Fedoseev
|
65a1f32319
|
Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.
|
2016-12-08 10:24:05 -05:00 |
Tim Graham
|
b5f0b3478d
|
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
|
2016-12-07 17:42:31 -05:00 |
Sergey Fedoseev
|
f909fa84be
|
Fixed #25708 -- Fixed annotations with geometry values.
|
2016-12-07 14:16:29 -05:00 |
Sergey Fedoseev
|
183f501540
|
Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db_prep_save().
|
2016-12-06 13:58:22 -05:00 |
Sergey Fedoseev
|
b90d72facf
|
Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.
|
2016-12-06 13:58:22 -05:00 |
Sergey Fedoseev
|
30657d7836
|
Removed test workarounds for PROJ.4 < 4.7.0.
PROJ.4 4.7.0 was released on 25 Sep 2009 and is available in Ubuntu 12.04.
|
2016-12-05 16:23:17 -05:00 |
Claude Paroz
|
cc9e429701
|
Fixed #27557 -- Casted GEOSGeometry only when necessary
Thanks Pete Flugstad for the report, and Tim Graham for the review.
|
2016-11-30 17:49:41 +01:00 |
Sergey Fedoseev
|
4464b9b9ad
|
Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup.
|
2016-11-30 11:22:56 -05:00 |
Sergey Fedoseev
|
f24eea3b69
|
Simplified union GIS tests with equals() rather than equals_exact().
|
2016-11-30 07:49:05 -05:00 |
Sergey Fedoseev
|
21322f9271
|
Fixed #27552 -- Added docs/test for GEOSGeometry.normalize().
|
2016-11-30 07:39:03 -05:00 |
Sergey Fedoseev
|
fb3716b156
|
Enabled GeoQuerySetTest.test_unionagg on Oracle; refs #23504.
It's not clear when it started to work.
|
2016-11-29 09:06:17 -05:00 |
Jackie Leng
|
50613d957a
|
Fixed #26920 -- Made GEOSGeometry equality check consider the srid
|
2016-11-23 09:23:06 +01:00 |
Nicolas Noé
|
a269018e86
|
Fixed #27493 -- Fixed test failure with recent GDAL versions
|
2016-11-19 16:41:18 +01:00 |
Adam Chainz
|
7c6efb3233
|
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Missed in f7a363ee1d .
|
2016-11-15 11:46:06 -05:00 |
Ramin Farajpour Cami
|
0a63ef3f61
|
Fixed #27463 -- Fixed E741 flake8 warnings.
|
2016-11-14 17:40:28 -05:00 |
Ramin Farajpour Cami
|
967be82443
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
Christian von Roques
|
cbae4d3184
|
Fixed #27448 -- Switched use of functions deprecated in PostGIS 2.2.
Thanks Claude Paroz and Tim Graham for reviews, and
Mjumbe Wawatu Poe for the initial regression test.
|
2016-11-12 16:18:22 -05:00 |
Claude Paroz
|
8c7778884b
|
Dropped support for GDAL 1.7 and 1.8
|
2016-11-12 17:28:03 +01:00 |
Daniel Wiesmann
|
2dc07da497
|
Fixed #27421 -- Added shape, size, and offset controls to GDALRaster constructor.
Thanks Tim Graham for the review.
|
2016-11-11 07:09:38 -05:00 |
za
|
321e94fa41
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
Tim Graham
|
e1f6eba033
|
Fixed nonexistent tmc.edu domain in GeoIP test.
The test was silently skipped.
|
2016-10-11 19:31:13 -04:00 |
Tim Graham
|
79c91070e5
|
Confirmed support for PostGIS 2.3.
|
2016-09-30 10:00:04 -04:00 |
Claude Paroz
|
92323d54fd
|
Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS
Thanks Tim Graham for the review.
|
2016-09-22 16:40:27 +02:00 |
Claude Paroz
|
8e2ac3bcaf
|
Refs #27056 -- Rearranged gis_migrations test case classes
|
2016-09-22 16:40:24 +02:00 |
Tim Graham
|
8119b679eb
|
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
http://bugs.python.org/issue27364
|
2016-09-17 15:44:06 -04:00 |
Tim Graham
|
5a51b44936
|
Fixed #26697 -- Removed contrib.gis.maps.
|
2016-09-16 15:21:46 -04:00 |
Mads Jensen
|
0c1f71635f
|
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual().
|
2016-09-13 10:07:37 -04:00 |
Claude Paroz
|
a1ad896422
|
Refs #27098 -- Added introspection for expression-based index on PostgreSQL
Also test it on PostGIS raster fields.
|
2016-09-12 09:26:33 +02:00 |
Claude Paroz
|
d389125606
|
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
2016-09-12 09:26:33 +02:00 |
Daniel Wiesmann
|
082f5bfdbc
|
Added error messages for GIS DB functions when used with rasters.
|
2016-09-02 20:26:16 -04:00 |
Kevan Swanberg
|
35504f74a8
|
Fixed #26685 -- Added dwithin lookup support on SpatiaLite.
|
2016-08-30 20:45:47 -04:00 |
Matthew Somerville
|
fb951fb0c5
|
Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own drivers.
|
2016-08-23 17:30:11 -04:00 |
Daniel Wiesmann
|
89f17e7caf
|
Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Thanks Sean Mc Allister for providing a test.
|
2016-08-15 14:23:10 -04:00 |
Claude Paroz
|
ade681b9ad
|
Unified SpatiaLite spelling
|
2016-08-09 18:46:28 +02:00 |
Claude Paroz
|
a7863c78b7
|
Fixed #27024 -- Prevented logging error with empty string as geometry widget value
Thanks Gavin Wahl for the report, and Tim Graham for the review.
|
2016-08-08 16:28:19 +02:00 |
Tim Graham
|
4a696bbe13
|
Fixed a GeoIP test failure with the latest data.
|
2016-08-03 11:08:30 -04:00 |
Sergey Fedoseev
|
4178488881
|
Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
|
2016-07-28 17:48:17 -04:00 |
Tim Graham
|
081fdaf110
|
Fixed a GeoIP test failure with the latest data.
|
2016-07-19 09:08:46 -04:00 |
Tim Graham
|
c9ae09addf
|
Replaced use of TestCase.fail() with assertRaises().
Also removed try/except/fail antipattern that hides exceptions.
|
2016-06-28 11:21:26 -04:00 |
Tim Graham
|
9f66302797
|
Removed a test workaround for some old GDAL 1.7.x versions.
|
2016-06-23 16:24:18 -04:00 |
Sergey Fedoseev
|
5ce660cd65
|
Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().
|
2016-06-21 15:46:27 -04:00 |
Sergey Fedoseev
|
ea4665066b
|
Fixed #26785 -- Made Oracle return None rather than empty string for empty geometries.
|
2016-06-21 14:06:29 -04:00 |
Claude Paroz
|
140c235026
|
Fixed #26750 -- Fixed introspection for geography point field with dim=3
Thanks Yegor Kazantsev for the report and the initial patch.
|
2016-06-21 15:22:21 +02:00 |
Claude Paroz
|
8ba44ecda0
|
Fixed #26775 -- Supported dim=3 geography fields
Thanks François-Xavier Thomas for the report.
|
2016-06-18 21:48:32 +02:00 |
Claude Paroz
|
f7a363ee1d
|
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Thanks Tim Graham for the review.
|
2016-06-18 10:58:02 +02:00 |
Jon Dufresne
|
4f336f6652
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
Sergey Fedoseev
|
6928ad184e
|
Fixed #26736 -- Fixed crashes in SpatialReference with non-ASCII characters.
|
2016-06-11 21:03:22 -04:00 |
Tim Graham
|
bc84278615
|
Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.
|
2016-06-01 07:45:22 -04:00 |
Tim Graham
|
47f22e8286
|
Fixed #25645 -- Dropped support for SpatiaLite < 4.0.
|
2016-05-31 11:31:51 -04:00 |
Daniel Wiesmann
|
9bb1b4b7f6
|
Refs #25588 -- Fixed GDAL dependency in spatial lookups.
|
2016-05-27 17:43:17 +01:00 |
Tim Graham
|
a0a1c4fbde
|
Updated GeoIP test for latest database.
|
2016-05-23 19:59:28 -04:00 |
Tim Graham
|
d7334b405f
|
Refs #26333 -- Reverted inadvertent edits to fix tests.
|
2016-05-13 12:21:44 -04:00 |
Nicolas Noé
|
e158ec0ba0
|
Fixed #26333 -- Made GIS Geometry classes deconstructible.
|
2016-05-13 11:30:19 -04:00 |
Claude Paroz
|
72ff70fba5
|
Made GDAL proj test less fragile
The WGS84 proj string can differ depending on installed libs.
Refs #26592.
|
2016-05-07 19:45:50 +02:00 |
Daniel Wiesmann
|
bbfad84dd9
|
Fixed #25588 -- Added spatial lookups to RasterField.
Thanks Tim Graham for the review.
|
2016-05-06 09:17:18 -04:00 |
Nicolas Noé
|
23fbd3ff48
|
Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units().
|
2016-04-19 11:19:44 -04:00 |
Claude Paroz
|
9686c888d6
|
Fixed #25951 -- Trimmed default representation of GEOSGeometry
Thanks Sergey Fedoseev for the report.
|
2016-04-17 15:31:12 +02:00 |
krishbharadwaj
|
e494b9ffb6
|
Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.
|
2016-04-16 16:47:04 -04:00 |
Tim Graham
|
a3265af808
|
Refs #26432 -- Skipped a raster test as needed.
|
2016-04-16 16:24:32 -04:00 |
Claude Paroz
|
10c53385f8
|
Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init arguments
Thanks Tim Graham for the review.
|
2016-04-16 19:51:00 +02:00 |
Claude Paroz
|
d419b0c9bd
|
Converted property syntax of WKBWriter
|
2016-04-16 19:51:00 +02:00 |
Claude Paroz
|
1ee9c5b4a9
|
Refs #17635 -- Tested the Cast function in a geography to geometry context
Thanks Tim Graham for the review.
|
2016-04-12 21:14:45 +02:00 |
Opa-
|
461f74ab19
|
Fixed #26432 -- Fixed size tuple order when using numpy reshape on a GDALBand.
|
2016-04-12 10:12:19 -04:00 |
Daniel Wiesmann
|
c12a00e554
|
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Added the IsValid and MakeValid database functions, and the isvalid lookup,
all for PostGIS.
Thanks Tim Graham for the review.
|
2016-04-09 09:22:30 -04:00 |
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
Tim Graham
|
2cd2d18851
|
Fixed W503 flake8 warnings.
|
2016-04-04 17:14:26 -04:00 |
Daniel Wiesmann
|
870dd1d38b
|
Fixed #26417 -- Allowed setting GDALBand data with partial values.
|
2016-03-29 11:08:36 -04:00 |
Daniel Wiesmann
|
f1db8c36e9
|
Fixed #26415 -- Allowed deleting nodata value on GDALBands.
|
2016-03-29 08:06:31 -04:00 |
Tim Graham
|
1c8c0837c6
|
Sorted single letter imports per the latest version of isort.
|
2016-03-28 11:45:31 -04:00 |
Tim Graham
|
9027fac841
|
Removed unneeded GeoManagers in tests.
|
2016-03-11 13:09:24 -05:00 |