Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Simplistic conversion of earthengine JavaScript to Python syntax.
**Very** preliminary proof of concept for a package that enables easy conversion of
earth engine JavaScript examples to Python syntax.

Potentially [jiphy](https://github.com/timothycrosley/jiphy) is usful, although
Potentially [jiphy](https://github.com/timothycrosley/jiphy) is useful, although
it seems to be un-maintained.

So far RegEx is used to convert general JS syntax to Python equilvilent.
So far RegEx is used to convert general JS syntax to Python equivalent.

General Python frontmatter is added.

Expand Down