On 2019-09-17 at 14:41 -07, Rich Shepard <[email protected]> wrote... > My question [...] is how do I handle these situations? Do I just > override the dataset's projection and force it to use the existing > location's?
Overriding only makes sense to me if the data *is* in the same projection but the metadata is incorrect. > I created a separate location for each map then reprojected each to my > statewide location. I'm sure there's a more efficient way to handle > these discrepancies. r.import would save you creating the 2nd map projection and a few lines of code. -k. _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
