Hi,
I have GPS points and require a geohash field. I was hoping I could avoid having to generate and insert them into the DB (aws lambda function) and instead use the value mongoDB generates when creating the 2d index. I am thinking this is probably impossible to do but thought I would ask anyway. Essentially I want to be able to get the geohash the same way I can get the _id for a document.