Sujet : Re: Problème installation basemap
De : yves (at) *nospam* free.invalid (yves)
Groupes : fr.comp.lang.pythonDate : 14. May 2025, 19:04:03
Autres entêtes
Organisation : Guest of ProXad - France
Message-ID : <6824db13$0$12931$426a74cc@news.free.fr>
References : 1 2 3
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
Le Wed, 14 May 2025 19:31:05 +0200, Thierry Loiseau a écrit:
$ apt-cache search basemap
gmt-dcw - Digital Chart of the World (DCW) for GMT
python3-xyzservices -Source of XYZ tiles providers
Ah oui.
J'utilise une *plus vieille version d'Ubuntu (Ubuntu 22.04.5 LTS)*
~$ apt-cache search basemap
python-mpltoolkits.basemap-data - matplotlib toolkit to plot on map
projections (data package)
python-mpltoolkits.basemap-doc - matplotlib toolkit to plot on map
projections (documentation)
python3-mpltoolkits.basemap - matplotlib toolkit to plot on map
projections (Python 3)
gmt-dcw - Digital Chart of the World (DCW) for GMT
Il y a *plus de packages* relatifs à basemap dans la vieille version
d'Ubuntu .
Dans ces cas, on peut faire:
$ apt-cache show python3-xyzservices
Pour avoir une description du contenu du package.
Et si sa semble convenir,
$ sudo apt install python3-xyzservices
Mais il n'y a pas python3-xyzservices dans Ubuntu 22.04.5 LTS
Du coup, probable que mes remarques ne te fassent avancer en rien.
@+
-- Yves