GDAL 3.9.2__tar.gz → 3.9.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. {gdal-3.9.2 → gdal-3.9.3}/PKG-INFO +2 -2
  2. {gdal-3.9.2 → gdal-3.9.3}/README.rst +1 -1
  3. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/GDAL.egg-info/PKG-INFO +2 -2
  4. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/__init__.py +1 -1
  5. {gdal-3.9.2 → gdal-3.9.3}/osgeo/gdal.py +1 -1
  6. {gdal-3.9.2 → gdal-3.9.3}/setup.py +9 -1
  7. {gdal-3.9.2 → gdal-3.9.3}/extensions/gdal_array_wrap.cpp +0 -0
  8. {gdal-3.9.2 → gdal-3.9.3}/extensions/gdal_wrap.cpp +0 -0
  9. {gdal-3.9.2 → gdal-3.9.3}/extensions/gdalconst_wrap.c +0 -0
  10. {gdal-3.9.2 → gdal-3.9.3}/extensions/gnm_wrap.cpp +0 -0
  11. {gdal-3.9.2 → gdal-3.9.3}/extensions/ogr_wrap.cpp +0 -0
  12. {gdal-3.9.2 → gdal-3.9.3}/extensions/osr_wrap.cpp +0 -0
  13. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/GDAL.egg-info/SOURCES.txt +0 -0
  14. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/GDAL.egg-info/dependency_links.txt +0 -0
  15. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/GDAL.egg-info/entry_points.txt +0 -0
  16. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/GDAL.egg-info/not-zip-safe +0 -0
  17. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/GDAL.egg-info/requires.txt +0 -0
  18. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/GDAL.egg-info/top_level.txt +0 -0
  19. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/__init__.py +0 -0
  20. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/array_util.py +0 -0
  21. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/base.py +0 -0
  22. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/batch_creator.py +0 -0
  23. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/color_palette.py +0 -0
  24. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/color_table.py +0 -0
  25. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/extent_util.py +0 -0
  26. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/gdal_argparse.py +0 -0
  27. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/numpy_util.py +0 -0
  28. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/osr_util.py +0 -0
  29. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/progress.py +0 -0
  30. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/raster_creation.py +0 -0
  31. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/rectangle.py +0 -0
  32. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/auxiliary/util.py +0 -0
  33. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal2tiles.py +0 -0
  34. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal2xyz.py +0 -0
  35. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal_calc.py +0 -0
  36. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal_edit.py +0 -0
  37. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal_fillnodata.py +0 -0
  38. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal_merge.py +0 -0
  39. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal_pansharpen.py +0 -0
  40. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal_polygonize.py +0 -0
  41. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal_proximity.py +0 -0
  42. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal_retile.py +0 -0
  43. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdal_sieve.py +0 -0
  44. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdalattachpct.py +0 -0
  45. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdalcompare.py +0 -0
  46. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/gdalmove.py +0 -0
  47. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/ogr_layer_algebra.py +0 -0
  48. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/ogrmerge.py +0 -0
  49. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/pct2rgb.py +0 -0
  50. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/rgb2pct.py +0 -0
  51. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/__init__.py +0 -0
  52. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/assemblepoly.py +0 -0
  53. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/build_jp2_from_xml.py +0 -0
  54. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/classify.py +0 -0
  55. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/crs2crs2grid.py +0 -0
  56. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/densify.py +0 -0
  57. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/dump_jp2.py +0 -0
  58. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/epsg_tr.py +0 -0
  59. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/esri2wkt.py +0 -0
  60. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/fft.py +0 -0
  61. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/fix_gpkg.py +0 -0
  62. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gcps2ogr.py +0 -0
  63. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gcps2vec.py +0 -0
  64. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gcps2wld.py +0 -0
  65. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal2grd.py +0 -0
  66. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_auth.py +0 -0
  67. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_cp.py +0 -0
  68. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_create_pdf.py +0 -0
  69. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_ls.py +0 -0
  70. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_lut.py +0 -0
  71. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_mkdir.py +0 -0
  72. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_remove_towgs84.py +0 -0
  73. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_rm.py +0 -0
  74. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_rmdir.py +0 -0
  75. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdal_vrtmerge.py +0 -0
  76. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdalbuildvrtofvrt.py +0 -0
  77. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdalchksum.py +0 -0
  78. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdalcopyproj.py +0 -0
  79. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdalfilter.py +0 -0
  80. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdalident.py +0 -0
  81. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdalimport.py +0 -0
  82. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdalinfo.py +0 -0
  83. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/gdallocationinfo.py +0 -0
  84. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/get_soundg.py +0 -0
  85. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/histrep.py +0 -0
  86. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/hsv_merge.py +0 -0
  87. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/jpeg_in_tiff_extract.py +0 -0
  88. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/load2odbc.py +0 -0
  89. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/loslas2ntv2.py +0 -0
  90. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/magphase.py +0 -0
  91. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/make_fuzzer_friendly_archive.py +0 -0
  92. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/mkgraticule.py +0 -0
  93. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/ogr2vrt.py +0 -0
  94. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/ogr_build_junction_table.py +0 -0
  95. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/ogr_dispatch.py +0 -0
  96. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/ogrinfo.py +0 -0
  97. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/ogrupdate.py +0 -0
  98. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/rel.py +0 -0
  99. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/tigerpoly.py +0 -0
  100. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/tile_extent_from_raster.py +0 -0
  101. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/tolatlong.py +0 -0
  102. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/val_repl.py +0 -0
  103. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/validate_cloud_optimized_geotiff.py +0 -0
  104. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/validate_geoparquet.py +0 -0
  105. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/validate_gpkg.py +0 -0
  106. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/validate_jp2.py +0 -0
  107. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/vec_tr.py +0 -0
  108. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/vec_tr_spat.py +0 -0
  109. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/osgeo_utils/samples/wcs_virtds_params.py +0 -0
  110. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal2tiles.py +0 -0
  111. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal2xyz.py +0 -0
  112. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal_calc.py +0 -0
  113. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal_edit.py +0 -0
  114. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal_fillnodata.py +0 -0
  115. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal_merge.py +0 -0
  116. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal_pansharpen.py +0 -0
  117. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal_polygonize.py +0 -0
  118. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal_proximity.py +0 -0
  119. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal_retile.py +0 -0
  120. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdal_sieve.py +0 -0
  121. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdalattachpct.py +0 -0
  122. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdalcompare.py +0 -0
  123. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/gdalmove.py +0 -0
  124. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/ogr_layer_algebra.py +0 -0
  125. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/ogrmerge.py +0 -0
  126. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/pct2rgb.py +0 -0
  127. {gdal-3.9.2 → gdal-3.9.3}/gdal-utils/scripts/rgb2pct.py +0 -0
  128. {gdal-3.9.2 → gdal-3.9.3}/osgeo/__init__.py +0 -0
  129. {gdal-3.9.2 → gdal-3.9.3}/osgeo/gdal_array.py +0 -0
  130. {gdal-3.9.2 → gdal-3.9.3}/osgeo/gdalconst.py +0 -0
  131. {gdal-3.9.2 → gdal-3.9.3}/osgeo/gdalnumeric.py +0 -0
  132. {gdal-3.9.2 → gdal-3.9.3}/osgeo/gnm.py +0 -0
  133. {gdal-3.9.2 → gdal-3.9.3}/osgeo/ogr.py +0 -0
  134. {gdal-3.9.2 → gdal-3.9.3}/osgeo/osr.py +0 -0
  135. {gdal-3.9.2 → gdal-3.9.3}/pyproject.toml +0 -0
  136. {gdal-3.9.2 → gdal-3.9.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: GDAL
3
- Version: 3.9.2
3
+ Version: 3.9.3
4
4
  Summary: GDAL: Geospatial Data Abstraction Library
5
5
  Home-page: http://www.gdal.org
6
6
  Author: Frank Warmerdam, Howard Butler, Even Rouault
@@ -44,7 +44,7 @@ reference documentation, but the https://gdal.org/api/python_bindings.html#tutor
44
44
  Dependencies
45
45
  ------------
46
46
 
47
- * libgdal (3.9.2 or greater) and header files (gdal-devel)
47
+ * libgdal (3.9.3 or greater) and header files (gdal-devel)
48
48
  * numpy (1.0.0 or greater) and header files (numpy-devel) (not explicitly
49
49
  required, but many examples and utilities will not work without it)
50
50
 
@@ -13,7 +13,7 @@ reference documentation, but the https://gdal.org/api/python_bindings.html#tutor
13
13
  Dependencies
14
14
  ------------
15
15
 
16
- * libgdal (3.9.2 or greater) and header files (gdal-devel)
16
+ * libgdal (3.9.3 or greater) and header files (gdal-devel)
17
17
  * numpy (1.0.0 or greater) and header files (numpy-devel) (not explicitly
18
18
  required, but many examples and utilities will not work without it)
19
19
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: GDAL
3
- Version: 3.9.2
3
+ Version: 3.9.3
4
4
  Summary: GDAL: Geospatial Data Abstraction Library
5
5
  Home-page: http://www.gdal.org
6
6
  Author: Frank Warmerdam, Howard Butler, Even Rouault
@@ -44,7 +44,7 @@ reference documentation, but the https://gdal.org/api/python_bindings.html#tutor
44
44
  Dependencies
45
45
  ------------
46
46
 
47
- * libgdal (3.9.2 or greater) and header files (gdal-devel)
47
+ * libgdal (3.9.3 or greater) and header files (gdal-devel)
48
48
  * numpy (1.0.0 or greater) and header files (numpy-devel) (not explicitly
49
49
  required, but many examples and utilities will not work without it)
50
50
 
@@ -1,5 +1,5 @@
1
1
  __package_name__ = "gdal-utils"
2
- gdal_utils_version = (3, 9, 2, 0)
2
+ gdal_utils_version = (3, 9, 3, 0)
3
3
  __version__ = ".".join(str(i) for i in gdal_utils_version)
4
4
  __author__ = "Frank Warmerdam"
5
5
  __author_email__ = "warmerdam@pobox.com"
@@ -1067,7 +1067,7 @@ def WarpOptions(options=None, format=None,
1067
1067
  if transformerOptions is not None:
1068
1068
  if isinstance(transformerOptions, dict):
1069
1069
  for k, v in transformerOptions.items():
1070
- new_options += ['-to', opt]
1070
+ new_options += ['-to', f'{k}={v}']
1071
1071
  else:
1072
1072
  for opt in transformerOptions:
1073
1073
  new_options += ['-to', opt]
@@ -17,7 +17,7 @@ from setuptools import setup
17
17
  from setuptools import find_packages
18
18
  from setuptools import Extension
19
19
 
20
- version = '3.9.2'
20
+ version = '3.9.3'
21
21
 
22
22
  # If CXX is defined in the environment, it will be used to link the .so
23
23
  # but setuptools will be confused if it is made of several words like 'ccache g++'
@@ -317,6 +317,14 @@ class gdal_ext(build_ext):
317
317
  # the Extension() instantiations below because we want to use the same
318
318
  # logic to resolve the location of gdal-config throughout.
319
319
  ext.extra_compile_args.extend(self.extra_cflags)
320
+
321
+ # Work around "swig/python detected a memory leak" bug
322
+ # Cf https://github.com/swig/swig/issues/2638#issuecomment-2345002698
323
+ if self.get_compiler() == 'msvc':
324
+ ext.extra_compile_args.append("/DSWIG_PYTHON_SILENT_MEMLEAK")
325
+ else:
326
+ ext.extra_compile_args.append("-DSWIG_PYTHON_SILENT_MEMLEAK")
327
+
320
328
  return build_ext.build_extension(self, ext)
321
329
 
322
330
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes