Skip to content

Commit

Permalink
improve workflow description, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Mar 2, 2024
1 parent 445ffb4 commit 8f1afd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web_scrap_dynamic_csv_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "Github Actions: review changes to data files"
exit 1
- name: If file not changed, do not commit empty changes
- name: If no changes to existing files are found, pass
if: steps.verify-changed-files.outputs.files_changed == 'false'
run: |
echo "Github Actions: update csv scripts has no changes"
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ pip install pydar

## Quickstart: PYDAR

All Cassini data for Titan is retrieved based on flyby observation numbers or IDs, so relevant flybys can be found based on time range, latitude/longitude position, or a known feature name
Cassini-Huygens was an [orbiter around Saturn and its moons](https://science.nasa.gov/mission/cassini/), originally lauched in 1997. Cassini ran successfully for years before it was purposefully burned up in Saturn's upper atmosphere to avoid potential contamination of Saturn's moons . As the orbiter passed over Titan in dozens of flybys gigabits of data were recorded and sent back

All Cassini data for Titan is organized and retrieved based on [flyby observation numbers or ID numbers](https://solarsystem.nasa.gov/missions/cassini/mission/tour/flybys/?page=0&per_page=40&order=publish_date+desc%2Ccreated_at+desc&search=&tags=cassini%3Aflybys). Pydar makes it easy to find and view relevant flybys based on a time range, latitude/longitude position, or a feature name

```python
import pydar
Expand Down

0 comments on commit 8f1afd8

Please sign in to comment.