Situation

A spatial data workflow needs access to OGR/GDAL tooling for conversion or inspection steps.

Outcome

Flux exposes PowerShell commands and application services for initializing OGR support, checking versions, and running ogr2ogr operations.

Steps

  1. Initialize the OGR tool path.
  2. Check the available OGR/GDAL version.
  3. Run ogr2ogr with configured parameters.
  4. Use the conversion result in downstream processing or export work.

Implementation Evidence

  • Flux/Hive/Hive.Application/Ogr/
  • Flux/PowerShell/Ogr/
  • Docs/Docusaurus/docs/powershell/Initialize-FluxOgr.mdx
  • Docs/Docusaurus/docs/powershell/Get-FluxOgrVersion.mdx
  • Docs/Docusaurus/docs/powershell/Get-FluxOgr2Ogr.mdx