Closed mikejohnson51 closed 4 years ago
@mikejohnson51 Looks good! Go ahead and add yourself as a ctb in the DESCRIPTION and push that commit. Once that is up, I'll merge.
Thanks!
Looks good.. Merging now.
Thanks for letting me contribute! Its a great package
Hi Jeff,
As discussed here is a pull request for speeding up raster merging. The following has been done:
merge_rasters
and adjustedget_aws_terrain
andget_elev_raster
accordinglyclip_it
to reference raster CRS (since projection is done while merging)I have a few ideas about getting rid of the CRS warnings stemming from the new PROJ libraries/rgdal but it might be a more "invasive" moving from
sp
tosf
. Please let me know if you are interested in that (completely understand if not 😄 )I learned a lot looking at your code and process. Thanks for the opportunity and hope this is useful!
Mike