Skip to content

Commit

Permalink
Occviz Upgrade and Get Occultation Paths endpoint (#1066)
Browse files Browse the repository at this point in the history
* perf(occviz.py): improves performance and fix some errors

this is a major change, nevertheless keeps backwards compatibility

* feat(occultation.py): adds a new endpoint to get the shaddow paths of an occultation get_occultation_paths

* fix(lint): lint fix

* fix(occviz): extreme conditions in the filter were fixed
  • Loading branch information
rcboufleur authored and glaubervila committed Sep 3, 2024
1 parent 6e2e52c commit 965bde5
Show file tree
Hide file tree
Showing 7 changed files with 975 additions and 1,273 deletions.
2 changes: 1 addition & 1 deletion backend/common/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def teste(request):
rows = []
ids = []
for e in events:
is_visible, info = visibility_from_coeff(
is_visible = visibility_from_coeff(
latitude=float(lat),
longitude=float(long),
radius=float(radius),
Expand Down
Loading

0 comments on commit 965bde5

Please sign in to comment.