deeplook

Results 117 issues of deeplook
trafficstars

Explore and implement a useful way of rendering GeoPackage format. MIME type is `application/geopackage+vnd.sqlite3`, see also: https://github.com/opengeospatial/geopackage/issues/381 and https://www.iana.org/assignments/media-types/media-types.xhtml.

Apparently there is a Jupyterlab GeoJSON extension, but its output cannot be used in ipywidgets: https://github.com/jupyterlab/jupyter-renderers/tree/master/packages/geojson-extension. OTOH, the GeoJSON renderer in ipyrest returns an ipywidget and can also be used...

Given that many sites do not provide proper MIME types for some content, like GitHub gists, it would be useful to try extracting a "file extension" from the URL and...

Take the existing items from [TODO.md](https://github.com/deeplook/ipyrest/blob/master/TODO.md), remove them there and create one github issue for each of them...

It seems one could install `pycrs` on [Pyodide](https://pyodide.org) and hence [JupyterLite](https://github.com/jtpio/jupyterlite) using [micropip](https://pyodide.org/en/stable/usage/api/micropip-api.html) if it would have a source wheel package on PyPI. Maybe worth a thought?

I see a significant number of PRs and issues with people making the effort to provide the desired details, but not much feedback or other activity.

When I use `'highlightSelectedCell': True` as grid option I can click on one cell and see a blue border for exactly the one last clicked cell. But unlike for the...

### Environment * Operating System: Mac OS Mojave 10.14.6 * Python Version: 3.8.0 * How did you install Qgrid: conda * Python packages: `$ pip freeze` or `$ conda list`...

I wonder if vector tiles are already on the to-do list? I see them only briefly mentioned in https://github.com/geopandas/xyzservices/issues/49. I have some experience in this context which can be summarized...

enhancement