Re: [gdal-dev] Contour interpolation tool

2008-07-24 Thread Mateusz Loskot
Gregor Mosheh wrote: Mateusz Loskot wrote: Perhaps someone would need it, but can't find. Here is an interesting utility based on GDAL and CImg libraries: http://www.imagico.de/contour_interpolate/ What does this do that gdal_contour doesn't do, or doesn't do as well? Does it render an image

Re: [gdal-dev] Contour interpolation tool

2008-07-24 Thread Mateusz Loskot
sure you will find out from the docs: http://www.imagico.de/contour_interpolate/ Greetings -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

Re: [gdal-dev] ogrinfo and gml?

2008-07-25 Thread Mateusz Loskot
Mateusz Loskot wrote: Christopher Schmidt wrote: On Fri, Jul 25, 2008 at 12:37:38PM +0200, Mateusz Loskot wrote: Wendell Turner wrote: Why do the examples of ogrinfo not work? That is, the example shows a coal_dep.gml with contents of: gml:featureMember Coal_Deposits fid=1 UNKNOWN0.000

Re: [gdal-dev] GDALDataset limits?

2008-08-01 Thread Mateusz Loskot
://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_03.html#tag_02_03 -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [gdal-dev] reprojecting a georeferenced image (PNG, JPG)

2008-08-04 Thread Mateusz Loskot
this: http://www.gdal.org/frmt_various.html#PNG Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Problem importing osgeo module in Python

2008-08-08 Thread Mateusz Loskot
don't think so. I presume Roger used custom --prefix and --pymoddir while configuring. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] Question about compiling C++ gdal utility

2008-08-13 Thread Mateusz Loskot
-- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] orginfo and prj files

2008-08-14 Thread Mateusz Loskot
::importFromESRI The doc may be imprecise perhaps, but IMO it suggests that: If a .prj files in old Arc/Info style or new ESRI OGC WKT style is present, it will be read and used to associate a projection with features. http://gdal.org/ogr/drv_shapefile.html Best regards, -- Mateusz Loskot, http

Re: [gdal-dev] OGR Translate File

2008-08-14 Thread Mateusz Loskot
://lists.osgeo.org/pipermail/gdal-dev/2007-December/thread.html#15333 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [gdal-dev] deleting feature exceptions

2008-08-15 Thread Mateusz Loskot
Mateusz Loskot wrote: Attachment of this mail is the example project. Thank you for more help. I've noticed no file attached to the ticket you reported. Do you mean the attachement as URL in your updating comment? Chen, I'd suggest to attach your file min-projV1.4.rar directly to the ticket

Re: [gdal-dev] GDAL 1.5.2 and GRIB2 support

2008-08-19 Thread Mateusz Loskot
https://svn.osgeo.org/svn/gdal/trunk/spike/grib with https://svn.osgeo.org/gdal/trunk/gdal/frmts/grib/ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] Segmentation fault using gdal 1.4.4 and 1.5.2 on netcdf

2008-08-27 Thread Mateusz Loskot
of strace - hope that helps in identifying what the problem is... Vishal, It would be yet helpful if you could give exact command (assuming you use GDAL utilities) or code snippet you use to open your file. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http

Re: [gdal-dev] geotiff image problem

2008-08-28 Thread Mateusz Loskot
, try to use dependency walker to find out what DLLs are missing: http://www.dependencywalker.com/ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] Topological Union?

2008-08-28 Thread Mateusz Loskot
] to read Shapefile and access geomtry objects. [1] http://www.gdal.org/ogr/ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [gdal-dev] Topological Union?

2008-08-28 Thread Mateusz Loskot
OGRGeometry::Union() or its C API equivalent OGR_G_Union These operations are based on GEOSUnion function. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] Injecting Projection information in CreateCopy

2008-08-29 Thread Mateusz Loskot
GDALCreateGenImgProjTransformer [1] http://gdal.org/warptut.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] OCI driver and Heap Corruption under Visual C++

2008-08-30 Thread Mateusz Loskot
. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Using code from the tutorials

2009-01-26 Thread Mateusz Loskot
. Best regards, -- Mateusz Loskot http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL in Netbeans IDE

2009-01-31 Thread Mateusz Loskot
___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Mateusz Loskot http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal

Re: [gdal-dev] weeding out x,y,z points

