Re: [gdal-dev] How to publish a C# GDAL project to Linux?

2024-01-09 Thread George Watson via gdal-dev
Answered on SO (no pun intended).   George K. Watson Stuff-doer Maxar On 01/09/2024 8:10 AM MST Vedran Mornar via gdal-dev wrote:     Hi,   Need help on publishing a C# GDAL project to a

[gdal-dev] Java-GDAL binding:How to convert gdal dataset to byte array

2023-04-12 Thread George Ma
Hello everyone. I have a trouble about java-gdal when I process raster geotif data. I want to convert Dataset type object to Byte array in order to return HttpResponse. But I dont know how to convert. If I write file on disk firstly,then I read the file into FileInputStream,I can convert to byte[],

[gdal-dev] GDAL Help Needed for Android

2023-03-23 Thread Anna George
Hello, I have been working on a project that requires building GDAL for Android arm64-v8a, since the project already works for armeabi-v7a but now apps need to update to use 64 bit. I'm on a time crunch, but I have attempted various things over the past week- building an .aar instead using http

Re: [gdal-dev] GeoPDF

2016-06-16 Thread George Demmy
e values to show that the georegistration is otherwise OK and is compatible with Adobe Acrobat Reader. It's available at: https://www.dropbox.com/s/5n297s4l0r2d1wz/epsg-31466.pdf?dl=0 Perhaps this information can help give some of the GDAL command-line ninjas some ideas for pointers for you f

Re: [gdal-dev] RasterBand::IWriteBlock

2015-12-14 Thread George Watson
0x0d is a carriage return. Someone is using character I/O somewhere. It’s possible they are appearing after ‘nul’ characters 0x00 bytes or some such. George Watson Principal, Sierra Computing wat...@sierracmp.com > On Dec 14, 2015, at 10:52 AM, Jerry Tol wrote: > > Hello, > I&#x

Re: [gdal-dev] Motion: Promote 2.0.0RC2 for release

2015-06-18 Thread George Watson
+1 After a bit of testing on with our applications. George K. Watson > On Jun 18, 2015, at 7:12 AM, Daniel Morissette > wrote: > > +1 > > Daniel > > On 2015-06-18 5:26 AM, Even Rouault wrote: >> Le mardi 16 juin 2015 10:02:37, Even Rouault a écrit : &g

Re: [gdal-dev] Relating to GeoLocation tool of Geospatial PDF Document

2015-04-08 Thread George Demmy
since the registration points are given in the map GCS lon/lats, and you don't have to worry with projected values for the georegistration metadata. YMMV. HTH, George On Wed, Apr 8, 2015 at 5:06 AM, Vankadara, Sunil wrote: > Here are the details. > > > > Adobe Reader: 11.0.

[gdal-dev] Problems using gdalwarp -cutline

2013-03-29 Thread George
;t do any better. Please find the raster and shape files in my Dropbox public folder<https://www.dropbox.com/sh/t1thka9wdl7ojf6/CxlYC_K-lG> . Thanks in advance for your help, George ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osge

[gdal-dev] Weird results with gdaldem slope

2013-02-11 Thread George
list (and gdal), so I am not sure if it's ok to attach examples. If you need them, I'll be happy to post the rasters. George ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GeoPDF (TM) vs. GeoSpatial PDF

2012-06-04 Thread George Demmy
On Mon, Jun 4, 2012 at 5:02 AM, David Strip wrote: > On 6/3/2012 10:59 AM, George Demmy wrote: > >>> David Strip wrote: > > >>> >  When used in conjunction with the (free) TerraGo toolbar, the geoPDF >>> >  provides many more capabilities than a geo-sp

Re: [gdal-dev] GeoPDF (TM) vs. GeoSpatial PDF

2012-06-03 Thread George Demmy
n than are stuff like shapefiles and GeoTIFF. Second, and related, the distinction between vector and raster hardly makes sense in PDF content, but is a fundamental architectural reality in GDAL/OGR. I mention this mainly to point out some of the battles that Ev

Re: [gdal-dev] Some info about geospatial PDF and TerraGo Toolbar

2012-03-02 Thread George Demmy
On Fri, Mar 2, 2012 at 9:02 PM, Even Rouault wrote: > Le vendredi 02 mars 2012 21:22:10, George Demmy a écrit : >> Here's some info that might help the development effort for PDF and >> use of PDF created or georegistered by GDAL. >> >> Something that is confusi

Re: [gdal-dev] Re: Can PDF measuring be activated

