1
0
Fork 0
Commit Graph

569 Commits (336c189d613cae78c83cf077f32f62293d53f837)

Author SHA1 Message Date
Nikos Roussos 336c189d61
Move doc files inside repo 2017-04-30 22:45:05 +03:00
Nikos Roussos 90051229ad
Upgrade django 2017-04-06 12:33:11 +03:00
Nikos Roussos 2597977150 Merge pull request #333 from ppapadeas/transmitter_uuid_jobs_api
Add UUID of transmitter in jobs API
2017-03-27 22:54:28 +03:00
Pierros Papadeas 7f117ceb05 Add UUID of transmitter in jobs API 2017-03-27 21:32:12 +03:00
Nikos Roussos 0b411bce54 Merge pull request #331 from satnogs/fixes
Fix GA CSP
2017-03-27 19:18:34 +03:00
Nikos Roussos b69fc67c15
Fix GA CSP 2017-03-27 14:46:59 +03:00
Nikos Roussos 228d46f30f
Version bump 1.0 2017-03-21 18:34:57 +02:00
Nikos Roussos b56cdfe1f8
Add cache to station view 2017-03-21 18:34:52 +02:00
Nikos Roussos 98119d3da6
Update requirements
* gunicorn
* pytest
* oauthlib
2017-03-21 18:24:16 +02:00
Nikos Roussos bebf9fd1e7 Merge pull request #329 from satnogs/ant2
Upcoming satellite passes enhancements
2017-03-21 17:01:33 +02:00
Nikos Roussos 6249c4f577
Simplify prediction code
* Simplify upcoming passes code
* Simplify prediction_windows method
* Move overlap_windows method to helpers
* Don't enable profiling by default
* Temporarily increase complexity threshold
2017-03-21 16:04:02 +02:00
Pierros Papadeas 93734adf51
Start and end marks on polar plot. 2017-03-21 15:55:41 +02:00
Corey Shields e4ca37fbe0
Filter and not predict on missing frequency capabilities
2 big changes here:

1 - provides filtering capabilities on station view to not show satellites missing transmitters that station is capable of receiving

2 - prediction_windows will now return only stations that are capable of receiving the selected transmitter.

fixes satnogs/satnogs-network#88
2017-03-21 15:55:41 +02:00
Nikos Roussos 69eeb6641d Merge pull request #326 from satnogs/debug-toolbar
Add django-debug-toolbar
2017-03-20 16:03:19 +02:00
Nikos Roussos e7500421f7
Add django-debug-toolbar 2017-03-20 11:58:56 +02:00
Nikos Roussos 04cf26fa91 Merge pull request #328 from faulteh/freq_max_fixture_update
Added frequency_max to fixtures so initialize will work
2017-03-20 11:08:44 +02:00
Scott Bragg 59dcec483a Added frequency_max to fixtures so initialize will work 2017-03-20 19:42:32 +11:00
Nikos Roussos b320e6c179
Revert cache on station view
* revert commit to test station view load times
2017-03-19 17:35:17 +02:00
Nikos Roussos 747a3784bb Merge pull request #324 from cshields/ant
Add max freq range to antenna
2017-03-19 17:33:16 +02:00
Nikos Roussos f0b097bab5
Update requirements
* pytest
* py
* Faker
2017-03-19 15:36:18 +02:00
Nikos Roussos 2800593e42
Add some minor cache to station view 2017-03-19 15:36:02 +02:00
Pierros Papadeas 94274c82f1 Add polar plot on upcoming observations
* Add Set Azimuth to station view
* Move calculate_polar_data to helpers.py
2017-03-19 15:33:40 +02:00
Corey Shields b8f336929c Add max freq range to antenna
Continue to use 'frequency' as minimum and displayed frequency. Adds a 'frequency_max' to provide a range we can use for an antenna.

