Skip to content

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

@github-actions
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
@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.

2 participants