Dmitri Lebedev
Dmitri Lebedev
Hi, this project can now run in Django 1.4, and also I've added a makefile, so that you can just do ``` $ git clone ... $ make run ```...
When I try to encode a file with Cyrillic characters, it works ok. But when I try writing it to stdout, it fails: ``` %html %head %meta{:charset => "utf-8"} %meta{:property...
In my wrapper library that uses GeoPandas and Fiona, I have test cases that sometimes (!) raises **fiona.errors.EnvError: No GDAL environment exists**. The exception happens on `gpd.read_file`, but before that...
I wrote a class to stream dataframes into GeoPackage, and by mistake it opened a file for writing twice. It would succesfully write the data, but would crash when the...
I open ASTER DEM file with such simple code: ds = gr.from_file(input_file) ds.to_tiff('/tmp/test') And it makes exception: File "store_gridfs.py", line 13, in main ds.to_tiff('/tmp/test') File ".../georasters.py", line 478, in to_tiff...
I wanted to add compression to GeoTiff, and turns out that there's no such option, and the functions code is quite coupled. `create_geotiff` function receives gdal driver as a parameter,...
fix for #31
Without meta info, this server can work, but outputs invalid OSM XML (at least as JOSM considers it). Also, you have to do queries ending with `out geom` rather than...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Like in VS Code, when you press Ctrl+O, or click "open project",...