home.social

#geocompx — Public Fediverse posts

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

  1. 📢 The geocompx project has a new (and fully reproducible) logo!

    geocompx is a community-driven initiative for reproducible geocomputation across languages, building open resources for spatial data analysis, modeling, and visualization in R, Python, Julia, and beyond, all rooted in open-source principles.

    geocompx.org/

  2. 📢 The geocompx project has a new (and fully reproducible) logo!

    geocompx is a community-driven initiative for reproducible geocomputation across languages, building open resources for spatial data analysis, modeling, and visualization in R, Python, Julia, and beyond, all rooted in open-source principles.

    geocompx.org/

    #geocompx #FOSS4G #GIS #OpenScience

  3. 📢 The geocompx project has a new (and fully reproducible) logo!

    geocompx is a community-driven initiative for reproducible geocomputation across languages, building open resources for spatial data analysis, modeling, and visualization in R, Python, Julia, and beyond, all rooted in open-source principles.

    geocompx.org/

    #geocompx #FOSS4G #GIS #OpenScience

  4. 📢 The geocompx project has a new (and fully reproducible) logo!

    geocompx is a community-driven initiative for reproducible geocomputation across languages, building open resources for spatial data analysis, modeling, and visualization in R, Python, Julia, and beyond, all rooted in open-source principles.

    geocompx.org/

    #geocompx #FOSS4G #GIS #OpenScience

  5. 📢 The geocompx project has a new (and fully reproducible) logo!

    geocompx is a community-driven initiative for reproducible geocomputation across languages, building open resources for spatial data analysis, modeling, and visualization in R, Python, Julia, and beyond, all rooted in open-source principles.

    geocompx.org/

    #geocompx #FOSS4G #GIS #OpenScience

  6. ✨What’s new in geocomputation this year?

    The #geocompx 2025 update covers project milestones, current work, and future plans.

    URL: geocompx.org/post/2025/updates

    #rstats #rspatial #geopython

  7. ✨What’s new in geocomputation this year?

    The 2025 update covers project milestones, current work, and future plans.

    URL: geocompx.org/post/2025/updates

  8. ✨What’s new in geocomputation this year?

    The #geocompx 2025 update covers project milestones, current work, and future plans.

    URL: geocompx.org/post/2025/updates

    #rstats #rspatial #geopython

  9. ✨What’s new in geocomputation this year?

    The #geocompx 2025 update covers project milestones, current work, and future plans.

    URL: geocompx.org/post/2025/updates

    #rstats #rspatial #geopython

  10. ✨What’s new in geocomputation this year?

    The #geocompx 2025 update covers project milestones, current work, and future plans.

    URL: geocompx.org/post/2025/updates

    #rstats #rspatial #geopython

  11. Happy to see new newest member of the family up on the geocompx.org website: Spatial Data Visualization with tmap is an awesome book that is still in progress 🏗️ Well worth a read to launch your reproducible map making journey 🚀

  12. Chapter 8 of Geocomputation with Python is all about cartography:

    🎨 Designing maps
    🖼️ Static maps with .plot & rasterio.plot.show
    🌐 Interactive maps with .explore

    👉 py.geocompx.org/08-mapping

    #GeoPython #Python #GISchat #geocompx

  13. Chapter 8 of Geocomputation with Python is all about cartography:

    🎨 Designing maps
    🖼️ Static maps with .plot & rasterio.plot.show
    🌐 Interactive maps with .explore

    👉 py.geocompx.org/08-mapping

  14. Chapter 8 of Geocomputation with Python is all about cartography:

    🎨 Designing maps
    🖼️ Static maps with .plot & rasterio.plot.show
    🌐 Interactive maps with .explore

    👉 py.geocompx.org/08-mapping

    #GeoPython #Python #GISchat #geocompx

  15. Chapter 8 of Geocomputation with Python is all about cartography:

    🎨 Designing maps
    🖼️ Static maps with .plot & rasterio.plot.show
    🌐 Interactive maps with .explore

    👉 py.geocompx.org/08-mapping

    #GeoPython #Python #GISchat #geocompx

  16. Chapter 8 of Geocomputation with Python is all about cartography:

    🎨 Designing maps
    🖼️ Static maps with .plot & rasterio.plot.show
    🌐 Interactive maps with .explore

    👉 py.geocompx.org/08-mapping

    #GeoPython #Python #GISchat #geocompx

  17. Chapter 7 of Geocomputation with Python shows how to:

    🔹 Find spatial datasets (geoportals & download tools)
    🔹 Work with different file formats (strengths & limits)
    🔹 Read & write vector + raster files efficiently

    👉 py.geocompx.org/07-read-write

  18. #30DayMapChallenge (10 minute map)

    This is trees tended by the city of Zürich, sized by tree crown diameter.
    Done in Python, with loading data into duckdb and graphing on lonboard. The map is actually clickable and gives you meta-info about the trees when clicking on a tree.
    I wanted to actually intersect this with street names containing tree names, but 10 minutes were not enough for that :).

    Crazy how quick you can get to something with open government data (OGD) and these modern #geocompx tools I am just discovering...

    OGD data found via:
    opendata.swiss/de/dataset/baum

  19. My contribution to today's #30DayMapChallenge (Minimal Map)

    This is a map of two months of cycling to work, two days a week, between Zürich and Winterthur (and exploring my options for gravel and beauty).

    Done with duckdb + lonboard in Python. Repo here: codeberg.org/marioangst/winti-

    I am quite new to doing spatial data, coming very much from the non-spatial data science side, but I'm having fun and I've got to say the #geocompx resources out there are really cool nowadays.

  20. Confused about coordinate reference systems (CRSs)? 🧭🌍🐍

    Chapter 6 of Geocomputation with Python dives into:

    - Geographic vs projected CRSs (lon/lat vs meters)
    - Getting, setting & reprojecting CRSs
    - Why ignoring CRSs can break your analysis 🚨

    👉 py.geocompx.org/06-reproj

  21. Working with raster + vector together in Python? 🗺️🌍🐍

    Chapter 5 of geocompx talks about:

    - Cropping & masking rasters with vectors
    - Extracting raster values via vector data
    - Raster ↔️ vector conversion (polygonize & rasterize)

    👉 py.geocompx.org/05-raster-vect

  22. Want to transform the geometry of spatial data in Python? ✨🌍🐍

    Chapter 4 of geocompy covers:

    - Vector: simplify, buffer, centroid, clip, unions, affine transforms
    - Raster: crop, resample, aggregate, align datasets

    👉 py.geocompx.org/04-geometry-op

  23. Spatial operations in Python? 📍🌍🐍

    Chapter 3 of Geocomputation with Python covers:

    - Vector: spatial joins, subsetting, aggregation, etc.
    - Raster: map algebra (local, focal, zonal, global), tiling & merging

    👉 py.geocompx.org/03-spatial-ope

  24. 🗺️ New blog post: introducing Spatial Data Visualization with tmap, a work-in-progress guide to thematic mapping in .

    Learn about the book, its progress, and how to contribute: geocompx.org/post/2025/tmap-bp

  25. 🚀 Book in progress: Spatial Data Visualization with tmap

    A practical guide to creating clear thematic maps in R with the tmap package.
    Covers everything from loading data to interactive and animated maps, with reproducible code and examples.

    Read online: tmap.geocompx.org/

  26. We’ve updated the geocompx README.

    Find guides, books, and tools for geocomputation in R, Python, and Julia — plus ways to get involved.

    Take a look: github.com/geocompx

  27. We’ve updated the geocompx README.

    Find guides, books, and tools for geocomputation in R, Python, and Julia — plus ways to get involved.

    Take a look: github.com/geocompx

    #Geocomputation #RStats #Python #OpenSource #geocompx

  28. We’ve updated the geocompx README.

    Find guides, books, and tools for geocomputation in R, Python, and Julia — plus ways to get involved.

    Take a look: github.com/geocompx

    #Geocomputation #RStats #Python #OpenSource #geocompx

  29. We’ve updated the geocompx README.

    Find guides, books, and tools for geocomputation in R, Python, and Julia — plus ways to get involved.

    Take a look: github.com/geocompx

    #Geocomputation #RStats #Python #OpenSource #geocompx

  30. We’ve updated the geocompx README.

    Find guides, books, and tools for geocomputation in R, Python, and Julia — plus ways to get involved.

    Take a look: github.com/geocompx

    #Geocomputation #RStats #Python #OpenSource #geocompx

  31. Chapter 16: Summary & Future of Geocomputation 🚀📖

    What’s next? 📌 This final chapter reflects on key themes, gaps, and the future of geocomputation. Crucially, learn how to contribute to open-source spatial communities!

    🔗 r.geocompx.org/conclusion

  32. Chapter 15: Ecological Modeling & Geocomputation 🌱🗺️

    Modeling the floristic gradient to reveal distinctive vegetation belts! 📌 Learn spatial modeling techniques with random forests & hyperparameter tuning to analyze ecological data in R.

    🔗 r.geocompx.org/eco

  33. Chapter 14: Geomarketing & Location Analysis 🏪📍

    Where should you open a bike shop? 📌 Learn how to use census & OpenStreetMap data for spatial decision-making in geomarketing & site selection.

    🔗 r.geocompx.org/location

  34. Have you read Geocomputation with R?📘
    If you found it helpful, we’d really appreciate a quick review — it helps others find the book too!

    Goodreads: goodreads.com/book/show/214736
    Amazon: amazon.com/dp/1032248882
    Book: r.geocompx.org/

  35. Chapter 13: Transport Systems Analysis 🚶🚴🚌

    Model transport networks! 📌 Analyze travel patterns, desire lines, routes, and accessibility using open data and reproducible geospatial workflows in R.

    🔗 r.geocompx.org/transport

  36. Chapter 12: Spatial Statistical Learning 📊🌍

    Boost your spatial models! 📌 Learn about spatial autocorrelation, cross-validation, and machine learning with `mlr3`, using a real-world landslide prediction case study.

    🔗 r.geocompx.org/spatial-cv

  37. Chapter 11: Writing Geoalgorithms 💻🧩🔁

    Focuses on developing reusable and reproducible code for spatial tasks in R. Demonstrates algorithm design using examples like calculating polygon centroids.

    🔗 r.geocompx.org/algorithms

  38. 🪡 A heads-up about the Geocomputation with R book: some copies were mistakenly printed in black & white instead of full color. If you received one, please contact me or the publisher for a replacement. A new, correct copy will be sent to you!

    Publisher: routledge.com/contacts/custome

  39. Chapter 10: Bridges to GIS Tools 🌉🛠️📦

    Shows how to connect R with external GIS tools like QGIS, GRASS, and SAGA. Also includes guidance on working with GDAL, spatial databases, and cloud-based services.

    🔗 r.geocompx.org/gis

  40. Chapter 9: Mapping & Visualization 🗺️🖼️📊

    Introduces tools for making static, animated, and interactive maps in R. Covers the tmap package and web-based options for sharing geographic data visually.

    🔗 r.geocompx.org/adv-map

  41. Chapter 8: Geographic Data I/O 📂🌍💾

    Covers how to read and write spatial data in various formats, access open geoportals, and work with geographic web services in R. Includes tips on metadata and exporting maps.

    🔗 r.geocompx.org/read-write

  42. Just signed-up to the conference in Dublin, 25th-27th June. Looking forward to presenting our work on integrating multiple network datasets for the Network Planning Tool, funded by Transport Scotland and developed in collaboration with Sustrans. This is the first time that cycling Level of Service (LoS) has been calculated for every road and presented alongside estimates of cycling potential nationwide anywhere, to the best of my knowledge. See you there!

  43. Chapter 7: Coordinate Reference Systems 🧭📐🌐

    This chapter explains how to work with coordinate reference systems (CRSs) in R. Learn how to reproject vector and raster data, and understand how CRS choices affect spatial analysis.

    🔗 r.geocompx.org/reproj-geo-data

  44. Exciting news! 🎉 The 2nd edition of Geocomputation with R is now available as a physical book! 📖🌍

    Order your copy today and explore the latest in R for spatial analysis.

    Learn more about the book's journey: buff.ly/3TZzc4L

  45. Chapter 6: Raster-Vector Interactions 🗺️🔄🌍

    Crop, mask, extract, and rasterize! 📌 Learn how to convert between raster & vector data and perform spatial extractions in R.

    🔗 r.geocompx.org/raster-vector

  46. Chapter 5: Geometry Operations 📏🔄

    Simplify, buffer, transform! 📌 Learn to modify vector geometries, clip spatial data, apply affine transformations, and resample rasters for better alignment.

    🔗 r.geocompx.org/geometry-operat

  47. Chapter 4: Spatial Operations 📌🗺️

    Modify, analyze, and relate spatial data! 📌 Learn how to subset by location, compute distances, merge rasters, and use raster algebra for powerful spatial analysis.

    🔗 r.geocompx.org/spatial-operati

  48. Your feedback matters! If you’ve read Geocomputation with Python, consider writing a review on Amazon or Goodreads, etc.

    amazon.com/Geocomputation-Pyth

    goodreads.com/book/show/218000

    Thanks for your support! 🌍📖

  49. Ever struggled with the Modifiable Areal Unit Problem (MAUP) in your urban analysis? 😩 Good news! 🎉 The {zonebuilder} R package is BACK on CRAN after a short break! It provides standardized zoning systems to help you tackle this tricky issue. 💪 Search for "zonebuilders" to learn more and install!

  50. 🚀 Online recording alert! 🚀

    "Spontaneous growth of the geocompx FOSS4G community" from the conf in Tartu.

    buff.ly/3AXDcMy