Skip to content

gdal CLI: add 'gdal mdim pipeline'#14675

Merged
rouault merged 1 commit into
OSGeo:masterfrom
rouault:mdim_pipeline
Jun 10, 2026
Merged

gdal CLI: add 'gdal mdim pipeline'#14675
rouault merged 1 commit into
OSGeo:masterfrom
rouault:mdim_pipeline

Conversation

@rouault

@rouault rouault commented May 28, 2026

Copy link
Copy Markdown
Member

This is minimal support. It converts 'info' to be compatible, and adds a minimalistic 'reproject' (step or standalone)

$ gdal mdim pipeline ! read in.nc ! reproject --output-crs=EPSG:32632 ! write out.zarr --overwrite
$ gdal mdim reproject --output-crs=EPSG:32632 in.nc out.zarr --overwrite

@rouault rouault added this to the 3.14.0 milestone May 28, 2026
@rouault rouault added enhancement funded through GSP Work funded through the GDAL Sponsorship Program gdal_cli Anything related to the new 3.11 "gdal" CLI frontend labels May 28, 2026
@rouault rouault force-pushed the mdim_pipeline branch 8 times, most recently from b88a563 to 2c989b6 Compare May 28, 2026 13:54
This is minimal support. It converts 'info' to be compatible, and adds a
minimalistic 'reproject' (step or standalone)

```
$ gdal mdim pipeline ! read in.nc ! reproject --output-crs=EPSG:32632 ! write out.zarr --overwrite
$ gdal mdim reproject --output-crs=EPSG:32632 in.nc out.zarr --overwrite
```
@rouault rouault merged commit 264218f into OSGeo:master Jun 10, 2026
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement funded through GSP Work funded through the GDAL Sponsorship Program gdal_cli Anything related to the new 3.11 "gdal" CLI frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants