[gdal-dev] Python IOError during file object destructor

2019-08-20 Thread Craig de Stigter
Hey there We're using the python bindings to do all sorts of translates and warps and things, and I don't have a proper traceback but we got this in some of our processes lately: Exit code: 0 stderr: ... close failed in file object destructor: IOError: [Errno 5] Input/output error

Re: [gdal-dev] Packaging linux/userfaultfd for conda

2019-08-20 Thread Even Rouault
> 1. Is there a preferred source of linux/userfaultfd.h that I should use? > I can probably pull this file from qemu if needed. No idea. Anything that makes GDAL configure and then compilation happy should be good enough. 2. If I use this > header for compilation, I should probably install

[gdal-dev] Packaging linux/userfaultfd for conda

2019-08-20 Thread Agram, Piyush S (US 334K)
Hi, This question is related to this conda-forge GDAL issue and is less of a general GDAL issue: https://github.com/conda-forge/gdal-feedstock/issues/323 I’m bringing this up on this forum for some advice. Conda-forge packages are currently being built on images with kernel versions that sup

[gdal-dev] ogr2ogr: Attribute colors

2019-08-20 Thread ivay
Hi, While converting a shapefile into PDF, how can I add random colors (According to attributes of the Shapefile) in the output PDF file? ogr2ogr -f "PDF" OUT.pdf IN.shp Thank you. Ivay___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.o

Re: [gdal-dev] Vector Data Reprojection

2019-08-20 Thread ivay
Here is projection of the original shapefile with EPSG 4612. GEOGCS["JGD2000", DATUM["Japanese_Geodetic_Datum_2000", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], TOWGS84[0,0,0,0,0,0,0], AUTHORITY["EPSG","6612"]], PRIMEM["Gr

[gdal-dev] Vector Data Reprojection

2019-08-20 Thread ivay
Hi, I have a shape file with epsg 4612. I converted it into new shapefile with epsg 4326. When I opened both shape files (with 4612 and 4326 epsg codes), there is no change in the X and Y locations. Does both shapefiles (with epsg 4612 and 4326 codes) have same X and Y values? My requirement is t