Exemplo n.º 1
0
 def test_bad_input_file(self):
     iotools.gridextToShapefile('junk__', self.outputfile,
                           self.template, river=self.river)
Exemplo n.º 2
0
 def test_bad_template_file(self):
     iotools.gridextToShapefile(self.gridextfile, self.outputfile,
                           '/junkie/mcjunk.shp', river=self.river)
Exemplo n.º 3
0
    def test_basic(self):
        iotools.gridextToShapefile(self.gridextfile, self.outputfile,
                              self.template, river=self.river)

        testing.compareShapefiles(self.outputfile, self.baselinefile)