Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update windborne ingestor to fetch per mission and add it to API #194

Merged
merged 7 commits into from
Oct 19, 2024

Conversation

meomancer
Copy link
Collaborator

@meomancer meomancer commented Oct 17, 2024

This will fix #183 and #171

This will get observations per mission, to prevent 502 error.
But this changes will just using missions from:

  1. https://sensor-data.windbornesystems.com/api/v1/missions.json
  2. Balloon that are already saved

Copy link

github-actions bot commented Oct 17, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
9170 8680 95% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 91cef6e by action🐍

Copy link

codecov bot commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 85.92814% with 47 lines in your changes missing coverage. Please review.

Project coverage is 94.59%. Comparing base (d723eeb) to head (91cef6e).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...ango_project/gap/providers/airborne_observation.py 60.41% 19 Missing ⚠️
django_project/gap_api/api_views/measurement.py 71.42% 12 Missing ⚠️
django_project/gap/utils/station.py 54.54% 5 Missing ⚠️
django_project/gap/ingestor/wind_borne_systems.py 92.30% 3 Missing ⚠️
django_project/gap/providers/observation.py 90.00% 3 Missing ⚠️
django_project/gap/tasks/station.py 77.77% 2 Missing ⚠️
django_project/gap/utils/reader.py 86.66% 2 Missing ⚠️
django_project/gap/admin/station.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
- Coverage   94.70%   94.59%   -0.12%     
==========================================
  Files         143      147       +4     
  Lines        8598     8893     +295     
==========================================
+ Hits         8143     8412     +269     
- Misses        455      481      +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@meomancer meomancer changed the title Update windborne ingestor to fetch per mission Update windborne ingestor to fetch per mission and add it to API Oct 18, 2024
@meomancer meomancer force-pushed the windborne-system branch 4 times, most recently from 5f2285d to 11c08d6 Compare October 18, 2024 09:49
@danangmassandy danangmassandy merged commit 13a7901 into main Oct 19, 2024
4 checks passed
@danangmassandy danangmassandy deleted the windborne-system branch October 19, 2024 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when pulling Windborne data from API
2 participants