A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/index.html below:

Tutorials and Basic Usage — GemGIS

Tutorials and Basic Usage#

There is a series of tutorials available for GemGIS. In order to keep the size of the main GemGIS package as small as possible, the data is provided through a separated repository gemgis-data. You can also download the data directly following this link.

Watch our Video Tutorials: link to be provided soon

The following subsections elaborate on the basic API usage of GemGIS. This includes the extraction of information from input data files, the creation of new data and the preparation of data for the geomodeling with GemPy. The respective reading or loading functions of packages such as GeoPandas or rasterio will be used to load the data as GeoDataFrame or rasterio object.

The aim of this and the upcoming tutorials is to demonstrate how to prepare spatial data for geomodeling with GemPy to get a geological model. Raw data is usually created/digitized within QGIS which we encourage the user to use!

Source: Powell, D. (1995): Interpretation geologischer Strukturen durch Karten - Eine praktische Anleitung mit Aufgaben und Lösungen, page 15, figure 10 A, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-3-540-58607-4.

Each set of functions of GemGIS is collected in a different module. The functions of each module can be accessed as followed:

import gemgis as gg

data = gg.vector.function_name(...)

data = gg.raster.function_name(...)

data = gg.visualization.function_name(...)

data = gg.web.function_name(...)

data = gg.utils.function_name(...)

data = gg.misc.functions_name(...)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4