You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
59
-
60
-
`gdalinfo`
61
-
62
-
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
63
-
64
-
#### Option 1:
65
-
66
-
Starting from geeup v0.3.4 onwards:
67
-
68
-
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.
69
-
70
-
#### Option 2:
71
-
72
-
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.
73
-
74
-
```
75
-
pipwin refresh
76
-
pipwin install gdal
77
-
```
78
-
79
-
#### Option 3
80
-
81
-
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
82
-
83
-
Also for Ubuntu Linux I saw that this is necessary before the install
**geeup now only support Python v3.7 or higher from geeup version 0.5.6**
86
46
87
47
**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**
88
48
@@ -331,6 +291,9 @@ optional arguments:
331
291
332
292
# Changelog
333
293
294
+
### 0.5.6
295
+
- Removed dependency on GDAL
296
+
334
297
### 0.5.5
335
298
336
299
- Made sure table and image upload use the term associated tasks
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
18
-
19
-
```gdalinfo```
20
-
21
-
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
22
-
23
-
#### Option 1:
24
-
Starting from geeup v0.3.4 onwards:
25
-
26
-
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.
27
-
28
-
#### Option 2:
29
-
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.
30
-
31
-
```
32
-
pipwin refresh
33
-
pipwin install gdal
34
-
```
35
-
36
-
#### Option 3
37
-
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
38
-
39
-
Also for Ubuntu Linux I saw that this is necessary before the install
**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**
44
10
45
11
To install **geeup: Simple CLI for Earth Engine Uploads** you can install using two methods.
0 commit comments