home.social

#rasterio — Public Fediverse posts

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

  1. RE: wisskomm.social/@ioer/11589933

    I really took a deep dive into #datashader with this map: Locals & Tourists in Germany, as derived from 67 Million Geo-Social Media Posts (2007-2022) in Germany. The data includes public shared posts from Instagram, Flickr, Twitter and iNaturalist.

    I always wanted to create such a map, following the footsteps of Eric Fisher's Locals & Tourists dataset from 2011 [1].

    I shared the code for producing this map here [2]. The repository is available here [3]. This includes some neat methods for various #geospatial processing tasks in #Python, such as exporting a datashader map to a #GeoTiff [4] with the help of #Xarray and #Rasterio.

    Finally, all of this was created in a privacy-preserving way using #HyperLogLog, which allowed me to share the code and abstracted data publicly for full reproducibility and transparency. [6] #FAIR

    Below you'll find the link to the (quite succinct) publication in Natur und Landschaft in Karten (#NuL).

    [1]: flickr.com/photos/walkingsf/al
    [2]: code.ad.ioer.info/wip/digital_
    [3]: gitlab.hrz.tu-chemnitz.de/ad/d
    [4]: gitlab.hrz.tu-chemnitz.de/s739
    [5]: nul-online.de/article-7301410-
    [6]: doi.org/10.71830/VDMUWW

  2. RE: wisskomm.social/@ioer/11589933

    I really took a deep dive into #datashader with this map: Locals & Tourists in Germany, as derived from 67 Million Geo-Social Media Posts (2007-2022) in Germany. The data includes public shared posts from Instagram, Flickr, Twitter and iNaturalist.

    I always wanted to create such a map, following the footsteps of Eric Fisher's Locals & Tourists dataset from 2011 [1].

    I shared the code for producing this map here [2]. The repository is available here [3]. This includes some neat methods for various #geospatial processing tasks in #Python, such as exporting a datashader map to a #GeoTiff [4] with the help of #Xarray and #Rasterio.

    Finally, all of this was created in a privacy-preserving way using #HyperLogLog, which allowed me to share the code and abstracted data publicly for full reproducibility and transparency. [6] #FAIR

    Below you'll find the link to the (quite succinct) publication in Natur und Landschaft in Karten (#NuL).

    [1]: flickr.com/photos/walkingsf/al
    [2]: code.ad.ioer.info/wip/digital_
    [3]: gitlab.hrz.tu-chemnitz.de/ad/d
    [4]: gitlab.hrz.tu-chemnitz.de/s739
    [5]: nul-online.de/article-7301410-
    [6]: doi.org/10.71830/VDMUWW

  3. Current project: Automatic pipeline for downloading and processing Sentinel 2 imagery. Once that works, automatic upload to a TAK server as datapackage...

    #python #rasterio #sentinel2 #satelliteimagery #tak #atak

  4. Current project: Automatic pipeline for downloading and processing Sentinel 2 imagery. Once that works, automatic upload to a TAK server as datapackage...

    #python #rasterio #sentinel2 #satelliteimagery #tak #atak

  5. Current project: Automatic pipeline for downloading and processing Sentinel 2 imagery. Once that works, automatic upload to a TAK server as datapackage...

    #python #rasterio #sentinel2 #satelliteimagery #tak #atak

  6. Current project: Automatic pipeline for downloading and processing Sentinel 2 imagery. Once that works, automatic upload to a TAK server as datapackage...

    #python #rasterio #sentinel2 #satelliteimagery #tak #atak

  7. Current project: Automatic pipeline for downloading and processing Sentinel 2 imagery. Once that works, automatic upload to a TAK server as datapackage...

    #python #rasterio #sentinel2 #satelliteimagery #tak #atak

  8. 👀 Is anyone of you aware of a python solution for creating a bivariate map from a raster?

    #gischat #python #rasterio #geopandas

  9. 👀 Is anyone of you aware of a python solution for creating a bivariate map from a raster?

  10. 👀 Is anyone of you aware of a python solution for creating a bivariate map from a raster?

    #gischat #python #rasterio #geopandas

  11. 👀 Is anyone of you aware of a python solution for creating a bivariate map from a raster?

    #gischat #python #rasterio #geopandas

  12. 👀 Is anyone of you aware of a python solution for creating a bivariate map from a raster?

    #gischat #python #rasterio #geopandas

  13. Been working on bringing back an old Python project, to get OBJ files from GeoTIFFs using #RasterIo.

    Mostly for my own amusement, and to get back to doing some Python after a break.

    A panorama of #Edinburgh old town, camera is positioned above the spire of the Hub in LawnMarket.

    The odd dark spike to the south was the crane being used to build the Virgin Hotel in Cowgate, the DSM is from a couple of years back.

  14. Been working on bringing back an old Python project, to get OBJ files from GeoTIFFs using #RasterIo.

    Mostly for my own amusement, and to get back to doing some Python after a break.

    A panorama of #Edinburgh old town, camera is positioned above the spire of the Hub in LawnMarket.

    The odd dark spike to the south was the crane being used to build the Virgin Hotel in Cowgate, the DSM is from a couple of years back.

  15. Been working on bringing back an old Python project, to get OBJ files from GeoTIFFs using #RasterIo.

    Mostly for my own amusement, and to get back to doing some Python after a break.

    A panorama of #Edinburgh old town, camera is positioned above the spire of the Hub in LawnMarket.

    The odd dark spike to the south was the crane being used to build the Virgin Hotel in Cowgate, the DSM is from a couple of years back.

  16. Been working on bringing back an old Python project, to get OBJ files from GeoTIFFs using #RasterIo.

    Mostly for my own amusement, and to get back to doing some Python after a break.

    A panorama of #Edinburgh old town, camera is positioned above the spire of the Hub in LawnMarket.

    The odd dark spike to the south was the crane being used to build the Virgin Hotel in Cowgate, the DSM is from a couple of years back.

  17. Been working on bringing back an old Python project, to get OBJ files from GeoTIFFs using #RasterIo.

    Mostly for my own amusement, and to get back to doing some Python after a break.

    A panorama of #Edinburgh old town, camera is positioned above the spire of the Hub in LawnMarket.

    The odd dark spike to the south was the crane being used to build the Virgin Hotel in Cowgate, the DSM is from a couple of years back.

  18. I've been struggling with adding a colormap to a landcover raster. There is gdal.org/programs/gdalattachpc but apparently it isn't included in the GDAL that comes with QGIS or osgeo4win.

    I finally tried using #rasterio, and and am happy to report that it works like a charm! rasterio.readthedocs.io/en/sta

  19. I've been struggling with adding a colormap to a landcover raster. There is gdal.org/programs/gdalattachpc but apparently it isn't included in the GDAL that comes with QGIS or osgeo4win.

    I finally tried using #rasterio, and and am happy to report that it works like a charm! rasterio.readthedocs.io/en/sta

  20. I've been struggling with adding a colormap to a landcover raster. There is gdal.org/programs/gdalattachpc but apparently it isn't included in the GDAL that comes with QGIS or osgeo4win.

    I finally tried using #rasterio, and and am happy to report that it works like a charm! rasterio.readthedocs.io/en/sta

  21. I've been struggling with adding a colormap to a landcover raster. There is gdal.org/programs/gdalattachpc but apparently it isn't included in the GDAL that comes with QGIS or osgeo4win.

    I finally tried using #rasterio, and and am happy to report that it works like a charm! rasterio.readthedocs.io/en/sta

  22. I've been struggling with adding a colormap to a landcover raster. There is gdal.org/programs/gdalattachpc but apparently it isn't included in the GDAL that comes with QGIS or osgeo4win.

    I finally tried using #rasterio, and and am happy to report that it works like a charm! rasterio.readthedocs.io/en/sta

  23. I got to bed quite late yesterday because I was fixing some #Rasterio code of mine...

    And then I dreamt about the goddamn stuff...

    I think I'll need to make a "stop doing raster data" meme at some point!

    #coding #geodata

  24. I have been working on a set of hierarchical hexagonal European population projections based on @WorldPopProject using @qgis @geopandas and #rasterio

    #DataVisualization

  25. I have been working on a set of hierarchical hexagonal European population projections based on @WorldPopProject using @qgis @geopandas and

  26. I have been working on a set of hierarchical hexagonal European population projections based on @WorldPopProject using @qgis @geopandas and #rasterio

    #DataVisualization

  27. I have been working on a set of hierarchical hexagonal European population projections based on @WorldPopProject using @qgis @geopandas and #rasterio

    #DataVisualization

  28. I have been working on a set of hierarchical hexagonal European population projections based on @WorldPopProject using @qgis @geopandas and #rasterio

    #DataVisualization

  29. This is then a population density render using @qgis @geopandas and #rasterio 1km² #population data at an #European scale including a reasonable chunk of #EasternEurope

  30. This is then a population density render using @qgis @geopandas and 1km² data at an scale including a reasonable chunk of

  31. This is then a population density render using @qgis @geopandas and #rasterio 1km² #population data at an #European scale including a reasonable chunk of #EasternEurope

  32. This is then a population density render using @qgis @geopandas and #rasterio 1km² #population data at an #European scale including a reasonable chunk of #EasternEurope

  33. Just 😍

    I couldn't wait, so here's a work-in-progress #mosaic of #SwissTOPO aerial imagery. All thanks to #Python, #RasterIO, #GDAL, and a few late night coding sessions.

    I can't get over the quality of these images, especially that water. ✨

  34. Just 😍

    I couldn't wait, so here's a work-in-progress #mosaic of #SwissTOPO aerial imagery. All thanks to #Python, #RasterIO, #GDAL, and a few late night coding sessions.

    I can't get over the quality of these images, especially that water. ✨

  35. Just 😍

    I couldn't wait, so here's a work-in-progress of aerial imagery. All thanks to , , , and a few late night coding sessions.

    I can't get over the quality of these images, especially that water. ✨

  36. Just 😍

    I couldn't wait, so here's a work-in-progress #mosaic of #SwissTOPO aerial imagery. All thanks to #Python, #RasterIO, #GDAL, and a few late night coding sessions.

    I can't get over the quality of these images, especially that water. ✨

  37. Just 😍

    I couldn't wait, so here's a work-in-progress #mosaic of #SwissTOPO aerial imagery. All thanks to #Python, #RasterIO, #GDAL, and a few late night coding sessions.

    I can't get over the quality of these images, especially that water. ✨

  38. Has anyone in the maphive used #GDAL or #rasterio to sieve *a targeted value* in a #raster

    I'm having some success with these tools to weed out small polygons globally, but I'm actually aiming to affect one DN/class and not the others.

    gdal.org/programs/gdal_sieve.h

    #maps

  39. Has anyone in the maphive used #GDAL or #rasterio to sieve *a targeted value* in a #raster

    I'm having some success with these tools to weed out small polygons globally, but I'm actually aiming to affect one DN/class and not the others.

    gdal.org/programs/gdal_sieve.h

    #maps

  40. Has anyone in the maphive used #GDAL or #rasterio to sieve *a targeted value* in a #raster

    I'm having some success with these tools to weed out small polygons globally, but I'm actually aiming to affect one DN/class and not the others.

    gdal.org/programs/gdal_sieve.h

    #maps

  41. Has anyone in the maphive used #GDAL or #rasterio to sieve *a targeted value* in a #raster

    I'm having some success with these tools to weed out small polygons globally, but I'm actually aiming to affect one DN/class and not the others.

    gdal.org/programs/gdal_sieve.h

    #maps

  42. Has anyone in the maphive used #GDAL or #rasterio to sieve *a targeted value* in a #raster

    I'm having some success with these tools to weed out small polygons globally, but I'm actually aiming to affect one DN/class and not the others.

    gdal.org/programs/gdal_sieve.h

    #maps

  43. After fighting #GDAL, #RasterIO, and a million other tools for a couple evenings, I finally have a pipeline that can create unified Slippy #map tiles from a mix of #GeoTIFFs and other tiles, all across multiple projections!

    It feels like a huge win on the way to a scalable raster pipeline.

    I'm sure this is child's play for experienced raster data wranglers, but it feels so good for my first major success!

  44. After fighting #GDAL, #RasterIO, and a million other tools for a couple evenings, I finally have a pipeline that can create unified Slippy #map tiles from a mix of #GeoTIFFs and other tiles, all across multiple projections!

    It feels like a huge win on the way to a scalable raster pipeline.

    I'm sure this is child's play for experienced raster data wranglers, but it feels so good for my first major success!

  45. After fighting , , and a million other tools for a couple evenings, I finally have a pipeline that can create unified Slippy tiles from a mix of and other tiles, all across multiple projections!

    It feels like a huge win on the way to a scalable raster pipeline.

    I'm sure this is child's play for experienced raster data wranglers, but it feels so good for my first major success!

  46. After fighting #GDAL, #RasterIO, and a million other tools for a couple evenings, I finally have a pipeline that can create unified Slippy #map tiles from a mix of #GeoTIFFs and other tiles, all across multiple projections!

    It feels like a huge win on the way to a scalable raster pipeline.

    I'm sure this is child's play for experienced raster data wranglers, but it feels so good for my first major success!