[R-sig-Geo] Handling 3D geospatial (building) data in R

2023-05-17 Thread André Müller
Dear all, recently, I finished a study on clustering building blocks and combining blocks to city districts of similar urban morphology. The basis was 3D CityGML building data and additional 2d cadastral data from Germany and the application of unsupervised (and supervised) machine learning

Re: [R-sig-Geo] Finding the highest and lowest rates of increase at specific x value across several time series in R

2023-05-17 Thread Alexander Ilich
Awesome, glad you were able to get the result you needed. Just to be clear though, you shouldn't need to manually copy the code "df$pct[which.min(df$abs_diff)]" repeatedly for each dataframe. That I sent just to explain what internally was happening when using sapply and the function. If you