Coder Social home page Coder Social logo

Conquer the world about xyzservices HOT 10 OPEN

geopandas avatar geopandas commented on June 12, 2024
Conquer the world

from xyzservices.

Comments (10)

giswqs avatar giswqs commented on June 12, 2024 1

@martinfleis Let me do some testing and will provide feedback here later. Thanks.

from xyzservices.

sackh avatar sackh commented on June 12, 2024 1

https://github.com/heremaps/here-map-widget-for-jupyter now also uses providers from xyzservices as basemaps :)

Screenshot 2021-08-10 at 2 43 06 PM

Note: I will do the release soon.

from xyzservices.

darribas avatar darribas commented on June 12, 2024

Update, as of #28 folium users and those of any other library that takes URLs can use xyzservices manually. For example:

import folium
import xyzservices.providers as xyz

tiles = xyz.CartoDB.Positron

folium.Map(
    location=[53.4108, -2.9358],
    tiles=tiles.build_url(),
    attr=tiles.attribution,
)

from xyzservices.

martinfleis avatar martinfleis commented on June 12, 2024

Holoviews also support tiles and has them hard-coded in their source code https://github.com/holoviz/holoviews/blob/master/holoviews/element/tiles.py

from xyzservices.

giswqs avatar giswqs commented on June 12, 2024

xyzservices looks great. I look forward to adopting it for geemap and leafmap once it has a stable release.

BTW, any chance for supporting WMS services as well?

A lot of WMS services can be found at https://apps.nationalmap.gov/services

from xyzservices.

martinfleis avatar martinfleis commented on June 12, 2024

xyzservices looks great. I look forward to adopting it for geemap and leafmap once it has a stable release.

@giswqs Thanks! Is there anything you'd like to see to support it in your packages that is not in yet? For the use in contextily we already consider the current release stable.

BTW, any chance for supporting WMS services as well?

What do you need for that? It is just an URL, name, and attribution as it is with XYZ, right? I think it makes sense to add it to the mix, together with some attribute storing the service type. The same actually applies to vector tiles (where it may be a bit more complicated due to styles but doable as well).

from xyzservices.

martinfleis avatar martinfleis commented on June 12, 2024

Adding cartopy to the mix. They may be interested in supporting TileProvider object as well.

https://github.com/SciTools/cartopy/blob/master/lib/cartopy/io/img_tiles.py

from xyzservices.

martinfleis avatar martinfleis commented on June 12, 2024

I think that plotly currently does not support custom XYZ tiles in any form, only mapbox styles, so there's no place for us at the moment.

from xyzservices.

krish-adi avatar krish-adi commented on June 12, 2024

Greppo now supports xyzservices for its base_layer 🚀

from xyzservices.

martinfleis avatar martinfleis commented on June 12, 2024

@krish-adi nice! Thanks for letting us know!

from xyzservices.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.