create_point_heatmap - CLI interface
Create a point map image.
create_point_heatmap [-h] [--config_file CONFIG_FILE] [--log_filename LOG_FILENAME]
[--log_console] [-r REPORT_FILENAME] [-b BASE_LAYER] [--dwca DWCA]
[--csv CSV CSV CSV CSV] [-t TITLE] [--cmap CMAP] [--vmin VMIN]
[--vmax VMAX]
plot_filename min_x min_y max_x max_y resolution
create_point_heatmap positional arguments
plot_filename- A file path to write the generated plot image. (default:None)min_x- The minimum x value of the plot map range. (default:None)min_y- The minimum y value of the plot map range. (default:None)max_x- The maximum x value of the plot map range. (default:None)max_y- The maximum y value of the plot map range. (default:None)resolution- The resolution of each cell of the plot map. (default:None)
create_point_heatmap optional arguments
--config_fileCONFIG_FILE- Path to configuration file. (default:None)--log_filenameLOG_FILENAME,-lLOG_FILENAME- A file location to write logging data. (default:None)--log_console- If provided, write logging statements to the console.-rREPORT_FILENAME,--report_filenameREPORT_FILENAME- File location to write the summary report. (default:None)-bBASE_LAYER,--base_layerBASE_LAYER- An optional base layer image for the plot. Must have same extent. (default:None)--dwcaDWCA- A Darwin-Core Archive filename to process. (default:None)--csvCSV- A CSV file to process, a species header key, an x header key, and a y header key. (default:None)-tTITLE,--titleTITLE- A title to add to the plot image. (default:None)--cmapCMAP- A color map to use for the image. (default:Reds)--vminVMIN- The minimum value for color scaling. (default:None)--vmaxVMAX- The maximum value for color scaling (use -1 to use maximum from data). (default:None)