diff --git a/README.md b/README.md index 1eecb8a..b242f68 100644 --- a/README.md +++ b/README.md @@ -42,47 +42,7 @@ This assumes that you have native python & pip installed in your system, you can `python` and then `pip list` -**geeup now only support Python v3.4 or higher from geeup version 0.3.3** - -**This command line tool is dependent on functionality from GDAL** -For installing GDAL in Ubuntu - -``` -sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt-get update -sudo apt-get install gdal-bin -sudo apt-get install python-gdal -``` - -## Windows Setup - -Shapely and a few other libraries are notoriously difficult to install on windows machines so follow the steps mentioned here **before installing porder**. You can download and install shapely and other libraries from the [Unofficial Wheel files from here](https://www.lfd.uci.edu/~gohlke/pythonlibs) download depending on the python version you have. **Do this only once you have install GDAL**. I would recommend the steps mentioned above to get the GDAL properly installed. However I am including instructions to using a precompiled version of GDAL similar to the other libraries on windows. You can test to see if you have gdal by simply running - -`gdalinfo` - -in your command prompt. If you get a read out and not an error message you are good to go. If you don't have gdal try Option 1,2 or 3 in that order and that will install gdal along with the other libraries - -#### Option 1: - -Starting from geeup v0.3.4 onwards: - -Simply run `geeup -h` after installation. This should go fetch the extra libraries you need and install them. Once installation is complete, the porder help page will show up. This should save you from the few steps below. - -#### Option 2: - -If this does not work or you get an unexpected error try the following commands. You can also use these commands if you simply want to update these libraries. - -``` -pipwin refresh -pipwin install gdal -``` - -#### Option 3 - -For Windows I also found this [guide](https://webcache.googleusercontent.com/search?q=cache:UZWc-pnCgwsJ:https://sandbox.idre.ucla.edu/sandbox/tutorials/installing-gdal-for-windows+&cd=4&hl=en&ct=clnk&gl=us) from UCLA - -Also for Ubuntu Linux I saw that this is necessary before the install - -`sudo apt install libcurl4-openssl-dev libssl-dev` +**geeup now only support Python v3.7 or higher from geeup version 0.5.6** **This also needs earthengine cli to be [installed and authenticated on your system](https://developers.google.com/earth-engine/python_install_manual) and earthengine to be callable in your command line or terminal** @@ -331,6 +291,9 @@ optional arguments: # Changelog +### 0.5.6 +- Removed dependency on GDAL + ### 0.5.5 - Made sure table and image upload use the term associated tasks diff --git a/docs/changelog.md b/docs/changelog.md index 153edd7..e25fc90 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,8 @@ # Changelog +### 0.5.6 +- Removed dependency on GDAL + ### 0.5.5 - Made sure table and image upload use the term associated tasks - geeup tasks now uses updateTime to prevent key error for RUNNING tasks diff --git a/docs/index.md b/docs/index.md index 0c16d2d..8f7ba6f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ This tool came of the simple need to handle batch uploads of both image assets t ![geeup_main](https://user-images.githubusercontent.com/6677629/147896906-5b421ba5-de0d-47de-bb88-e4a0edce6528.png) -If you find this tool useful, star and cite it as below to show your suppport +If you find this tool useful, star and cite it as below to show your support ``` Samapriya Roy. (2022). samapriya/geeup: geeup: Simple CLI for Earth Engine Uploads (0.5.4). diff --git a/docs/installation.md b/docs/installation.md index 04bf0fa..4eeeccd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -6,40 +6,6 @@ This assumes that you have native python & pip installed in your system, you can **geeup now only support Python v3.4 or higher from geeup version 0.3.3** -**This command line tool is dependent on functionality from GDAL** -For installing GDAL in Ubuntu -``` -sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt-get update -sudo apt-get install gdal-bin -sudo apt-get install python-gdal -``` -## Windows Setup -Shapely and a few other libraries are notoriously difficult to install on windows machines so follow the steps mentioned here **before installing porder**. You can download and install shapely and other libraries from the [Unofficial Wheel files from here](https://www.lfd.uci.edu/~gohlke/pythonlibs) download depending on the python version you have. **Do this only once you have install GDAL**. I would recommend the steps mentioned above to get the GDAL properly installed. However I am including instructions to using a precompiled version of GDAL similar to the other libraries on windows. You can test to see if you have gdal by simply running - -```gdalinfo``` - -in your command prompt. If you get a read out and not an error message you are good to go. If you don't have gdal try Option 1,2 or 3 in that order and that will install gdal along with the other libraries - -#### Option 1: -Starting from geeup v0.3.4 onwards: - -Simply run ```geeup -h``` after installation. This should go fetch the extra libraries you need and install them. Once installation is complete, the porder help page will show up. This should save you from the few steps below. - -#### Option 2: -If this does not work or you get an unexpected error try the following commands. You can also use these commands if you simply want to update these libraries. - -``` -pipwin refresh -pipwin install gdal -``` - -#### Option 3 -For Windows I also found this [guide](https://webcache.googleusercontent.com/search?q=cache:UZWc-pnCgwsJ:https://sandbox.idre.ucla.edu/sandbox/tutorials/installing-gdal-for-windows+&cd=4&hl=en&ct=clnk&gl=us) from UCLA - -Also for Ubuntu Linux I saw that this is necessary before the install - -```sudo apt install libcurl4-openssl-dev libssl-dev``` - **This also needs earthengine cli to be [installed and authenticated on your system](https://developers.google.com/earth-engine/python_install_manual) and earthengine to be callable in your command line or terminal** To install **geeup: Simple CLI for Earth Engine Uploads** you can install using two methods.