We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3166814 commit 89cb688Copy full SHA for 89cb688
CHANGES.txt
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+1.0.0 ()
5
+------------------
6
+- use some other tool for reprojection - always request data in BC Albers and remove options for reprojection (#210)
7
+
8
0.14.0 (2024-12-17)
9
------------------
10
- simplify WFS module, standardize cat/dump options
src/bcdata/__init__.py
@@ -22,4 +22,4 @@
22
raise Exception(f"Failed to download primary key database at {PRIMARY_KEY_DB_URL}")
23
primary_keys = {}
24
25
-__version__ = "0.14.0"
+__version__ = "1.0.0dev0"
0 commit comments