# This file contains metadata for your plugin. # This file should be included when you package your plugin.# Mandatory items: [general] name=SGTool qgisMinimumVersion=3.24 qgisMaximumVersion=4.99 description=Simple Potential Field Processing version=0.3.00 supportsQt6=True author=Mark Jessell email=mark.jessell@uwa.edu.au about=Simple Potential Field Processing using FFT grid filters, e.g. RTP, 1VD, Band Pass, Analytic Signal, Upward Continuation, worms etc. tracker=https://github.com/swaxi/SGTool/issues repository=https://github.com/swaxi/SGTool # End of mandatory metadata # Recommended items: hasProcessingProvider=no # Uncomment the following line and add your changelog: changelog=0.3.00 * Add Spatial stats and convolutions to ArcGIS Pro toolbox * Move ArcGIS Pro files to their own directory * Update IGRF to allow up to 2030 * Move Euler and IGRF to calcs directory * Compatibility with both QGIS4/QT6 and QGIS3/QT5 * Add RGB triplets as LUT definition for RGB to greyscale convertor 0.2.18 * Fix (again) clipping of csv worms * Fix bug in Filling FFT NaNs in NS direction (Thanks Feargal!) 0.2.17 * Fix bug saving grid boundary filename * Add ArcPro Toolbox support (very Beta!!) * Remove all QGIS library calls from calc engines * Fix bug in worms spatial filtering * Force processed ers output files to have tif suffix * Check for recognised CRS before processing 0.2.16 * Add Euler Deconvolution derived from https://github.com/ffigura/Euler-deconvolution-python * Add Noddy grid (grv & mag) import 0.2.15 Use cosine rolloff for high/low and bandpass filters to reduce ringing * Change Remove Regional to 1st or 2nd order polynomial * New grids use stdev scaling of grid to better highlight features 0.2.14 Don't try to load LINE_ID or LINE codes if they don't exist in WTMM * added PCA & ICA calculations for multiband grids * Speed up Grass-like relief calc * added DAT format points import based on ASEG-GDF2 standard (tested against example datasets only) * TA demoted to needing RTP_E first in GUI * save all CSV/XYZ/DAT imports as shapefiles * fix import matplotlib bug and test for LINE_ID for points in WTMM code 0.2.13 Remove scikit-image functions as they are hard to install on macos 0.2.12 Fix loading of RGB tiffs on Linux * warn instead of autoload of libraries * refactor rte so it works like other FFT * recalc buffers so they are factors of powers of 2, 3 or 5 (should make large grid calcs faster) * added tooltips to explain dotpoint * added plugins.xml to allow direct access via plugin manager * added 1D circular windowed spatial stats functions * added DTM curvature classifier * added Butterworth filter and scaler to DC filter * added Wavelet Transform Modulus Maxima calcs extracted from grids or for XYZ data (beta!!) * fix azimuth direction for relief shading * replace bicubic spline dialog with multilevel bicubic spline dialog (from sagang) * remove +1x -1y offset from Gaussian filter output 0.2.11 Remove path insertion in worms code * add relief shading option (based on Grass algorithm) * generalise a bit epsg parsing for GRD * remove degree test for DirCos filter * Fix problem with toWkt() on Linux and maybe macs * Improved connectivity of worm polylines * Another attempt to fix RTP * Fix missing buffer for THG calc * Another attempt to fix RTE * Delete xml file when updating a grid * Autocheck boxes when parameter changed 0.2.10 Bug fixes and GUI Update * GUI now split over 5 tabs * Add tool to produce outline polygon from a grid * Improved null handling in Normalise Grids tool * Remove unused joblib import 0.2.9 Docked widget now adds in tabified mode if another widget already there * Reformulated RTP & RTE codes * Add grid outline tool * Add extra Utils tab to declutter GUI (for now!) 0.2.8 Added Threshold to NaN tool * New conversion of worms to polyline shapefile option * New grid normalisation tool * New threshold to NaN tool * Sun shading for 90 zenith reset to 88 as this can blow up otherwise * Better handling of irregular grids by using linear infill of NaNs * Checkboxes labels defined directly * GUI rearranged so gradient tools all together * Vertical Integration now uses user-defined buffer 0.2.7 Add worming and improve installation of plugin on PC & Mac 0.2.6 Add RGB conversion to grayscale 0.2.5 2024-12-11 * add convolution filtering * add simple gridding from csv and xyz format files * change to pyIGRF for RTP_E calcs 0.2.3 2024-11-26 * Bug fixes to Directional Cleaning * Change of behaviour: existing layer now overwritten in QGIS * Loading of GRD format optimised and now massively quicker * Check for unlikely lengths (>100) with geographic grids 0.2.2 2024-11-25: Initial upload to plugin repository. # Tags are comma separated with spaces allowed tags=python, geophysics, gravity, magnetics, filters homepage=https://github.com/swaxi/SGTool category=Plugins icon=icon.png # experimental flag experimental=False # deprecated flag (applies to the whole plugin, not just a single version) deprecated=False # Since QGIS 3.8, a comma separated list of plugins to be installed # (or upgraded) can be specified. # Check the documentation for more information. # plugin_dependencies= Category of the plugin: Raster, Vector, Database or Web # category= # If the plugin can run on QGIS Server. server=False