[gdal-dev] using gdal.Warp to reproject a GTiff with an external nodata mask (.msk)

2025-01-27 Thread Maxime Demers via gdal-dev
TRIC=YCBCR", "TILED=YES", "BIGTIFF=YES"], callback=gdal.TermProgress_nocb ) dst = None [cid:ee2bb6c6-c1e9-4d52-95f5-652a02f428c8] Maxime Demers Analyste en géomatique Service de la planification et de la gestion du territoire Tél. : 819 823-8000 poste 2360

Re: [gdal-dev] ogr2ogr - geojson to mapInfo - size of .dat become too big

2015-09-23 Thread Maxime Demers
ault layer name for geojson? Is it possible to modify it? I cannot find a place in the geojson specifications where they mention layer name. On Wed, Sep 23, 2015 at 8:43 AM, Even Rouault wrote: > Le mercredi 23 septembre 2015 14:41:53, Maxime Demers a écrit : > > Hi Even, > &

Re: [gdal-dev] ogr2ogr - geojson to mapInfo - size of .dat become too big

2015-09-23 Thread Maxime Demers
-sql statement. Are you able to confirm if its possible to do a -sql statement on a geojson file and if yes, do you know why I got this error? thank you, Maxime Demers On Tue, Sep 22, 2015 at 2:47 PM, Even Rouault wrote: > Le mardi 22 septembre 2015 16:07:56, Maxime Demers a écrit : > &

[gdal-dev] ogr2ogr - geojson to mapInfo - size of .dat become too big

2015-09-22 Thread Maxime Demers
the cause of the problem and does a solution exists? Thank you, Maxime Demers -- Stack Overflow: http://stackoverflow.com/users/1914034/burton449 GIS Overflow: http://gis.stackexchange.com/users/14426/burton449 LastFm: http://www.lastfm.fr/user/burton449 ___

Re: [gdal-dev] ogr2ogr convert geojson to MapInfo tab

2015-09-18 Thread Maxime Demers
! On Fri, Sep 18, 2015 at 9:27 AM, Even Rouault wrote: > Le vendredi 18 septembre 2015 15:08:31, Maxime Demers a écrit : > > Hi Even, > > > > I just proceeded to test the conversion from geojson to mapInfo tab with > > the latest build. The result is not good. > >

Re: [gdal-dev] ogr2ogr convert geojson to MapInfo tab

2015-09-18 Thread Maxime Demers
uot;Greenwich",0], UNIT["degree",0.0174532925199433]], PROJECTION["Mercator_1SP"], PARAMETER["central_meridian",0], PARAMETER["scale_factor",1], PARAMETER["false_easting",0], PARAMETER["false_northing",0]

[gdal-dev] ogr2ogr convert geojson to MapInfo tab

2015-09-17 Thread Maxime Demers
version because I am on windows and dont know how to build gdal from sources. Do you have an idea, if the solution could be merged into a binary release for windows soon? Salutations, Maxime Demers <http://www.lastfm.fr/user/burton449> >* Hello, *> >* I encounter a problem using ogr

[gdal-dev] ogr2ogr convert geojson to MapInfo tab

2015-09-17 Thread Maxime Demers
Hello, I encounter a problem using ogr2ogr (from gdal 1.10) when trying to convert a geojson to MapInfo Tab. The output MapInfo tab does not include the projection wich is defined in the geojson as EPSG:3857 so srs is defined as WGS84 as default. I think its a known problem with MapInfo Tab (mita

[gdal-dev] Question about ogr2ogr and geojson url

2015-09-16 Thread Maxime Demers
Hello, I am using nodejs on localhost to serve dynamic geojson at urls such http://localhost:3000/711/points.geojson The way I am serving the geojson from the server is like this: var geojson = {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"LineStri