Skip to content

Commit bb6e886

Browse files
committed
Update Icechunk version references to v1.0.0 and adjust notebook metadata
1 parent 352f4f5 commit bb6e886

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/how-to/work-with-data.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"source": [
5555
"### Connect to the Icechunk repository\n",
5656
"\n",
57-
"Production fire risk data is stored in an Icechunk repository on S3. We'll connect to version `v0.9.0` of the wind-adjusted fire risk output. For valid versions, check out the [GitHub release page](https://github.com/carbonplan/ocr/releases)."
57+
"Production fire risk data is stored in an Icechunk repository on S3. We'll connect to version `v1.0.0` of the wind-adjusted fire risk output. For valid versions, check out the [GitHub release page](https://github.com/carbonplan/ocr/releases)."
5858
]
5959
},
6060
{
@@ -65,7 +65,7 @@
6565
"outputs": [],
6666
"source": [
6767
"# Configure S3 storage for the Icechunk repository\n",
68-
"version = 'v0.13.1'\n",
68+
"version = 'v1.0.0'\n",
6969
"storage = icechunk.s3_storage(\n",
7070
" bucket='us-west-2.opendata.source.coop',\n",
7171
" prefix=f'carbonplan/carbonplan-ocr/output/fire-risk/tensor/production/{version}/ocr.icechunk',\n",
@@ -344,7 +344,7 @@
344344
],
345345
"metadata": {
346346
"kernelspec": {
347-
"display_name": "ocr (3.13.6)",
347+
"display_name": "default",
348348
"language": "python",
349349
"name": "python3"
350350
},
@@ -358,7 +358,7 @@
358358
"name": "python",
359359
"nbconvert_exporter": "python",
360360
"pygments_lexer": "ipython3",
361-
"version": "3.13.6"
361+
"version": "3.13.5"
362362
}
363363
},
364364
"nbformat": 4,

0 commit comments

Comments
 (0)