Skip to content

Simple gis processing tool using PyQt5 framework.

Notifications You must be signed in to change notification settings

osundwajeff/Gis_Pyqt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tatu# pyqt5

Geoprocessing tool

In this assignment you are going to implement your own GUI-based Python program with PyQt5. You have to design it yourself from scratch and put it together in QT Designer. There is a list of required GUI elements that will allow the user to provide the needed input for the program. The program will use arcpy but it is intended to be a standalone program, so it's not supposed to be run as a script tool inside ArcGIS, and that's why it needs its own GUI. The program will realize a simple workflow for extracting features from a shapefile on disk based on selection by attribute and selection by location.

Your program will provide the GUI that allows the user:

  • to select the two input files (country file and POI file)
  • to provide the name of the target country
  • to specifiy the name of the output shapefile that will be produced with the extracted shop features
  • to indicate whether all shops or only shops of a particular type should be extracted (and if so, which type)

All files making up your project should be included in your submission for this assignment including the .ui file created with QT Designer. Please also include a screenshot showing the GUI of your program while the program is being executed.

Requirements

#Python=3.7
#Arcpy module=3.7
#ArcGIS Pro

App interface

About

Simple gis processing tool using PyQt5 framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages