Open
Description
This issue sheds some light on the discussions I'd during raster awareness..
project calls. Some of the main points discussed are listed below:
xarray
will be used in place ofrasterio
to access raster files.- transformational methods for converting
xarray.dataArray
object to PySAL'sW
andWSP
object during initial week. - performance improvements, memory optimization for the created methods.
- Housing/location of the methods are still under discussion (one of the suggestion was to keep them inside
util.py
)
Discussion also involved brainstorming for features and functionality to be incorporated after phase 1:
- functionality to support timeline analysis
- support for multi band handling
- integration with
splot
- using
Dask
for handling large rasters
This issue will also be used for future discussion related raster awareness
project and is open for discussion!, any suggestions or feedbacks are most welcome.