Category: Geographic Information Systems

Maintaining list of GIS applications in mobile ecosystem as Github page?

What are the applications of mobile GIS? 4. MapPt – GIS Mobile application Field mapping. Land surveying. Vegetation Management. Forestry Planning. Environmental management. incident reporting. Farm Mapping. Mine management. What are the examples of mobile GIS? Examples include ArcGIS server, GeoServer, MapServer or other open source map servers. Data engine: organizes and manages both spatial

AttributeError: ‘NoneType’ object has no attribute ‘activeLayer’

How do I fix AttributeError NoneType object has no attribute text? How to Fix the ‘NoneType’ object has no attribute: ‘text’ Error? Double-check the web pages that you will be scraping to get information. Verify that the selector or selectors you are using are correct. Check if the website you are trying to scrape is

Postgis error: when adding features geometry has z dimension but column does not

How do I add a geometry column in PostGIS? To add a column to an existing table, use the ALTER TABLE DDL, e.g.: ALTER TABLE my_table ADD COLUMN the_geom_mercator geometry(Geometry,3857); What is the difference between geometry and geography data in PostGIS? PostGIS gives you a choice of two different ways to store geospatial data: Geometry,

Selecting features containing specific text string using an expression in QGIS with Python

How do I select a feature by expression in QGIS? Click on the Select feature using an expression button in the attribute table and enter the expression as below and click Select and then Close.  How do I select features based on attributes in QGIS? Open the QGIS attribute table by right-clicking on the layer

How to install networkx python in QGIS?

How to install NetworkX package in Python? Type “cmd” in the search bar and hit Enter to open the command line. What is this? Type “ pip install networkx ” (without quotes) in the command line and hit Enter again. This installs networkx for your default Python installation. How to install NetworkX using PIP? Install

QGIS Style Manager’s tag entries – how to make use of them when accessing color ramps

How to use style manager in QGIS? Using the Browser panel Select the style . xml file in the browser. Drag-and-drop it over the map canvas or right-click and select Import Style… Fill the Import Items dialog following Importing items. Press Import and the selected style items are added to the style database. How do

Making a grid with points that are staggered every 800 feet

What is a staggered grid? A grid on which all of the variables are not predicted at all of the points but rather are interspersed at alternate points.  Why are grids staggered? On staggered grids, the pressure is computed at a set of spatial points, and the velocity is computed at another set of spatial

Georeferenced image not displaying

Why is georeferencing not showing up in QGIS? If you can’t find Georeferencer, you may need to manually add the Georeferencer plugin under the Plugins->Manage and Install Plugins menu. Search for the “Georeferencer” plugin and check the box next to it. If the box is checked, Georeferencer should now be accessible in QGIS. How do

Spatial Data Cluster in sql-server ? ( like ST_ClusterWithin in Postgis )

How does PostGIS store spatial data? With PostGIS, you can actually store data in a geometry column. This column stores data in a spatial coordinate system that’s defined by an SRID (Spatial Reference Identifier). This allows your database structure to reflect the spatial data that’s stored in the database. What system does spatial data use

How to handle the New ESRI Ocean Basemap

How do I add oceans to Basemap in ArcGIS? Choose Oceans from the basemap gallery. Click Add to search for layers online such as coral reefs. To add a map service data into an ArcGIS 10.1 for Desktop map, in ArcMap choose File > Add Data > Add Basemap (in version 9.3, choose File >

1 2 3 4 5 6 377