wandergis

Results 7 issues of 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)

feature

https://gdal.org/drivers/raster/gtiff.html ![image](https://github.com/mmomtchev/node-gdal-async/assets/5799374/f2a9c182-27a2-4735-ba72-dd35dcd75fa2)

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...

enhancement

support `padding` like `leaflet` and `mapbox-gl`'s `fitbounds`