Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • enhancement/add_sqa
  • 17-initially-set-up-sqa
  • bugfix/fix_warp_ndarray_crash
  • bugfix/fix_warp_ndarray
  • feature/add_localCS_compatibility
  • v0.23.1
  • v0.23.0
  • v0.22.3
  • v0.22.2
  • v0.22.1
  • v0.22.0
  • v0.21.1
  • v0.21.0
  • v0.20.2
  • v0.20.1
  • v0.20.0
  • v0.19.1
  • v0.19.0
  • v0.18.1
  • v0.18.0
  • v0.17.9
  • v0.17.8
  • v0.17.7
  • v0.17.6
  • v0.17.5
26 results

py_tools_ds

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Daniel Scheffler authored
    - added new package 'compatibility'  that ensures that the code also works with older versions of Python and GDAL
    - added __init__.py to package level
    
    geo.raster.reproject:
    - warp_ndarray(): some modifications to ensure compatibility
    
    geo.coord_trafo:
    - lonlat_to_pixel(): fixed a Python 2.7 incompatibility
    
    io.raster.gdal:
    get_GDAL_ds_inmem(): some modifications to ensure compatibility
    
    io.raster.GeoArray:
    - fixed some Python 2.7 incompatibilies
    
    io.temp_io: added new module temp_io for managing temporary files
    
    processing.shell:
    - subcall_with_output(): added verbose mode
    
    ptds.__init__:
    - added validation of GDAL version
    b00ca185
    History
    Name Last commit Last update
    ptds
    .gitignore
    __init__.py