2012-03-02 Thread George Demmy
embed permissions in the PDF file which unlock the annotation/measurement functionality in Reader. The PDF spec is open and nothing is hidden per se (content can be encrypted, but that's something different) -- the issue here is DRM controlling functionality in software. It's confusing if you don't know about it... HTH and cheers! George Demmy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Some info about geospatial PDF and TerraGo Toolbar

2012-03-02 Thread George Demmy
), which cannot be addressed without modifying the encoding specification and everything that implies. When did gdal_translate pick up the cool macho supremo ability to georegister a PDF? The googles did not help me... I fell off this list a while back, but am back on. LMK if there a

[gdal-dev] getting 3x3 minute box of coords with gdal

2011-09-01 Thread George C
Hello,   Does anyone know how I would get a 3x3 minute box of coords with gdal given the south west corner coord?   Preferably using either C or Java.   Thanks, George___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listi

[gdal-dev] gdal GeoTiff parsing gml

2011-08-15 Thread George C
Does anyone know if gdal can parse a GeoTiff file into gml with pixel data?  I need to take a GeoTiff and plot it on a map using gml, is that even possible?   Thanks, George___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

[gdal-dev] gdal swig 1.8.1 compile error

2011-07-18 Thread George Corrado
cd ogr nmake /nologo /f makefile.vc NMAKE : fatal error U1073: don't know how to make 'ogr_wrap.obj' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BI N\nmake.EXE"' : retu

[gdal-dev] Re: gdal compile question

2011-07-08 Thread George C
ahhh ok, so "ar" is a valid command, a command that's probably not on my path.  I'll have to check that out. Thanks, George From: Frank Warmerdam To: George C Sent: Fri, July 8, 2011 1:17:56 AM Subject: Re: gdal compile question On Thu,

[gdal-dev] Gdal and solaris compile question

2011-03-01 Thread George C
The same question for the swig directory, which also has .lo and .o files in it. Much appreciated Thanks, George ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] HRTI question

2010-12-23 Thread George C
Has anyone ever heard of HRTI? If so, have you used it for anything? Can gdal use it? Thanks George > ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

RE: [gdal-dev] gdal and Solaris 10

2010-11-18 Thread Corrado, George P.
stall # exit Thanks, George -Original Message- From: Peter J Halls [mailto:p.ha...@york.ac.uk] Sent: Tuesday, November 16, 2010 8:36 AM To: Corrado, George P. Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] gdal and Solaris 10 George, Corrado, George P. wrote: > Does anyone kn

RE: [gdal-dev] gdal and Solaris 10

2010-11-16 Thread Corrado, George P.
t' make: *** [port-target] Error 2 Thanks, George -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Corrado, George P. Sent: Tuesday, November 16, 2010 8:44 AM To: gdal-dev@lists.osgeo.org Subject: RE: [gdal-dev] gdal and

[gdal-dev] gdal and Solaris 10

2010-11-16 Thread Corrado, George P.
Does anyone know if gdal will work on Solaris 10, if so which of the prebuilt binaries can I use? Or do I have to build the binaries from scratch? Thanks, George ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

[gdal-dev] Elevation Data Question

2010-11-03 Thread Corrado, George P.
etElem(g)); } It looks like imgBuffer.getElem(g) is printing the elevations at each pixel. Can anyone tell me if that's correct? Thanks, George -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of David Burken Sent: Wed

RE: [gdal-dev] Intent to Package GDAL/OGR 1.7.3

2010-10-26 Thread Corrado, George P.
Hello, Maybe make one of the Java SWIG examples read in DTED and fetch an elevation from a point. Thanks, George -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Frank Warmerdam Sent: Tuesday, October 26, 2010 1:02 PM To

RE: [gdal-dev] DTED Elevations with Java and gdal

2010-10-20 Thread Corrado, George P.
stions and pasting code. Thanks, George -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Tuesday, October 19, 2010 2:04 PM To: gdal-dev@lists.osgeo.org Cc: Corrado, George P. Subject: Re: [gdal-dev] DTED Elevations with Java and gdal George, It's not

[gdal-dev] DTED Elevations with Java and gdal

2010-10-19 Thread Corrado, George P.
would like to use straight Java. Thanks, George ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

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

2009-05-30 Thread Randy George
I think EPSG changed their minds last Feb This appears to be the new one: http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::3857 EPSG:3785 shows isdeprecated true since Feb http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::3785 Of course subject to further noti

RE: [gdal-dev] ogr2ogr C#

2009-03-27 Thread Randy George
Or do something ugly like use a .asmx to call your ogr2ogr cmdline as a Process: using System; using System.Web.Services; using System.Text; using System.IO; using System.Diagnostics; using System.Threading; using System.Security.Permissions; [WebService(Namespace = "http://www.myserv