Re: [gdal-dev] I get the following error when running gdalwarp with the -multi switch: ERROR 1: CPLCreateThread() failed in ChunkAndWarpMulti()

2010-08-26 Thread John Mitchell
dal John Mitchell On 8/25/10, Frank Warmerdam wrote: > John Mitchell wrote: >> I get the following error when running gdalwarp with the -multi switch: >> >> gdalwarp -multi -tr 1.2 1.2 -rc -s_srs EPSG:26917 -t_srs EPSG:26917 >> -co bigtiff=yes -q "17RMP395060

Re: [gdal-dev] I get the following error when running gdalwarp with the -multi switch: ERROR 1: CPLCreateThread() failed in ChunkAndWarpMulti()

2010-08-25 Thread John Mitchell
The person that installed gdal used a precompiled package, so he will try to install from source. Thanks, John On 8/25/10, Frank Warmerdam wrote: > John Mitchell wrote: >> I get the following error when running gdalwarp with the -multi switch: >> >> gdalwarp -multi -tr 1.

[gdal-dev] Re: I get the following error when running gdalwarp with the -multi switch: ERROR 1: CPLCreateThread() failed in ChunkAndWarpMulti()

2010-08-25 Thread John Mitchell
d the speed". John On 8/25/10, John Mitchell wrote: > I get the following error when running gdalwarp with the -multi switch: > > gdalwarp -multi -tr 1.2 1.2 -rc -s_srs EPSG:26917 -t_srs EPSG:26917 > -co bigtiff=yes -q "17RMP395060.tif" > "/tmp/gvAppTemp/gvApp2/

[gdal-dev] I get the following error when running gdalwarp with the -multi switch: ERROR 1: CPLCreateThread() failed in ChunkAndWarpMulti()

2010-08-25 Thread John Mitchell
I get the following error when running gdalwarp with the -multi switch: gdalwarp -multi -tr 1.2 1.2 -rc -s_srs EPSG:26917 -t_srs EPSG:26917 -co bigtiff=yes -q "17RMP395060.tif" "/tmp/gvAppTemp/gvApp2/m2.tiftemp" ERROR 1: CPLCreateThread() failed in ChunkAndWarpMulti() ERROR 1: CPLCreateThread()

[gdal-dev] Does anyone know of a utility that derives the EPSG from the contents of a .prj (projection) file?

2010-07-28 Thread John Mitchell
Hi, Does anyone know of a utility that derives the EPSG from the contents of a .prj (projection) file? Thanks, John -- John J. Mitchell ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] I am trying to run gdal_polygonize.py and I get the following error: gdal.Polygonize() not available.

2010-06-22 Thread John Mitchell
Hi, I am trying to run gdal_polygonize.py and I get the following error: gdal.Polygonize() not available. You are likely using "old gen" bindings or an older version of the next gen bindings. Anyone have any idea how I can get gdal_polygonize to run within FWTools 2.4.7? Below is the command an

[gdal-dev] Is a way to just get the minimum bounding polygon of just the image.

2010-06-09 Thread John Mitchell
Does anyone know of a tool that will derive the minimum bounding polygon of the actual image within a geotiff not including the black area on the outside of the image that makes the entire image a rectangle. I know that you can derive the minimum bounding rectangle of the entire geotiff by running

[gdal-dev] Does anyone have built/compiled 64 bit versions of either FWTools or gdal

2010-06-02 Thread John Mitchell
Does anyone have built/compiled 64 bit versions of either FWTools or gdal for: a.) Windows 64 bit b.) Linux 64 bit Thanks, John -- John J. Mitchell ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Re: How can I display the extent of a shapefile when using ogrinfo or from another command line tool?

2010-03-23 Thread John Mitchell
Jukka Rahkonen mmmtike.fi> writes: Thanks, That worked great!!! Anyone know why I did not receive the below response to my question to my email account? I had to search via google to find this response. John ___ gdal-dev mailing list gdal-dev@

[gdal-dev] How can I display the extent of a shapefile when using ogrinfo or from another command line tool?

2010-03-22 Thread John Mitchell
When I trying to use ogrinfo against a shape file it does not show the extent: like ogrinfo -so shapefile.shp The documentation shows ogrinfo returning an extent but my example listed below does not show the extent. How can I display the extent of a shapefile when using ogrinfo or from another c

[gdal-dev] Is their a way by using the bounding box and the png to convert it into a geotiff?

2010-01-10 Thread John Mitchell
When trying to convert a png to geotiff which is listed below: *gdalwarp -s_srs epsg:4326 -t_srs epsg:4326 "C:\Documents and Settings\jmitchell.INSEQUENCE2\Desktop\ows2121.png" "C:\Documents and Settings\jmitchell.INSEQUENCE2\Desktop\ows2121.tif"* I get the following error: *ERROR 1: Unable to

