Martin Landa
Martin Landa
Any idea why osgeo4w CI is failing on tests while compilation is successful? It seems to be unrelated to this PR...
> Any idea why osgeo4w CI is failing on tests while compilation is successful? It seems to be unrelated to this PR... Solved by [b435503](https://github.com/OSGeo/grass/pull/4121/commits/b43550307c568120c0150a63abb370804c9179a7)
It seems to be an useful addition. On the other hand we have already two APIs to run GRASS modules: `grass.script.*_command()` and `grass.pygrass.modules` which is already confusing for the user....
Also conflicts have to be solved.
@wenzeslaus Please provide details on what is missing in order to review this PR?
Thanks for quick answer! It would be valuable to mention OGR VRT solution in XLX/XSLX documentation (add a new example)?
Note: OGR VRT seems to be still limited when you what to create geography in PostGIS instead of geometry. While CSV supports geography type.
```xml LUCAS-Master-Grid.xlsx Master_web wkbPoint WGS84 ``` ``` ogrinfo lucas_grid.vrt -so -al ``` works as expected: ``` INFO: Open of `lucas_grid.vrt' using driver `OGR_VRT' successful. Layer name: lucas_grid Geometry: Point ```...