Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Land-Water Discretizer
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Global Dynamic Exposure
Completeness
Land-Water Discretizer
Commits
11be1591
Commit
11be1591
authored
2 years ago
by
Danijel Schorlemmer
Committed by
Karsten Prehn
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
b15e7e8a
No related branches found
Branches containing commit
No related tags found
1 merge request
!23
Feature/final data
Pipeline
#42711
canceled
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/unit/test_spatialfunctions.py
+1
-1
1 addition, 1 deletion
tests/unit/test_spatialfunctions.py
with
1 addition
and
1 deletion
tests/unit/test_spatialfunctions.py
+
1
−
1
View file @
11be1591
...
...
@@ -284,7 +284,7 @@ def test_area_aea(spatialfunctions, kwargs):
equator_m
=
1000.0
*
40075.0
# The length of a 10 arcsec stretch on the equator in Meter
length_m
=
equator_m
/
360
*
arcsec_10
# A 10
arcsec tile
# A 10
-
arcsec tile
bounds
=
shape
(
box
(
0.0
,
0.0
,
arcsec_10
,
arcsec_10
))
# The tile's area in Albers Equal Area projection
area_aea
=
spatialfunctions
.
area_aea
(
bounds
)
...
...
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