2009-02-25 Thread Mateusz Loskot
based on proximity to each other? Perhaps libLAS (http://liblas.org/) and its utils will help, try txt2las with -scale or -xyz_scale option: http://liblas.org/browser/trunk/doc/txt2las.txt Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

Re: [gdal-dev] Re: Motion: Chaitanya Kumar CH as a GDAL committer

2009-03-11 Thread Mateusz Loskot
news! Welcome about Chaitanya! Chaitanya, as previous maintainer ,let me to wish you all the best and good luck! Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev

[gdal-dev] [Fwd: [USN-742-1] JasPer vulnerabilities]

2009-03-19 Thread Mateusz Loskot
-5ubuntu0.1_sparc.deb Size/MD5:24666 2716a795c39dea1835cd9f69f9e061c3 -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org signature.asc Description: PGP signature ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] Is it a big thing to change ECW to support 16-bit imagery?

2009-03-27 Thread Mateusz Loskot
, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: Re :Re: [gdal-dev] How to use GDAL Library

2009-03-27 Thread Mateusz Loskot
to read the manual [1] which says: To use gdal link against the gdal_i.lib stub library. [1] http://trac.osgeo.org/gdal/wiki/BuildingOnWindows Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev

Re: [gdal-dev] Is it a big thing to change ECW to support 16-bit imagery?

2009-03-28 Thread Mateusz Loskot
the license issue is solved, it's a far premature question. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] create 25D MultiPolygon how to

2009-03-28 Thread Mateusz Loskot
actually have done) and then dump it to OGC Well-Known-Text (WKT). Then, try to validate these geometries with PostGIS using ST_GeometryFromText and ST_IsValid and friends. See chapter 4 and 6 of PostGIS manual. PostGIS (or GEOS) is good for geometries validation. Best regards, -- Mateusz Loskot

Re: [gdal-dev] create 25D MultiPolygon how to

2009-03-28 Thread Mateusz Loskot
Joaquim Luis wrote: Mateusz Loskot wrote: for(Roadway::RoadWayArray::iterator itrw = _roadwayArr.begin(); itrw != _roadwayArr.end();itrw++) ++itrw; if you care about performance. Mateusz, Just curious. Why should that impact on performance? The itrw here is most likely an iterator

Re: [gdal-dev] create 25D MultiPolygon how to

2009-03-28 Thread Mateusz Loskot
about copy-construction issue when you switch to objects. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal

[gdal-dev] WKT Raster driver in GSoC 2009

2009-03-29 Thread Mateusz Loskot
Dear Community, I've added proposal of GDAL Driver for PostGIS / WKT Raster to the GSoC 2009 list [1]. I hope you don't mind. [1] http://trac.osgeo.org/gdal/wiki/SummerOfCode If there is anyone interested in working on this project, I'm willing to mentor it. Best regards, -- Mateusz Loskot

Re: [gdal-dev] WKT Raster driver in GSoC 2009

2009-03-29 Thread Mateusz Loskot
, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Questions about projects of GSoC 2009

2009-03-29 Thread Mateusz Loskot
. Here are some helpful notes: http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_student_time GSoc lasts for fixed time period and no more. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

Re: [gdal-dev] Questions about projects of GSoC 2009

2009-03-30 Thread Mateusz Loskot
Mateusz Loskot wrote: Jorge Arévalo wrote: The entire process could be improved by several ways: - I would like to have an enhaced PNG driver, to reduce the size of the tiles. For this reason, I had a theoretical approach to NeuQuant algorithm and I used pngnq. I discovered the relation

Re: [gdal-dev] in memory KML

2009-04-01 Thread Mateusz Loskot
the KML driver and there is no sign that it uses the VSI*L API for file access, so I don't see any way you can write results to a memory buffer without substantial recoding in the kml driver. Looks like a candidate for proposal for the GSoC 2009 Best regards, -- Mateusz Loskot, http

[gdal-dev] BuildBot administration

2009-04-01 Thread Mateusz Loskot
and explain all details of configuration and the BuildBot service. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal

Re: [Gdal-dev] some doubts about mapserver website

2009-04-05 Thread Mateusz Loskot
meenu wrote: hi all... can anybody help me to answer some questions about maserver website... These questions belong to MapServer mailing lists [1], but not here. [1] http://lists.osgeo.org/ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

Re: [gdal-dev] Developing support in MSVC6 Other

