--
You received this message because you are subscribed to the Google Groups "QGIS Australia User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to australian-qgis-use...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/australian-qgis-user-group/ecc0af2c-c238-4a13-a4cf-ad74f27e38c7n%40googlegroups.com.
I am trying to use the graphical modeller to save a virtual image as a JPEG compressed Geotiff. I have tried COMPRESS=JPEG PHOTOMETRIC=YCBCR but get a message saying it needs to be an 8-bit file. I have attached the output for the standard compression and wondered if anyone has any clues on what to put in the creation options.
Cheers and happy festive season to all,
Grant
Running Translate raster layer [2/2]
Input Parameters:
{ bandList: None, copyMetadata: True, copyStyle: False, creationProfile: 'GTiff INTERLEAVE=BAND COMPRESS=LZW PREDICTOR=2 BIGTIFF=YES', dataType: None, excludeBadBands: False, excludeDerivedBadBands: False, extent: None, grid: None, noData: None, offset: None, outputTranslatedRaster: 'J:/Dropbox/Sentinel2/Temp/RGB_image.tif', raster: 'C:/Users/Grant/AppData/Local/Temp/processing_DKVQNU/2515a5c66d994cba916ca5360770fc22/OUTPUT.vrt', resampleAlg: 0, scale: None, sourceColumns: [nan,nan], sourceNoData: None, sourceRows: [nan,nan], spectralBandList: None, spectralSubset: None, unsetNoData: False, unsetSourceNoData: False, workingType: None, writeEnviHeader: False }
Translate raster [10980x10980x3](UInt16) -of GTiff -co INTERLEAVE=BAND COMPRESS=LZW PREDICTOR=2 BIGTIFF=YES J:/Dropbox/Sentinel2/Temp/RGB_image.tif
Hi Dave, calling the ogr translator in QGis could work there. Probably could use automator to read in, covert then strip out start and end points to create a new master lookup file?
To view this discussion, visit https://groups.google.com/d/msgid/australian-qgis-user-group/fa7d2f07-e9fb-47e6-8159-b330900df0a7n%40googlegroups.com.
Hi all,
Why is it that I can run the “gdal_translate -of gpkg” command in the OGeo 4W Shell but not in the gdal_translate algorithm within a graphical modeller script?
Cheers Grant
I have had similar issues running an interpolator in graphical modeler. Works fine as a standalone algorithm in QGIS but not in the GM. Perhaps a bug to report? Frustrating none-the-less.
--
You received this message because you are subscribed to the Google Groups "QGIS Australia User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to australian-qgis-use...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/australian-qgis-user-group/001401db58f4%24a3197260%24e94c5720%24%40iinet.net.au.
Good afternoon all,
I am wondering where I can find a collection of the QGIS system icons that I can use in my training and user manuals? I can only find a github repo where I have to download them one-by-one and I am not sure they are all present.
Cheers Grant
Perth WA
--
You received this message because you are subscribed to the Google Groups "QGIS Australia User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to australian-qgis-use...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/australian-qgis-user-group/008501db59d1%243a441960%24aecc4c20%24%40iinet.net.au.

| North Road Cartography • Development • Spatial Analysis north-road.com QGIS User Conference 2025 2-3 June, Norrköping, Sweden FOSS4G 2025 17-23 November, Auckland, New Zealand |
Hello everyone. A happy FYI update. I got this to work.
I've only got basic dev skills (PowerShell), but using DeepSeek AI today, I was able to get it to generate workable scripts going to achieve my aim. I'm sure the same could be done with Python (a future plugin?). I found it helps to have an understanding of the language per se, to debug/enhance the generated code.A bit off topic, so I won't post the 2 scripts here, but am thinking of putting them up on Github as Gists. They are:
- GPX script: read in the GPX file, from 'halfway thru the first track' grab a lat, long, date-time value - then convert time to local and display everything (and can externally pipe to csv, json etc, then a file). The AI, unprompted, even showed me how to loop thru a list of .gpx files in a folder using the script (I knew that). It has all sort of error/missing_data_values handling.
- KML and KMZ script: rinse and repeat, both types in the same script; but has some extra code as it has to hunt (regex) for a date-field which may be in the tracks name (!) in the data.
I can then import the CSV into QGIS and there's my visual catalogue of my hikes and drives.I could, I assume, get it to export a gpx file as the catalogue, but I can also use the CSV in PowerShell for other purposes ; viz pass in a Lat and Lon for (say) Marysville and have it (PowerShell) quickly search for my hikes/drive within N km of Marysville. Again DeepSeek generated that one this afternoon too.Thanks again for the hints to get me started. Why, in late December, no-one suggested I use DeepSeek AI, is beyond me :-)
To view this discussion, visit https://groups.google.com/d/msgid/australian-qgis-user-group/f9448575-d657-4cc4-9c3e-f85abe2103c4n%40googlegroups.com.
| North Road Cartography • Development • Spatial Analysis north-road.com QGIS User Conference 2025 2-3 June, Norrköping, Sweden FOSS4G 2025 17-23 November, Auckland, New Zealand |