Skip to content

Commit a249ca1

Browse files
committed
Updated README
1 parent 8d1657e commit a249ca1

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

.github/workflows/macos.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.config.py }}
28-
- name: Install GDAL
29-
run: |
30-
python -m pip install --upgrade pip
31-
pip install --no-cache-dir Cython
32-
pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
33-
- name: Test GDAL installation
34-
run: |
35-
python -c "from osgeo import gdal"
36-
gdalinfo --version
28+
# - name: Install GDAL
29+
# run: |
30+
# python -m pip install --upgrade pip
31+
# pip install --no-cache-dir Cython
32+
# pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
33+
# - name: Test GDAL installation
34+
# run: |
35+
# python -c "from osgeo import gdal"
36+
# gdalinfo --version
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88

9-
name: build
9+
name: Linux build
1010
jobs:
1111
py-check:
1212
runs-on: ${{ matrix.config.os }}
@@ -15,8 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
config:
18-
- { os: windows-latest, py: "3.10" }
19-
- { os: macOS-latest, py: "3.10" }
2018
- { os: ubuntu-latest, py: "3.8" }
2119
- { os: ubuntu-latest, py: "3.9" }
2220
- { os: ubuntu-latest, py: "3.10" }

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# segment-geospatial 🗺️
1+
# segment-geospatial
22

33
[![image](https://img.shields.io/pypi/v/segment-geospatial.svg)](https://pypi.python.org/pypi/segment-geospatial)
44
[![image](https://img.shields.io/conda/vn/conda-forge/segment-geospatial.svg)](https://anaconda.org/conda-forge/segment-geospatial)
@@ -7,17 +7,17 @@
77

88
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.
99

10-
- 🆓 Free software: MIT license
11-
- 📖 Documentation: https://samgeo.gishub.org
10+
- Free software: MIT license
11+
- Documentation: https://samgeo.gishub.org
1212

1313
## Features
1414

15-
- 📝 TODO
15+
- TODO
1616

1717
## Acknowledgements
1818

1919
This package was made possible by the following open source projects. Credit goes to the developers of these projects.
2020

21-
- [segment-anything](https://github.com/facebookresearch/segment-anything) 💻
22-
- [segment-anything-eo](https://github.com/aliaksandr960/segment-anything-eo) 🛰️
23-
- [tms2geotiff](https://github.com/gumblex/tms2geotiff) 📷
21+
- [segment-anything](https://github.com/facebookresearch/segment-anything)
22+
- [segment-anything-eo](https://github.com/aliaksandr960/segment-anything-eo)
23+
- [tms2geotiff](https://github.com/gumblex/tms2geotiff)

0 commit comments

Comments
 (0)