Skip to content

Commit

Permalink
larger bbox constant (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Jochem-L <[email protected]>
  • Loading branch information
WouterVisscher and Jochem-L authored Feb 8, 2024
1 parent 62c5c9b commit d558252
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/coordinate_transformation_api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
DENSIFY_CRS_2D = "EPSG:9067"
DENSIFY_CRS_3D = "EPSG:7931"
DEVIATION_VALID_BBOX = [
3.1201,
50.2191,
7.5696,
54.1238,
] # bbox in epsg:4258 - area valid for doing density check (based on deviation param)
2.0,
50.0,
8.0,
56.0,
] # bbox of RD and NAP GeoTIFF grids in epsg:9067 - area valid for doing density check (based on deviation param)
DENSITY_CHECK_RESULT_HEADER = "density-check-result"
THREE_DIMENSIONAL = 3
TWO_DIMENSIONAL = 2

0 comments on commit d558252

Please sign in to comment.