diff --git a/.github/workflows/web_scrap_dynamic_csv_files.yml b/.github/workflows/web_scrap_dynamic_csv_files.yml index 2fefd54..9f9df8b 100644 --- a/.github/workflows/web_scrap_dynamic_csv_files.yml +++ b/.github/workflows/web_scrap_dynamic_csv_files.yml @@ -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" diff --git a/README.md b/README.md index 7f2674d..b3a3fe9 100644 --- a/README.md +++ b/README.md @@ -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