Skip to content

Commit

Permalink
windows users must set tif
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Oct 14, 2023
1 parent 5dcd79f commit a43f72b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/qgis-toolbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ With clearly delimited components: input, output, algorithm and context; it achi

The idea behind this architecture is that the user composes its own pipeline, combining different algorithms to achieve their goal. This is a more flexible, reusable, scalable and easier to mantain approach than independent QGIS plugins, where each one is designed to a specific need with custom inputs, outputs and behavior. Making it nearly impossible to use them outside the window dialog mode less combining them.

Currently
[This repo](https://github.com/fdobad/qgis-processingplugin-template) is a template for QGIS processing toolbox [plugins](https://plugins.qgis.org).
{: .warning}
Windows users must set `.tif` as their default raster format
![](./img/windows_tif.png)

# Algorithms
## Raster knapsack optimization
### Intro
Expand Down Expand Up @@ -61,6 +63,7 @@ __QGIS-plugin-repo [link](./plugins.xml)__
## standalone script

## script in QGIS Console

```
from qgis import processing
result = processing.run(
Expand All @@ -78,6 +81,9 @@ result = processing.run(
QgsProject.instance().addMapLayer(result['OUTPUT_layer'])
```

# Template
[This repo](https://github.com/fdobad/qgis-processingplugin-template) is a template for QGIS processing toolbox [plugins](https://plugins.qgis.org).

---
[QGIS]: https://qgis.org
[requirements.txt]: https://raw.githubusercontent.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/main/fireanalyticstoolbox/requirements.txt
Expand Down
Binary file added docs/qgis-toolbox/img/windows_tif.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a43f72b

Please sign in to comment.