Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gemgis #32

Merged
merged 3 commits into from
Jul 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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