Anyone created a interactive map on google alpha earth data? #1168
-
|
I was excited to try https://www.linkedin.com/posts/kylebarrongeo_native-cloud-optimized-geotiff-support-in-activity-7445513650326614017-xAR0 on google alpha earth. This data is non-trivial as it has 64 bands. Sadly you'll need a GCP project to test it I couldn't get any data to show up in the Map. I tried one band as gray scale and another as psudeo RGB (https://developers.google.com/earth-engine/tutorials/community/satellite-embedding-01-introduction#visualize_the_satellite_embedding_dataset). Note: I am running on google colab which may affect displaying of the map. Curious if anyone has got this to work |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The problem isn't that the data has 64 bands; the problem is that this data was exported to COG incorrectly and the data is "flipped". I.e. the origin is in the bottom left instead of the (usual) top left. developmentseed/deck.gl-raster#261 I tested this on the JS side but it still wasn't rendering correctly. I think it might be easier to render this from the AEF GeoZarr store, which hopefully will connect to Lonboard in a month or so |
Beta Was this translation helpful? Give feedback.
The problem isn't that the data has 64 bands; the problem is that this data was exported to COG incorrectly and the data is "flipped". I.e. the origin is in the bottom left instead of the (usual) top left.
developmentseed/deck.gl-raster#261
developmentseed/deck.gl-raster#321
I tested this on the JS side but it still wasn't rendering correctly.
I think it might be easier to render this from the AEF GeoZarr store, which hopefully will connect to Lonboard in a month or so