We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa4364 commit 2fb62c1Copy full SHA for 2fb62c1
src/pytileproj/_const.py
@@ -5,8 +5,8 @@
5
6
import pyproj
7
8
-DEF_SEG_LEN_DEG = 0.1 # number of segments for a lon lat geometry
9
-DEF_SEG_LEN_M = 100 # number of segments for a projected geometry
+DEF_SEG_LEN_DEG = 0.1 # maximum length of a segment for a lon lat geometry
+DEF_SEG_LEN_M = 10_000 # maximum length of a segment for a projected geometry
10
DEF_SEG_NUM = 5_000 # number of segments for a projected geometry
11
DECIMALS = 9 # least significant digit after the command for rounding
12
TIMEOUT = 60 # timeout for requests
0 commit comments