Question: Shapefile processing Create a Python 3 program that: Prompts the user for latitude/longitude points and saves them in a new shapefile. Reads the points back

Shapefile processing Create a Python 3 program that:

Prompts the user for latitude/longitude points and saves them in a new shapefile.

Reads the points back from the shapefile and displays them.

Submit a copy of your code and a screenshot of it executing.

I've seen this question posted on here but none of the answers prompt the user to enter a latitude/longitude points. Can anyone help me with this code to prompt for latitude/longitude points then. Read them back from shapefile and display them?

Thank you for the link but that code doesn't prompt the user for Latitude/Longitude points. That code has them embedding into the data code. I'm looking for a code that collects the name, longitude, and latitude of each point from the keyboard (using the input() function), rather than embedding the data in the code.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!