Core#
|
Instantiate an abstract canvas representing the space and compute a reduction by pixel according to the geometry type applying the aggregation function defined in source. |
|
Compute a reduction by pixel, mapping data to pixels as points. |
|
Compute a reduction by pixel, mapping data to pixels as one or more lines. |
|
Compute a reduction by pixel, mapping data to pixels as one or more filled polygons. |
|
Sample a raster dataset by canvas size and bounds. |
Apply additional transforms over the data, which options could be |
|
|
Convert a DataArray to an image by choosing an RGBA pixel color for each value by discrete approach. |
|
Convert a DataArray to an image by choosing an RGBA pixel color for each value. |
|
Export a MapSource object to a raster object. |
|
Export a MapSource object to a map object. |
|
Get MapSource data and return as dict or GeoDataFrame depending on the geometry type. |
|
Get the MapSource legend. |
|
Export a MapSource object to a geojson object. |
|
Get the MapSource legend and return as a JSON string. |