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
- Initialize the OGR tool path.
- Check the available OGR/GDAL version.
- Run ogr2ogr with configured parameters.
- 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.mdxDocs/Docusaurus/docs/powershell/Get-FluxOgrVersion.mdxDocs/Docusaurus/docs/powershell/Get-FluxOgr2Ogr.mdx