|
8 | 8 | /> |
9 | 9 | </h2> |
10 | 10 | <video |
11 | | - src="/video/jgis/jgis.mp4" |
| 11 | + src="video/jgis/jgis.mp4" |
12 | 12 | autoplay |
13 | 13 | loop |
14 | 14 | muted |
|
31 | 31 | <section> |
32 | 32 | <h3>🗺️ Vector & Raster Data Support</h3> |
33 | 33 | <p class="fragment" style="font-size: 1.9rem">Load local and cloud-hosted data into your notebook session</p> |
34 | | - <video src="/video/jgis/jgis-layers.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 34 | + <video src="video/jgis/jgis-layers.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
35 | 35 | </section> |
36 | 36 |
|
37 | 37 | <section> |
38 | 38 | <h3>🖍️ Vector Symbology</h3> |
39 | 39 | <p class="fragment">Visualize vector data using <strong>graduated</strong> and <strong>categorized</strong> rendering styles</p> |
40 | | - <video src="/video/jgis/jgis-vector-symbology.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 40 | + <video src="video/jgis/jgis-vector-symbology.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
41 | 41 | </section> |
42 | 42 |
|
43 | 43 | <section> |
44 | 44 | <h3>🖍️ Raster Symbology</h3> |
45 | 45 | <p class="fragment">Use <strong>multiband rendering</strong> to style raster datasets like satellite imagery</p> |
46 | | - <video src="/video/jgis/jgis-raster-symbology.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 46 | + <video src="video/jgis/jgis-raster-symbology.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
47 | 47 | </section> |
48 | 48 |
|
49 | 49 | <section> |
50 | 50 | <h3>🔄 Dynamic Layer Management</h3> |
51 | 51 | <p class="fragment">Add, remove, and style layers with a built-in interactive UI</p> |
52 | | - <video src="/video/jgis/jgis-layer-management.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 52 | + <video src="video/jgis/jgis-layer-management.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
53 | 53 | </section> |
54 | 54 |
|
55 | 55 | <section> |
56 | 56 | <h3>🔍 Identify Panel</h3> |
57 | 57 | <p class="fragment"> |
58 | 58 | Click on features in the map to instantly inspect their attributes. |
59 | 59 | </p> |
60 | | - <video src="/video/jgis/jgis-identify.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 60 | + <video src="video/jgis/jgis-identify.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
61 | 61 | </section> |
62 | 62 |
|
63 | 63 |
|
|
66 | 66 | <p class="fragment"> |
67 | 67 | Visualize how data changes over time with an interactive slider. |
68 | 68 | </p> |
69 | | - <video src="/video/jgis/jgis-timeslider.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 69 | + <video src="video/jgis/jgis-timeslider.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
70 | 70 | </section> |
71 | 71 |
|
72 | 72 |
|
|
75 | 75 | <p class="fragment"> |
76 | 76 | Import and export QGIS files, layers, and styles seamlessly. |
77 | 77 | </p> |
78 | | - <video src="/video/jgis/jgis-qgis.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 78 | + <video src="video/jgis/jgis-qgis.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
79 | 79 | </section> |
80 | 80 |
|
81 | 81 | <section> |
82 | 82 | <h3>📝 Annotation & Collaboration</h3> |
83 | 83 | <p class="fragment"> |
84 | 84 | Add notes, draw shapes, and collaborate in real-time. |
85 | 85 | </p> |
86 | | - <video src="/video/jgis/jgis-annotation.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 86 | + <video src="video/jgis/jgis-annotation.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
87 | 87 | </section> |
88 | 88 |
|
89 | 89 |
|
90 | 90 | <section> |
91 | 91 | <h3>📓 Notebook + Python Integration</h3> |
92 | 92 | <p class="fragment">Use Python code cells to add, style, and transform spatial layers</p> |
93 | | - <video src="/video/jgis/jgis-notebook.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 93 | + <video src="video/jgis/jgis-notebook.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
94 | 94 | </section> |
95 | 95 |
|
96 | 96 | <section> |
97 | 97 | <h3>🧪 Client-Side Processing</h3> |
98 | 98 | <p class="fragment">Perform buffer, dissolve, centroid and overlays with GDAL-WASM — no server required</p> |
99 | | - <video src="/video/jgis/jgis-processing.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
| 99 | + <video src="video/jgis/jgis-processing.mp4" autoplay loop muted playsinline style="max-width: 90%; margin-top: 1rem;"></video> |
100 | 100 | </section> |
101 | 101 |
|
102 | 102 | <!-- <section> |
|
119 | 119 | > |
120 | 120 | <h3 style="text-transform: none; margin: 0;">JupyterGIS in Action</h3> |
121 | 121 | <img |
122 | | - src="/images/jgis.png" |
| 122 | + src="images/jgis.png" |
123 | 123 | alt="JupyterGIS Logo" |
124 | 124 | style="height: 60px; object-fit: contain;" |
125 | 125 | /> |
|
0 commit comments