feat: GIS Coordinates to Human Readable label and Description.
name: GIS Coordinates to Human Readable label and Description.
about: In the current stage of the corpus sever platform, we have the Geo latitude and longitudes for each record submission. This features leverages this to the next level of obtaining the Human readable Geo location and Address (PINCODE, Name of the Place, Village/Town, Mandal, District, State and Country).
title: "[Feature]: "
labels: "feature"
assignees: ''
title: "feat(backend): "
🚀 Feature Request
Is your feature request related to a problem? Please describe.
In the current corpus server platform, we store geographical coordinates (latitude and longitude) for each record submission, but these raw coordinates are not meaningful to users. Users need to understand the human-readable location details (place name, village/town, district, state, country, PINCODE) to properly categorize, search, and analyze the data.
Describe the solution you'd like
I want the system to automatically convert the stored latitude and longitude coordinates into human-readable addresses with the following components: place name, PINCODE, village/town, mandal, district, state, and country. This should happen either during record creation/update or through a background job process. The solution should leverage geocoding APIs to perform the conversion accurately.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
📌 Follow semantic issue titling convention:<type>(<scope>): <description>(e.g.,feat(records): support video uploadsorfeat(auth): implement password reset).