Attention

This repo is an adaption of https://github.com/ssec-jhu/biospecdb. Images present within this documentation may not entirely reflect the exact working content of this application.

SQL Explorer Model

Query Model

Query(id, title, sql, description, ...)

Data Exporters

CSVExporter(*args, **kwargs)

ExcelExporter(*args, **kwargs)

JSONExporter(*args, **kwargs)

ZipArrayDataMixin(*args, **kwargs)

A custom mixin for explorer.exporters.BaseExporter used to collect ArrayData.data files and zip them with query output data for download.

Charts

get_pie_chart(result)

Generate ploty pi chart of boolean Observation data present in data result.

get_line_chart(result)

Generate ploty line chart of array data present in data result.

SQL

apps.uploader.sql