mapme-initiative / mapme.biodiversity

Efficient analysis of spatial biodiversity datasets for global portfolios
https://mapme-initiative.github.io/mapme.biodiversity/
GNU General Public License v3.0
24 stars 7 forks source link

Enable projection of assets if a raster resource is not in Lat/Lon #213

Closed goergen95 closed 7 months ago

goergen95 commented 7 months ago

To support new indicators that are available in projected CRSs without the need to reproject them in their respective .get_xxx() function, the package should reproject the assets in case the CRSs differ.

fBedecarrats commented 7 months ago

I agree! Are potential problems related to enabling S2 or not (sf_use_s2()) related?

goergen95 commented 7 months ago

Not really, no. We anywayse use a different path in most indicators when estimating areas of a raster.

goergen95 commented 7 months ago

merged with 82c6ba4