https://github.com/samapriya/hacktober2018
Places, Planet and Earth Engine: Hacktober2018
https://github.com/samapriya/hacktober2018
Last synced: about 2 months ago
JSON representation
Places, Planet and Earth Engine: Hacktober2018
- Host: GitHub
- URL: https://github.com/samapriya/hacktober2018
- Owner: samapriya
- License: apache-2.0
- Created: 2018-10-16T02:41:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T14:14:30.000Z (over 6 years ago)
- Last Synced: 2025-03-28T13:46:32.670Z (2 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Places, Planet and Earth Engine: Hacktober2018
Building some hack month projects October 2018. Read the [medium article here](https://medium.com/@samapriyaroy/places-planet-earth-engine-hacktober-2018-99f96101e7bf) and my other [medium posts here](https://medium.com/@samapriyaroy)```
usage: place2planet [-h]
{planetkey,eeinit,refresh,search,footprint,intersect}
...Hacktober 2018 Place to Planet & EE CLI
positional arguments:
{planetkey,eeinit,refresh,search,footprint,intersect}
planetkey Setting up planet API Key
eeinit Initialize Google Earth Engine
refresh Refreshes your personal asset list and GEE Asset list
search Search for a place and export as a GeoJSON
footprint Use a place search to find assets and export footprint
as GeoJSON
intersect Use a place search to find assets and export assets
from Earth Engine that intersect as CSV reportoptional arguments:
-h, --help show this help message and exit
```