1
0
Fork 0
Commit Graph

38 Commits (81f388b4c80be6c87626f46979f2ea356d1fc364)

Author SHA1 Message Date
Alfredos-Panagiotis Damkalis 81f388b4c8 Add button for loading pass predictions in station page
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-11-29 20:32:53 +02:00
Alfredos-Panagiotis Damkalis f8920087ba Show error when mapbox token doesn't exist
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-11-29 20:32:53 +02:00
Alfredos-Panagiotis Damkalis cf28114f54 Fix disappearing mark on the map in station view
Sometimes mark on the map wasn't visible for the initial zoom. This was
result of a race condition between loading the pin image (loadImage and
addImage) and adding the layer with the mark on the map (addLayer).

Adding addLayer call inside the loadImage callback solves the race
condition by having the pin image always loaded before adding the layer.

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-09-30 16:57:30 +03:00
Alfredos-Panagiotis Damkalis a27a5180a4 Improve satellite and transmitter statistics
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-09-17 16:12:03 +03:00
Alfredos-Panagiotis Damkalis 75031c9c7f Rename variables for "start" and "end"
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-07-29 11:17:53 +03:00
Alfredos-Panagiotis Damkalis b2ec09483f Move loading spinner css for common use 2019-02-14 17:47:56 +02:00
Alfredos-Panagiotis Damkalis 1d744b9b38 Change overlap calculation in station page 2019-01-25 04:18:03 +02:00
Pierros Papadeas e8e384dc80
Change "unknown" to "unvetted" 2018-12-16 20:31:21 +02:00
Pierros Papadeas 46d5533066
Add enhanced confirmation for station deletion 2018-12-04 11:31:24 +02:00
Fabian P. Schmidt 480aff80eb Check for MapboxGL support before trying to render a map
Fixes #515.
2018-08-29 20:16:53 +02:00
Alfredos-Panagiotis Damkalis 2dbb7727e8 Remove obsolete parts of canvas polar plotting 2018-08-22 12:28:07 +03:00
Pierros Papadeas d392b36f72
Remove schedule buttons if nothing can be scheduled 2018-08-17 21:21:36 +03:00
Fabian P. Schmidt 8f1bdb1187 Remove obsolete HTML5 canvas polar plot function 2018-08-10 13:20:30 +02:00
Fabian P. Schmidt 703e366e94 Replace polar plot in station view with svg implentation from observation view 2018-08-10 13:20:30 +02:00
Nikos Roussos 879461a877
Add a simple lightbox for Station image
* Fix gridsquare js
2018-03-16 19:47:30 +02:00
Pierros Papadeas b6d1032aed
Add prediction results counter and open all functionality 2018-02-24 14:02:53 +02:00
Pierros Papadeas 54e3a3c351
Add overlap filter to pass predictions 2018-02-24 13:37:59 +02:00
Nikos Roussos 9a0858590c
Add option for testing Stations 2018-01-05 17:28:26 +02:00
Pierros Papadeas 619554d6a9
Display overlaps of scheduling in prediction passes 2018-01-05 15:34:47 +02:00
Pierros Papadeas eb21a59bbd
Add fitlering for predicted passes 2017-12-28 20:07:04 +01:00
Pierros Papadeas 84f9fef2cc
Fix satellite success rate calculation 2017-12-28 00:29:44 +01:00
Corey Shields 5a8df85480 Fix url to avoid redirect on pass_predictions
web_1     | [26/Dec/2017 17:47:08] "GET /pass_predictions/11?_=1514310425714 HTTP/1.1" 301 0
web_1     | [26/Dec/2017 17:47:16] "GET /pass_predictions/11/?_=1514310425714 HTTP/1.1" 200 247188

Add a trailing / to avoid this redirect.
2017-12-26 12:55:16 -05:00
Pierros Papadeas 1f1b348103
Load satellite predictions asynchronously
A new url/view and JS function was created to async fetch
satellite predictions per ground station.
2017-12-24 01:27:06 +01:00
Pierros Papadeas d6ddc428a8
Add stats, remove last passes and move map in station page 2017-10-29 12:53:52 +02:00
Pierros Papadeas 4ff69ee890 Fix overlap icon issue on map 2017-10-10 12:49:51 +03:00
Pierros Papadeas 3bad065709 Move to mapbox-gl and beautify home page 2017-10-09 23:07:07 +03:00
Nikos Roussos a06d6ec13a
Refactor models to remove Data table
* Add on_delete option to all ForeignKey fields
* Adjust all views
* Adjust initialize command
* Refactor tests
* Refactor API to make these changes transparent
* Adjust all templates
* UI refreshment on Observation tepmplate
* Add STRICT_TRANS_TABLES for mariadb
* Minor text changes to tle command
* Update requirements
2017-09-12 18:15:47 +03:00
Pierros Papadeas c230e03c18
Add success rate info per satellite 2017-06-07 09:46:28 +03:00
Nikos Roussos d6e5bca502
Add recent observations on Station view 2017-05-21 14:26:41 +03: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
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
Nikos Roussos dfb89cacdc
Add CSP support 2017-02-21 22:37:06 +02:00
Nikos Roussos a0635a4c9c
Switch from jshint to eslint 2017-02-11 16:04:09 +02:00
Nikos Roussos b91c0d6727
Remove unused static libraries
* Update bower requirements
2016-10-28 15:07:45 +03:00
Nikos Roussos fe358ae01e Add Mapbox settings to env 2015-04-11 20:32:44 +03:00
Nikos Roussos 859cf03201 Change css/js indentation to 4 spaces 2015-04-07 19:00:57 +03:00
Nikos Roussos ea178a0a73 Refactor project 2014-12-19 15:06:58 +02:00