Samuel Bancroft
Samuel Bancroft
Thanks - I'd be happy to offer feedback on this as I test it out on my use case and get my head around it. I've got a number of...
Woops, didn't notice about the imagecollection. Example code works well, thank you. DOI for the dataset is 10.5281/zenodo.11110206 New example code with better colours here: ``` var table = ee.FeatureCollection("projects/sat-io/open-datasets/UK-FIELDS");...
 Hi, Not peer reviewed but we might do something about that after we look at other regions + planet data. UKFields somewhat validated to other UK dataset - see...
Thank you! 😊
I worked out that if I reprojected (both) inputs to EPSG:4326, then I avoided this error (sometimes either or both the inputs could be EPSG:26916). I now believe to have...
Hi @robmarkcole, You should be able to generate a weights.tif in the `setup_environment` function. See https://github.com/Spiruel/UKFields/blob/73547f245314bdf26cd3768cc85a482d42db458e/code/utils.py#L35 Attached a precomputed weights.tif as an example :) [weights.zip](https://github.com/user-attachments/files/16581367/weights.zip)