Alexandre Bevington

Results 23 comments of Alexandre Bevington

A first step to parse the files and plot things up Outstanding issues: - The geotifs have a CRS but the LAZ files do not, LAZ are in UTM, so...

Hmm XML is only reading the first 1000 lines... somthing wrong in: `my_xml

Very nice @ateucher ! Do you know of a way to query the available files via `aws.s3`?

@boshek For the existing `.tif` files available, yes the `.vrt` approach would work well But the thing about lidar is that there are a great many data products possible from...

Is this just leading to a new package? `bclidar`? where one can plot the index files and download the `tif` and or the `las` and then even have some vignettes...

@ateucher @boshek let me know when it's done ;)

jk, should we close the issue and start fresh in a new repo? I think `cded` can stay in `bcmaps`.. it plays well as a "wall to wall" dataset for...

Well this will make things easier! https://catalogue.data.gov.bc.ca/dataset/lidarbc-open-lidar-data-portal/resource/c4d76fbf-fe8a-433a-8b9c-06a9ad00e664

Some more experimentation ``` r library(esri2sf) library(mapview) library(bcmaps) library(dplyr) library(sf) # AOI aoi % filter(NAME == "Vancouver") %>% st_buffer(5000) %>% st_transform(4326) # NEEDS TO BE EPSG:4326 mapview(aoi) ``` ![](https://i.imgur.com/uZr1JRv.png) ```...

No progress from me! Just the prototype above.. anyone else made any strides? @ateucher @stephhazlitt @boshek @HunterGleason @SashaNasonova