Пример #1
0
    def test_get_column_names_returns_expected_names(self):

        s = NetCdfService()
        columns = s.get_variable_column_names("http://localhost:8080/thredds/dodsC/testAll/LCM2007_GB_1K_DOM_TAR.nc")

        self.assertEqual(columns, ['LandCover'])