Skip to content

Commit 637cbdd

Browse files
committed
Move images below titles
1 parent 7432808 commit 637cbdd

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<img src="thumbnail.png" alt="thumbnail" width="300"/>
2-
31
# Web Map / Feature Services Cookbook
42

3+
<img src="thumbnail.png" alt="thumbnail" width="300"/>
4+
55
[![nightly-build](https://github.com/ProjectPythia/web-map-feature-services-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/web-map-feature-services-cookbook/actions/workflows/nightly-build.yaml)
66
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/cookbook-template/main?labpath=notebooks)
77
[![DOI](https://zenodo.org/badge/653301659.svg)](https://zenodo.org/badge/latestdoi/653301659)

notebooks/nasa_earthdata_gibs_explorer.ipynb

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# NASA Earthdata GIBS Explorer"
8+
]
9+
},
310
{
411
"attachments": {},
512
"cell_type": "markdown",
@@ -11,12 +18,9 @@
1118
]
1219
},
1320
{
14-
"attachments": {},
1521
"cell_type": "markdown",
1622
"metadata": {},
1723
"source": [
18-
"# NASA Earthdata GIBS Explorer\n",
19-
"\n",
2024
"Global Imagery Browse Services (GIBS) provides quick access to over 1,000 satellite imagery products, covering every part of the world. Most imagery is updated daily—available within a few hours after satellite observation, and some products span almost 30 years.\n",
2125
"\n",
2226
"Below demos how to use OWSLib, Geoviews, HoloViews, and Panel effectively to create our own GIBS explorer.\n",
@@ -443,7 +447,7 @@
443447
],
444448
"metadata": {
445449
"kernelspec": {
446-
"display_name": "Python 3.9.6 64-bit",
450+
"display_name": "Python 3 (ipykernel)",
447451
"language": "python",
448452
"name": "python3"
449453
},
@@ -457,7 +461,7 @@
457461
"name": "python",
458462
"nbconvert_exporter": "python",
459463
"pygments_lexer": "ipython3",
460-
"version": "3.11.4"
464+
"version": "3.11.7"
461465
},
462466
"nbdime-conflicts": {
463467
"local_diff": [

0 commit comments

Comments
 (0)