Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Raycasting GPS coordinates
#9
For what it is worth, I read a part of the documentation (but not a programmer by trade I dont understand it fully I must admit) and changed the following:

# Create Point objects
p1 = Point.coords(latitude_list, longitude_list)
But now I get this error message:

  File "C:/Users/Peter/Desktop/Python Programming/Test Project/ais/Shapely.py", line 20, in <module>
    p1 = Point.coords(latitude_list, longitude_list)

TypeError: 'property' object is not callable
Reply


Messages In This Thread
Raycasting GPS coordinates - by drybulkfreight - Aug-17-2019, 07:39 AM
RE: Raycasting GPS coordinates - by drybulkfreight - Aug-17-2019, 06:28 PM
RE: Raycasting GPS coordinates - by scidam - Aug-17-2019, 10:04 PM
RE: Raycasting GPS coordinates - by drybulkfreight - Aug-18-2019, 08:12 AM
RE: Raycasting GPS coordinates - by drybulkfreight - Aug-18-2019, 09:33 AM
RE: Raycasting GPS coordinates - by ThomasL - Aug-18-2019, 09:38 AM
RE: Raycasting GPS coordinates - by drybulkfreight - Aug-18-2019, 10:27 AM
RE: Raycasting GPS coordinates - by ThomasL - Aug-18-2019, 11:00 AM
RE: Raycasting GPS coordinates - by drybulkfreight - Aug-18-2019, 11:00 AM
RE: Raycasting GPS coordinates - by ThomasL - Aug-18-2019, 12:16 PM
RE: Raycasting GPS coordinates - by drybulkfreight - Aug-18-2019, 02:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help on making raycasting faster robie972003 2 2,945 Mar-10-2019, 03:36 AM
Last Post: robie972003

Forum Jump:

User Panel Messages

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