Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Orekit Orekit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit
  • OrekitOrekit
  • Issues
  • #731
Closed
Open
Created Nov 05, 2020 by Luc Maisonobe@lucOwner

initial blanks in some gravity fields headers prevent loading them

Some gravity fields have extra blanks at the front of headers lines in ICGEM format. One example is IGGT_R1C model available from ICGEM catalog http://icgem.gfz-potsdam.de/tom_longtime. The header of this file reads:

begin_of_head ======================================================================================
 modelname              IGGT_R1C
 product_type           gravity_field
 earth_gravity_constant 0.3986004415E+15
 radius                 0.6378136460E+07
 max_degree             240
 norm                   fully_normalized
 tide_system            tide_free
 errors                 formal

key    L    M             C                   S                  sigma C              sigma S
end_of_head ========================================================================================

The single blank before the expected keywords modelname, product_type... Prevents proper parsing. The resulting error is serious as since the max degree has not been parsed, the arrays holding the coefficients have not been built and a NullPointerException is raised.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking