Skip to content
  • Daniel Scheffler's avatar
    moved GeoArray to a new separate library called 'geoarray', added convenience module; · b8887bc1
    Daniel Scheffler authored
    - added new module 'convenience'
    
    convenience:
    - added new submodule 'object_oriented': added function alias_property from GeoArray
    
    geo.projection:
    - EPSG2Proj4(): catched case EPSG_code=None
    - EPSG2WKT(): catched case EPSG_code=None
    - WKT2EPSG(): catched case wkt=''
    
    io.raster.GeoArray:
    - moved GeoArray, NoDataMask, CloudMask, BadDataMask, MultiGeoArray to a new separate library called 'geoarray' and added DeprecationWarnings instead
    
    - updated some import statements
    
    - updated __version__
    b8887bc1