Dear #GIS experts,
I am looking for an alternative to https://github.com/birderyu/QuickLook.Plugin.ShapefileViewer
This is a plugin for a Windows application called "QuickLook". What it does is, after selecting *.shp file in the directory, press SpaceBar and it will visualize fast thumbnail of the corresponding *.shp file.
Is there anything like or anything close to this in Linux?
#qgis #gis #QGIS #FOSS #RemoteSensing #OpenSource #git
@hopeless awesome!
@malayali Looks like GDAL has a commandline utility for that
https://gdal.org/programs/gdal_rasterize.html
if you want to do it in code, geotools seems to be the way