wandergis
wandergis
Can it support retina screen?
https://numpy.org/doc/stable/reference/generated/numpy.pad.html `numpy.pad(array, pad_width, mode='constant', **kwargs)`[[source]](https://github.com/numpy/numpy/blob/v1.24.0/numpy/lib/arraypad.py#L529-L877)
https://gdal.org/drivers/raster/gtiff.html 
like python gdal binding lib: ```python from osgeo import gdal filep = "/vsimem/foo.tif" # get the file size stat = gdal.VSIStatL(filep, gdal.VSI_STAT_SIZE_FLAG) # open file vsifile = gdal.VSIFOpenL(filep, 'r') #...
Now only `GDALRasterBand::RasterIO` is supported `GDALDataset::RasterIO` can write multiple bands at the same time, which is valuable in an asynchronous framework, because asynchronous writing of multiple bands to a data...
support `padding` like `leaflet` and `mapbox-gl`'s `fitbounds`