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_file
CONFIG_FILE
- Path to configuration file. (default:None
)--log_filename
LOG_FILENAME
,-l
LOG_FILENAME
- A file location to write logging data. (default:None
)--log_console
- If provided, write logging statements to the console.-r
REPORT_FILENAME
,--report_filename
REPORT_FILENAME
- File location to write the summary report. (default:None
)-b
BASE_LAYER
,--base_layer
BASE_LAYER
- An optional base layer image for the plot. Must have same extent. (default:None
)--dwca
DWCA
- A Darwin-Core Archive filename to process. (default:None
)--csv
CSV
- A CSV file to process, a species header key, an x header key, and a y header key. (default:None
)-t
TITLE
,--title
TITLE
- A title to add to the plot image. (default:None
)--cmap
CMAP
- A color map to use for the image. (default:Reds
)--vmin
VMIN
- The minimum value for color scaling. (default:None
)--vmax
VMAX
- The maximum value for color scaling (use -1 to use maximum from data). (default:None
)