Skip to content

Commit

Permalink
Merge pull request #8 from descarteslabs/catalog_dc_update_20230622
Browse files Browse the repository at this point in the history
Catalog dc update 20230622
  • Loading branch information
cmoultonatx authored Jun 27, 2023
2 parents 39056eb + db57558 commit f11e56e
Show file tree
Hide file tree
Showing 12 changed files with 837 additions and 1,130 deletions.
4 changes: 3 additions & 1 deletion 01 Logging In.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"cell_type": "code",
"execution_count": null,
"id": "2f72b40d-f07f-4338-8509-72bd23b06d1f",
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"import warnings\n",
Expand Down
20 changes: 12 additions & 8 deletions Index.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "27fe74b2-6e92-4fce-85c3-8e57af0234a3",
"metadata": {},
Expand All @@ -9,6 +10,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "81018351-44b8-47a7-a9f8-a6dfb221560b",
"metadata": {},
Expand All @@ -25,6 +27,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "5ef5022e-9774-4bba-900b-4680db285758",
"metadata": {},
Expand All @@ -41,6 +44,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "cb09e68d-06e1-4cec-9a67-51aa392d8f80",
"metadata": {},
Expand All @@ -49,6 +53,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "f16165d5-7047-43fa-8c94-0e6dcb74ad2d",
"metadata": {},
Expand All @@ -57,19 +62,17 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "73d244f0-53ea-4b66-97f1-e4bb2a0845cc",
"metadata": {},
"source": [
"1. [Logging in](01%20Logging%20In.ipynb) to your local client installation for the first time\n",
"2. [Catalog](/guides/catalog/): Create, manage, search, share, and visualize data. These guides include a [General Catalog Object Overview](guides/catalog/Catalog%20Overview.ipynb) as well as:\n",
" - [01 Searching Catalog Products.ipynb](guides/catalog/01%20Searching%20Catalog%20Products.ipynb)\n",
" - [02 Searching Imagery.ipynb](guides/catalog/02%20Searching%20Imagery.ipynb)\n",
" - [03 Rastering Imagery.ipynb](guides/catalog/03%20Rastering%20Imagery.ipynb)\n",
" - [04 Creating and Managing Products.ipynb](guides/catalog/04%20Creating%20and%20Managing%20Products.ipynb)\n",
" - [05 Uploading Image Data.ipynb](guides/catalog/05%20Uploading%20Image%20Data.ipynb)\n",
" - [06 Introduction to Blob Storage](guides/catalog/06%20Introduction%20to%20Blob%20Storage.ipynb)\n",
" - [07 Introduction to Vector](guides/catalog/07%20Introduction%20to%20Vector%20Data.ipynb)\n",
" - [01 Searching and Rastering Catalog Products.ipynb](guides/catalog/01%20Searching%20and%20Rastering%20Catalog%20Products.ipynb)\n",
" - [02 Creating and Managing Products.ipynb](guides/catalog/02%20Creating%20and%20Managing%20Products.ipynb)\n",
" - [03 Introduction to Blob Storage](guides/catalog/03%20Introduction%20to%20Blob%20Storage.ipynb)\n",
" - [04 Introduction to Vector](guides/catalog/04%20Introduction%20to%20Vector%20Data.ipynb)\n",
"3. [Dynamic Compute](guides/dynamic-compute/): An interactive geospatial computation engine\n",
" - [01 Interactive Computing with Mosaics.ipynb](guides/dynamic-compute/01%20Interactive%20Computing%20with%20Mosaics.ipynb)\n",
" - [02 Interactive Computing with ImageStacks.ipynb](guides/dynamic-compute/02%20Interactive%20Computing%20with%20ImageStacks.ipynb)\n",
Expand All @@ -81,6 +84,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "86d65a5d-ac2b-4ee8-a8de-b00fefa930db",
"metadata": {},
Expand All @@ -103,7 +107,7 @@
"id": "d25aabd8-2c03-40fb-b238-b35da33351af",
"metadata": {},
"source": [
"!pip install 'git+https://github.com/descarteslabs/descarteslabs-vector'"
"!pip install descarteslabs-vector"
]
},
{
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ A general outline of the tutorials located in this repo is as follows:

1. [Logging in](01%20Logging%20In.ipynb) to your local client installation for the first time
2. [Catalog](/guides/catalog/): Create, manage, search, share, and visualize data. These guides include a [General Catalog Object Overview](guides/catalog/Catalog%20Overview.ipynb) as well as:
- [01 Searching Catalog Products.ipynb](guides/catalog/01%20Searching%20Catalog%20Products.ipynb)
- [02 Searching Imagery.ipynb](guides/catalog/02%20Searching%20Imagery.ipynb)
- [03 Rastering Imagery.ipynb](guides/catalog/03%20Rastering%20Imagery.ipynb)
- [04 Creating and Managing Raster Data.ipynb](guides/catalog/04%20Creating%20and%20Managing%20Raster%20Data.ipynb)
- [05 Managing and Uploading Image Data.ipynb](guides/catalog/05%20Managing%20and%20Uploading%20Image%20Data.ipynb)
- [06 Introduction to Blob Storage](guides/catalog/06%20Introduction%20to%20Blob%20Storage.ipynb)
- [07 Introduction to Vector](guides/catalog/07%20Introduction%20to%20Vector%20Data.ipynb)
- [01 Searching and Rastering Catalog Products.ipynb](guides/catalog/01%20Searching%20and%20Rastering%20Catalog%20Products.ipynb)
- [02 Creating and Managing Products.ipynb](guides/catalog/02%20Creating%20and%20Managing%20Products.ipynb)
- [03 Introduction to Blob Storage](guides/catalog/03%20Introduction%20to%20Blob%20Storage.ipynb)
- [04 Introduction to Vector](guides/catalog/04%20Introduction%20to%20Vector%20Data.ipynb)
3. [Dynamic Compute](guides/dynamic-compute/): An interactive geospatial computation engine
- [01 Interactive Computing with Mosaics.ipynb](guides/dynamic-compute/01%20Interactive%20Computing%20with%20Mosaics.ipynb)
- [02 Interactive Computing with ImageStacks.ipynb](guides/dynamic-compute/02%20Interactive%20Computing%20with%20ImageStacks.ipynb)
Expand All @@ -36,4 +33,4 @@ For the time being these two packages must be installed separate from the `Desca

pip install 'git+https://github.com/descarteslabs/descarteslabs-dynamic-compute'

pip install 'git+https://github.com/descarteslabs/descarteslabs-vector'
pip install descarteslabs-vector
237 changes: 0 additions & 237 deletions guides/catalog/01 Searching Catalog Products.ipynb

This file was deleted.

Loading

0 comments on commit f11e56e

Please sign in to comment.