ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Building mapping applications with QGIS create your own sophisticated applications to analyze and display geospatial information using QGIS and Python

دانلود کتاب ساخت برنامه های نقشه برداری با QGIS برنامه های پیچیده خود را برای تجزیه و تحلیل و نمایش اطلاعات مکانی با استفاده از QGIS و Python ایجاد می کند.

Building mapping applications with QGIS create your own sophisticated applications to analyze and display geospatial information using QGIS and Python

مشخصات کتاب

Building mapping applications with QGIS create your own sophisticated applications to analyze and display geospatial information using QGIS and Python

ویرایش: Online-Ausg 
نویسندگان:   
سری: Community experience distilled 
ISBN (شابک) : 9781783984664, 1783984678 
ناشر: Packt Publishing 
سال نشر: 2014 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 9 مگابایت 

قیمت کتاب (تومان) : 54,000



کلمات کلیدی مربوط به کتاب ساخت برنامه های نقشه برداری با QGIS برنامه های پیچیده خود را برای تجزیه و تحلیل و نمایش اطلاعات مکانی با استفاده از QGIS و Python ایجاد می کند.: سیستم‌های اطلاعات جغرافیایی، سیستم‌های اطلاعات جغرافیایی--نرم‌افزار، داده‌های مکانی، پایتون (زبان برنامه کامپیوتری)، سیستم‌های اطلاعات جغرافیایی - نرم‌افزار



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 19


در صورت تبدیل فایل کتاب Building mapping applications with QGIS create your own sophisticated applications to analyze and display geospatial information using QGIS and Python به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب ساخت برنامه های نقشه برداری با QGIS برنامه های پیچیده خود را برای تجزیه و تحلیل و نمایش اطلاعات مکانی با استفاده از QGIS و Python ایجاد می کند. نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب ساخت برنامه های نقشه برداری با QGIS برنامه های پیچیده خود را برای تجزیه و تحلیل و نمایش اطلاعات مکانی با استفاده از QGIS و Python ایجاد می کند.

ساخت برنامه های نقشه برداری با سیستم های اطلاعات جغرافیایی کوانتومی.


توضیحاتی درمورد کتاب به خارجی

Building mapping applications with Quantum geographic information systems.



فهرست مطالب

Cover
Copyright
Credits
About the Author
About the Reviewers
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Getting Started with QGIS
	About QGIS
		Installing and running QGIS
		Understanding QGIS concepts
	Linking QGIS and Python
		Exploring the Python Console
		Examining a Python plugin
		Writing an external application
	Summary
Chapter 2: The QGIS Python Console
	Using the console
	Working with geospatial data in the console
	Scripting the QGIS user interface
		The status bar
		The message bar
		Progress indicators
		QGIS logging
		Custom dialogs and windows
	Summary
Chapter 3: Learning the QGIS Python API
	About the QGIS Python APIs
	Deciphering the C++ documentation
	Organization of the QGIS Python libraries
		The qgis.core package
			Maps and map layers
			Coordinate reference systems
			Vector layers
			Raster layers
			Other useful qgis.core classes
		The qgis.gui package
			The QgisInterface class
			The QgsMapCanvas class
			The QgsMapCanvasItem class
			The QgsMapTool class
			Other useful qgis.gui classes
	Using the PyQGIS library
		Analyzing raster data
		Manipulating vector data and saving it to a shapefile
		Using different symbols for different features within a map
		Calculating the distance between two user-defined points
	Summary
Chapter 4: Creating QGIS Plugins
	Getting ready
	Understanding the QGIS plugin architecture
	Creating a simple plugin
	The plugin development process
		Using the Plugin Builder
		Automating the build process
		Plugin help files
		Unit testing
		Distributing your plugin
	Writing a useful plugin
	Plugin possibilities and limitations
	Summary
Chapter 5: Using QGIS in an External Application
	Introducing Lex
	Getting the data
	Designing the application
	Creating the application\'s framework
	Adding the user interface
	Connecting the actions
	Creating the map canvas
	Labeling the points
	Filtering the landmarks
	Implementing the zoom tool
	Implementing the pan tool
	Implementing the explore mode
	Further improvements and enhancements
	Summary
Chapter 6: Mastering the QGIS Python API
	Working with symbol layers
	Combining symbol layers
	Implementing symbol layers in Python
	Implementing renderers in Python
	Working with custom map layers
	Creating custom map canvas items
	Using memory-based layers
	Summary
Chapter 7: Selecting and Editing Features in a PyQGIS Application
	Working with selections
	Using the layer editing mode
	Adding Points
	Editing Points
	Deleting Points and other features
	Adding lines and polygons
	Editing lines and polygons
	Summary
Chapter 8: Building a Complete Mapping Application using Python and QGIS
	Introducing ForestTrails
	Designing the ForestTrails application
	Creating the application
		Laying out the application
		Defining the toolbar icons
		The constants.py module
		The forestTrails.py module
		The mapTools.py module
		The ui_mainWindow.py module
		Running the application
	Obtaining the basemap
	Defining the map layers
	Defining the map renderers
	The Pan Tool
	Implementing the track editing mode
	Summary
Chapter 9: Completing the ForestTrails Application
	The Add Track map tool
	Testing the application
	Vertex snapping
	The Edit Track map tool
	The Delete Track map tool
	The Get Info map tool
	The Set Start Point and Set End Point actions
	The Find Shortest Path action
	Adjusting the toolbar actions
	Suggested improvements
	Summary
Index




نظرات کاربران