-
Notifications
You must be signed in to change notification settings - Fork 20
/
CHANGES.txt
46 lines (35 loc) · 1.26 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
## Changes
### 1.0.2 (2020-03-09)
- Add search functions to lookup epsg.io
- Add to_epsg_code() method from, based on prj2epsg.org (#47, @fitoprincipe)
- Switch to using epsg.io when looking up epsg codes
- Fix broken spatialreference link by switching to SSL
- Added Clarke 1880 ellipsoid
- Use default datum ellipsoid when ellipsoid not specified
- Better warning and error when proj4 ellipsoid cannot be found
- Misc bug fixes
### 1.0.1 (2019-03-07)
- Misc docstring changes
- More flexible parsing, in case projection is not the second element
- More informative exceptions
### 1.0.0 (2019-02-04)
- API Changes:
- Dropping CRS wrapper class, instead handling GeogCS or ProjCS directly
- Change module names to load.py, and parse.py
- Move Ellipsoid, Datum, and Projection to their respective modules
- Allow proj4 input and output as dict
- Fixes:
- Added more documentation
- Fix +f interpretation
- Include reading +rf parameter
- Better ellipsoid support for +a and +b
- Fix Python 3 bugs
- Fix proj4 standard parallels being ignored
- Parse WKT CS names which were ignored before
- Support for prime meridian city names
### 0.1.3 (2016-06-25)
- Fixed various bugs
- Pip install fix for Mac and Linux
- Python 3 compatability
### 0.1.2 (2015-08-05)
- First official release