[gdal-dev] How would run the geographic query against the shape file via a gdal command line program?

2009-08-08 Thread John Mitchell
I have tried running both gdalwarp and gdal_merge against a subset of hundreds of geotiff images via geographic bounding box. I would like to speed up the performance by running a geographic query against the shape file which was already created via gdaltindex against all the geotiff images. Next I

[gdal-dev] Can google earth skin format be converted by GDAL to be used within MapServer?

2009-07-28 Thread John Mitchell
Hi, Can google earth skin format be converted by GDAL to be used within MapServer? Thanks, John J. Mitchell -- John J. Mitchell ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] converting epsg:4326 coordinates to spherical mercator (google maps) epsg:900913

2009-05-30 Thread John Mitchell
Hi, If I have a lon,lat decimal degree epsg:4326 coordinate how do I convert it to spherical mercator (google maps) epsg:900913? Thanks, -- John J. Mitchell ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal

[gdal-dev] converting a multi-thousand polygon shapefile into a shapefile that just contains the exterior vertices

2009-04-29 Thread John Mitchell
rtices's. I am displaying this shape file within UMN MapServer and I want to increase the performance by eliminating the drawing of the interior grids. Thanks, John Mitchell -- John J. Mitchell ___ gdal-dev mailing list gdal-dev@lists.osgeo.org ht

[gdal-dev] gdal_translate to get rid of 3th band:

2009-04-10 Thread John Mitchell
color of the first 2 bands when getting rid of the 3rd band Thanks, John Mitchell ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Can you convert a ESRI Personal GeoDatabase to shapefiles within the gdal tools?

2009-03-24 Thread John Mitchell
Hi, Can you convert a ESRI Personal GeoDatabase to shapefiles within the gdal tools? Thanks, John -- John J. Mitchell ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] creating an epsg code that can be used within the epsg file for fwtools and MapServer

2008-10-06 Thread John Mitchell
t; # Guatemala Transverse Mercator > <001234> +proj=tmerc +x_0=50.00 +y_0=0 +lon_0=-90.5 +lat_0=0 > +k=0.999800 +ellps=WGS84 +datum=WGS84 +to_meter=0.3048006096012192 +no_defs > <> > > Then you should be able to acces it by using "EPSG:001234" in your -s_sr

[gdal-dev] creating an epsg code that can be used within the epsg file for fwtools and MapServer

2008-10-06 Thread John Mitchell
Hi, How would I create an epsg code that can be used within the epsg file for fwtools and MapServer? Below is the information that I would like to use to create an epsg code. What would be format for the new epsg code? Is the information listed below enough to create an epsg code and if not what

[gdal-dev] Re: can't derive the projection for a geotiff in Guatemala

2008-10-01 Thread John Mitchell
I can put within the epsg file? Thanks, John On Wed, Sep 24, 2008 at 4:03 PM, John Mitchell <[EMAIL PROTECTED]>wrote: > Hi, > > I am having difficulty deriving the EPSG code/projection/Coordinate System > for a geotiff in Guatemala. > > Any help would be appreciated. &

[gdal-dev] Re: [mapserver-users] can't derive the projection for a geotiff in Guatemala

2008-09-25 Thread John Mitchell
Guatemala and running gdalwarp against each and then displaying each within a mapping application to see if it accurately displays within Guatemala. John On Wed, Sep 24, 2008 at 10:43 PM, Frank Warmerdam <[EMAIL PROTECTED]>wrote: > John Mitchell wrote: > >> Hi, >> &

[gdal-dev] can't derive the projection for a geotiff in Guatemala

2008-09-24 Thread John Mitchell
Hi, I am having difficulty deriving the EPSG code/projection/Coordinate System for a geotiff in Guatemala. Any help would be appreciated. Below is the gdalinfo listing: Driver: GTiff/GeoTIFF Size is 11214, 7860 Coordinate System is `' Origin = (317049.000,1659460.000) Pi

[gdal-dev] For a raster file header how do I transform the GCP Projection and GCP into a format where instead the Coordinate System contains corner coordinates?

2008-09-16 Thread John Mitchell
Hi, For a raster file header how do I transform the GCP Projection and GCP into a format where instead the Coordinate System contains corner coordinates? *Below is an example of a portion of a header file containing GCP Projection and GCP and below the dotted line is how I would like it transform

[gdal-dev] How can I generate an empty geotiff based on the extent of the shape file?

2008-07-31 Thread John Mitchell
The output for gdal_rasterize has to be an existing geotiff. If I don't have an existing geotiff for the associated area how can I generate an empty geotiff based on the extent of the shape file that I will be using as the source for gdal_rasterize? Thanks, -- John J. Mitchell _