Skip to content

Commit 5c1ee33

Browse files
mike-ganglNga Chung
andauthored
Develop to main (#55)
* added updates to working with STAC, along with test files * updated outputs * removed token print statement * cleaned up data notebook, removed chirp data notebook * updated workbook (date) for test environment * deprecation and unusability warnings * added a file for the uploading of aux data * Added example for defining custom metadata and using filter for search. * Fixed cell metadata * Fixed cell metadata * Changed end date in filter * Changed project unity and venue to test. * Added caveat for custom metadata definition. --------- Co-authored-by: Nga Chung <nga.t.chung@jpl.nasa.gov>
1 parent 36a5af8 commit 5c1ee33

19 files changed

Lines changed: 1389 additions & 5815 deletions

jupyter-notebooks/tutorials/1_working_with_applications.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55
"id": "55f72c34-0ac8-4625-86a9-17e7a859f011",
66
"metadata": {},
77
"source": [
8-
"# Working with Applications\n",
8+
"# Deprecated- Working with Applications\n",
99
"The intent of this tutorial is to help familiarize yourself with submitting applications to the Unity Application Catalog. Adding applications to the application catalog allows you and others to generate data by submitting jobs that use an application selected from the catalog.\n",
1010
"\n",
11+
"## Deprecation:\n",
12+
"We are in the process of offering build tools to generate and store applications in the catalog without needing to manually configure these items. These instructions still work if you want to manually publish your CWL from a github repository to the application catalog.\n",
13+
"\n",
1114
"***Note, accounts and repositories hosted on GitHub.com are currently supported. GitHub Enterprise is not supported.***"
1215
]
1316
},
1417
{
1518
"cell_type": "markdown",
1619
"id": "7fe60b57-62c8-44a8-aa20-cf5dd7551af1",
1720
"metadata": {
18-
"jp-MarkdownHeadingCollapsed": true,
1921
"tags": []
2022
},
2123
"source": [
@@ -26,6 +28,7 @@
2628
"cell_type": "markdown",
2729
"id": "ac226cbe-bcd9-4365-b4a0-a3ad55fb3a90",
2830
"metadata": {
31+
"jp-MarkdownHeadingCollapsed": true,
2932
"tags": []
3033
},
3134
"source": [
@@ -77,7 +80,6 @@
7780
"cell_type": "markdown",
7881
"id": "1ae3c385-7190-4a5e-963f-617190d1a64c",
7982
"metadata": {
80-
"jp-MarkdownHeadingCollapsed": true,
8183
"tags": []
8284
},
8385
"source": [
@@ -149,7 +151,7 @@
149151
"name": "python",
150152
"nbconvert_exporter": "python",
151153
"pygments_lexer": "ipython3",
152-
"version": "3.9.6"
154+
"version": "3.8.18"
153155
}
154156
},
155157
"nbformat": 4,

0 commit comments

Comments
 (0)