2009-04-07 Thread Mateusz Loskot
in their /LIBPATH. To use gdal link against the gdal_i.lib stub library. Don't forget to read MSDN about how to configure Visual C++ project of your program about adding include directories and linking libraries. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: [gdal-dev] Problem with OGRCreateCoordinateTransformation

2009-04-10 Thread Mateusz Loskot
, oTargetSRS; oSourceSRS=EPSG:4326; oTargetSRS=EPSG:4989; It is invalid C++ code and it would be surprising if this code even compiles, no matter what compiler you use. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

Re: [Gdal-dev] GDAL SUPPORTS ONLY MSGN(NAT) AND NOT MSG (HRIT) FILES ?

2009-04-10 Thread Mateusz Loskot
-not-use-all-capitals.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Link to Download gdalwin32dev160

2009-04-11 Thread Mateusz Loskot
Reinaldo Escada Chohfi wrote: Folks, Does anyone know the link to download gdalwin32dev160.zip? Has Frank confirmed that he made the build? http://lists.osgeo.org/pipermail/gdal-dev/2009-April/020377.html It looks like not, so you need to wait: Best regards, -- Mateusz Loskot, http

Re: [gdal-dev] where is the source code of gdaldem

2009-05-06 Thread Mateusz Loskot
://trac.osgeo.org/gdal/ticket/2975 Source code: http://svn.osgeo.org/gdal/trunk/gdal/apps/gdaldem.cpp Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] best method to check points in polygon?

2009-05-06 Thread Mateusz Loskot
regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] ESRI Personal Geodatabase Write Access?

2009-05-06 Thread Mateusz Loskot
, no write support. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Relax KML driver about xmlns

2009-05-19 Thread Mateusz Loskot
, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Relax KML driver about xmlns

2009-05-20 Thread Mateusz Loskot
and the version _is not_ found or not recognized OGR issues a warning and proceeds as if the KML were 2.2? Yes, for me, this is a good idea. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal

Re: [gdal-dev] Build OGR with Oracle support

2009-06-16 Thread Mateusz Loskot
share it, for instance, here: http://pastebin.com/ This will help to find what's the problem. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] How to delete shapefile

2009-06-17 Thread Mateusz Loskot
a data source. Bruce, Are you saying that you are unable to run this simple program successfully? #include ogrsf_frmts.h int main() { OGRRegisterAll(); } If you indeed can not run it, it probably means your GDAL installation is not configured properly or broken. Best regards, -- Mateusz

[gdal-dev] Re: GDAL/ArcObjects based app crashes with newer GDAL versions (was How to delete shapefile)

2009-06-18 Thread Mateusz Loskot
problems. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GML 3.1.1

2009-06-20 Thread Mateusz Loskot
, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Fwd: configuring gdal to support hdf

2009-06-21 Thread Mateusz Loskot
Olivier Pilotte wrote: I'm unable to configure gdal to support the hdf file format. Any suggestions ? No details, no suggestion. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev

Re: [gdal-dev] Fwd: configuring gdal to support hdf

2009-06-21 Thread Mateusz Loskot
--help | grep -i hdf --with-hdf4=ARG Include HDF4 support (ARG=path) --with-hdf5=ARG Include HDF5 support (ARG=path) Don't forget to check this Wiki: http://trac.osgeo.org/gdal/wiki/HDF Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http

Re: [gdal-dev] Build OGR with Oracle support

2009-06-23 Thread Mateusz Loskot
Normand Savard wrote: Mateusz Loskot wrote: I maintain macros detecting Oracle (autotools at http://github.com/mloskot/workshop/tree/) which are used in GDAL and I'm interested in improving it, so feel free to report any problems Mateusz, I'm wondering if a switch could be add

[OT] Re: [gdal-dev] Distributed processing

2009-06-23 Thread Mateusz Loskot
will vote :-) Cheers, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Errors in compiling GDAL on a 64bits Linux

2009-06-23 Thread Mateusz Loskot
, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Build OGR with Oracle support

2009-06-23 Thread Mateusz Loskot
can step into this directory as non-root user. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Re: [postgis-devel] WKT Raster weekly report #4

2009-06-24 Thread Mateusz Loskot
. Feel free to ask if you have any questions. Best regards, -- Mateusz Loskot Senior Programmer, Cadcorp http://www.cadcorp.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [OT] Re: [gdal-dev] Distributed processing

