geojsonio.py icon indicating copy to clipboard operation
geojsonio.py copied to clipboard

Open GeoJSON data on geojson.io

Results 10 geojsonio.py issues
Sort by recently updated
recently updated
newest added

For Now , we have to reload maps to add new markers... I need to update the markers in Geojson without reloading..is there any way to achieve that

When running: ```python from geojsonio import display with open('map.geojson') as f: contents = f.read() display(contents) ``` with data from [Google](https://developers.google.com/maps/documentation/javascript/examples/layer-data-dragndrop#sample-geojson) in the file map.geojson I receive the following error: ```...

`embed` command doesn't embed the plot inside jupyter notebook instead it opens the link ([GeoJSON](https://geojson.io)) and displays nothing.

Github does not allow anonymous gist creation, so we have to provide an identification token. This is done using command line parameter ("-t", "--github-token") To create a token, go to...

Created auth(gituser, gitpass) and testauth() methods. To solve the issue (https://github.com/jwass/geojsonio.py/issues/11) I had to create an auth method using github3.py.

Thank you for your contribution, the tool is pretty cool and simple. I tried to reproduce an example using `geopandas` as in the README but I got an error message...

Hi, Following this tutorial: https://www.twilio.com/blog/2017/08/geospatial-analysis-python-geojson-geopandas.html When I get to the geojsonio.display() line, I get the following error: ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) ~/temp-venv/lib/python3.6/site-packages/github3/models.py in __init__(self, json, session)...

I'm trying to embed a map in my Jupyter notebook. When I try to run the geojsonio.embed(geojson) function, the browser window is redirected to the geojson.io site. However when I...

Hi. I'm trying to open my geojson file containing some polygons, applying exactly the code reported but the tool opens the browser without showing my data. If I manually upload...

Hello, after using display() there is mistake with authentication: gist = ghapi.create_gist(description, files) 174 return gist File ~\AppData\Local\anaconda3\lib\site-packages\github3\decorators.py:32, in requires_auth..auth_wrapper(self, *args, **kwargs) 28 # Mock a 401 response 29 r...