Re: [gdal-dev] gdal_rasterize parameters not working

2023-07-03 Thread Scott
gdal_grid is probably a better choice. On 7/3/23 16:06, Clive Swan wrote: Hi Thanks for the information.  The Shp file (WGS84), the aim is to export to a Heatmap. The Shp was exported to a Tif: coastal_2000-te.tif coastal_2000-tr.tif The pixel output ranges from 0-3 This doesn't produce

Re: [gdal-dev] gdal_rasterize parameters not working

2023-07-03 Thread Clive Swan
Hi Thanks for the information. The Shp file (WGS84), the aim is to export to a Heatmap. The Shp was exported to a Tif: coastal_2000-te.tif coastal_2000-tr.tif The pixel output ranges from 0-3 This doesn't produce a Heatmap. Any options you would recommend?? Thanks Clive gdalinfo

Re: [gdal-dev] gdal_rasterize parameters not working

2023-07-03 Thread Andrea Giudiceandrea via gdal-dev
Il 03/07/2023 18:08, Scott ha scritto: You're using the -tr and -ts. You can only use one or the other, not both. I think it would be useful if gdal_rasterize emitted a warning when the -tr and -ts options are used at the same time like other GDAL tools do. Best regards. Andrea

Re: [gdal-dev] gdal_rasterize parameters not working

2023-07-03 Thread Scott
You're using the -tr and -ts. You can only use one or the other, not both. On 7/3/23 07:35, Clive Swan wrote: I am trying to create a heatmap from a Shp Point feature. The output is doesn’t cover the Shp?? I entered the following gdal gdal_rasterize parameters. gdal_rasterize -a hazard_l_1

Re: [gdal-dev] gdal_rasterize parameters not working

2023-07-03 Thread Rahkonen Jukka
Hi, What coordinate system and extent ogrinfo reports with ogrinfo -al -so "C:\Temp\PROJECTS\CCRT\ClimateChangeFME\Modelling\UK\Shp\Coastal\Coastal_Flooding_2000.shp" What coordinate system and extent gdalinfo reports with gdalinfo

[gdal-dev] gdal_rasterize parameters not working

2023-07-03 Thread Clive Swan
I am trying to create a heatmap from a Shp Point feature. The output is doesn’t cover the Shp?? I entered the following gdal gdal_rasterize parameters. gdal_rasterize -a hazard_l_1 -te -4.822014 52.517355 1.757978 55.779307 -tr 0.1 0.1 -ts 2035 2069

Re: [gdal-dev] ogr2ogr sqlite dialect and fgb format

2023-07-03 Thread Even Rouault
Hi Patrick, blocking error fixed per https://github.com/OSGeo/gdal/pull/8040 and the one related to esriFieldTypeDate in https://github.com/OSGeo/gdal/pull/8039 Even Le 28/06/2023 à 17:18, Patrick Young a écrit : Hi, I'm playing around with the gdb dataset

Re: [gdal-dev] sozip and tile index

2023-07-03 Thread Andrew Terry
Thanks Even, that’s great I’ll try again using those! From: Even Rouault Sent: Sunday, July 2, 2023 2:20 PM To: Andrew Terry ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] sozip and tile index Hi, ogrtindex can index any OGR supported file including through the /vsi virtual file systems