-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Intake GUI for thumbnails and geotiffs (#58)
* gui fixup * sat-search>=0.3 in binder config
- Loading branch information
Showing
11 changed files
with
4,114 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,56 @@ | ||
name: intake-stac | ||
# Intake GUI also requires jupyterlab extensions installed | ||
# jupyter labextension install @pyviz/jupyterlab_pyviz | ||
name: intake-stac-gui | ||
channels: | ||
- conda-forge | ||
- informaticslab | ||
dependencies: | ||
- python=3 | ||
- aiohttp | ||
- autopep8 | ||
- black | ||
- boto3 | ||
- codecov | ||
- coverage | ||
- dask | ||
- datashader | ||
- distributed | ||
- flake8 | ||
- geopandas | ||
- geoviews | ||
- hvplot | ||
- intake | ||
- intake_geopandas | ||
- intake-geopandas | ||
- intake-parquet | ||
- intake-xarray | ||
- rasterio | ||
- sat-stac | ||
- sat-search | ||
- ipykernel | ||
- ipywidgets | ||
- isort | ||
- jupyterlab | ||
- make | ||
- matplotlib | ||
- nbsphinx | ||
- netcdf4 | ||
- nodejs >=10.0.0 | ||
- numpy | ||
- numpydoc | ||
- pandoc | ||
- panel | ||
- pip | ||
- pre_commit | ||
- pytest | ||
- pytest-cov | ||
- pytest-icdiff | ||
- python =3.7 | ||
- pytoml | ||
- pyyaml | ||
- rasterio | ||
- recommonmark | ||
- requests | ||
- sat-search>=0.3 | ||
- sat-stac | ||
- scikit-image | ||
- matplotlib | ||
- pip | ||
- sphinx_rtd_theme | ||
- sphinx >=1.6 | ||
- xarray | ||
- pip: | ||
- git+https://github.com/intake/intake-stac@master | ||
- sphinx_copybutton |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
#!/bin/bash | ||
set -euo pipefail | ||
|
||
# Install development version of intake-stack | ||
pip install . | ||
jupyter labextension install --clean \ | ||
@jupyter-widgets/jupyterlab-manager \ | ||
@jupyterlab/geojson-extension \ | ||
@pyviz/jupyterlab_pyviz | ||
|
||
#EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Intake GUI also requires jupyterlab extensions installed | ||
# conda env create -f ci/environment-gui-3.7.yml | ||
# conda activate intake-stac-gui | ||
# pip install -e . | ||
# jupyter labextension install @pyviz/jupyterlab_pyviz | ||
name: intake-stac-gui | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- aiohttp | ||
- autopep8 | ||
- black | ||
- boto3 | ||
- codecov | ||
- coverage | ||
- dask | ||
- datashader | ||
- distributed | ||
- flake8 | ||
- geopandas | ||
- geoviews | ||
- hvplot | ||
- intake | ||
- intake-geopandas | ||
- intake-parquet | ||
- intake-xarray | ||
- ipykernel | ||
- ipywidgets | ||
- isort | ||
- jupyterlab | ||
- make | ||
- matplotlib | ||
- nbsphinx | ||
- netcdf4 | ||
- nodejs >=10.0.0 | ||
- numpy | ||
- numpydoc | ||
- pandoc | ||
- panel | ||
- pip | ||
- pre_commit | ||
- pytest | ||
- pytest-cov | ||
- pytest-icdiff | ||
- python =3.7 | ||
- pytoml | ||
- pyyaml | ||
- rasterio | ||
- recommonmark | ||
- requests | ||
- sat-search>=0.3 | ||
- sat-stac | ||
- scikit-image | ||
- sphinx_rtd_theme | ||
- sphinx >=1.6 | ||
- xarray | ||
- pip: | ||
- sphinx_copybutton |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.