Skip to content

Commit

Permalink
added ogctype date and datetime (geopython#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht authored and tomkralidis committed Mar 29, 2017
1 parent e8f10b7 commit 58049f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pywps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
'length': 'urn:ogc:def:dataType:OGC:1.1:length',
'scale': 'urn:ogc:def:dataType:OGC:1.1:scale',
'time': 'urn:ogc:def:dataType:OGC:1.1:time',
'date': 'urn:ogc:def:dataType:OGC:1.1:date',
'dateTime': 'urn:ogc:def:dataType:OGC:1.1:dateTime',
'gridLength': 'urn:ogc:def:dataType:OGC:1.1:gridLength',
'angle': 'urn:ogc:def:dataType:OGC:1.1:angle',
'lengthOrAngle': 'urn:ogc:def:dataType:OGC:1.1:lengthOrAngle',
Expand Down

0 comments on commit 58049f5

Please sign in to comment.