2009-06-24 Thread Mateusz Loskot
in to their system, then my link mentioned bellow will run. Ah, you must log in. Sorry, then I do cross my fingers only :-) Good luck! -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [gdal-dev] Re: [postgis-devel] WKT Raster weekly report #4

2009-06-25 Thread Mateusz Loskot
driver is working. Possible, but... Another option is to create testing code, but gdalinfo is more reliable that any code that I can write... you'll most likely need to debug your driver, so having this in mine, choose your favourite option. Best regards, -- Mateusz Loskot, http

Re: [gdal-dev] Big three rules for C++ classes

2009-07-11 Thread Mateusz Loskot
they are implemented of course. Safe implicit assumption: all GDAL/OGR classes are not CopyConstructible nor Assignable types, in terms of of the C++ standard. Best regards, -- Mateusz Loskot http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] Big three rules for C++ classes

2009-07-12 Thread Mateusz Loskot
::shared_ptr does the job very well. It's been ages since I planned to publish a thing wrapper around GDAL/OGR classes, may be one day... p.s. I'd suggest to reply to the list than privately. -- Mateusz Loskot http://mateusz.loskot.net ___ gdal-dev mailing list

Re: [gdal-dev] How do we know the number of raster bands of a WKT Raster object?

2009-07-12 Thread Mateusz Loskot
/browser/spike/wktraster/rt_pg/rtpostgis.sql.in.c?rev=4146#L167) Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [postgis-devel] [gdal-dev] Question about gdal2wktraster

2009-07-14 Thread Mateusz Loskot
if you like. Actually, this is the same image I was using (cea.tif), but mine has wrong srid... Thanks a lot for the info! Yes, I know. utm.tif and cea.tif have the same content but these datasets are different, not the same because of projection. Best regards, -- Mateusz Loskot, http

Re: [Gdal-dev] GDAL and ECW

2009-07-23 Thread Mateusz Loskot
-March/011944.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Numeric package

2009-07-30 Thread Mateusz Loskot
most likely not appear exactly below I have this. It's better to not rely on any HTML/RTF formatting. Keep e-mails plain. -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [gdal-dev] Re: [SoC] GDAL WKTRaster weekly report #9

2009-08-02 Thread Mateusz Loskot
to provide some minimal implementation of reference counting pattern on your own. Scott Meyers' example may be helpful: http://www.aristeia.com/BookErrata/M29Source.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

Re: [gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-11 Thread Mateusz Loskot
://gdal.org/gdal_tutorial.html return 0; } / Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list

Re: [gdal-dev] Overriding IRasterIO in class derived from GDALRasterBand

2009-08-12 Thread Mateusz Loskot
extent (i.e. geographic coordiantes) or extent within pixel space of a coverage (specified as range of rows and columns of a raster). Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev

Re: [gdal-dev] Overriding IRasterIO in class derived from GDALRasterBand

2009-08-12 Thread Mateusz Loskot
Jorge Arévalo wrote: Hello, 2009/8/12 Mateusz Loskot mate...@loskot.net: Frank Warmerdam wrote: 2009/8/9 Jorge Arévalo jorge.arev...@gmail.com: Then, my point could be, when creating the dataset (Open static method), perform a query to get all the blocks that cover the extent

Re: [gdal-dev] Stack Overflow in gdal with HDF5 using VC2008

2009-08-13 Thread Mateusz Loskot
old files (headers or binaries) of previous versions of GDAL or HDF dangling around. IOW, ensure the dev environment is clean. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list

Re: [gdal-dev] GDAL WKT Raster cache: Problem, options to solve and doubts

2009-08-14 Thread Mateusz Loskot
to read. Is it correct? Looks OK. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Re: Strange things with gdalwarp ...

2009-08-22 Thread Mateusz Loskot
information that belongs to FAQ http://trac.osgeo.org/gdal/wiki/FAQ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [gdal-dev] Missing msvcr80.dll ?

2009-09-04 Thread Mateusz Loskot
build GDAL with MSVC 2003? Why introducing this pain? What is the gain? One could ask why to build GDAL using GCC 3.x+ ? It's perfectly valid to ask users to install re-distributable package of C/C++ Run Time libraries as it is valid to ask for version 5 or 6 of libc. Best regards, -- Mateusz

Re: [gdal-dev] Missing msvcr80.dll ?

2009-09-04 Thread Mateusz Loskot
Joaquim Luis wrote: Mateusz Loskot wrote: Joaquim Luis wrote: Harsh Govind wrote: And unlike previous versions (msvcrt71) you cannot copy over 8.0 versions dlls from somewhere to your application directory in order to make it work. The solution per Martin's suggestion is to install

Re: [gdal-dev] Missing msvcr80.dll ?

2009-09-05 Thread Mateusz Loskot
need to recompile all components of their software. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] raster image convertion(tiff)

