export/save function for final eligible area
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 402
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
I hope I have not overseen such a function.
It would be nice to have an easy function which exports/saves the final eligible area when having added all exclusions, whereby non-eligible pixels are automatically set to "no data". This geotiff file should then be easily importable to e.g. QGIS.
Or are you using rasterio for this to save the boolean array from shape_availability?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the shape_availability boolean array and trace how the final eligible area is represented after exclusions. The work is done when that result can be exported as a GeoTIFF, with non-eligible pixels set to no data, and imported into QGIS.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100