Hi,
I am trying to add an additional file extension for a custom raster format (implemented via GDAL).
In RasterFormats.dat, i set the following config for my format:
ArcGis seems to ignore this. In ArcCatalog, I found the following:
So, by adding the desired file extensions in the list item in option 2, it works fine.
But, regarding the installation: How/where do I add this config, is it somewhere in registry ?
I am trying to add an additional file extension for a custom raster format (implemented via GDAL).
In RasterFormats.dat, i set the following config for my format:
Code:
<e on="y" nm="IRAP" ex="*.irp; *.gri;" et="IRAP" at="0x27" />
- Customize->ArcCatalog Options->Raster (tab)->File Formats
- there are two options here:
- Search all files to find valid raster formats
- Search only files that math the following...
- Option two is the default setting (at least within this organisation)
So, by adding the desired file extensions in the list item in option 2, it works fine.
But, regarding the installation: How/where do I add this config, is it somewhere in registry ?