typo in gis/gdal/geometries.py
Reported by: |
guillaume |
Owned by: |
jbronn |
Component:
|
GIS
|
Version:
|
1.0
|
Severity:
|
|
Keywords:
|
gdal
|
Cc:
|
|
Triage Stage:
|
Accepted
|
Has patch:
|
yes
|
Needs documentation:
|
no
|
Needs tests:
|
no
|
Patch needs improvement:
|
no
|
Easy pickings:
|
no
|
UI/UX:
|
no
|
/contrib/gis/gdal/geometries.py says, line 87 :
geo_input = geo_input.encode('ascii')
where it should be :
geom_input = geom_input.encode('ascii')
Change History
(5)
milestone: |
→ post-1.0
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Accepted
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Yup -- good catch. Gives me an excuse to get rid of
UnicodeType
while I'm at it. This should go in 1.0.1.