forked from smnorris/fwapg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
47 lines (41 loc) · 1.65 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Changes
=======
All issue numbers are relative to https://github.com/smnorris/fwapg/issues
0.1.2 (2022-06-23)
------------------
- add documentation
- require PostgreSQL >= 13, PostGIS >= 3.1 (GEOS 3.9)
- require GDAL >= 3.4
- update FWA.gpkg: latest data, assign primary keys, host at https://nrs.objectstore.gov.bc.ca
- fix bug in sequence of data load (#54)
- use makefile for db load
- tidy hydrosheds polygon aggregation
- removed unused and obsolete functions (#48)
0.1.1 (2020-10-28)
------------------
- FWA_WatershedExBC - simplify transborder queries (#34)
- FWA_WatershedAtMeasure - for points in lake/reservoir, clip exbc result by bc boundary (#35)
- fix duplicate id in bcbasins table creation
- FWA_WatershedAtMeasure - fix variable reference bug
- FWA_WatershedAtMeasure - for points in lake/reservoir, select exbc above outlet of lake not source pt
0.1.0 (2020-10-21)
------------------
- allow scripts to run correctly by fixing order and adding schema name to new fwa_bcboundary table
0.0.2 (2020-10-19)
------------------
- use latest FWA export (2020-10-07) with several data fixes (#26, #6)
- add functions for publication via pg_featureserv:
+ postgisftw.FWA_IndexPoint
+ postgisftw.FWA_LocateAlong (#25)
+ postgisftw.FWA_LocateAlongInterval (#25)
+ postgisftw.FWA_WatershedAtMeasure
+ postgisftw.FWA_WatershedHex
+ postgisftw.FWA_WatershedStream
- stabilize upstream_area_ha calculations
- standardize function names on CamelCase
- bug fixes
+ FWA_WatershedAtMeasure error when called from a position in a lake (#21)
+ FWA_WatershedAtMeasure error with internal tolerances (#23)
0.0.1 (2020-06-29)
------------------
- first release