2009-09-10 Thread Mateusz Loskot
that there is number of programming languages available in Visual Studio, not to mention that there is a variety of versions of Visual Studio. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list

Re: [gdal-dev] WKT to proj.4 - I'm complete lost!

2009-09-10 Thread Mateusz Loskot
is: OGRSpatialReference sr; char const* proj4 = ...; sr.importFromProj4(proj4); char* wkt = 0; sr.exportToWkt(wkt); // allocates string and puts WKT into it // access WKT string using wkt pointer CPLFree(wkt); Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http

Re: [Gdal-dev] Programming with GDAL in Windows XP using DEV-C++ or CodeBlocks

2009-09-23 Thread Mateusz Loskot
btaylor wrote: Has anyone used GDAL libraries in a windows compiling environment? Yes, I have. Here is a simple example of Windows application (a tiny converter) developed using GDAL: http://github.com/mloskot/workshop/tree/master/sid2jp2/trunk/ Best regards, -- Mateusz Loskot, http

Re: [gdal-dev] Re: can ogr2ogr split polygons that cross 180 degree longitude

2009-09-29 Thread Mateusz Loskot
to find error messages related to GEOS in config.log and paste them here or somewhere (if large). Also, you may try to call ./configure --with-geos=/path/to/geos-config Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list

Re: [gdal-dev] Re: can ogr2ogr split polygons that cross 180 degree longitude

2009-09-29 Thread Mateusz Loskot
Segmentation fault I can only confirm that this error comes from GEOS library and usually indicates invalid data http://trac.osgeo.org/geos/ticket/155 http://trac.osgeo.org/geos/ticket/253 http://trac.osgeo.org/geos/ticket/275 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member

Re: [gdal-dev] Re: can ogr2ogr split polygons that cross 180 degree longitude

2009-09-29 Thread Mateusz Loskot
Even Rouault wrote: Selon Mateusz Loskot mate...@loskot.net: The output message doesn't enable us to know where the crash occurs : in GEOS or in GDAL. Yes, it doesn't, of course. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

Re: [gdal-dev] Looking for libecwj2.dll Win-64Bit version

2009-09-30 Thread Mateusz Loskot
the steps to reproduce or send me the lib file? I believe I've compiled it using the same toolset you use. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [gdal-dev] Looking for libecwj2.dll Win-64Bit version

2009-09-30 Thread Mateusz Loskot
clause. I'm not at my 64Bit build machine, so if you need more info please let me know and I can send it you tonight. Generally, when reporting a problem it's a good idea to provide basic details about compiler and compilation procedure (command, flags). Best regards, -- Mateusz Loskot, http

Re: [gdal-dev] Looking for libecwj2.dll Win-64Bit version

2009-09-30 Thread Mateusz Loskot
, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Looking for libecwj2.dll Win-64Bit version

2009-10-01 Thread Mateusz Loskot
Mateusz Loskot wrote: Paul Meems wrote: GDAL is compiling great, except when using libecwj2.dll. Because I can 't compile the libecwj2 library for Win-64Bit. In some of the header files is stated when compiling to a 64-Bit version raise an error. What errors? It's said to say, but code

Re: [gdal-dev] Looking for libecwj2.dll Win-64Bit version

2009-10-01 Thread Mateusz Loskot
not sure it's legal to publish this source code. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] different result of ogrinfo between GDAL/OGR and FWTools

2009-10-11 Thread Mateusz Loskot
://catb.org/~esr/faqs/smart-questions.html#beprecise Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal.h: No such file or directory

2009-10-13 Thread Mateusz Loskot
, or if the search fails, the directive is reprocessed as if it read # include h-char-sequence new-line with the identical contained sequence (including characters, if any) from the original directive. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

Re: [gdal-dev] gdal.h: No such file or directory

