Jacob Wasserman

Results 47 comments of Jacob Wasserman

Hi @robmarkcole, I don't have Windows so it's difficult for me to figure out what the real max. length would be. Do you think you could help figure it out...

Hi @medeirosjoaquim, Thanks for contributing this! Any chance you can get the tests running so this can be merged?

It looks like this is a bug in the latest github3.py 1.0.1 release. I updated the requirements file to pin to 0.7.0 which should fix this.

@m-deck I filed the issue with github3 here: https://github.com/sigmavirus24/github3.py/issues/795. If it gets fixed, that should fix things here. Or in the meantime, you can roll back the version of github3...

I can reproduce this. After trying to fix it, I think it's something with geojson.io and there might not be anything we can do from the Python side to get...

After digging into this a bit, this is the relevant commit to geojson.io which disables iframes: https://github.com/mapbox/geojson.io/commit/1a2f825047a78519b86941292a29b551314944d8

Hi @Magdalena88, I noticed the issue title is `display('file.geojson')`, is that how your code is using `geojsonio`? If so, you first have to read the contents, then call `display`. Would...

Would you feel comfortable posting the polygon data you're using somewhere along with the code that will reproduce the bug? My guess is that when the data is too big,...

@Magdalena88 Hmm... Here are the contents of my `script.py` and `AOI.geojson`: Running `$python script.py` opens up the window with a small rectangle in Egypt. I noticed your code has `f.close()`...

P.S. if it still doesn't work, what OS and browser+version are you using?