Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search tool improvement #9

Closed
giswqs opened this issue Apr 24, 2020 · 1 comment
Closed

Search tool improvement #9

giswqs opened this issue Apr 24, 2020 · 1 comment

Comments

@giswqs
Copy link

giswqs commented Apr 24, 2020

The search tool is fantastic! It would be nicer if you can add another column to indicate whether each returned asset id is an Image, ImageCollection, or FeatureCollection.

samapriya added a commit that referenced this issue Apr 24, 2020
- Made enhancement [Issue 9](#9).
- Search tool now return earth engine asset snippet and start and end dates as JSON object.
- Removed pretty table dependency.
samapriya added a commit that referenced this issue Apr 24, 2020
- Made enhancement [Issue 9](#9).
- Search tool now return earth engine asset snippet and start and end dates as JSON object.
- Removed pretty table dependency.
@samapriya
Copy link
Owner

Made all the improvements the output is now a JSON object, with earthengine asset type as a snippet to directly copy-paste into code and will also return start and end dates. Closing since requested improvements were made in v0.4.1

    {
        "index": 8,
        "title": "MCD45A1.051 Burned Area Monthly Global 500m",
        "ee_id_snippet": "ee.ImageCollection('MODIS/051/MCD45A1')",
        "start_date": "2000-04-01",
        "end_date": "2020-04-20"
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants