home.social

#folium — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #folium, aggregated by home.social.

fetched live
  1. @pyohio I'm going strong on my daily creative coding sketches, I usually do them with Python and the #py5 library, and this year it has been all smooth sailing: abav.lugaralgum.com/sketch-a-d

    Also some #geopandas, #OSMnx and #Folium fun at our local hackerspace here in São Paulo #GaroaHackerClube. I've heard that PyOhio is one of the most welcoming US regional conferences, maybe one day I get the chance to join you :)

  2. Playing around with a "purple map" of the 2025 US presidential election, starting with just . It's fun to see how the numbers change across my local small town, which areas voted more Republican vs. more Democrat. I used and to make the .

    shallowsky.com/blog/programmin

  3. Pretty amazing just a few lines of code generate interactive HTML map with 120 thousand data points from CSV file

  4. Nuevo post en el blog de #juncotic !!

    Hoy @andrea_navarro nos habla de #python y marcadores en los mapas de #folium 😃 :python: 🐍

    Vamos a ver cómo incorporar iconos personalizados, pines de diferentes colores, popups y textos descriptivos para enriquecer nuestros mapas interactivos.

    Espero que les guste y les sirva para aprender un poquito más de #python y su potencial!

    👇 👇

    juncotic.com/introduccion-a-lo

  5. Generating maps with Folium is SO much easier than working with Leaflet.js directly in JavaScript. Highly recommend! #folium #leafletjs python-visualization.github.io

  6. 🗺️ ¿Querés crear mapas interactivos en Python sin complicarte con JS?

    Escribí una introducción práctica a Folium, una librería que te permite generar mapas usando Leaflet desde Python.

    Ideal para proyectos de ciencia de datos, visualizaciones geoespaciales y más.

    📍 juncotic.com/folium-y-los-mapa

    #Python #Folium #CienciaDeDatos #Mapas #GeoData

  7. [Nuevo post en el blog de JuncoTIC]

    🌍 ¿Sabías que puedes crear mapas interactivos en Python con solo unas líneas de código?

    En este nuevo artículo daremos los primeros pasos con Folium, veremos como instalar y utilizar esta librería para crear mapas interactivos en Python.

    📖 ¿Dónde? Aquí 👇

    juncotic.com/folium-y-los-mapa

    #Python #DataScience #GIS #Folium

  8. @claromes @[email protected] #folium achei mais fácil, acho que é só 2D, consegui desenhar umas rotas, mas não mexi muito também. Mesma ideia, você escreve Python e ela cospe html + js.

  9. Hey, #Python #OpenStreetMap group mind. Is there a handy function anywhere for calculating the location and zoom of a map from a bunch of POI coordinates? A "zoom to this complex object", in other words. For what it's worth, I'm using #folium, so it's leaflet "z", and the objects are a big pile of connected polylines for bus routes.

    EDIT: never mind, I found python-visualization.github.io

  10. Our tutorials and analysis notebooks now come with plenty of usage examples for the new explore() function which provides powered interactive plots

    You probably already know and appreciate it from and now you can also enjoy it in

    movingpandas.org/examples

  11. 0.19 released!

    This release is the first to support 1.0. Additionally, this release adds multiple new features, including: New explore() function adds interactive / maps New support for trajectory For the full change log, check out the release page.

    anitagraser.com/2024/08/23/mov

  12. carte des #votePirate à partir de données scrapées sur le site des #elections

    Les détails du script sont disponibles ici:
    forge.chapril.org/tykayn/scrip

    #python #folium #opendata
    (ça aurait été bien que le json de données soit publié sur datagouv hein)
    @PartiPirate

  13. Nachdem #Apple Anfang April die #AppStore-Regularien geändert hat und nun auch #Emulatoren auf dem eigenen Marktplatz erlaubt, nimmt der Markt für dieses App-Genre mittlerweile an Fahrt auf. Nun ist mit #Folium ein weiterer #Emulator für Spiele des #Gameboy Advance, #NintendoDS und #Nintendo3DS erschienen, der auch beliebte Game-Controller unterstützt.

    Alle Infos: appgefahren.de/folium-neuer-em

    #appgefahren #AppleBlog #iPhone #iPad #Mac #Gaming #RetroGaming #Spiele

  14. Sur Capytale, on peut faire travailler les élèves à la fois sur #Python et #OpenStreetMap 👍

    Titre de l'activité :
    [#SNT] Carto // Travail sur les coordonnées GPS et Python

    Code activité si besoin : 1dd7-2965729

    #NSI #TeamProf #Folium

  15. My latest blog post: 'What’s the largest building in Southampton? Find out with 5 lines of code' is now available at blog.rtwilson.com/whats-the-la

    Just five lines of code to find and plot the largest buildings in a UK city, using Python, geopandas and folium

    #geospatial #gis #python #geopandas #folium

  16. @villares I've found Leaflet to be a really easy way to work with maps in Python.

    The Python package to use for this is called Folium

    A useful tutorial to get you started is

    realpython.com/python-folium-w

    #python #folium #leaflet #gis #realpython