Skip to content

Commit e427def

Browse files
committed
tweak tags, fix link
1 parent df86365 commit e427def

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ authors:
44
# add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
55
- family-names: Huang
66
given-names: Andrew
7-
orcid: https://orcid.org/0000-0000-0000-0000 # optional -- this should be updated!
8-
website: https://github.com/ahuang11 # optional
9-
# affiliation: # optional
7+
orcid: https://orcid.org/0000-0003-2618-084X
8+
website: https://github.com/ahuang11
9+
affiliation: "Anaconda, Inc."
1010
- name: "Web Map / Feature Services Cookbook contributors" # use the 'name' field to acknowledge organizations
1111
website: "https://github.com/ProjectPythia/web-map-feature-services-cookbook/graphs/contributors"
1212
title: "Web Map / Feature Services Cookbook"

_gallery_info.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
thumbnail: thumbnail.png
22
tags:
33
domains:
4-
- sampledomain
4+
- Geospatial data
5+
- Basemaps
6+
- Satellite imagery
7+
- Spatial analysis
8+
- NASA EarthData GIBS
9+
- GIS
510
packages:
6-
- samplepackage
11+
- hvPlot
12+
- cartopy
13+
- geoviews
14+
- panel
15+
- owslib

notebooks/nasa_earthdata_gibs_explorer.ipynb

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"\n",
133133
"Not only does this provide a unique opportunity to personalize your exploration experience, but it's also a fantastic way to explore all the exciting options available while showcasing the incredible power of Python packages working in harmony!\n",
134134
"\n",
135-
"Try it out interactively [here](https://charming-ornate-flying-snake.anacondaapps.cloud/)!"
135+
"Try it out interactively [here](https://ahuang11.github.io/nasa-earth-data-gibs-wms-explorer/)!"
136136
]
137137
},
138138
{
@@ -439,7 +439,7 @@
439439
],
440440
"metadata": {
441441
"kernelspec": {
442-
"display_name": "Python 3 (ipykernel)",
442+
"display_name": "Python 3.9.6 64-bit",
443443
"language": "python",
444444
"name": "python3"
445445
},
@@ -453,7 +453,7 @@
453453
"name": "python",
454454
"nbconvert_exporter": "python",
455455
"pygments_lexer": "ipython3",
456-
"version": "3.11.4"
456+
"version": "3.9.6"
457457
},
458458
"nbdime-conflicts": {
459459
"local_diff": [
@@ -509,7 +509,12 @@
509509
}
510510
]
511511
},
512-
"toc-autonumbering": false
512+
"toc-autonumbering": false,
513+
"vscode": {
514+
"interpreter": {
515+
"hash": "31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"
516+
}
517+
}
513518
},
514519
"nbformat": 4,
515520
"nbformat_minor": 4

0 commit comments

Comments
 (0)