8 Commits

Author SHA1 Message Date
M Clark 2f871de6d9 python3 compatibility 2015-12-17 10:31:55 +08:00
Karim Bahgat 771a746a1b Added final docstrings, and prepped for first release 2015-08-05 15:42:06 +02:00
Karim Bahgat 5b0f3a31bb Improved bugs and added proj/datu/ellip names leading to much better test coverage (70-90% of the crs test cases) 2015-08-05 04:08:43 +02:00
Karim Bahgat 085592de6a Parsing unknown wkt parsing now works (though only very basic detection method), and better error handling in tester 2015-08-04 16:10:43 +02:00
Karim Bahgat bc800b688c Expanded on the various docstrings 2015-08-04 14:40:14 +02:00
Karim Bahgat 59007ef1fb Basic ogc wkt parsing into crsobj works.
Next:
- Comb through to smooth out kinks, like how to handle default values
such as datum (not always needed) or unit when not specified (on parsing
or on outputting). Or handling basic lat long crs without proj. Adding
wkt axis parsing. Cleaning messy wkt parsing maybe.
- And finally add esri wkt, copy paste mostly, but some small
differences.
2015-07-07 02:57:40 +02:00
Karim Bahgat a8aad24a13 Added almost all params, made front API usable, and added crs transform draw testing.
Next step figure out more stable proj4 parsing of datums and proj etc,
with adding more specific names.
Then consistently make to_esriwkt work.
2015-06-30 04:14:12 +02:00
Karim Bahgat fcc463fa76 Basic fromproj4 works, except need better handle when unprojected (longlat and latlong)
Also just need to expand to more projection name, datum name, and
ellipsoid name definitions, and also additional special parameters.

After that, test, and move onto from_wkt()...
2015-06-29 03:29:02 +02:00