Even Rouault

Open-source geospatial software developer (GDAL, PROJ, QGIS, MapServer, ...).
Creator of sozip.org
My opinions reflect the ones of my employer, not necessarily mine.

Even Rouault boosted:
Howard Butlerhobu@fosstodon.org
2025-06-19

I am pleased to announce the release of PDAL 2.9.0

github.com/PDAL/PDAL/releases/

Key goodies include GDAL VSI support by Norman Barker, FileSpec support by Thomas Swamy, filters.supervoxel by Bram Ton, SPZ read/write by Isaac Bell, `ogr` option for filtering to a number of stages by Isaac Bell, and greatly enhanced readers.tindex support by Isaac Bell (see pdal.io/en/latest/tutorial/tin for usage).

Conda packages will be catching up. Thanks again to every contributor!

Even RouaultEvenRouault
2025-06-17

Investment just paid off πŸ™‚

Even RouaultEvenRouault
2025-06-15

Another round of user friendliness for "gdal" CLI. Now "gdal raster/vector reproject input_dataset --dst-crs=EPSG:<TAB><TAB>" will only list CRS that intersect the extent of the dataset: github.com/OSGeo/gdal/pull/125

Even RouaultEvenRouault
2025-06-13

AI garbage tries to go into libtiff: gitlab.com/libtiff/libtiff/-/m

Even RouaultEvenRouault
2025-06-12

It took some time to reach that point, but now the GDAL Sanitizer (Address / Undefined behavior / Leak) CI target runs cleanly and can now spot any such issues as soon as they are introduced and before they are merged: github.com/OSGeo/gdal/pull/125

Even RouaultEvenRouault
2025-06-03

@gdal We've had up to 265 attendees following the webinar about the GDAL CLI Modernization. You'll find the slide deck at download.osgeo.org/gdal/presen , including a best-of of the Q/A session, and the video recording at youtube.com/watch?v=ZKdrYm3TiBU

Even RouaultEvenRouault
2025-06-03

@jjimenezshaw Follow-up contest. Craft the smallest GeoPackage file (raster, vector or both... or none) that passes the OGC GeoPackage 1.2 Conformance Test suite (and can be opened by GDAL). My curent record: 3584 bytes . As there are different solutions that reach that size, bonus point for the smallest .gpkg.zip file (at deflate level 9 compression). My record: 708 bytes

Even RouaultEvenRouault
2025-06-03

@jjimenezshaw Ah ah, ok here's my finding. No, it's not a TIFF, but an 3 line PGM file (actually just the header):
P5
2147483647 2147483647
1

Even RouaultEvenRouault
2025-06-03

In 2 hours from now, that is at 14:00 UTC, the @gdal team will hold a "GDAL CLI Deep Dive" webinar. Join us at Join us at numfocus-org.zoom.us/webinar/r

Even RouaultEvenRouault
2025-06-02

Quite excited by the new artihmetic band on-the-fly capabilities of github.com/OSGeo/gdal/pull/125

```python
with gdal.Open("rgb.tif") as ds:
R = ds.GetRasterBand(1)
G = ds.GetRasterBand(2)
B = ds.GetRasterBand(3)
gray = (0.299 * R + 0.587 * G + 0.114 * B).as_type(gdal.GDT_Byte)
gdal.GetDriverByName("GTiff").CreateCopy("gray.tif", gray)
```

Even Rouault boosted:
Howard Butlerhobu@fosstodon.org
2025-06-02

The new GDAL 3.11 CLI has context-aware bash completion and spelling suggestions – options, formats, sub-commands, and more! No more fumbling for inconsistent names or orderings.

Join us at the GDAL CLI Deep Dive webinar on June 3rd at 1400 UTC to learn more. numfocus-org.zoom.us/webinar/r

Even RouaultEvenRouault
2025-05-29

Fun contest. Craft the smallest file (in terms of byte size) that is recognized (opened by GDAL, using any official driver of your choice) with 2147483647 x 2147483647 raster size. My current record is 27 bytes. Any improvement over that?

Even Rouault boosted:
Howard Butlerhobu@fosstodon.org
2025-05-27

411 people signed up so far. Come join us next week to learn about the new CLI. mastodon.social/@gdal/11449578

Even RouaultEvenRouault
2025-05-25

@JensWiesehahn Possibly, with extra work. Would require a --radius argument and tuning how we format inputs to our expression parser(s)

Even RouaultEvenRouault
2025-05-22

"The Open Geospatial Consortium (OGC) invites you to participate in the AI-DGGS Pilot β€” a cutting-edge initiative at the intersection of Artificial Intelligence (AI) and Discrete Global Grid Systems (DGGS)." Is that legit email or some spam ? Because mixing two tricky subjects, taken separately, doesn't seem like a good idea

Even RouaultEvenRouault
2025-05-21

I agree with @hobu that commercial cloud providers should help us maintain the code that provides easy way to use the resource they provide to their customers. If you are a customer of those commercial cloud providers and make an heavy user of @gdal on them, please reach to their sale representatives and help us make a case for their continued sponsorhip.

Howard Butler's toot about the costs to maintain code to access commerical cloud provider object storage vs the benefits they gain from it
Even Rouault boosted:
2025-05-19

🌍 Circular arcs in QGIS are crucial for precise geographic data! Currently, support is limited, but you can help change that. With our crowdfunding campaign, we aim to enhance their management in GEOS for reliable processing, precise intersections, and new possibilities. We’re halfway there, and we need your help to go all the way! πŸš€

πŸ’‘ Learn more: opengis.ch/fr/2025/05/07/les-a

#QGIS #crowdfunding #OpenSourceGIS #GEOS #opengisch #swissgis

Even RouaultEvenRouault
2025-05-16

@autra still waiting for a feedback from MITRE

Even Rouault boosted:
GDALgdal
2025-05-15

The GDAL package in conda-forge has now support for JPEGXL and JPEGXL-in-TIFF

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst