Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.4 #1

Open
wants to merge 532 commits into
base: master
Choose a base branch
from
Open

Release/2.4 #1

wants to merge 532 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 15, 2019

  1. Fix emitted pgdump SQL when UNLOGGED=ON

    Previously the pgdump driver emitted invalid SQL with UNLOGGED=ON.
    eliask authored and rouault committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    32f9525 View commit details
    Browse the repository at this point in the history
  2. typo fixes

    rouault committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    930c031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f23365c View commit details
    Browse the repository at this point in the history
  4. Prepare for GDAL 2.4.1

    rouault committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    e8cfc11 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Configuration menu
    Copy the full SHA
    973bec9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    57154f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1374 from OSGeo/backport-1373-on-release/2.4

    Backport #1373 on release/2.4
    rouault authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    6785439 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    d42d7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318629f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. GPKG: set sqlite3_busy_timeout, handle SQLITE_BUSY during tile read (f…

    …ixes #1370)
    
    sqlite3_busy_timeout is called on gpkg open with a default timeout of 5000 milliseconds.
    SQLITE_BUSY_TIMEOUT config option can be used to override the timeout value at runtime.
    
    If sqlite returns SQLITE_BUSY(5) when decoding a tile, then emit a CPLError with all available information, clean up, and return an empty tile.
    christapley committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    bdab2ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1379 from OSGeo/backport-1378-on-release/2.4

    Backport #1378 on release/2.4
    rouault authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    67b28fb View commit details
    Browse the repository at this point in the history
  3. Elasticsearch: Fix _mapping url

    In all versions of Elasticsearch <7, the PUT  _mapping URL should be
    constructed as `/{index_name}/_mapping/{mapping_type}`. See
    https://www.elastic.co/guide/en/elasticsearch/reference/5.6/indices-put-mapping.html
    nickpeihl committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    e259722 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    5a45db5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deef145 View commit details
    Browse the repository at this point in the history
  3. Fix build on netBSD 8

    rouault committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    22fa16e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1387 from OSGeo/backport-1384-on-release/2.4

    Backport #1384 on release/2.4
    rouault authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    4c91a9d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. Configuration menu
    Copy the full SHA
    8c1b90d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87755d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a18376 View commit details
    Browse the repository at this point in the history
  4. Fix warnings in GCC 9 optimized builds about potential string truncat…

    …ion in snprintf(), or strncpy(dst,src,strlen(src))
    rouault committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    18e9a1c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    783addc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc6cf7 View commit details
    Browse the repository at this point in the history
  3. HDF5: fix handling of attributes of type SCHAR, UCHAR, USHORT and UINT

    Fixes rasterio/rasterio#1663
    
    For SCHAR and UCHAR, they were up to now considered as strings, which is
    wrong according to https://support.hdfgroup.org/HDF5/doc/H5.user/Datatypes.html
    """3.6. Character and String Datatype Issues
    The H5T_NATIVE_CHAR and H5T_NATIVE_UCHAR datatypes are actually numeric data
    (1-byte integers). If the application wishes to store character data, then
    an HDF5 string datatype should be derived from H5T_C_S1 instead."
    So do consider them as integers, and add a GDAL_HDF5_CHAR_AS_STRING config
    option that defaults to NO to get previous behaviour in case this would really
    be needed.
    
    For USHORT and UINT, use correct '%u' formatting instead of '%ud' that
    added an extraneous 'd' character after the number.
    rouault committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    0ac3eca View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    844f6a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b3db49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    117d938 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    177fbad View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Merge pull request #1392 from ajolma/fix-gvBurnPoint

    rasterize: fix crash when working buffer is larger than 2GB (fix for gvBurnPoint) (fixes  #1338)
    rouault authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6c3b2d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. OGRShapeDataSource::DeleteLayer(): make it delete .cpg, .sbn, .sbx an…

    …d other sidecar files (fixes #1405)
    rouault committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    4b7a9ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    598427b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4739304 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    d42d738 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    157f14e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. OGRSimpleCurve::segmentize(): fix 2.4.1 regression when 2 points are …

    …really close compared to the segmentizatin distance (fixes #1414). Also handle the M dimension
    rouault committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    fb6f0af View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    7cb6ca6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Merge pull request #1420 from OSGeo/backport-1419-to-release/2.4

    [Backport release/2.4] WMS: use proper JSon parsing for ESRI MapServer document (fixes #1416)
    rouault authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    98fc146 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Configuration menu
    Copy the full SHA
    5b9501f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    b711807 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Internal libtiff: TIFFWriteEncodedStrip/TIFFWriteEncodedTile: fix rew…

    …riting of LZW-compressed data
    
    Fixes #1439
    
    When rewriting a LZW tile/strip whose existing size is very close to a multiple of
    1024 bytes (and larger than 8192 bytes) with compressed data that is larger,
    the new data was not placed at the end of the file, causing corruption.
    rouault committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    4c45e76 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    1078d24 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Configuration menu
    Copy the full SHA
    4632051 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    997f6a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1789fc View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. RawDataset: use generic RasterIO() implementation when non-nearest re…

    …sampling is asked (fixes #1301)
    rouault committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    9273064 View commit details
    Browse the repository at this point in the history
  2. HDF5: detect nodata from netCDF _FillValue; add more strict checks fo…

    …r accepting datasets for GCP, and handle nodata in GCP too (fixes #1451)
    rouault committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    35e18b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb7b64f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    ae28342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88fc521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fa6baa View commit details
    Browse the repository at this point in the history
  4. /vsicurl/: automatically detect signed URLs where host ends with a po…

    …rt number; also detect signed URLs as created iwth the AWS4-HMAC-SHA256 method (fixes #1456)
    rouault committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    66806cb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    f30026e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Python bindings: rename README.txt as README.rst, fix a link and mark…

    … its content type appropriately (fixes #1462)
    rouault committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    fc4fcaf View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. Configuration menu
    Copy the full SHA
    02213ab View commit details
    Browse the repository at this point in the history
  2. ci/travis/trusty_clang/before_install.sh: disable msodbcsql17 install…

    …ation because of issue with microsoft repo
    rouault committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    1428b1a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    7efbce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1000325 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. XYZ: fix regression regarding header lines that are not X,Y,Z (fixes #…

    …1472)
    
    Fix issue introduced by feba3e0 / GDAL 2.2.3
    rouault committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    7fefb7e View commit details
    Browse the repository at this point in the history
  2. Fix previous commit (refs #1472)

    rouault committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    e3337a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. gdal_contour: remove explicit width/precision=12/3 of the elev field (f…

    …ixes #1487)
    
    This is insufficient for intervals < 1e-3
    The shapefile driver will default to 24/15 which will be sufficient.
    rouault committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    3895dc3 View commit details
    Browse the repository at this point in the history
  2. GTiff: do not generate a TIFFTAG_GDAL_METADATA with color interpretat…

    …ion information for JPEG YCbCr compression
    rouault committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    c3d60a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb91c16 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. EEDA: Bump to v1alpha.

    - `EarthEngineAsset.path` is no longer returned.
    - `PixelDataType.(INTEGER|FLOAT32|FLOAT64)` are renamed to
      `PixelDataType.(INT|FLOAT|DOUBLE)`.
    - `EarthEngineAsset.time` is no longer returned (replaced by
      `EarthEngineAsset.(start|end)_time`.
    - `ListImagesResponse.assets` is renamed to
      `ListImagesResponse.images`.
    saicheems authored and rouault committed May 3, 2019
    Configuration menu
    Copy the full SHA
    25c839a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    d30dd0c View commit details
    Browse the repository at this point in the history
  2. ISIS3: fix parsing of lists in JSon metadata, and quote string items …

    …when writing lists when needed (fixes #1510)
    rouault committed May 6, 2019
    Configuration menu
    Copy the full SHA
    c22948b View commit details
    Browse the repository at this point in the history
  3. GPKG: change default value of OGR_GPKG_FOREIGN_KEY_CHECK to NO, so as…

    … to avoid issues in downstream software
    rouault committed May 6, 2019
    Configuration menu
    Copy the full SHA
    3e8c177 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Update gdal_calc.py

    Fixed NaN-streaking in output images when the --allBands option is given to tiled images, and removed redundant calculation of nXValid.
    jw-rs authored and rouault committed May 7, 2019
    Configuration menu
    Copy the full SHA
    fa35eb8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    cc20682 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    d93d125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acbe322 View commit details
    Browse the repository at this point in the history
  3. GXF: avoid closing the file pointer before being sure this is a GXF d…

    …river, otherwise this can prevent the opening of some raw format files (fixes #1521)
    rouault committed May 9, 2019
    Configuration menu
    Copy the full SHA
    58a4a80 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Configuration menu
    Copy the full SHA
    544b7fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c797979 View commit details
    Browse the repository at this point in the history
  3. Fix previous commit (refs #1506)

    rouault committed May 11, 2019
    Configuration menu
    Copy the full SHA
    75e9532 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. WaSP: on creation, make sure the layer geometry type set on the featu…

    …re definition is wkbLineString25D
    rouault committed May 15, 2019
    Configuration menu
    Copy the full SHA
    00b2492 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Configuration menu
    Copy the full SHA
    dfe7b7f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    60d52d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b7c357 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    a3b9071 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. ENVI: add read support for reading GCPs (#1528), and fix off-by-one o…

    …ffset on line,pixel on reading GCP
    rouault committed May 25, 2019
    Configuration menu
    Copy the full SHA
    98ae646 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    ba46395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd45943 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. GTiff: fix yesterday regression in which compression parameters are i…

    …gnored in COPY_SRC_OVERVIEWS=YES mode (refs #1594)
    rouault committed May 29, 2019
    Configuration menu
    Copy the full SHA
    66bebac View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. GDALInvGeoTransform(): make it work with scale and rotation/skew coef…

    …ficients of small absolute value (fixes #1615)
    rouault committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    f18efef View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    6f18213 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1630 from OSGeo/backport-1629-to-release/2.4

    [Backport release/2.4] ES: Set 'application/json' in RunRequest() with POST (fixes #1628)
    rouault authored Jun 10, 2019
    Configuration menu
    Copy the full SHA
    decf4b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Elasticsearch: GeoJSON type field should be mapped as text in ES>=5

    When GeoJSON data was converted to Elasticsearch versions >=5, the GeoJSON type field was incorrectly mapped to a `string` instead of `text`.
    nickpeihl authored and rouault committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    d1fbcf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. GDALCreateReprojectionTransformerEx(): do not emit error if reverse t…

    …ransformation fails, and fix crash when trying to use null reverse transformation
    rouault committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    a2ed4ac View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. GTiffDataset::PushMetadataToPam(): early exit when PAM is disabled, t…

    …o avoid error messages
    rouault committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    32371de View commit details
    Browse the repository at this point in the history
  2. Warper: fix GDAL 2.3 regression in a situation wih source nodata valu…

    …e, multiple bands, non-integer data type and nearest resampling where the logic to detect which source pixels are nodata was inverted (fixes #1656)
    rouault committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    33038ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deac7f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    10f825e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    b2155cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c35342 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. GDALCopyWholeRasterGetSwathSize(): fix potential int overflows for bi…

    …g values of GDAL_SWATH_SIZE or GDAL_CACHEMAX
    rouault committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    77de76f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    af7aeb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. /vsicurl/: GetFileSize(): when HEAD request does not return Content-L…

    …ength header, retry with GET
    rouault committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    41203f9 View commit details
    Browse the repository at this point in the history
  2. Contour generator: fix SegmentMerger list iterator skipping and out o…

    …f bounds error. (fixes #1670) (#1671)
    dbrookes96 authored and rouault committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    9334523 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    30fefc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    66a3ed6 View commit details
    Browse the repository at this point in the history
  2. Fix pyflakes issue (refs #1687)

    rouault committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    d911149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93496dd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Prepare for GDAL 2.4.2

    rouault committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    825662d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    94a32bb View commit details
    Browse the repository at this point in the history
  2. autotest/requirements.txt: avoid too recent versions of pytest and mo…

    …re-itertools incompatible of Python2.7
    rouault committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    ba3c8e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbc35a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    963618e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Configuration menu
    Copy the full SHA
    458ab9d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    7f3d00d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    96f606f View commit details
    Browse the repository at this point in the history
  2. gdalwarp: adjust nodata values, passed with -srcnodata/-dstnodata, an…

    …d close to FLT_MAX to exactly it (fixes #1724)
    rouault committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    b329312 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. HDF5 and netCDF: fix crash when reading attributes of type string of …

    …variable length with NULL values
    rouault committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    96e5b10 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    62c0d21 View commit details
    Browse the repository at this point in the history
  2. appveyor.yml: force installation of SWIG 3.0.12 since the C# bindings…

    … aren't compatible of SWIG 4.0 (fixes #1726)
    rouault committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    63766b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    ade6de9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. PG: be more restrictive when deducing non-nullability of columns in S…

    …QL result layers (fixes #1734)
    rouault committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    e9bc15d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. BAG: calculate the northeast pixel corner rather than scaling the res…

    …olution, due to an incorrectly shifted northeast corner in some CARIS surveys (#1728)
    zacharyburnettNOAA authored and rouault committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    d96349b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Configuration menu
    Copy the full SHA
    8cd2d2e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    322a110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5803d2 View commit details
    Browse the repository at this point in the history
  3. vsicrypt.py: fix memleak

    rouault committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    ae33e34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c21eb72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2202d1e View commit details
    Browse the repository at this point in the history
  6. Fix sanitize/install.sh

    rouault committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    48e7405 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eeed391 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Replace a few catch of bad_alloc by exception to handle the case of 3…

    …2 bit trying to allocate more than 4GB of memory and thus throwing a length_error exception. Found by OSS Fuzz
    rouault committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    0fa6cd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. libopencad: CADBuffer: replace m_guard by m_nSize to avoid pointer wr…

    …ap around on 32 bit platforms on corrupted files. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16388. Credit to OSS Fuzz
    rouault committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    e1874ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94bd7a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    c0655c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f8ab8 View commit details
    Browse the repository at this point in the history
  3. Terragen: avoid potential use-after-free on error code path in write_…

    …header(). CID 1404060
    rouault committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    b1219eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c600601 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4b9fc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Configuration menu
    Copy the full SHA
    86af9ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30a944f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e5b363 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2f6652 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    818ed17 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    3b66efc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    de66f00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96ba1b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Configuration menu
    Copy the full SHA
    6e574b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    5b2ea12 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    85ed3f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    327f913 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    75907bd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Configuration menu
    Copy the full SHA
    e4c6c10 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Memory corruption due to wrong condition logic

        while( (nPair = CPLAtomicInc(&(poJob->nCurPair))) < nPairs ||
               !poJob->bSuccess )
    The logic allows accessing poJob->oPairs[nPair] even if nPair >=nPairs in case when !poJob->bSuccess is true
    Correct logic should continue the cycle if nPair<nPairs and poJob->bSuccess is true. And break the cycle if nPair>=nPairs or poJob->bSuccess is false.
    an-ivanov authored and rouault committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    240b50b View commit details
    Browse the repository at this point in the history
  2. Add VSIOverwriteFile()

    rouault committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    bbcc03c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be5e592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbd05da View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. JP2OpenJPEG: fix reading overviews, when tiled API is used, and the d…

    …imensions of the full resolution image are not a multiple of 2^numresolutions (fixes #1860)
    rouault committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    bb9bc59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adf7f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08399af View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    e7f351e View commit details
    Browse the repository at this point in the history
  2. JP2OpenJPEG: correctly set coordinates to opj_set_decode_area() on ov…

    …erviews (linked to previous fix)
    rouault committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    ffc0ed8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    44bf617 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    bad858f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    3f69261 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    8d2a370 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Configuration menu
    Copy the full SHA
    5fd97be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3250771 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    e29375d View commit details
    Browse the repository at this point in the history
  2. OGRSimpleCurve: fix reversePoints() and addSubLineString() to take in…

    …to account M dimension
    rouault committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    68eba53 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    3c9a2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5005679 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Prepare for GDAL 2.4.3

    rouault committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    753f0e2 View commit details
    Browse the repository at this point in the history
  2. PDS: fix opening of datasets with BSQ organization (or single band), …

    …where one band is larger than 2 GB (2.3 regression)
    rouault committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    91f07b5 View commit details
    Browse the repository at this point in the history
  3. IRIS: make identification more restrictive to avoid false-positive id…

    …entification of raw binary formats such as ENVI (fixes #1961)
    rouault committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e1e63ba View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. OGRLinearRing::isPointOnRingBoundary(): fix incomplete test that coul…

    …d falsely return true if the point was aligned with a segment, but not between the nodes. Impact correct reconstruction of holes in shapefile driver
    rouault committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    33bdc43 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. nasakeywordhandler: fixes to be able to read some labels with metadat…

    …a items whose value is a list on several lines
    rouault committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    fc29798 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Contour algorithm: fix (over) precision issue when comparing pixel va…

    …lue to NoData on Float32 rasters (fixes #1987)
    rouault committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d8c9b28 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    c085030 View commit details
    Browse the repository at this point in the history
  2. /vsicurl (and derived filesystems): fix concurrency issue with multit…

    …hreaded reads (fixes #1244)
    
    Kudos to @tbonfort for the easy reproducer.
    rouault committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    9af4aa1 View commit details
    Browse the repository at this point in the history
  3. Multithreaded warper: make sure a transformer object is used by the t…

    …hread which created it (fixes #1989). This workarounds a PROJ bug also fixed per OSGeo/PROJ#1726
    rouault committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4ee512d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fec6c93 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    6e83a20 View commit details
    Browse the repository at this point in the history
  2. Block cache: fix corruption on multithreaded write on datasets (fixes #…

    …2011)
    
    When writing several GDAL datasets in parallel from several threads, a
    thread can force a dirty block of another thread/dataset to be written. By
    doing so, it will remove it from the list of cached blocks, so if the thread
    that explictly manipulates this dataset reacquire the block, it will see an
    old version of the block. The effect of this can be particularly seen with
    GeoTIFF files with multi band pixel leaving organization, where acquiring
    a block of a band causes corresponding blocks of other bands to be cached.
    
    The main fix done here is in GDALRasterBlock::Internalize() to avoid evicting
    a dirty block of another dataset when there are other candidates. This considerably
    reduces the likelihood of the bug.
    
    Another fix is done in GDALDataset::EnterReadWrite() to wait for the completion
    of the flushing of pending dirty blocks of the dataset before reading new blocks.
    
    I believe there could still be problems if the block cache size is too
    small regarding the number of threads.
    rouault committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    abe7fd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. VRT: fix requesting a downsampling version of the mask band of a sour…

    …ce that has masks and overviews
    rouault committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    fa6668f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71ce9ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f80e9b8 View commit details
    Browse the repository at this point in the history
  4. Update cache calculation in gdal2tiles.py

    See #2020
    EvertEt authored and rouault committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    eec2ce0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. GRIB2: do not do erroneous K->C unit conversion for derived forecasts…

    … whose content is not a temperature, but a derived quantity, such as spread
    rouault committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    92e0a99 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    6c47d6a View commit details
    Browse the repository at this point in the history
  2. metaname.cpp: fix typo

    rouault committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    fe53a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fa4d39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f57f48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c57de9 View commit details
    Browse the repository at this point in the history
  6. ElasticSearch: translate constructs like CAST(field_name AS CHARACTER…

    …) = 'foo' to ES query language
    rouault committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    b3ad2df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    042ee2f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    58be2f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    b25599b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    b5456b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Configuration menu
    Copy the full SHA
    3b33e5b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    d2e555e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. RPC transformer: test success code of GDALRPCTransform() in GDALCreat…

    …eRPCTransformer()
    
    Cherry-picked from c95b091
    rouault committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    ca9a77b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    081bf71 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    be32e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac7e54 View commit details
    Browse the repository at this point in the history
  3. Fix compilation

    rouault committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    0dca675 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. DXF: fix handling of SPLINE whose first knot is at a very very close …

    …to zero negative (fixes #1969)
    
    Fix inspired from @igorthy 's analysis of the issue.
    
    This is related to e1ab235 which
    has introduced support for SPLINE whose knot vector doesn't start at 0,
    which number of other DXF parsers don't support.
    rouault committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    b233548 View commit details
    Browse the repository at this point in the history
  2. Commit forgotten file

    rouault committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    8ae9e1e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. OGRGeometryFactory::ForceTo(): fix crash when forcing a MultiPolygon …

    …Z/M/ZM to a CompoundCurve (fixes #2120)
    rouault committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    ed3ac13 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    888775c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a271dab View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. GeoJSONSeq & TopoJSON: avoid false positive detection and errors on u…

    …nrelated http[s]:// filenames
    rouault committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    9a7fc8e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Configuration menu
    Copy the full SHA
    a73afe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bd7c6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df645e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. HFA: fix writing of compressed file when a RLE run count is in the [0…

    …x4000,0x8000[ range or [0x400000, 0x800000[ (fixes #2150)
    rouault committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    5204c9e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. gdal_fillnodata.py/GDALFillNodata: fix crash when smooth_iterations i…

    …s used, and with some progress functions such as the one used by Python (fixes #1184)
    rouault committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    cc27493 View commit details
    Browse the repository at this point in the history
  2. Fix gdal2tiles max cache setting

    EvertEt authored and rouault committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    9b3d44b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9cab5b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    b513e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df7a1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8eb15f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbb9a62 View commit details
    Browse the repository at this point in the history
  5. Prepare for GDAL 2.4.4

    rouault committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    9fe5e1e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Configuration menu
    Copy the full SHA
    8504799 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Configuration menu
    Copy the full SHA
    9a6b35c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    b9c3b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. GDALDataset::CopyLayer(): fix crash when using DST_SRSWKT option. And…

    … also set SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER)
    rouault committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    6bb8ced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c136425 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. GDALRasterizeGeometries(): fix potential integer overflow / memory al…

    …location failure, depending on GDAL_CACHEMAX and raster dimensions (fixes #2261)
    rouault committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    b926d21 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    951ef33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ebc5b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    2c55daf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    d25cf84 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    f4fc68b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Travis: fix link to kealib

    rouault committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    748f7fd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. VRT pansharpening: fix crash when NoData is set and input multispectr…

    …al bands are separate files (fixes #2328)
    rouault committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    107a899 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. GRIB2: add support for rotated lat-lon grids

    Ported from master 90e1e6b
    rouault committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    66d0423 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    16363d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    c9637d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b206c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. DXF writer: Re-add some header and trailer elements (fixes #1213)

    Partially reverts 4d4e273.
    atlight authored and rouault committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    cab3d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba636c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. GML: fix handling of angles with ArcByCenterPoint and urn:ogc:def:crs…

    …:EPSG::4326, and compound curves made of a sequence of straight lines and ArcByCenterPoint in a <segments> (refs #2356)
    rouault committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    16b18b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. GWKAverageOrModeThread(): reject invalid source pixels for average/q1…

    …/q3/mode/min/max resampling (fixes #2365)
    rouault committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    1079c7f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    6d2fe5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a9d75f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. OGRGeometryFactory::forceToMultiLineString(): fix for a GeometryColle…

    …ction of LineStringZ/M/ZM (fixes #1873)
    rouault committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    b8c95fb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    bc3b3c3 View commit details
    Browse the repository at this point in the history
  2. GML geometry parsing: improve handling of closed Ring starting with a…

    … ArcByCenterPoint, and handles [nmi_i] unit for radius (refs #2386)
    rouault committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    c7af868 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Python bindings: fix invalid check for Dataset.ReadAsArray(buf_obj=so…

    …me_array, interleave='pixel') scenario
    rouault committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    b291f0e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    ffdc786 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    f9021d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. GTiff: avoid crash on single-component file with Whitepoint and Prima…

    …ryChromaticities tags
    rouault committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    8f131a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    e5fdd26 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    72641bd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    c421ccc View commit details
    Browse the repository at this point in the history