From 4e9673e7b30904f3db8f8aaaff0adba3d7380089 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sat, 8 Jul 2023 20:55:34 -0400 Subject: [PATCH] Removed gemgis (#32) * Remove gemgis * Fix win error * Removed cython --- .github/workflows/windows.yml | 3 +-- docs/index.ipynb | 7 ------- requirements.txt | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index dbcac27..a573b01 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 . \ No newline at end of file + pip install . diff --git a/docs/index.ipynb b/docs/index.ipynb index 0d2a4c4..ed98798 100644 --- a/docs/index.ipynb +++ b/docs/index.ipynb @@ -2,7 +2,6 @@ "cells": [ { "cell_type": "markdown", - "id": "c84f12fa-0c16-4932-b54b-d9e49f2d3fcc", "metadata": {}, "source": [ "# Welcome to geospatial\n", @@ -41,9 +40,7 @@ ] }, { - "attachments": {}, "cell_type": "markdown", - "id": "ba39b6e5-cc41-420f-8bbb-58a3bd87bc12", "metadata": {}, "source": [ "## Conda-forge recipe\n", @@ -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", @@ -120,7 +116,6 @@ }, { "cell_type": "markdown", - "id": "e8dfc9aa-d549-4efe-bb12-2b5daf2d5a2b", "metadata": {}, "source": [ "## Suggestions for adding packages to geospatial\n", @@ -136,7 +131,6 @@ }, { "cell_type": "markdown", - "id": "0bd5c125-8f27-4089-9b17-6ee2453885b8", "metadata": {}, "source": [ "## Installed packages\n", @@ -147,7 +141,6 @@ { "cell_type": "code", "execution_count": 1, - "id": "6f4d1018-f112-4b73-9242-ba2610a1b8bf", "metadata": {}, "outputs": [ { diff --git a/requirements.txt b/requirements.txt index 209f91e..3fd997c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ eoreader folium>=0.12.1 fiona geemap>=0.13.7 -gemgis +# gemgis geoalchemy2 geocube geopandas