wearepal / landscapes

2 stars 1 forks source link

export model layer to qgis layer #291

Open olliethomas opened 11 months ago

olliethomas commented 11 months ago

Given that I have created a new model output layer and am viewing it in the map view

When I click on the layer to open the layer settings

Then there should be a download button

Then when I download the data i should be able to import it into qgis

paulthatjazz commented 2 months ago

another possible implementation would be to add a download button to the dataset index (landscapes.wearepal.ai/teams/x/datasets). This might require a python script or similar external process to convert our tilegrid JSON format to GeoTIFF

I suspect we would work with GeoTIFF first then possibly move to geopackage for some boolean/categorical data however as the data is sort of already in a raster format it might be tricky to convert into an object based format.