Create localtree (a quadtree index of all US block centroids) in global environment
Source:R/utils_indexblocks.R
indexblocks.Rd
Create localtree (a quadtree index of all US block centroids) in global environment
Details
Note this is duplicated code in .onAttach() and also in global_defaults_*.R
.onAttach() can be edited to create this when the package loads, but then it takes time each time a developer rebuilds/installs the package or others that load EJAM.
It also has to happen in global_defaults_*.R if it has not already.