Loading repository data…
Loading repository data…
fastscape-lem / repository
Interactive widgets for topographic data analysis and modelling in Jupyter notebooks
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Interactive widgets for topographic data analysis and modelling in Jupyter notebooks.
While ipyfastscape is tightly integrated with fastscape, it also integrates very well with any data in the form of an xarray dataset or any model created with xarray-simlab.
The widgets available here are built on top of libraries of the jupyter's widget ecosystem such as ipywidgets and ipygany. You can reuse those high-level UI components as-is within notebooks (embedded mini-apps) or for building interactive dashboards that you can then publish as standalone web applications (using voilà).
TopoViz3d: Paraview-like 3D terrain visualization, with time player and dimension explorer
AppLinker: Easily link different application instances for, e.g., side-by-side comparisonYou can install ipyfastscape either with conda:
$ conda install ipyfastscape -c conda-forge
or using pip:
$ python -m pip install ipyfastscape