Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
orekit_jpype
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
orekit_jpype
Commits
cc0cfd4c
Commit
cc0cfd4c
authored
1 week ago
by
Petrus Hyvönen
Browse files
Options
Downloads
Plain Diff
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
!27
New URL for orekit data
Pipeline
#7984
passed
1 week ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
orekit_jpype/pyhelpers.py
+1
-1
1 addition, 1 deletion
orekit_jpype/pyhelpers.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
2 additions
and
2 deletions
orekit_jpype/pyhelpers.py
+
1
−
1
View file @
cc0cfd4c
...
...
@@ -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/ma
ster
/orekit-data-ma
ster
.zip
"
url
=
"
https://gitlab.orekit.org/orekit/orekit-data/-/archive/ma
in
/orekit-data-ma
in
.zip
"
# Download the orekit-data file and store it locally
with
urlrequest
.
urlopen
(
url
)
as
response
,
open
(
filename
,
'
wb
'
)
as
out_file
:
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
cc0cfd4c
...
...
@@ -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"
}]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment