Samuel Bancroft

Results 16 comments of 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");...

![ukfields_os_compare_mask4](https://github.com/samapriya/awesome-gee-community-datasets/assets/3259632/dfd167a3-048b-4a7b-a46f-3ffae43f7dfe) 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...

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)