Category: memex

Most documents go through several versions (always more than you expected) before they are finally finished. Accordingly, you should do whatever possible to make the job of changing them easy.

First, when you do the purely mechanical operations of typing, type so subsequent editing will be easy. Start each sentence on a new line. Make lines short, and break lines at natural places, such as after commas and semicolons, rather than randomly. Since most people change documents by rewriting phrases and adding, deleting and rearranging sentences, these precautions simplify any editing you have to do later. —Brian W. Kernighan (1974)

https://rhodesmill.org/brandon/2012/one-sentence-per-line/

Getting rid of convergence information in asreml

I am coding simulations where I call asreml() and it was taking longer than necessary, because it was sending the convergence information to the screen. The trick to get rid of that is to use the trace = FALSE option as in

asreml(trait_1 ~ 1, random = ~ mum, data = current_trial, trace = FALSE)

Processing LiDAR

Looking for alternatives to the lidR R package, for research purposes, plus some resources to start working on it.

New collection of Jupyter Notebooks enables programmatic access to cloud-hosted USGS 3D Elevation Program (3DEP) lidar data https://opentopography.org/blog/new-collection-jupyter-notebooks-enables-programmatic-access-cloud-hosted-usgs-3d-elevation

Big Data Geospatial Processing for Massive Aerial LiDAR Datasets https://www.mdpi.com/2072-4292/12/4/719 uses Spark

A guide covering LiDAR including the applications, libraries and tools that will make you better and more efficient with LiDAR development. https://github.com/mikeroyal/LiDAR-Guide

Learning from LiDAR Data with Deep Learning https://www.strong.io/blog/deep-learning-for-lidar-data

Forest inventory with high-density UAV-Lidar: Machine learning approaches for predicting individual tree attributes https://doi.org/10.1016/j.compag.2020.105815

Copyright © 2024 Aleph: a Borgesian memex

Theme by Anders NorenUp ↑