Add test case for repetitive values in batchextraction#186
Add test case for repetitive values in batchextraction#186felixcremer wants to merge 1 commit intomainfrom
Conversation
Benchmark resultJudge resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTargetBaselineTarget resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoBaseline resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoRuntime information
|
This is a first testitem for the extraction of multiple pixels from the same site.
Currently using a Table with a column with repeating values just goes through and returns a YAXArray with a repetitive site Axis.
I would propose to return a dataset which has as cubes the different entries in the :site column and as axis values the longitude and latitude combinations.
This would also make working with Shapefiles much nicer, because you could use the CubeTable interface to generate the subsetting table.
This is a nice workflow, which could be enhanced by returning a cube per unique polygon value and it would also be good to have the ability to subset with all parts of the CubeTable at the same time.