pyrad.utils.database_utilities.
ascii_table_records
Reads the next line from an ascii table.
response – A http.client.HTTPResponse object.
block_size – Size in bytes of blocks that will be read.
Record of the HITRAN database.
scrub
Scrubs user-provided string to prevent database injection.
string – User provided database input.
The string scrubbed of any trailing spaces, punctuation, or additional text.