Path: csiph.com!pasdenom.info!usenet-fr.net!fdn.fr!proxad.net!feeder1-2.proxad.net!cleanfeed3-a.proxad.net!nnrp4-1.free.fr!not-for-mail From: yves Subject: Re: =?UTF-8?B?UHJvYmzDqG1l?= installation basemap Newsgroups: fr.comp.lang.python References: <682485e5$0$16850$426a74cc@news.free.fr> <6824932e$0$5210$426a74cc@news.free.fr> <6824d359$1$436$426a74cc@news.free.fr> MIME-Version: 1.0 User-Agent: Pan/0.149 (Bellevue; 4c157ba) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 14 May 2025 18:04:03 GMT Lines: 41 Message-ID: <6824db13$0$12931$426a74cc@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 14 May 2025 20:04:03 CEST NNTP-Posting-Host: 37.65.62.212 X-Trace: 1747245843 news-1.free.fr 12931 37.65.62.212:6128 X-Complaints-To: abuse@proxad.net Xref: csiph.com fr.comp.lang.python:4291 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