Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.06 KB

File metadata and controls

22 lines (14 loc) · 1.06 KB

grd_loader 0.1.3

Plugin to load a Geosoft(c) GRD format single-band raster file as a temporary QGIS raster layer

A version of this code is included in the more comprehensive SGTool QGIS Plugin that provides multiple tools for the processing of geophysical grids.

Install

Save repository to disk as a zip file. Use QGIS Plugin Manager to load directly from zip file.

Usage

  1. Once the QGIS grd_loader Plugin is installed, click on the grd_icon icon from the Plugins Toolbar.
  2. From here you can search for a GRD format file and load it as a raster grid.
  3. If this GRD has an associated xml file, you can then just click on the OK button to load the grid.
  4. If no XML is present, select a projection from the dropdown menu or projection button, then cick on the OK button to load the grid.

waxi_qf dialog

Credits

Plugin construction-Mark Jessell using QGIS Plugin Builder Plugin
GRD parser- modified from Fatiando a Terra code with help from Loop Project