mirror of https://github.com/django/django.git
Removed netCDF from GIS driver testing; refs #23804.
It may not be installed on all systems.
This commit is contained in:
parent
b7219c7ba5
commit
f3eed95175
|
@ -11,7 +11,7 @@ valid_drivers = (
|
|||
'ESRI Shapefile', 'MapInfo File', 'TIGER', 'S57', 'DGN', 'Memory', 'CSV',
|
||||
'GML', 'KML',
|
||||
# raster
|
||||
'GTiff', 'JPEG', 'netCDF', 'MEM', 'PNG',
|
||||
'GTiff', 'JPEG', 'MEM', 'PNG',
|
||||
)
|
||||
|
||||
invalid_drivers = ('Foo baz', 'clucka', 'ESRI Shp', 'ESRI rast')
|
||||
|
|
Loading…
Reference in New Issue