Open ninsbl opened 6 months ago
I can now confirm - from local testing - that the changes in this PR fix the issue with the RasterInfoModel and latest GRASS GIS 8.4 that were caused by renaming of location to project (which added a new "project" item to the output)...
For the time being I deploy actinia API from my fork, but it would be nice to have a version of acinia ready, that can work with GRASS GIS 8.4 once that comes out... I can collect more fixes if issues arrieve, but I guess the renaming in GRASS GIS should propagate to actinia at one point...
This PR adds the new property
project
to the data model of _vectorlayer and _rasterlayer. It is needed to follow up: https://github.com/orgs/OSGeo/projects/2/views/1I understand that the renaming needs significantly more changes, but actinia fails with latest GRASS GIS 8.4. and I would like to use the combination of those two...
Please let me know how the renaming should be done (e.g. in terms of versioning) in order to have the API to support both GRASS GIS 8.3 and 8.4...
Should I work with my fork for the time being?