Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nens/dask-geomodeling
On-the-fly operations on geographical maps.
https://github.com/nens/dask-geomodeling
Last synced: 4 days ago
JSON representation
On-the-fly operations on geographical maps.
- Host: GitHub
- URL: https://github.com/nens/dask-geomodeling
- Owner: nens
- License: bsd-3-clause
- Created: 2019-08-27T08:35:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T11:58:50.000Z (26 days ago)
- Last Synced: 2024-10-23T11:51:18.929Z (25 days ago)
- Language: Python
- Homepage: https://dask-geomodeling.readthedocs.org
- Size: 748 KB
- Stars: 29
- Watchers: 15
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
dask-geomodeling
==========================================.. image:: https://readthedocs.org/projects/dask-geomodeling/badge/?version=latest
:target: https://dask-geomodeling.readthedocs.io/en/latest/?badge=latest.. image:: https://github.com/nens/dask-geomodeling/actions/workflows/test.yml/badge.svg
:target: https://github.com/nens/dask-geomodeling/actions/workflows/test.yml.. image:: https://badge.fury.io/py/dask-geomodeling.svg
:target: https://badge.fury.io/py/dask-geomodeling.. image:: https://anaconda.org/conda-forge/dask-geomodeling/badges/version.svg
:target: https://anaconda.org/conda-forge/dask-geomodelingDask-geomodeling is a collection of classes that are to be stacked together to
create configurations for on-the-fly operations on geographical maps. By
generating `Dask `_ compute graphs, these operation
may be parallelized and (intermediate) results may be cached.Multiple Block instances together make a view. Each Block has the ``get_data``
method that fetches the data in one go, as well as a ``get_compute_graph``
method that creates a graph to compute the data later.`Read the docs `_ for further information.