::
  set fn=smp_regions
  del %fn%.shp %fn%.shx %fn%.dbf %fn%.prj

  ogr2ogr -select NAME -geomfield WKT -a_srs EPSG:4326 %fn%.shp %fn%.csv 
