def run(self, tps, snap, data, para=None): if not isinstance(data, gpd.GeoDataFrame): return IPy.alert('geo table needed!') IPy.show_md(tps.title, gio.makeprj(data.crs).to_wkt())
def on_help(self, event): IPy.show_md(self.workflow['title'], self.cont)
def run(self): IPy.show_md(self.title, self.cont)
def run(self, para=None): IPy.show_md('MapViewer', '', para['path'])