Skip to content

Commit 22c508b

Browse files
add geo data table view pic and info to docs (#37)
1 parent bbeba39 commit 22c508b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v
1515

1616
## 🈸 Features
1717

18-
- View `CSV` and `JSON` array data notebook cell output in HTML table with column sort, number, and date formatting
18+
- View `CSV`, [`GeoJSON`](https://www.rfc-editor.org/rfc/rfc7946.html) and `JSON` array data notebook cell output in HTML table with column sort, number, and date formatting
1919
- View notebook cell text output in a scrollable container with [`pre-wrap`](https://www.w3docs.com/snippets/css/how-to-wrap-text-in-a-pre-tag-with-css.html)
20-
- [REST Book](https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book) πŸ““, [TypeScript Notebooks](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook) πŸ“š, and [Pyolite](https://marketplace.visualstudio.com/items?itemName=joyceerhl.vscode-pyolite) 🐍 examples
20+
- [REST Book](https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book) πŸ““ [TypeScript Notebooks](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook) πŸ“š and [Pyolite](https://marketplace.visualstudio.com/items?itemName=joyceerhl.vscode-pyolite) 🐍 examples
21+
- [Geo 🌐 Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#geo-data-table-view)
2122

2223
## 🈸 Examples
2324

@@ -58,6 +59,19 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v
5859
![Chicago Red Light Cameras Pyolite Notebook πŸ““](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-pyolite-notebook.png?raw=true
5960
"Chicago Red Light Cameras Pyolite Notebook πŸ““")
6061

62+
## Geo Data Table View
63+
64+
1. Install [REST Book](https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book) πŸ““ vscode extension
65+
66+
2. Load [World 🌐 Rivers](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/world-rivers.restbook) REST Book πŸ““
67+
68+
3. Run All cells βŒ—
69+
70+
4. Click on `...` in the gutter of `GET` data output and change it to Data Table 🈸 for geo table view:
71+
72+
![World 🌐 Rivers Geo Data REST Book πŸ““](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-geo-view.png?raw=true
73+
"World 🌐 Rivers Geo Data REST Book πŸ““")
74+
6175
# Recommended Extensions
6276

6377
Other recommended extensions for working with Interactive Notebooks πŸ“š, data 🈸, charts πŸ“ˆ, and geo data formats πŸ—ΊοΈ in [VSCode](https://code.visualstudio.com/):
165 KB
Loading

0 commit comments

Comments
Β (0)