RandomFractals / geo-data-viewer

Geo Data Analytics tool for VSCode IDE with kepler.gl support to generate and view maps πŸ—ΊοΈ without any Python 🐍, IPyWidgets βš™οΈ, pandas 🐼, Jupyter notebooks πŸ“š, or ReactJS βš›οΈ app code.
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.geo-data-viewer
Apache License 2.0
404 stars 43 forks source link

provide custom NotebookOutputRenderer #126

Closed AnWeber closed 3 years ago

AnWeber commented 3 years ago

It would be great if a NotebookOutputRenderer is offered. Use case is to make a Rest/ Http call in a notebook and to address this NotebookOutputRenderer directly with the received application/geo+json.

This implementation would already be possible with my extension httpbook. As an example I have already tested the required interface with httpbook-grid.

If that change would be possible, I would be happy to assist with the necessary adjustments. I would find it great if it would work out. It would be very helpful for me.

RandomFractals commented 3 years ago

this will be done in a simpler vscode-leaflet extension I plan to work on this and next month.

As it is right now I don't plan to update GeoDataViewer beyond what it already offers, which is a lot as far as supported geo data formats go, beyond even what's offered by the keplergl library I am using or their new unfolded ai platform.

If you'd like to submit a PR to do that with this keplergl map view extension, I'd be more than happy to review and merge when vscode notebooks API and UX go GA.

Also see more notes on this in REST Book ext. repo: https://github.com/tanhakabir/rest-book/issues/89

RandomFractals commented 2 years ago

@AnWeber you'd be happy to know I am going to work on keplergl map notebook renderer after all.

See new repo here: https://github.com/RandomFractals/keplergl-notebook-renderer

AnWeber commented 2 years ago

thanks for the information:-)