-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which is the latest (stable) version of basemap? 1.0.8 or 1.0.7 (or other?) #267
Comments
I believe the answer is 1.0.7. There might be a new release in the near future. The github development version is labeled 1.0.8. The documents stating 1.0.8 were probably generated on that date using the development version. |
OK, so 1.0.8 is for now whatever are the latest files you can grab on github then? |
Micah, I was trying to figure out how that inconsistency arose, and I think Jean-Yves, yes, once I figure out how to update the readthedocs page, I On Tue, Feb 23, 2016 at 5:23 AM, Jean-Yves Peterschmitt <
|
It would be less confusing if the development version would be label dev instead of future.release.number (currently 1.0.8) as it's the case for all the other software. |
Also, there are rumors that the @jswhit is recommending cartopy instead of basemap, see e.g. SciTools/cartopy#525 -- However it looks like there is a fair amount of development in basemap, so those rumors sound strange. Are they true? |
My impression is that Jeff is tired of supporting basemap, and sees cartopy as a promising replacement, long-term, with some potential advantages. At present, however, I don't think that one can easily do all of the things with cartopy that software using basemap can do. I expect I will be relying on basemap for quite a while. If I had no software already using basemap, and if cartopy were able to do everything that I needed (and expected to need in the next year or two), then I would probably use it instead. |
@jswhit is no longer the maintainer of basemap, and it isn't a rumor that However, the codebase isn't very conducive to any refactors, and the test I know I have kept on promising to do a release soon. The big barrier for On Thu, Jun 9, 2016 at 8:04 PM, Eric Firing [email protected]
|
Such as, if I may ask? |
@WeatherGod - thanks for the frank response! |
@QuLogic, Undoubtedly part of the problem is that I am not aware of much in the way of cartopy examples and documentation, so I don't see how to do things. I have been using basemap for a long time, and I have written wrappers to make some basic things easy for me. I think the set of supported projections in cartopy is smaller, although it does have the advantage of providing the InterruptedGoodeHomolosine. |
Thanks @WeatherGod for taking over basemap, because there are (still) lots of basemap users out there! I don't have much experience with cartopy, except that it looks nice and probably provides the tools I need. I also like the fact that there is some dedicated support available on stackoverflow, should I need it: https://stackoverflow.com/questions/tagged/cartopy The only thing I can say is that last time I tried to install cartopy into an existing python distribution (UV-CDAT), I quickly ran into dependency related problems that I did not have with basemap. But that was a while ago and has possibly been solved since. As far as I remember, basemap was much easier/lighter to install and I hope you can keep it that way |
There is also Basemap in stackoverflow :) https://stackoverflow.com/questions/tagged/matplotlib-basemap |
For the record (adding to my June 2016 comment) I had no dependency problems when installing cartopy into the conda-based UV-CDAT 2.10 (but I had problems with 2.8) |
The latest stable release of Furthermore, From my side, |
Thanks for the update @molinav ! It's good to know that basemap is still supported |
@molinav could you make Also, if basemap is (thankfully) still maintained for Python 3, you may want to update the information in Cartopy, New Management, and EoL Announcement and similar places
|
On conda-forge, the basemap package comes with what is effectively
"basemap-data" on PyPI.
…On Mon, Jan 3, 2022 at 10:17 AM Jean-Yves Peterschmitt < ***@***.***> wrote:
@molinav <https://github.com/molinav> could you make basemap-data
available on conda-forge? It does not seem to be there (see below)
Also, if basemap is (thankfully) still maintained for Python 3, you may
want to update the information in Cartopy, New Management, and EoL
Announcement
<https://matplotlib.org/basemap/users/intro.html#cartopy-new-management-and-eol-announcement>
and similar places
>mamba install basemap-data
Looking for: ['basemap-data']
pkgs/r/linux-64 [====================] (00m:00s) No change
pkgs/r/noarch [====================] (00m:00s) No change
pkgs/main/noarch [====================] (00m:00s) Done
pkgs/main/linux-64 [====================] (00m:00s) Done
conda-forge/noarch [====================] (00m:01s) Done
conda-forge/linux-64 [====================] (00m:05s) Done
Encountered problems while solving.
Problem: nothing provides requested basemap-data
>mamba install basemap-data-hires
Looking for: ['basemap-data-hires']
[...]
Transaction
Prefix: /home/share/unix_files/cdat/miniconda3_21-02/envs/cdatm_py3
All requested packages already installed
—
Reply to this email directly, view it on GitHub
<#267 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACHF6CR4UJHJYWPKPPN273UUG4ZXANCNFSM4B3TUDFA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yes, the conda-forge recipe will need an update from version 1.3.0, since the package structure has changed. This development takes place in another repo in which I do not have control: The rationale behind this split of There is some slight difference between the It is safe to install the latest Ideally we should be able to have |
Just for the record, I notified the need to update the conda recipe for |
I'm afraid this may be a stupid question, but I have found conflicting information about the latest basemap version and I'd like to know the correct answer. And maybe someone can improve the available information
In summary, it seems you can get a 1.0.7 stable release, and there is a more recent virtual (?) 2-year old 1.0.8 release ? This is a bit confusing
The text was updated successfully, but these errors were encountered: