Monthly Archives: februari 2022


LAStools

When dealing with point clouds, you’ll probably run into the LAS format at some point, as it is the file format most commonly used for point clouds acquired through laser scanning. LAS supports a number of useful (even essential) attributes for each point. Due to being binary, it is quicker […]


How to read input from a file in a batch script

Windows batch scripts are incredibly useful for processing data. You can automate many tasks by a simple batch file. The most common thing that I use is a for loop over all files of a certain file name pattern, often extension: for %%I in (*.laz) do ( do something with […]


Hoe de bijtelling de autoverkoop stuurt

Wat is bijtelling? Als een werknemer voor zijn werkgever een auto beschikbaar gesteld krijgt, die hij of zij ook privé gebruikt (vanaf 500 km per jaar) , dan ziet de fiscus dit als een soort van salaris. Daarom wordt een fictief bedrag (de bijtelling) bij het salaris opgeteld, waarover loonheffing […]


Infinity releases maart 2022

In maart krijgen we vijf nieuwe releases, waaronder twee booster packs voor Nomads en Ariadna. Nomads Booster Pack Alpha Ariadna Booster Pack Alpha Hundun Ambush Unit (Heavy RL) Probots Valerya Gromoz


Displaying your position in a Leaflet viewer

A colleague asked my whether it would be possible to view the current location of a user in a Leaflet-based GIS viewer. Luckily, this is very easy to do, as explained in this tutorial. All you need to add to the code of my previous example is the following code: […]