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

Add support for downloading NASA Earth data #648

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Add support for downloading NASA Earth data #648

merged 2 commits into from
Dec 22, 2023

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Dec 22, 2023

This PR adds support for searching and downloading NASA Earth data with the earthaccess Python package, making it easier to visualize the footprints of the data products. Visualizing the imagery is coming soon.

@BriannaLind @betolink @mfisher87

Fix #620

results, gdf = leafmap.nasa_data_search(
    short_name='GEDI_L4A_AGB_Density_V2_1_2056',
    cloud_hosted=True,
    bounding_box=(-73.9872, -33.7683, -34.7299, 5.2444),
    temporal=("2020-07-01", "2020-07-31"),
    count=-1,   # use -1 to return all datasets
    return_gdf=True
)
gdf.explore()

image

Copy link

github-actions bot commented Dec 22, 2023

@github-actions github-actions bot temporarily deployed to pull request December 22, 2023 04:02 Inactive
@giswqs giswqs merged commit 71eb586 into master Dec 22, 2023
11 checks passed
@giswqs giswqs deleted the nasa branch December 22, 2023 04:06
@github-actions github-actions bot temporarily deployed to pull request December 22, 2023 04:36 Inactive
sthagen pushed a commit to sthagen/giswqs-leafmap that referenced this pull request Jul 10, 2024
* Add support for downloading NASA Earth data

* Add notebook to docs
kuzja111 pushed a commit to kuzja111/leafmap that referenced this pull request Jul 25, 2024
* Add support for downloading NASA Earth data

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

Successfully merging this pull request may close these issues.

Integrate the earthaccess Python package
1 participant