Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebODM/WebODM
/ ContoursException
Class
ContoursException
coreplugins/contours/api.py:9–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
from
django.utils.translation
import
gettext_lazy
as
_
8
9
class
ContoursException(Exception):
10
pass
11
12
def
calc_contours(dem, epsg, interval, output_format, simplify, zfactor = 1, crop = None, task_name = None):
13
import
os
Callers
1
post
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected