Estoy escribiendo un shapefile después de algún procesamiento; Sin embargo, en el paso final necesito hacer una cierta selección por los atributos del shapefile.
Estoy usando el comando en un shell con el objetivo de usarlo en un script de Python cuando funciona.
ogr2ogr -f "ESRI Shapefile" -select * where ID="1" outfile.shp infile.shp
Estoy recibiendo el mensaje de error:
FAILURE:
Unable to open datasource `Downloads' with the following drivers.
¿Qué podría estar haciendo mal? Tu asistencia es muy apreciada.