Skip to Content
Mastering Geospatial Analysis with Python
book

Mastering Geospatial Analysis with Python

by Silas Toms, Paul Crickard, Eric van Rees
April 2018
Beginner to intermediate content levelBeginner to intermediate
440 pages
11h 36m
English
Packt Publishing
Content preview from Mastering Geospatial Analysis with Python

Running the REST API locally

To run this API application locally, the app.py script is passed to the Python executable. This will start the built-in web server on the local machine:

C:\Projects\Chapter13\arenaapp>python app.py * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

Once the server is running, navigate to the API endpoint to get responses from the view functions. If the application is complete, however, the local server won't be powerful enough to handle the API requests. Instead, deployment on a production web server is required.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Geospatial Analysis with Python

Learning Geospatial Analysis with Python

Joel Lawhead

Publisher Resources

ISBN: 9781788293334Supplemental Content