Geospatial Workshop | Spring Boot Hibernate-Spatial PostGIS and GeoJSON Tutorial

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • A sample Spring Boot application development with PostgreSql DB with PostGIS extension, hibernate-spatial and Locationtech JTS (JTS Topology Suite) technologies used.
    This tutorial is beneficial for you to understand basic geospatial software development.
    Outline
    -How to start geospatial Spring Boot application project
    -Save JTS geometry objects to PostgreSQL with PostGIS
    -Convert JTS geometries to GeoJSON via ultimate-geojson lib
    -Custom JSON serializer / deserializer for JTS Geometry to GeoJSON conversion and vice versa. And Why do we need them?
    -How to perform geospatial queries (intersects & distance)
    ultimate-geojson library repo
    github.com/mok...
    / murat_dev01

Комментарии • 6

  • @mugambi07
    @mugambi07 11 месяцев назад

    Thanks a lot. Wonderful tutorial.

  • @kenskyschulz1979
    @kenskyschulz1979 11 месяцев назад

    Thanks for the tutorial. I cannot find the code of this project on your github, please can you upload there?

    • @muratoksuzer
      @muratoksuzer  11 месяцев назад

      I didn't upload it on purpose, because learning will be more consistent when doing coding by yourself.

  • @Leib16
    @Leib16 7 месяцев назад

    Gracias, me fue de mucha utilidad

  • @josevictorhipolitojarabarr36
    @josevictorhipolitojarabarr36 Год назад

    gracias, por el aporte