Lip6#
Warning
A very large map is displayed at the bottom of this page. Expect a lag in display.
There will be a lot of warnings in this, so do not display them.
[1]:
import logging
from gismap.utils.logger import logger
logger.setLevel(logging.ERROR)
Single team#
[2]:
from gismap.lab_examples.lip6 import Lip6Map
apr = Lip6Map("APR", dbs="hal")
apr.update_authors()
apr.update_publis()
apr.expand()
apr.show_html()
Full view#
[3]:
from gismap.lab_examples.lip6 import Lip6Full
lip6 = Lip6Full(dbs="hal")
lip6.update_authors()
lip6.update_publis()
lip6.show_html()