Skip to content

Commit 00394a8

Browse files
authored
Merge pull request #4 from norwegian-geotechnical-institute/feature/add-new-projection-epsg-23030
Feature/add new projection epsg 23030
2 parents 3cb86ac + b71964f commit 00394a8

4 files changed

Lines changed: 825 additions & 703 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# NGI Python Coordinate Projector Package
22

3+
_2023-03-03_
4+
5+
Version 0.0.6
6+
7+
- Add new projection epsg 23030.
8+
39
_2022-10-19_
410

511
Version 0.0.5
612

7-
- Restrict python version to >=3.9 and <3.11. Done so we can upgrade a dependant library (`timezonefinder`). The old
13+
- Restrict python version to >=3.9 and <3.11. Done so we can upgrade a dependant library (`timezonefinder`). The old
814
version of `timezonefinder` use a version of numpy that is flagged by `safety` with a security issue.
915
- Upgrade other dependant packages.
1016
- Use poetry version 1.2.2 in the build pipeline.
@@ -20,7 +26,7 @@ _2022-03-08_
2026

2127
Version 0.0.3
2228

23-
- Breaking change: Removed the Projector.get_transformer() method and changed the
29+
- Breaking change: Removed the Projector.get_transformer() method and changed the
2430
method signature to Projector.transform(from_srid, to_srid, from_east, from_north).
2531
- Add two new methods ensure_tz() and datetime_to_json().
2632

@@ -29,5 +35,3 @@ _2022-03-02_
2935
Version 0.0.1
3036

3137
- Initial version
32-
33-

0 commit comments

Comments
 (0)