cornell-gis
cornell-gis
  • 7
  • 91 025
Using NOAA nautical chart images and bathymetry data in QGIS
0:00 Overview
0:43 Historical nautical charts from historicalcharts.noaa.gov/
2:35 WMS layer from nauticalcharts.noaa.gov/
4:47 Downloading bathymetry data from encdirect.noaa.gov/
Переглядів: 4 811

Відео

Restoring zipcodes to 5 digits using a QGIS virtual fieldRestoring zipcodes to 5 digits using a QGIS virtual field
Restoring zipcodes to 5 digits using a QGIS virtual field
Переглядів 1593 роки тому
Have you ever been faced with "zip codes" that have somehow ended up with less than 5 digits? It's a common problem. This video shows how to use a virtual field in QGIS to restore them to their original 5-digit glory!
Different methods of calculating distances between points using QGISDifferent methods of calculating distances between points using QGIS
Different methods of calculating distances between points using QGIS
Переглядів 22 тис.3 роки тому
0:18 Method #1: Straight-line distance 2:24 Method #2: Shortest path along a network 9:55 Method #3: Create a network distance raster and sample values to points
Downloading data from an ArcGIS REST Service using QGISDownloading data from an ArcGIS REST Service using QGIS
Downloading data from an ArcGIS REST Service using QGIS
Переглядів 11 тис.3 роки тому
Installing the "SAGA Next Gen" plugin in QGISInstalling the "SAGA Next Gen" plugin in QGIS
Installing the "SAGA Next Gen" plugin in QGIS
Переглядів 43 тис.3 роки тому
How to install the "SAGA Next Gen" plugin in QGIS on Windows 0:25 Install the plugin 1:14 Download and unzip the SAGA binaries from saga-gis.sourceforge.io/en/index.html 2:45 Update the QGIS Processing settings to point to wherever you put the SAGA folder
Creating a racial dot density map using QGISCreating a racial dot density map using QGIS
Creating a racial dot density map using QGIS
Переглядів 9 тис.4 роки тому
This demo shows how to download US Census data from censusreporter.org and use QGIS to create a racial dot map, where each dot represents one or more people, color-coded by race. To do this, we create a QGIS polygon style that uses multiple "random marker fill" symbol layers. This map style was inspired by the Racial Dot Map created by Dustin Cable at the University of Virginia: demographics.co...
Extracting rasters from a FileGDB using ArcMapExtracting rasters from a FileGDB using ArcMap
Extracting rasters from a FileGDB using ArcMap
Переглядів 1 тис.4 роки тому
This is a quick demo of how to get raster layers out of an Esri File Geodatabase (.gdb folder) using ArcMap. This is useful for when you want to extract a raster layer into a separate file, or if you want to use the raster in another program like QGIS. (QGIS can read vector layers from a FileGDB, but not yet raster layers.) I recommend saving rasters into TIFF format, using LZW compression, whi...