Does this mean it is not possible to use functions in v.in.ogr? Or am I
doing somthing wrong?
The OGR shapefile driver does not support this function. You need to import the shapefile into GRASS, using anything but the dbf driver as database driver (default is sqlite), then try to filter with v.extract where=“datm_start >= datetime(‘2019-01-01’)”
Does this mean it is not possible to use functions in v.in.ogr? Or am I
doing somthing wrong?
The OGR shapefile driver does not support this function. You need to import the shapefile into GRASS, using anything but the dbf driver as database driver (default is sqlite), then try to filter with v.extract where=“datm_start >= datetime(‘2019-01-01’)”
Ok, thanks, was hoping I could do a selection before to safe on the time ik takes to import. I’ll look for a way to filter before import using another tool.
Does this mean it is not possible to use functions in v.in.ogr? Or am I
doing somthing wrong?
The OGR shapefile driver does not support this function. You need to import the shapefile into GRASS, using anything but the dbf driver as database driver (default is sqlite), then try to filter with v.extract where=“datm_start >= datetime(‘2019-01-01’)”
Ok, thanks, was hoping I could do a selection before to safe on the time ik takes to import. I’ll look for a way to filter before import using another tool.