ogr2ogr -overwrite -t_srs EPSG:3978 -f "ESRI Shapefile" -sql "SELECT * FROM 'Layer Name' WHERE FIELD_NAME = 'A CLASS'" dst.shp src.shp
help me out here - looking to 1) reproject a shape and 2) select only "A CLASS" from field named "FIELD_NAME"3) and save it to src.shp
my output is ERROR 1...