Skip to content

GISNOTE

  • Search

GISNOTE

  • Search
Pictures of the 52 playing cards

RECALL: ATTRIBUTE QUERY OPERATORS – AND, OR GIS Data Layer: LayerName: PlayingCards Description: There are 52 polygons; each polygon has one record in the attribute table Fields in the attribute table: SUITE: club, spade, heart, diamond COLOR: red, black FACECARD: yes, no VALUE: 1 – 13 (ace = 1, J […]

Select By Location v. Topological Operators

Sectionals wrap-up

Sectionals, once again:  MzeroA Flight Training – sectionals How to read a VFR sectional chart: https://www.youtube.com/watch?v=NEp1K-TCmD8 Aeronautical Chart User’s guide (Chart symbols):  https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/aero_guide/media/editions/16Jul2020/cug-complete.pdf  

Sectionals wrap-up

Finding a ‘better’ crown delineation

If you don’t already have the input data, HERE it is.  The clip layer is here: CLIPLAYER. Now that you have a good idea of how the various parameters affect the final output, I have modified the code so that we input the parameters near the beginning of the code […]

Finding a ‘better’ crown delineation

LINK TO PART I UAV-Mapper output (orthophoto, surface model, LAS) from the first part are stored in your working directory in a folder named “5_Products”. For this lab, however, use the point cloud I provide in the data you downloaded at the beginning of part 1: "clpSG_PointCloud_th001.las" which is saved […]

FANR5640/7640: Week 8 – Process Tree Orchard LAS in R …

LINK TO PART II Recall the tree orchard site we’ve been looking at. This site is relatively flat with distinct (potted) objects. In this lab, I will attempt to lead you through an R-based analysis with the goal of segmenting the landscape (individual potted plants).  Before you begin in R, […]

FANR5640/7640: Week 8 – Process Tree Orchard LAS in R …

Pictures of the 52 playing cards

  RECALL: ATTRIBUTE QUERY OPERATORS – AND, OR GIS Data Layer: LayerName: PlayingCards Description: There are 52 polygons; each polygon has one record in the attribute table Fields in the attribute table: SUITE: club, spade, heart, diamond COLOR: red, black FACECARD: yes, no VALUE: 1 – 13 (ace = 1, […]

Select By Location v. Topological Operators

Image result for terrestrial lidar

Lab 9 Data Link (clp_tls.laz).  This is a large dataset, have patience!!!  The “LAZ” file is a common point cloud file format storage type.  You read a LAZ the same way you read a LAS – you process it using the same approach. See the LAND USE, CARBON & EMISSION […]

Terrestrial Lidar Analysis in R [updated on 2/2/21]

CSV to Shapefile in R

  #####Code based on https://erinbecker.github.io/r-raster-vector-geospatial/10-vector-csv-to-shapefile-in-r/index.html #####load libraries library("sf") library("raster") #####Set working path, input text file name, output shapefile name mypath<- "~/r-docker-tutorial/lIlk" myfile<- "20201015_1130wetland8.TXT" outfile<- "emi_20201015_1130wetland8.shp" #####Read CSV into a data frame named mydat mydat<- read.csv(file.path(mypath,myfile), na.strings = "NA") nrow(mydat) #####Remove all rows whose longitude value is NA mydat<- subset(mydat, !is.na(mydat$WGS84_LON)) […]

CSV to Shapefile in R

How-To Notebook Part II

  For the second part of your How-To notebook, you will design, execute, assess, revise and repeat a spatial analysis component of your research project.  Specifically, I want you to: Identify one spatial analysis component of your research project; those of you working on a non-thesis degree, find a project […]

How-To Notebook Part II

Revised R code for catalog processing

This R script allows the user to process multiple LAS/LAZ files at once using the catalog functionality of the lidR library.  If you look closely, this and the R code from Monday are almost identical.  Line 12, here, we create a LAS catalog instead of reading in an individual LAS […]

Revised R code for catalog processing

Posts navigation

    • 1
    • 2
    • …
    • 19
  • Older posts Older posts

© 2022 GISNOTE – All rights reserved

Powered by WP – Designed with the Customizr theme