Inquiry Regarding GeoAI Backend Integration for Web Application #81
-
Hello I'm exploring the possibility of using GeoAI as a backend processing engine for a web application. I'd like to use features like "Segment Anything" to process geospatial data on the server-side. Essentially, I need to know if we can: Send geospatial data to GeoAI from our backend. Thanks Viet Anh |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For using the Segment Anything Model, check out the samgeo package: https://samgeo.gishub.org Eventually, the geoai package will integrate the samgeo functionality, but it may take some time. You can certainly use samgeo or geoai as a backend to process geospatial data and generate raster or vector datasets to be displayed on the front end. For rendering raster data, you can try TiTiler. Leafmap also provides a variety of options for visualizating geospatial data. |
Beta Was this translation helpful? Give feedback.
For using the Segment Anything Model, check out the samgeo package: https://samgeo.gishub.org
Eventually, the geoai package will integrate the samgeo functionality, but it may take some time.
You can certainly use samgeo or geoai as a backend to process geospatial data and generate raster or vector datasets to be displayed on the front end.
For rendering raster data, you can try TiTiler.
Leafmap also provides a variety of options for visualizating geospatial data.