Skip to content

Commit

Permalink
edit fix for cassini root url, CSV for URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Jun 12, 2024
1 parent 76e463d commit a2c7925
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 307 deletions.
4 changes: 2 additions & 2 deletions add_new_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import pandas as pd

if __name__ == "__main__":
os.system('python pydar/updateCsvCORADARJPLOptions.py.py')
os.system('python pydar/updateCsvFeatureNameDetails.py')
os.system('python pydar/updateCsvCORADARJPLOptions.py')
os.system('python pydar/updateCsvSwathCoverage.py.py')
os.system('python pydar/updateCsvFeatureNameDetails.py')

print("New Features (diff):")
os.system("git diff pydar/data/feature_name_details.csv | grep '^[+-][^+-]'")
Expand Down
Loading

0 comments on commit a2c7925

Please sign in to comment.