fixes satnogs/satnogs-network#217
2017-03-19 08:54:14 -04:00
Nikos Roussos afcbb93440 Merge pull request #323 from ppapadeas/obs_list_fix_1
Add space between time and date for visual clarification
2017-03-19 14:11:15 +02:00
Nikos Roussos 4519beda53 Merge pull request #321 from satnogs/upcoming
Create a settings option for upcming passes window
2017-03-19 13:17:51 +02:00
Pierros Papadeas b60cf85623 Add space between time and date for visual clarification 2017-03-19 13:15:54 +02:00
Nikos Roussos fa70f0e8f0
Create a settings option for upcming passes window 2017-03-19 01:32:32 +02:00
Nikos Roussos dbbdffa1b4 Merge pull request #319 from cshields/payload
Add pass details to payload frame
2017-03-19 01:24:41 +02:00
Corey Shields a78872f9cc Add pass details to payload frame
Stores the rising azimuth, max altitude, and setting azimuth for each payload scheduled in an observation when an observation is scheduled. This will help in comparing passes (ie: high pass vs low pass, obstructions, etc).

The view will not display anything if this data is missing, so legacy entries in the database that do not have this data will still display fine.

Fixes satnogs/satnogs-network#278
2017-03-16 19:56:22 -04:00
Nikos Roussos 2d1db2cf8f
Fix satellite position exception 2017-03-11 22:29:31 +02:00
Nikos Roussos f212831af2
Update requirements 2017-03-11 22:24:16 +02:00
Nikos Roussos a115b6748b Merge pull request #318 from cshields/fixsched
Fix scheduling from satellite view
2017-03-05 21:41:52 +02:00
Corey Shields 83e239314d Fix scheduling from satellite view
Fixes a condition when trying to schedule an observation from the satellite modal - obs_filter is triggered but there is no ground station specified so that is passed on as 'undefined', where django expects an int to filter on. With this change, if there is no ground_station offered in obs_filter it is skipped. Now all new observation calculation methods are working again.
2017-03-04 14:10:26 -05:00
Nikos Roussos 5515d2e7f8
Add station information on Data API endpoint 2017-03-03 01:12:49 +02:00
Nikos Roussos 922d7dcb16
Minor docker fixes 2017-03-03 01:12:29 +02:00
Nikos Roussos 7b5722c914
Update requirements 2017-03-03 01:12:11 +02:00
Nikos Roussos 573a0f4393 Merge pull request #317 from faulteh/obsview-perf
[Fixes #315] Use query annotation instead of model properties to filter Observation faster
2017-02-24 22:35:55 +02:00
Scott Bragg 0d77fd7e44 [Fixes #315] Use query annotation instead of model properties to filter Observation faster. 2017-02-24 21:57:19 +11:00
Nikos Roussos 8b25aea781 Merge pull request #316 from satnogs/sec
Several enhancements
2017-02-22 14:14:30 +02:00
Nikos Roussos 86c330236f
Use hashes for pip 2017-02-22 11:04:44 +02:00
Nikos Roussos 2fcfbf8e06
Add redis support 2017-02-22 00:21:09 +02:00
Nikos Roussos ac0188b1b0
Add dnt-helper and simplify GA code 2017-02-21 23:52:39 +02:00
Nikos Roussos dfb89cacdc
Add CSP support 2017-02-21 22:37:06 +02:00
Nikos Roussos 24124ed94b
Clean gitignore to project essentials 2017-02-14 18:21:42 +02:00
Nikos Roussos f74bb7da6e
Version bump 0.9 2017-02-13 09:03:34 +02:00
Nikos Roussos 06481eb45e Merge pull request #310 from adamkalis/audio-tab-ui
Add progress bar and spectrogram on audio tab
2017-02-12 12:27:06 +02:00
Alfredos-Panagiotis Damkalis e584d6453c Add spectrogram generation on audio tab 2017-02-12 09:16:29 +02:00
Alfredos-Panagiotis Damkalis 4483e510e4 Add progress bar on audio tab when loading observation data 2017-02-12 09:16:29 +02:00
Nikos Roussos 937528cdfa Merge pull request #311 from ppapadeas/color-obs-fix
Fix color of label-warning for colorblindness ease.
2017-02-12 00:47:14 +02:00
Pierros Papadeas 5a52ee0f1f Fix color of label-warning for colorblindness ease. 2017-02-11 19:44:13 +02:00