GreenBankObservatory / antenna_plots_v2

GNU Affero General Public License v3.0
0 stars 0 forks source link

Antenna position plot based on currently-filtered items in Session List View #11

Closed tchamberlin closed 1 year ago

tchamberlin commented 1 year ago

If #7 turns out to be viable, this should be a "simple" matter of stacking the necessary plots up (based on the current Sessions in the table queryset), rendering the image, and

This will require getting datashader and geoviews, etc installed into your alda env, which hopefully is fairly straightforward

KaseyW31 commented 1 year ago

Yesterday, I set up a conda environment with alda dependencies and the data visualization packages (after some issues with PyPI). I found out how to access the queryset from the template, but I might try to stack the images from a different file (models/views/etc). I also spent time familiarizing myself with django, filters, tables, etc