multiply-org / multiply-core

The core functionality of the MULTIPLY platform
2 stars 5 forks source link

Rasterise state mask from user-provided vector file #9

Open jgomezdans opened 6 years ago

jgomezdans commented 6 years ago

This PR has a simple method to rasterise a user-given vector file (optionally selecting a particular feature by filtering by field value). The method requires the use of a reference raster mask (usually, a S2/S1 image over the region of interest) where it will extract the spatial extent, as well as the resolution and projection. I have put some test in there, but I'm not sure that my path strategy works (it works on my computer, not sure how you have configured travis on this repo).

Addresses #8