Could this be made working for RedHat (CentOS) and/or Ubuntu?
I am a no python person and find this tool is unique/complete among its peers in public domain. Thanks in advance!
I have this working fine on Ubuntu? It was a faf to get basemap installed but it works fine.
sudo apt-get install python3.5-dev -y sudo pip3 install -r requirements.txt (as per instructions) sudo pip3 install -U git+https://github.com/matplotlib/basemap.git
I think that's all you need to do to get it working.
Thanks. That was my old post. Now I google for “install basemap on redhat/centos” I got many threads. A useful one is that basemap is part of matplotlib; find ways to install later may be useful. e.g. this can be useful: https://wolfscie.wordpress.com/2015/04/01/software-installation-in-centos-for-scientific-computation/ for CentOS.
From: David Elliott [email protected] Reply-To: pieqq/PyGeoIpMap [email protected] Date: Tue, Jan 29, 2019 at 05:30 PM To: pieqq/PyGeoIpMap [email protected] Cc: Zhiliang Hu [email protected], Author [email protected] Subject: Re: [pieqq/PyGeoIpMap] Could this be made working for RedHat (CentOS) and/or Ubuntu? (#15)
I have this working fine on Ubuntu? It was a faf to get basemap installed but it works fine.
sudo apt-get install python3.5-dev -y sudo pip3 install -r requirements.txt (as per instructions) sudo pip3 install -U git+https://github.com/matplotlib/basemap.git
I think that's all you need to do to get it working.