RadioPlan CoveragePlotsExport: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Export coverage == | |||
Coverage chart export can be done to GeoTIFF files. | Coverage chart export can be done to GeoTIFF files. | ||
Revision as of 13:02, 1 July 2026
Export coverage
Coverage chart export can be done to GeoTIFF files.
This is done with interface function ExportCoverageChartToGeoTiff
Result IRadioCoverage.ExportCoverageChartToGeoTiff(string filePath, ReadOnlyCollection<Radio> radios, int maxPixelsInTiff = int.MaxValue, double limitMetricResolution = 0.0, RenderColorSchema? renderColourSchema=null);
By default, the pixel size of the export will be the same as for the coverage file with least resolution.
In addition 2 arguments can be set to controll filesize and processing time:
- maxPixelsInTiff can be used to set a limit to the overall size of the geoTiff-file. If number of pixels based on the coverage files will excess this limit, the resolution is automatically downsized to fit this limit.
Secondly:
- limitMetricResolution can be used to limit the resolution of exported geoTiff-file. E.g. if coverage files have 60m resolution, this value can be set to export to a lower resolution like e.g. 200m.