locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
240 stars 46 forks source link

Add ability to extract value at given map coordinates #486

Open metasim opened 4 years ago

metasim commented 4 years ago

Context:

https://gitter.im/locationtech/rasterframes?at=5eab3de75cd4fe50a3e0910c

Workaround:

https://gist.github.com/metasim/8b692afc8ee5da515f14f0c9e16ffd73

BKDaugherty commented 1 year ago

Hey @metasim! Is this something you still think should be added to rasterframes? I found myself wanting today to do something similar to what the user in the linked context was hoping to do, and am curious if the status of this has changed at all since then.

metasim commented 1 year ago

@BKDaugherty Yes, I think it should be a core capability :). PRs welcome!