home.social

Anita Graser πŸ‡ͺπŸ‡ΊπŸ‡ΊπŸ‡¦πŸ‡¬πŸ‡ͺ

View on fosstodon.org
  1. This has been way too long in the making and it's finally out:

    "Spatiotemporal Model Cards", basically a cheat sheet for documenting models so that you'll thank your past self when you circle back to your docs in the future

    πŸ“‹ Markdown template ... github.com/anitagraser/model-c
    πŸ“ paper with all the details ... dl.acm.org/doi/abs/10.1145/380

    Still planning to put the essential explanations into the template to make it easier to use without consulting the paper πŸ‘©β€πŸ’»

  2. Do I have any followers here who used scikit-mobility's human mobility metrics?

    Since isn't maintained anymore, we're considering porting the essential functionality to @movingpandas and would love to have more feedback, especially if it's first-hand experience with the functionality:

    github.com/movingpandas/moving

  3. Will we finally get nice html representations of @movingpandas Trajectories and TrajectoryCollections?

    Inspired by 🀩

    WIP πŸ‘©β€πŸ’» : github.com/movingpandas/moving

    Any feedback / ideas welcome!

  4. πŸ›°οΈ Geometry- and Physics-Aware Dataset Creation for Shadow Removal in High-Resolution Satellite Imagery meetingorganizer.copernicus.or

    🌳 Establishing an Earth observation Super-resolution and Validation Framework for Improved Climate Hazard Assessment and Response in Forestry meetingorganizer.copernicus.or

    [2/2]

  5. It's going to be a busy poster session for our team this year:

    🌲 Explainable Machine Learning for diagnosing Data Quality Issues in Dendrometer-Based Tree Growth Time Series meetingorganizer.copernicus.or

    🌍 Machine learning based dynamic numerical climate multi-model ensemble weighting for high impact weather affecting the energy infrastructure meetingorganizer.copernicus.or

    [1/2]

  6. I've added an interactive client script today. Makes it easier to play around and discover all the ways to break our little assistant:

  7. QGIS to (Geo)Pandas – partΒ 3

    The journey continues: QgsArrowIterator is now merged, making it possible to iterate overΒ QgsFeatures as Arrow batches.

    This is where we are now ... anitagraser.com/2025/12/03/qgi

  8. 1st International Conference on Geospatial Artificial Intelligence () will take place in Ghent, Belgium on 3-5 June 2026.

    geoaiconference.org/

  9. Getting a s***-ton of CSV files as input for spatial analysis can be a pain.

    Yes, you can write a quick Python loop in the console to load them but it's not a great workflow, imho.

    The DuckDB read_csv function has been very convenient for this kind of ETL workflow:

    fosstodon.org/@underdarkGIS/11

  10. The team just announced v1.3.0-alpha featuring

    New temporal types:
    πŸ†• tgeometry & tgeography that can represent the temporal evolution of any geometry type (polygon, multipoint, etc.)
    πŸ†• temporal circular buffer (tcbuffer)
    πŸ†• temporal pose (tpose) type, storing the evolution of a pose
    (point position + orientation)

    and more ...

    github.com/MobilityDB/Mobility

  11. Great discussions at about integrating libraries in desktop and cloud environments, featuring @movingpandas , @qgis and the @carto Trajectory Analytics extension from the @emeraldseu project

  12. πŸ“… GeoAI Talks at UGent
    The GeoAI Research Center () warmly invites you to attend two consecutive Talks on Wednesday, 3 September 2025 (13:00–14:00).

    13:00 – Alex Levering (Vrije Universiteit Amsterdam)
    Sensing landscape characteristics in a post-social media world

    13:30 – Ross Purves (University of Zurich)
    Place, landscape and language
    Join online via: lnkd.in/eqJ5JJ8t

  13. Thanks to all participants at our morning workshop on and !

    Now everyone is gathering for the official opening session with many exciting new changes

    Cc @unigis_salzburg @zgis.bsky.social

  14. If you're at , I'd love to see you at our workshop focused on tomorrow morning πŸŒ„

    09:00-10:15 Session 1A: WS: Mobility Data Science & KI – Potenziale fΓΌr den ΓΆffentlichen Verkehr

  15. Our urban project EMERALDS hosts its next webinar tomorrow:
    πŸ—“οΈ 27 June | ⏰ 14:30 CEST | πŸ“Online
    How The Hague is using data to manage urban risks.
    Register πŸ‘‰ emeralds-horizon.eu/events/urb

  16. The quest for a fair TimeGPTΒ benchmark

    At the end of yesterday's for mobility post, we concluded that TimeGPT's trainingset probably included a copy of the popular BikeNYC timeseries dataset and that, therefore, we were not looking at a fair comparison ...

    anitagraser.com/2025/03/29/the

  17. The EMERALDS project @emeraldseu is hosting an MLOps webinar "EMERALDS Data Infrastructure and Development Frameworks” on 21 February, at 11:30 CET, see emeralds-horizon.eu/events/eme

    The talks explore the design and implementation of a dedicated platform built with specialised libraries and tools. This platform is tailored to support ML engineers in the development and deployment of machine learning models for real-world applications

  18. What's your favorite minimal geospatial (meta)data management stack right now?

    Guess a classic would be and PgMetadata plugin

    Cloud-native / flat file-only equivalents? all the way?

  19. Recently, someone mentioned as a general purpose geodata catalog (not just for imagery but also vector). Is that a thing? And even if it is possible, is it a good idea?

  20. The Molusce plugin is really impressive: tons of downloads and lots of impact in the research community

    Find out more about the latest developments in the latest recording:

    fosstodon.org/@qgis/1130566077

  21. Solved the riddle of how to get into a notebook πŸ₯³

    Made a Assistant that reads a zipped and performs

    Supported outputs so far: text, image, and html

    Blog post coming up soon πŸ‘©β€πŸ’»

  22. πŸ‘€ Is anyone of you aware of a python solution for creating a bivariate map from a raster?