Skip to content

Commit

Permalink
fix: debug merge problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ACornuIGN committed Sep 30, 2024
1 parent 74c2a75 commit 381167c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions borea/process/p_add_data/p_gen_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ def args_general_param(parser: argparse) -> argparse:
parser.add_argument('-x', '--approx_system',
type=bool, default=False,
help="To use an approximate system.")
parser.add_argument('--geog', '--epsg_geographic',
type=int, default=None,
help='EPSG codifier number of the reference geographic system.')
parser.add_argument('--geoc', '--epsg_geocentric',
type=int, default=None,
help='EPSG codifier number of the reference geocentric system.')
return parser


Expand Down

0 comments on commit 381167c

Please sign in to comment.