New ๐—–๐—ฟ๐˜‚๐—ฐ๐—ถ๐—ฎ๐—น ๐—™๐—ฟ๐—ฒ๐—ฒ๐—•๐—ฆ๐—— ๐—ง๐—ผ๐—ผ๐—น๐—ธ๐—ถ๐˜ [Crucial FreeBSD Toolkit] article on the blog.

https://vermaden.wordpress.com/2025/07/08/crucial-freebsd-toolkit/

#verblog #beadm #bectl #devfs #diskinfo #free #freebsd #fstab #gstat #jails #linux #lsblk #sensors #sockstat #systat #tar #truss #truncate #zfs

New ๐—–๐—ฟ๐˜‚๐—ฐ๐—ถ๐—ฎ๐—น ๐—™๐—ฟ๐—ฒ๐—ฒ๐—•๐—ฆ๐—— ๐—ง๐—ผ๐—ผ๐—น๐—ธ๐—ถ๐˜ [Crucial FreeBSD Toolkit] article on the blog.

https://vermaden.wordpress.com/2025/07/08/crucial-freebsd-toolkit/

#verblog #beadm #bectl #devfs #diskinfo #free #freebsd #fstab #gstat #jails #linux #lsblk #sensors #sockstat #systat #tar #truss #truncate #zfs

GSTAT Explained in 3 Parts: Constitution, Structure & Process
Hereโ€™s a crisp comparison chart you can save & refer anytime.

#GST #GSTAT

GST Appellate Tribunal goes live.

Portal https://gstat.gov.in/mainPage.drt

You can now
View cause lists
Track case status
Download notices & judgments

This marks a major milestone in GST dispute resolution.
Faster, digital, transparent.

#GST #GSTAT #IndirectTax

QGIS Processing Toolbox tool for Variogram Modeling and Ordinary Kriging using GSTools
This tool automates variogram modeling and kriging within QGIS, providing a user-friendly interface for spatial interpolation.
#qgis #geostatistics #kriging #prediction #variogram #python #gstools #gstat
https://github.com/geosaber/geostat
GitHub - geosaber/geostat: QGIS Processing Toolbox tool for Variogram Modeling and Ordinary Kriging using GSTools

QGIS Processing Toolbox tool for Variogram Modeling and Ordinary Kriging using GSTools - geosaber/geostat

GitHub

I'm having issues with predict and gstat trying to interpolate using IDW and passing a SpatRaster, something that should be trivial. The error message:
```
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'obj' in selecting a method for function 'coordinates': no slot of name "bbox" for this object of class "SpatRaster"
```
Already tried the solution proposed here: https://github.com/rspatial/terra/issues/208#issuecomment-851020224

But it eats up all the RAM and crashes the R session.

#rspatial #gstat

`interpolate()` does not work when an sf object is used in **gstat** ยท Issue #208 ยท rspatial/terra

terra::interpolate() works well with gstat when locations are specified based on the columns names. However, it returns an error when locations are based on an sf object. This issue does not exist ...

GitHub