cinemascience / pycinema

cinema engine toolkit
Other
1 stars 4 forks source link

Sqlreader implementation and remote http (requests) image viewer #89

Closed jpulidojr closed 10 months ago

jpulidojr commented 10 months ago

This implements a SQL Reader as a filter for pycinema. Data is held in data/wildfire/ folder as well as its respective sqlite3 database.

The database file contains two tables, a 'filesystem' metadata table for local files and filesystem properties, and a 'vision' metadata table with data-specific quantities and remote locations (https).

Also implemented is the capability to pull images remotely from an https server using the python library requests. This is implemented in the ImageReader filter.