Improved bugs and added proj/datu/ellip names leading to much better test coverage (70-90% of the crs test cases)

This commit is contained in:
Karim Bahgat
2015-08-05 04:08:43 +02:00
parent e24e1493ae
commit 5b0f3a31bb
76 changed files with 132 additions and 31 deletions
+3 -2
View File
@@ -1,3 +1,6 @@
"""
Convenience functions for loading from different sources.
"""
import json
import urllib2
@@ -8,8 +11,6 @@ from . import parser
# USER FUNCTIONS
#################
# convenience methods for loading from different sources
def from_url(url, format=None):
"""
Returns the crs object from a string interpreted as a specified format, located at a given url site.