Python Forum
utm package error - need your help
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
utm package error - need your help
#3
the previous error :
Error:
if strict: ---> 68 if not 100000 <= easting < 1000000: 69 raise OutOfRangeError('easting out of range (must be between 100.000 m and 999.999 m)') 70 if not 0 <= northing <= 10000000: python2.7/site-packages/pandas/core/generic.pyc in __nonzero__(self) 953 raise ValueError("The truth value of a {0} is ambiguous. " 954 "Use a.empty, a.bool(), a.item(), a.any() or a.all()." --> 955 .format(self.__class__.__name__)) 956 957 __bool__ = __nonzero__ ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
even i tried to convert the values to float
Reply


Messages In This Thread
utm package error - need your help - by Tyagi_j - Aug-04-2017, 08:06 AM
RE: utm package error - need your help - by buran - Aug-04-2017, 08:17 AM
RE: utm package error - need your help - by Tyagi_j - Aug-04-2017, 09:30 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error when installing Seaborn package using pip chawkins 3 5,603 Jul-16-2018, 12:12 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020