Skip to content
Snippets Groups Projects
Commit cc0cfd4c authored by Petrus Hyvönen's avatar Petrus Hyvönen
Browse files

Merge branch 'updates-orekit-master-to-main' into 'master'

New URL for orekit data

See merge request !27
parents a50c051d 681897c7
No related branches found
No related tags found
1 merge request!27New URL for orekit data
Pipeline #7984 passed
......@@ -52,7 +52,7 @@ def download_orekit_data_curdir(filename='orekit-data.zip'):
Args:
filename (str): Store the downloaded data as this filename/path. Default is "orekit-data.zip"
"""
url = "https://gitlab.orekit.org/orekit/orekit-data/-/archive/master/orekit-data-master.zip"
url = "https://gitlab.orekit.org/orekit/orekit-data/-/archive/main/orekit-data-main.zip"
# Download the orekit-data file and store it locally
with urlrequest.urlopen(url) as response, open(filename, 'wb') as out_file:
......
......@@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "orekit_jpype"
version = "12.2.1.1"
version = "12.2.1.2"
description = "A space dynamics library. This package is a jpype wrapping of the original orekit java code."
readme = "README.md"
authors = [{name = "Petrus Hyvönen", email = "petrus.hyvonen@gmail.com"}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment