ODM2 / WOFpy

A server-side implementation of CUAHSI's Water One Flow service stack in Python.
http://odm2.github.io/WOFpy/
9 stars 9 forks source link

Fix logic for siteProperty #171

Closed lsetiawan closed 7 years ago

lsetiawan commented 7 years ago

Overview

This PR addresses #168. Now siteProperty is shown only when there is value in it. Also, note has been removed since it's deprecated from WaterML 1.1.

Notes

I have tested the response locally with ulmo for SOAP and REST request, and now Postgresql works, because the response is able to be parsed.

emiliom commented 7 years ago

Your fix is a very nice and clean implementation! Good job.