Metadata-Version: 1.2
Name: ipyfastscape
Version: 0.1.0
Summary: Interactive widgets for topographic data analysis and modelling in Jupyter notebooks.
Home-page: https://github.com/fastscape-lem/ipyfastscape
Maintainer: Benoit Bovy
Maintainer-email: benbovy@gmail.com
License: MIT
Description: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fastscape-lem/fastscape-demo/master?urlpath=lab/tree/ipyfastscape)
        [![Tests](https://github.com/fastscape-lem/ipyfastscape/workflows/test/badge.svg)](https://github.com/fastscape-lem/ipyfastscape/actions)
        
        # ipyfastscape
        
        Interactive widgets for topographic data analysis and modelling in Jupyter notebooks.
        
        While ipyfastscape is tightly integrated with [fastscape](https://github.com/fastscape-lem/fastscape),
        it also integrates very well with any data in the form of an [xarray](https://github.com/pydata/xarray)
        dataset or any model created with [xarray-simlab](https://github.com/benbovy/xarray-simlab).
        
        ## Features
        
        - `TopoViz3d`: 3D terrain visualization
        
        ![TopoViz3d demo](https://user-images.githubusercontent.com/4160723/95083363-b4e02800-071c-11eb-939d-463ebb8342a2.gif)
        
        - `AppLinker`: Easily link different application instances for, e.g., side-by-side comparison
        
        <img src="https://user-images.githubusercontent.com/4160723/95762839-8af3ac00-0cae-11eb-8080-0472e7e6b9d6.gif" width="640" title="AppLinker demo">
        
Keywords: fastscape,jupyter,xarray,topography,landscape
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
