Category: Geographic Information Systems

Lat/Long projection issues

Is lat long projected? Latitude-Longitude coordinates are not projected, they live on an ellipsoid. Occasionally, you’ll find lat-lon values referenced to a sphere instead. This ellipsoid is, however, defined by a coordinate reference system (CRS) which includes information like the size and shape of the ellipsoid.  What projected coordinate system should I use? Your choice

ArcGIS Geocode Single Address Python

How do you geocode an address in Python? Once we create the address column, we can start geocoding as below code snippet. #1 — We first delay our Geocoding 1 second between each address. #2 — Create a df[‘location’] column by applying geocode we created. #3 — Third, we can create latitude, longitude, and altitude

Is there any way to make QGIS layout to activate/deactivate certain layers?

How do I lock a map in QGIS layout? Layers If you want to keep the map item constantly updated with a visibility preset, use the. Follow visibility preset and set the preset you want. To lock the layers shown on a map item to the current map canvas check. Lock layers. What is map

Postgis – wrong ST_Distance with geography points

How do I find the distance between two points in PostGIS? ST_Distance in PostGIS To construct a basic query in SQL to find the distance between two points, use the ST_Distance function. ST_Distance is flexible in that you can pass in geometry or geography type object (see here for more information on these object types). 

Opening a custom model’s geoprocessor window with ArcObjects

How do I open a model from a toolbox in Arcgis pro? Models are saved as geoprocessing tools in a toolbox. Like any other geoprocessing tool, you can open and run a model tool in the Geoprocessing pane. Locate the toolbox where the model is saved and double-click or right-click and select Open. How do

How to create a semi-transparent map collar in QGIS composer?

How do I make a map transparent in QGIS? Right click somewhere on the white empty page, click “Page Properties”. In the right sidebar the “Item Properties” tab will be activated, modify the background colour opacity to 0. For each map item then select it, and in the right sidebar simply untick “Background”.  How do

How can I prevent KML files from being downloaded from Google My Maps?

How do I lock a KML file? There is currently no way to encrypt KML/KMZ files so that the end-user has no access to the raw data. How do I remove KML from Google Earth? Click the overflow menu for the KML item and select Delete to remove an added overlay from your project. Can

Displaying raster image (tiff, img, hdf) using gdal, Tkinter?

How do I read a TIFF file in GDAL? To open a raster file we need to register drivers. In python, GDALAllRegister() is implicitly called whenever gdal is imported. The tiff file to be opened can be downloaded here. Importing the modules: Import the gdal and ogr modules from osgeo.  How do I visualize a

How do I only use the top layer or feature clicked on a multilayer OpenLayers3 map?

How do I select a feature in Openlayers? When using Single-click or Click you can hold the Shift key to toggle the feature in the selection. Note: when Single-click is used double-clicks won’t select features. This in contrast to Click , where a double-click will both select the feature and zoom the map (because of

Drag and Drop in Openlayers

How do you create a simple map with a marker in OpenLayers? How to create a simple map (with a marker) using OpenLayers ? Put a element where you want your map to be. Now you can add a section at the end of the section (after the that loads OpenLayers JavaScript library). You can

1 353 354 355 356 357 377