Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Python Geospatial Development Essentials

You're reading from   Python Geospatial Development Essentials Utilize Python with open source libraries to build a lightweight, portable, and customizable GIS desktop application

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher
ISBN-13 9781782175407
Length 192 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Karim Bahgat Karim Bahgat
Author Profile Icon Karim Bahgat
Karim Bahgat
Arrow right icon
View More author details
Toc

Testing our application

Provided you followed all of the instructions correctly, you should now be able to use the previous run function to begin exploring the application we have built so far. As we add more features throughout the book, you will likely want to call on this function repeatedly for testing purposes. Therefore, we add a ready-made script that does this for us called guitester.py, saving it in the same directory where our pythongis package is located to make the latter directly importable. The script only needs the following code:

import pythongis as pg
pg.app.run()

If you run guitester.py now, it should open an application that looks like this on Windows:

Testing our application

Tip

You will also likely want to start collecting a few vector and raster files that you can use to test with the application later on. A good place to get them is http://www.naturalearthdata.com/, and they are all in the same WGS84 coordinate system.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image