Skip to content

Commit

Permalink
adding feet
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym committed Jul 9, 2020
1 parent ee3ad07 commit 20e1e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pywps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ def get_version_from_ns(ns):
'meter': 'urn:ogc:def:uom:OGC:1.0:metre',
'meteres': 'urn:ogc:def:uom:OGC:1.0:metre',
'meters': 'urn:ogc:def:uom:OGC:1.0:metre',
'unity': 'urn:ogc:def:uom:OGC:1.0:unity'
'unity': 'urn:ogc:def:uom:OGC:1.0:unity',
'feet': 'urn:ogc:def:uom:OGC:1.0:feet'
}

from pywps.app import Process, Service, WPSRequest
Expand Down

0 comments on commit 20e1e25

Please sign in to comment.