-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rasters.jl compatibility #24
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #24 +/- ##
======================================
Coverage ? 93.18%
======================================
Files ? 6
Lines ? 675
Branches ? 0
======================================
Hits ? 629
Misses ? 46
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Allow passing a Rasters.jl raster for source and target matrices (or any other DimensionalData.jl compatable array, e.g. YAXArrays will work too).
When these are passed output arrays from various functions of Grid and GridRSP that currently return a Matrix will return a Raster with correct spatial metadata.
Plotting is also modified to use Rasters.jl plot recipes where possible, so that plot ticks have spatial values.
Plotting with Plots.jl, Makie.jl and GeoMakie.jl will also "just work" on output Rasters, so eventually the Plots.jl dependency could be dropped.