You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**A Python package for segmenting geospatial data with the Segment Anything Model (SAM)**
13
14
15
+
## Introduction
16
+
14
17
The **segment-geospatial** package draws its inspiration from [segment-anything-eo](https://github.com/aliaksandr960/segment-anything-eo) repository authored by [Aliaksandr Hancharenka](https://github.com/aliaksandr960). To facilitate the use of the Segment Anything Model (SAM) for geospatial data, I have developed the [segment-anything-py](https://github.com/opengeos/segment-anything) and [segment-geospatial](https://github.com/opengeos/segment-geospatial) Python packages, which are now available on PyPI and conda-forge. My primary objective is to simplify the process of leveraging SAM for geospatial data analysis by enabling users to achieve this with minimal coding effort. I have adapted the source code of segment-geospatial from the [segment-anything-eo](https://github.com/aliaksandr960/segment-anything-eo) repository, and credit for its original version goes to Aliaksandr Hancharenka.
15
18
16
19
- Free software: MIT license
17
20
- Documentation: <https://samgeo.gishub.org>
18
21
22
+
## Citations
23
+
24
+
- Qiusheng Wu, & Lucas Osco. (2023). samgeo: A Python package for segmenting geospatial data with the Segment Anything Model (SAM). Zenodo. <https://doi.org/10.5281/zenodo.7966658>
25
+
19
26
## Features
20
27
21
28
- Download map tiles from Tile Map Service (TMS) servers and create GeoTIFF files
@@ -49,6 +56,10 @@ The **segment-geospatial** package draws its inspiration from [segment-anything-
49
56
50
57

51
58
59
+
- Interactive segmentation with text prompts
60
+
61
+

62
+
52
63
## Tutorials
53
64
54
65
Video tutorials are available on my [YouTube Channel](https://youtube.com/@giswqs).
@@ -61,6 +72,10 @@ Video tutorials are available on my [YouTube Channel](https://youtube.com/@giswq
-**QGIS**: Check out the [Geometric Attributes plugin for QGIS](https://github.com/BjornNyberg/Geometric-Attributes-Toolbox/wiki/User-Guide#segment-anything-model). Credit goes to [Bjorn Nyberg](https://github.com/BjornNyberg).
**A Python package for segmenting geospatial data with the Segment Anything Model (SAM)** 🗺️
13
14
15
+
## Introduction
16
+
14
17
The **segment-geospatial** package draws its inspiration from [segment-anything-eo](https://github.com/aliaksandr960/segment-anything-eo) repository authored by [Aliaksandr Hancharenka](https://github.com/aliaksandr960). To facilitate the use of the Segment Anything Model (SAM) for geospatial data, I have developed the [segment-anything-py](https://github.com/opengeos/segment-anything) and [segment-geospatial](https://github.com/opengeos/segment-geospatial) Python packages, which are now available on PyPI and conda-forge. My primary objective is to simplify the process of leveraging SAM for geospatial data analysis by enabling users to achieve this with minimal coding effort. I have adapted the source code of segment-geospatial from the [segment-anything-eo](https://github.com/aliaksandr960/segment-anything-eo) repository, and credit for its original version goes to Aliaksandr Hancharenka.
15
18
16
19
- 🆓 Free software: MIT license
17
20
- 📖 Documentation: <https://samgeo.gishub.org>
18
21
22
+
## Citations
23
+
24
+
- Qiusheng Wu, & Lucas Osco. (2023). samgeo: A Python package for segmenting geospatial data with the Segment Anything Model (SAM). Zenodo. <https://doi.org/10.5281/zenodo.7966658>
25
+
19
26
## Features
20
27
21
28
- Download map tiles from Tile Map Service (TMS) servers and create GeoTIFF files
@@ -49,6 +56,10 @@ The **segment-geospatial** package draws its inspiration from [segment-anything-
49
56
50
57

51
58
59
+
- Interactive segmentation with text prompts
60
+
61
+

62
+
52
63
## Tutorials
53
64
54
65
Video tutorials are available on my [YouTube Channel](https://youtube.com/@giswqs).
@@ -61,6 +72,10 @@ Video tutorials are available on my [YouTube Channel](https://youtube.com/@giswq
-**QGIS**: Check out the [Geometric Attributes plugin for QGIS](https://github.com/BjornNyberg/Geometric-Attributes-Toolbox/wiki/User-Guide#segment-anything-model). Credit goes to [Bjorn Nyberg](https://github.com/BjornNyberg).
0 commit comments