Some Labs in Toulouse#
Solace#
The SolaceMap class automatically builds a LabMap based on https://solace.cnrs.fr/people.html
[1]:
from gismap.lab_examples.toulouse import SolaceMap as Solace
solace = Solace(dbs="hal")
solace.update_authors()
solace.update_publis()
solace.expand()
solace.show_html()
/home/runner/work/gismap/gismap/.venv/lib/python3.12/site-packages/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'solace.cnrs.fr'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
warnings.warn(
Laas#
The LaasMap class automatically builds a Map for a Laas team. It defaults to Sara but any team should work.
[2]:
from gismap.lab_examples.toulouse import LaasMap as Laas
trust = Laas("trust", dbs="hal")
trust.update_authors()
trust.update_publis()
trust.expand()
trust.show_html()