2009-10-18 Thread Mateusz Loskot
to allow C++ implementations to provide headers in special way - they may not even exist as regular files in file system, then notation has special meaning. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

[gdal-dev] JasPer issues on Ubuntu 9.10

2010-01-09 Thread Mateusz Loskot
this, but may be the patch will be fixed (perhaps Ubuntu/GIS community response would help in this) Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

[gdal-dev] Simplifying malloc'action with simple templates

2010-01-09 Thread Mateusz Loskot
. If there would be interest in such utilities, I can commit it to trunk and refactor code. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] Simplifying malloc'action with simple templates

2010-01-09 Thread Mateusz Loskot
work, or as this version: template typename T T* CPLMallocT(std::size_t const n = 1, std::size_t const size = sizeof(T)) { return static_castT*(CPLMalloc(n * size)); } Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

[gdal-dev] When GDAL 1.7.0 branch?

2010-01-12 Thread Mateusz Loskot
Hi, When the upcoming 1.7.0 will get its own branch in SVN? Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] When GDAL 1.7.0 branch?

2010-01-12 Thread Mateusz Loskot
Frank Warmerdam wrote: Mateusz Loskot wrote: Hi, When the upcoming 1.7.0 will get its own branch in SVN? Mateusz, My normal practice is to produce a 1.7 branch at the point the first RC is prepared. Frank, Great. Thanks! By the way, 1.7.0b2 successfully tested with basic set

Re: [gdal-dev] Open source vector geoprocessing libraries?

2010-01-12 Thread Mateusz Loskot
, generating buffer from tens of polygons or performing boolean operations like cookie-cutting layer of 1000-2000 polygons with one polygon. IMHO, I can't see much point making a new library. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

Re: [gdal-dev] Open source vector geoprocessing libraries?

2010-01-12 Thread Mateusz Loskot
combines all the elements necessary to perform geometrical processing in usable and optimised form, with index. Is that basically what you are saying? It is. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org

Re: [gdal-dev] Open source vector geoprocessing libraries?

2010-01-13 Thread Mateusz Loskot
Jan Hartmann wrote: On 13-1-2010 2:33, Mateusz Loskot wrote: OGR does not provide any spatial indexing layer common to various vector datasets. For many simple formats it performs the brute-force selection. Just curious, would it make sense / be possible to implement indexing in OGR

Re: [gdal-dev] Open source vector geoprocessing libraries?

2010-01-13 Thread Mateusz Loskot
, either as part of OGR or another library, even if optimal performance cannot be guaranteed in all scenarios. Perhaps you'll find these inspiring: http://trac.osgeo.org/qgis/browser/trunk/qgis/src/analysis/vector Look at the Java camp too. Best regards, -- Mateusz Loskot, http

Re: [Gdal-dev] When GDAL 1.7.0 branch?

2010-01-13 Thread Mateusz Loskot
Mateusz Loskot wrote: Frank Warmerdam wrote: Mateusz Loskot wrote: Hi, When the upcoming 1.7.0 will get its own branch in SVN? Mateusz, My normal practice is to produce a 1.7 branch at the point the first RC is prepared. Frank, Great. Thanks! Frank, One more thing if I

Re: [gdal-dev] Open source vector geoprocessing libraries?

2010-01-14 Thread Mateusz Loskot
Jan Hartmann wrote: On 13-1-2010 21:19, Mateusz Loskot wrote: IMHO, it's misunderstanding to consider OGR fully featured data model and I/O engine to read, write, process and analyse spatial vector data, especially if performance is a critical factor. IMHO, there are too many compromises

Re: [Gdal-dev] OGR WFS driver

2010-01-14 Thread Mateusz Loskot
Frank Warmerdam wrote: Frode, I'm not sure where the email from Johan came from. Perhaps it was on the list some time ago? Frank, Yes, it's an old message: http://lists.osgeo.org/pipermail/gdal-dev/2008-November/018946.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: [Gdal-dev] When GDAL 1.7.0 branch?

2010-01-16 Thread Mateusz Loskot
Frank Warmerdam wrote: Mateusz Loskot wrote: One more thing if I may, the Wiki/Roadmap say the RC1 is planned on Dec 15, 2009. I understand the schedule has changed. Would you have new date of RC1? Mateusz, I'd like to issue RC1 by January 19th. Frank, It's perfect, thanks Best regards

  1   2   3   4   5   6   >