Open mcgratta opened 1 year ago
This is my fault, I fixed the #48 issue and forgot to bump the qgis2fds version to 1.0.2. It should be ok now.
Yes. QGIS creates absolute paths by default. So, whenever I start working on a new case, I create a directory and copy the config files there (eg. Landfire.gov_F13.csv). Then I replace the default absolute path with a relative one ./Landfire.gov_F13.csv
, relative to the path where I saved my .qgz file. All the example cases have relative paths.
This is QGIS, rough on the edges... let me investigate a bit more on that. I probably should open an upstream QGIS issue on that.
I am on a field trip on Friday, I am not sure I am going to make it.
To add to the list of suggestions:
I added the git hash to my branch. You will need to install "gitpython" to the python environment which QGIS uses and add your git executable to the path QGIS uses. The commit won't show up if either of those are not found. You can test if you have the git environment set up correctly by typing "import git" into the python console in QGIS.
I have a few suggestions
We can discuss more at the next Friday meeting. These are just a few things that tripped us up today.