Hi @jamesclarke,
The RasterBandPropertyExtractor transformer will give you the NoData values for each band, in the list _band{}.band_nodata. You can use ListSearcher transformers to separate the rasters by NoData value.
Hi @jamesclarke,
The RasterBandPropertyExtractor transformer will give you the NoData values for each band, in the list _band{}.band_nodata. You can use ListSearcher transformers to separate the rasters by NoData value.
So I've got the lists and they show up fine in the Data Inspector but I
still get blank .csv files as the output. Why isn't it producing a list
in the .csv file?
So I've got the lists and they show up fine in the Data Inspector but I
still get blank .csv files as the output. Why isn't it producing a list
in the .csv file?
Hi @jamesclarke, i believe the csv file has no attribute.
Could you share us your Workspace template? (.FMWT )
Thanks,
Danilo
Because most data formats do not understand fme lists.
Assuming you list is in the format _list{}.value, _list{}.count, try using a ListExploder just prior to the CSV writer, and set the attributes on the csv to value and count.
To get your your data into that format, use the RasterBandPropertyExtractor as @DaveAtSafe suggests, and follow that by the StatisticaCalculator with ComputeHistograms selected.