We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2127ad0 commit 6e62306Copy full SHA for 6e62306
gmt/clib/session.py
@@ -151,7 +151,8 @@ def info(self):
151
"plugin dir": self.get_default("API_PLUGINDIR"),
152
"library path": self.get_default("API_LIBRARY"),
153
"cores": self.get_default("API_CORES"),
154
- "image layout": self.get_default("API_IMAGE_LAYOUT"),
+ # API_IMAGE_LAYOUT not defined if GMT is not compiled with GDAL
155
+ # "image layout": self.get_default("API_IMAGE_LAYOUT"),
156
"grid layout": self.get_default("API_GRID_LAYOUT"),
157
}
158
return self._info
0 commit comments