-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added water meter layer * added observation into water_meter table * updated qgis template Co-authored-by: mirankunda <60642018+mirankunda@users.noreply.github.com>
- Loading branch information
1 parent
ddf1ad8
commit 2692e72
Showing
4 changed files
with
70,049 additions
and
56,786 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from layers.layer_base import LayerBase | ||
|
||
|
||
class WaterMeter(LayerBase): | ||
def __init__(self): | ||
super().__init__("water_meter") | ||
self.parse_dates = ['input_date', 'installation_date'] |
Binary file not shown.
Oops, something went wrong.