You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New optional dependencies : libpcre (for regular expressions support in SQLite), libxml2 (validation of GML files)
784
784
* --with-python: make it work with python3, and also accept path to python binary as argument of --with-python (#4725)
785
785
* Use nc-config to detect netcdf compilation and linking parameters (#4424)
786
-
* Add frmts/vrt to CONFIG_CFLAGS for developement version of gdal-config (needed for postgis 2.0 compilation)
786
+
* Add frmts/vrt to CONFIG_CFLAGS for development version of gdal-config (needed for postgis 2.0 compilation)
787
787
* Fix compilation failure with iconv on FreeBSD (#4525)
788
788
* Make FileGDBAPI detection work with FileGDBAPI v1.1 and v1.2 (#4570)
789
789
* Fix build on Gentoo with its custom zlib 1.2.6 with the OF macro removed
@@ -1311,7 +1311,7 @@ GML driver:
1311
1311
* Allow reading srsDimension attribute when set on LineString element, and not on posList (#4663)
1312
1312
* Partial support for reading GML 3.3 compat encoding profile, limited to <gmlce:SimplePolygon>, <gmlce:SimpleRectangle>, <gmlce:SimpleTriangle>, <gmlce:SimpleMultiPoint> elements
1313
1313
* Support WFS GetFeature response document to be piped and opened with /vsistdin/
1314
-
* Support specifying connection string as 'filename.gml,xsd=some_filename.xsd' to explicitely provide a XSD
1314
+
* Support specifying connection string as 'filename.gml,xsd=some_filename.xsd' to explicitly provide a XSD
1315
1315
* Improve detection of extent and srs for WFS 2.0
1316
1316
* Allow ISO-8859-15 encoded files to be used by Expat parser (#4829)
1317
1317
* Handle CompositeCurve like MultiCurve (for NAS)
@@ -1694,7 +1694,7 @@ Utilities:
1694
1694
* gdalwarp: speed-up when using -tps with large number of GCPs
1695
1695
* gdalwarp: add support for optional use of libarmadillo to speed-up matrix inversion in -tps mode
1696
1696
* gdalwarp: detect situations where the user will override the source file
1697
-
* gdallocationinfo: do not let one off-db pixel cause all the rest to be supressed (#4181)
1697
+
* gdallocationinfo: do not let one off-db pixel cause all the rest to be suppressed (#4181)
1698
1698
* gdal_rasterize: fix half pixel shift when rasterizing points; make gdal_rasterize utility increase the computed raster extent by a half-pixel for point layers (#3774)
1699
1699
* gdal_rasterize: when source datasource has a single layer, use it implicitely if none of -l or -sql is specified
1700
1700
* nearblack: add -color option (#4085)
@@ -1708,7 +1708,7 @@ Utilities:
1708
1708
* Add gdal_ls.py and gdal_cp.py as Python samples
1709
1709
* Add new sample utility, gdal_edit.py, to edit in place various information of an existing GDAL dataset (projection, geotransform, nodata, metadata) (#4220)
1710
1710
* gdalcopyproj.py: make it copy GCPs too
1711
-
* Add warning if a target filename extension isn't consistant with the output driver
1711
+
* Add warning if a target filename extension isn't consistent with the output driver
1712
1712
* Add --pause for convenient debugging, document it and --locale
1713
1713
1714
1714
Multi-driver topics:
@@ -2057,7 +2057,7 @@ USGSDEM driver:
2057
2057
VRT driver:
2058
2058
* Implement VRTDataset::IRasterIO() that can delegate to source Dataset::RasterIO() in particular cases
2059
2059
* Implement GetMinimum() and GetMaximum()
2060
-
* GetFileList(): for /vsicurl/ ressources, don't actually test their existence as it can be excruciating slow
2060
+
* GetFileList(): for /vsicurl/ resources, don't actually test their existence as it can be excruciating slow
2061
2061
* VRTComplexSource: correctly deal with complex data type (#3977)
2062
2062
* Fix 2 segfaults related to using '<VRTDataset', but with invalid XML, as the target filename of VRTDataset::Create()
2063
2063
* Fix 'VRTDerivedRasterBand with ComplexSource and nodata value yields potentially uninitialized buffer' (#4045)
* OGR SQL: allow NULL to be used as a value, so that 'SELECT *, NULL FROM foo works'
2114
2114
* OGR SQL: Accept doublequoting of column_name in 'SELECT DISTINCT "column_name" FROM table_name' (#3966)
2115
-
* OGR SQL: OGRGenSQLResultsLayer: if the dialect is explicitely set to OGRSQL, don't propagate the WHERE clause of the SELECT to the source layer, but evaluate it instead at the OGRGenSQLResultsLayer level (#4022)
2115
+
* OGR SQL: OGRGenSQLResultsLayer: if the dialect is explicitly set to OGRSQL, don't propagate the WHERE clause of the SELECT to the source layer, but evaluate it instead at the OGRGenSQLResultsLayer level (#4022)
2116
2116
* OGR SQL: Avoid error emission on requests such as 'SELECT MIN(EAS_ID), COUNT(*) FROM POLY'
2117
2117
* OGR SQL: Avoid setting width/precision for AVG column
2118
2118
* OGR SQL: Add a mechanism to delete a layer (DROP TABLE x)
@@ -2166,7 +2166,7 @@ Utilities:
2166
2166
* ogr2ogr: take into account fields specified in the -where clause in combinations with -select to create the correct list of fields to pass to SetIgnoredFields() (#4015)
2167
2167
* ogr2ogr: fix -zfield option so that the modified geometry properly reports coordinate dimension = 3. Also avoids it to be in the list of ignored field names
2168
2168
* ogr2ogr: add -simplify option to simplify geometries
2169
-
* ogr2ogr: add a warning if the target filename has an extension or a prefix that isn't consistant with the default output format (i.e. Shapefile), but which matches another driver. Can be made quiet with -q option
2169
+
* ogr2ogr: add a warning if the target filename has an extension or a prefix that isn't consistent with the default output format (i.e. Shapefile), but which matches another driver. Can be made quiet with -q option
2170
2170
* ogrinfo/ogr2ogr: exit when SetAttributeFilter() fails, instead of silently going on (#4261)
2171
2171
2172
2172
Multi driver topics:
@@ -2561,7 +2561,7 @@ Port:
2561
2561
- /vsitar/ : to read in .tar or .tgz/.tar.gz files
2562
2562
* Add C API to create ZIP files
2563
2563
* Add support for writable /vsizip/
2564
-
* Add VSIBufferedReaderHandle class that is usefull to improve performance when
2564
+
* Add VSIBufferedReaderHandle class that is useful to improve performance when
2565
2565
doing backward seeks by a few bytes on underlying file handles for which
2566
2566
backwardseeks are very slow, such as GZip handle
2567
2567
* Add service for base64 decoding
@@ -2579,7 +2579,7 @@ Port:
2579
2579
Core:
2580
2580
* RFC 24: progressive/async raster reading
2581
2581
* On Unix, add capability of opening the target of a symlink through GDALOpen()
2582
-
even if it not a real filename. Usefull for opening ressources expressed as
2582
+
even if it not a real filename. Usefull for opening resources expressed as
2583
2583
GDAL virtual filenames in software offering only file explorers (#3902)
2584
2584
* Assume anything less than 100000 for GDAL_CACHEMAX is measured in metabytes.
2585
2585
* Read cartesian coordinates if applicable in GDALLoadOziMapFile().
@@ -2672,7 +2672,7 @@ Utilities :
2672
2672
to align on a standard grid (#3772)
2673
2673
2674
2674
AAIGRID driver:
2675
-
* Cast nodata value to float to be consistant with precision of pixel data in
2675
+
* Cast nodata value to float to be consistent with precision of pixel data in
2676
2676
GDT_Float32 case; small optimization to avoid reading the first 100K when
2677
2677
we know that the datatype is already Float32
2678
2678
* Allow reading files where decimal separator is comma (#3668)
@@ -2779,7 +2779,7 @@ GTX driver:
2779
2779
* Read NOAA .gtx vertical datum shift files.
2780
2780
2781
2781
GXF driver:
2782
-
* Cast nodata value to float to be consistant with precision of pixel data in
2782
+
* Cast nodata value to float to be consistent with precision of pixel data in
2783
2783
GDT_Float32 case
2784
2784
* Introduce a GXF_DATATYPE configuration option that can be set to Float64
2785
2785
* Use GDALGetScanline() instead of GDALGetRawScanline() so that #SENS
@@ -2999,7 +2999,7 @@ Core:
2999
2999
* Add OGRLayer::GetName() and OGRLayer::GetGeomType() virtual methods,
3000
3000
and their C and SWIG mappings (#3719)
3001
3001
* On Unix, add capability of opening the target of a symlink through OGROpen()
3002
-
even if it not a real filename. Usefull for opening ressources expressed as
3002
+
even if it not a real filename. Usefull for opening resources expressed as
3003
3003
GDAL virtual filenames in software offering only file explorers (#3902)
3004
3004
* Expat based XML readers : add support for reading files with Windows-1252
3005
3005
encoding
@@ -3012,7 +3012,7 @@ Core:
3012
3012
OGR_G_SymDifference() and OGR_G_UnionCascaded()
3013
3013
* Add C function: OGR_F_StealGeometry()
3014
3014
* Move Centroid() method from OGRPolygon to OGRGeometry base class to be able
3015
-
to operate on various geometry types, and to be consistant with PostGIS
3015
+
to operate on various geometry types, and to be consistent with PostGIS
3016
3016
ST_Centroid() capabilities and the underlying GEOS method
3017
3017
* Make the GetStyleTable() SetStyleTable() SetStyleTableDirectly() methods on
3018
3018
datasources and layers virtual (#2978)
@@ -3269,7 +3269,7 @@ PostgreSQL driver:
3269
3269
is set to YES
3270
3270
* If the PG_USE_BASE64 configuration option is set to YES, geometries will be
3271
3271
requested as BASE64 encoded EWKB instead of canonical HEX encoded EWKB.
3272
-
(usefull when bandwidth is the limiting factor)
3272
+
(useful when bandwidth is the limiting factor)
3273
3273
* Don't instanciate layer defn at layer creation. This can speed up
3274
3274
significantly database opening when they are many tables and the user just
3275
3275
needs to fetch one with GetLayerByName().
@@ -3388,7 +3388,7 @@ Python bindings:
3388
3388
when used and set to True, None is returned when GDALGetGeoTransform()
3389
3389
returns CE_Failure (instead of the fake (0,1,0,0,0,1)); backward
3390
3390
compatibility preserved when the parameter isn't specified
3391
-
* Avoid supressing warnings and errors when exceptions are used (#3632)
3391
+
* Avoid suppressing warnings and errors when exceptions are used (#3632)
3392
3392
* Add gdalinfo.py, ogrinfo.py and ogr2ogr.py as sample scripts, direct ports
3393
3393
of corresponding C/C++ utilities
3394
3394
* Allow manipulating buffer > 2 GB on 64bit builds for ReadRaster() and WriteRaster()
@@ -3665,7 +3665,7 @@ GeoTIFF driver :
3665
3665
* Use official value for inverse flattening of the WGS84 ellipsoid (#2787)
3666
3666
* Add metadata domain for XML documents (#2786)
3667
3667
* Make GTiff driver friendly with files with huge number of bands and pixel interleaving (#2838)
3668
-
* Avoid precaching other bands if block cache size is not big enough to accomodate them (#2838)
3668
+
* Avoid precaching other bands if block cache size is not big enough to accommodate them (#2838)
3669
3669
* Internal libtiff (4.0.0beta5) and libgeotiff (1.3.0beta) upgraded
3670
3670
* use the SetCitationToSRS call for the PCSCitationGeoKey in a similar fashion to the GTCitationGeoKey (#2933)
3671
3671
* NBITS set for GTiffOddBits. YCbCr JPEG added as a compression type.
* Make resampling an optionnal parameter for gdal.RegenerateOverview(),
4106
-
to be consistant with gdal.RegenerateOverviews()
4106
+
to be consistent with gdal.RegenerateOverviews()
4107
4107
* NONNULL checks have been added to check various arguments of methods
4108
4108
* add missing constants : DCAP_VIRTUALIO, color interpretations, OGR constants
4109
4109
@@ -4282,7 +4282,7 @@ Utilities:
4282
4282
* gdalinfo: Display checksums on overviews when -checksum is specified
4283
4283
* gdalinfo: Display whether the mask band has overviews
4284
4284
* ogr2ogr: reset -gt to 1 with -skipfailures, document -gt (#2409)
4285
-
* ogr2ogr: Output error messages on stderr to be consistant; Make error message about failed reprojection more clearer (hopefully); Advertize the use of -skipfailures in error message (#2588)
4285
+
* ogr2ogr: Output error messages on stderr to be consistent; Make error message about failed reprojection more clearer (hopefully); Advertize the use of -skipfailures in error message (#2588)
4286
4286
* nearblack: Add support for scanning from top and bottom as well as from the sides.
4287
4287
* Prevent crash in gdalwarpsimple utility and in GDALSimpleImageWarp() when source dataset has no raster band
4288
4288
* gdal_rasterize: check that coordinates systems match (Ticket #1937)
0 commit comments