Changes between Initial Version and Version 4 of Ticket #9855


Ignore:
Timestamp:
Dec 15, 2008, 12:24:33 PM (15 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9855

    • Property Keywords gdal srs added
    • Property Milestonepost-1.0
    • Property Owner changed from nobody to jbronn
    • Property Status newassigned
  • Ticket #9855 – Description

    initial v4  
    1 Input that is not recognized by SpatialReference's __init__ should be attempted to be passed to SetFromUserInput to see if GDAL can recognize it.  GDAL can recognize much more input than the __init__ currently checks for, like URNs, URLs, and miscellaneous types of SRS's.
     1Input that is not recognized by `SpatialReference`'s `__init__` should be attempted to be passed to `OSRSetFromUserInput` to see if GDAL can recognize it.  GDAL can recognize much more input than the `__init__` currently checks for, like URNs, URLs, and miscellaneous types of SRS's.
Back to Top