Michele Tobias
Michele Tobias
I had the same error with QGIS 3.20.0 I solved it by installing piexif (and then scipy because that was also missing) into my python 3.9 folder. I followed the...
I should probably note that in my error message, the folder it was looking for was Python39 and not Python37 like in the example above.
Idea: Each citation gets text equivalent to a geojson file in the Extra field On opening the plugin, the plugin can sort through the available files and group them up...
I thought maybe it isn't able to make polygons yet, so I tried points and lines in a geopackage and both of them gave me a similar error message.
I did some more investigating. On line 394 of pic2map.py, `isEditTool` is a property of mapTool in version 2.0 of the API and isn't available in 3.0 so I wonder...
That makes sense. I think potentially there could be some reorganization in the code that might help make implementing this fix a little easier (the code currently calls the API...
Is the collection you're trying to connect to public? Literature Mapper doesn't yet work with private collections.
That's what Issue #50 is about.
For adding the context back in, here's the [link to my original reader](https://github.com/ucdavisdatalab/workshop_intro_to_sql/blob/9cd375da53a946811fd39d0ebb651338b388992e/README.md) for this workshop.
@nick-ulle Thanks for layout out some good options! I think ~35MB is really reasonable. The `subjects` column is probably the least useful since it's a list. The `author` column can...