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

Fix netcdf_to_ee bug #1973

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Fix netcdf_to_ee bug #1973

merged 1 commit into from
Apr 16, 2024

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented Apr 16, 2024

This PR fixes the netcdf_to_ee bug reported in #1945

Map = geemap.Map()
image = geemap.netcdf_to_ee(nc_file="test_wu.nc", var_names="temperature", decimal=3)
Map.addLayer(image, {"min": -20, "max": 25, "palette": "coolwarm", "opacity": 0.6}, "temperature")
Map.set_center(0, 0, 10)
Map

image

Copy link

@github-actions github-actions bot temporarily deployed to pull request April 16, 2024 17:36 Inactive
@giswqs giswqs merged commit 215048e into master Apr 16, 2024
15 checks passed
@giswqs giswqs deleted the netcdf branch April 16, 2024 17:40
naschmitz pushed a commit that referenced this pull request May 13, 2024
giswqs added a commit that referenced this pull request Aug 17, 2024
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.

1 participant