Skip to content

Commit

Permalink
Removed gemgis (#32)
Browse files Browse the repository at this point in the history
* Remove gemgis

* Fix win error

* Removed cython
  • Loading branch information
giswqs committed Jul 9, 2023
1 parent d445031 commit 4e9673e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --no-cache-dir Cython
pip install -r requirements.txt
pip install .
pip install .
7 changes: 0 additions & 7 deletions docs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"cells": [
{
"cell_type": "markdown",
"id": "c84f12fa-0c16-4932-b54b-d9e49f2d3fcc",
"metadata": {},
"source": [
"# Welcome to geospatial\n",
Expand Down Expand Up @@ -41,9 +40,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ba39b6e5-cc41-420f-8bbb-58a3bd87bc12",
"metadata": {},
"source": [
"## Conda-forge recipe\n",
Expand All @@ -63,7 +60,6 @@
" - eomaps\n",
" - folium >=0.12.1\n",
" - geemap >=0.13.7\n",
" - gemgis\n",
" - geoalchemy2\n",
" - geocube\n",
" - geopandas >=0.10.2\n",
Expand Down Expand Up @@ -120,7 +116,6 @@
},
{
"cell_type": "markdown",
"id": "e8dfc9aa-d549-4efe-bb12-2b5daf2d5a2b",
"metadata": {},
"source": [
"## Suggestions for adding packages to geospatial\n",
Expand All @@ -136,7 +131,6 @@
},
{
"cell_type": "markdown",
"id": "0bd5c125-8f27-4089-9b17-6ee2453885b8",
"metadata": {},
"source": [
"## Installed packages\n",
Expand All @@ -147,7 +141,6 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "6f4d1018-f112-4b73-9242-ba2610a1b8bf",
"metadata": {},
"outputs": [
{
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ eoreader
folium>=0.12.1
fiona
geemap>=0.13.7
gemgis
# gemgis
geoalchemy2
geocube
geopandas
Expand Down

0 comments on commit 4e9673e

Please sign in to comment.