GeoTIFF
The Geotiff adapter is designed to output specified bands to Geotiff in order to facilitate web visualisation
- adapters.geotiff.geotiff.apply(env, params, l2product_files, date)
Apply Geotiff adapter. 1. Converts specified band in NetCDF to Geotiff format 2. Save files to S3 storage
Parameters
- params
Dictionary of parameters, loaded from input file
- env
Dictionary of environment parameters, loaded from input file
- l2product_files
Dictionary of Level 2 product files created by processors
- date
Run date
- adapters.geotiff.geotiff.convert_valid_pixel_expression(vpe, variables)
- adapters.geotiff.geotiff.get_mask_from_geojson(input_file, geojson_path)
- adapters.geotiff.geotiff.netcdf_geotiff(input_file, output_file, band, band_min, band_max, metadata, env, projection=4326, number_bands=2)
- adapters.geotiff.geotiff.parse_bands(bands)