Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try intake v2 again #24

Merged
merged 14 commits into from
Apr 11, 2024
3 changes: 1 addition & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ parts:
- file: notebooks/0.0_Intro_Landsat
- file: notebooks/1.0_Data_Ingestion-Planetary_Computer
- file: notebooks/1.1_Data_Ingestion-Intake
- file: notebooks/2.0_Preprocessing
- caption: Example Workflows
chapters:
- file: notebooks/3.0_Spectral_Clustering_PC
- file: notebooks/2.0_Spectral_Clustering_PC

33 changes: 26 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,42 @@ dependencies:
- odc-stac
- ipykernel
- hvplot
- panel
- geoviews<1.10
- panel<1.4.0
- geoviews
- datashader
- colorcet
- intake
- intake-xarray<0.7
- xarray=2023.04
- bokeh<3.0
- intake-xarray
- xarray<2023.04
- bokeh<3.4.0
- dask
- dask-ml
- pandas
- numpy
- cartopy
- rioxarray
- rasterio
- s3fs
- jupyter-book
- jupyterlab
- jupyter_server<2
- pyopenssl>22
- sphinx-pythia-theme
- adlfs
# The balance of this environment file pins several libraries in order for
# to satisfy dependencies for the sphinx-pythia-theme 2022.3.22 package.
- sphinx==4.5.0
- sphinxcontrib-applehelp<1.0.7
- sphinxcontrib-devhelp<1.0.5
- sphinxcontrib-htmlhelp<2.0.4
- sphinxcontrib-qthelp<1.0.6
- sphinxcontrib-serializinghtml<1.1.9
- pydata-sphinx-theme<=0.8
- jsonschema-with-format-nongpl<4.19.1
- docutils==0.16
ahuang11 marked this conversation as resolved.
Show resolved Hide resolved
- pip
- pip:
- sphinx-pythia-theme
- stac_geoparquet
- dask_geopandas
- jupyter_bokeh
- pygeos
- intake>=2.0.4
18 changes: 5 additions & 13 deletions notebooks/0.0_Intro_Landsat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"cells": [
{
"cell_type": "markdown",
"id": "477b00c6-6565-4a16-b302-46dac2fff9de",
"id": "e9a66402-d146-40a2-a013-ef1078026efa",
"metadata": {},
"source": [
"![Landsat8](./images/nasa_landsat8.jpg \"Landsat8\")"
"# Start Here - Intro to Landsat Data"
]
},
{
"cell_type": "markdown",
"id": "e9a66402-d146-40a2-a013-ef1078026efa",
"id": "477b00c6-6565-4a16-b302-46dac2fff9de",
"metadata": {},
"source": [
"# Start Here - Intro to Landsat Data"
"![Landsat8](./images/nasa_landsat8.jpg \"Landsat8\")"
]
},
{
Expand Down Expand Up @@ -96,18 +96,10 @@
"source": [
"## Resources and references\n",
"- The Landsat timeline image is originally from [USGS](https://www.usgs.gov/landsat-missions/landsat-satellite-missions?qt-science_support_page_related_con=2) but discovered through [earthsciencedata.org](https://www.earthdatascience.org/courses/use-data-open-source-python/multispectral-remote-sensing/landsat-in-Python/)\n",
"- The Landsat 8 banner image is from [NASA](https://landsat.gsfc.nasa.gov/satellites/landsat-8/landsat-8-mission-details/)\n",
"- The Landsat 8 banner image is from NASA\n",
"- The Landsat spectral bands is from [NASA](https://landsat.gsfc.nasa.gov/satellites/landsat-next/)\n",
"- This page was authored by Demetris Roumis circa Jan, 2023"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "74cb54eb-d2e6-402e-bcc0-8b62394af9c5",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
8 changes: 4 additions & 4 deletions notebooks/1.0_Data_Ingestion-Planetary_Computer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"cells": [
{
"cell_type": "markdown",
"id": "53b39a59-2225-4406-9136-65b0a4956a6c",
"id": "65c844ec-98e2-40e0-9312-9d6bcd30e4a4",
"metadata": {},
"source": [
"![Planetary Computer](images/planetary_computer_header_800w.png \"Planetary Computer\")"
"# Data Ingestion - Microsoft Planetary Computer"
]
},
{
"cell_type": "markdown",
"id": "65c844ec-98e2-40e0-9312-9d6bcd30e4a4",
"id": "53b39a59-2225-4406-9136-65b0a4956a6c",
"metadata": {},
"source": [
"# Data Ingestion - Microsoft Planetary Computer"
"![Planetary Computer](images/planetary_computer_header_800w.png \"Planetary Computer\")"
]
},
{
Expand Down
Loading
Loading