SShortSingh.
Back to feed

Open-Source Tool India Village Finder Maps 78,000+ Rural Villages Across South India

0
·1 views

Village Finder is a newly launched open-source mapping application that organizes and visualizes geographical data for over 78,000 villages across Andhra Pradesh, Telangana, Karnataka, and Tamil Nadu. The platform allows users to search villages by name, region, or PIN code, and provides real-time APMC commodity market prices sourced from the Indian government's Agmarknet feed. It also offers hyper-local agricultural insights including 7-day weather forecasts, groundwater data, and soil profiles to support farming decisions. Users can locate nearby civic infrastructure such as hospitals, police stations, and post offices via OpenStreetMap integration, and access cadastral land record layers linked to official state portals. The application is released under the MIT License for its code and the Government Open Data License for its data assets, with plans to expand coverage to additional Indian states.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How Village Finder Tracks 78,000 Indian Villages Using a Zero-Cost GitOps Pipeline

Village Finder, an open-source mapping application covering over 78,000 Indian villages, land records, and live market rates, was built without any paid cloud infrastructure by applying GitOps and DataOps principles. Instead of using traditional databases or hosted APIs, the project treats geographic data like source code, storing it as flat JSON and CSV files directly in a Git repository. A daily GitHub Actions pipeline monitors India's Local Government Directory for changes and automatically generates version-controlled Pull Requests with markdown changelogs, creating an immutable audit trail of all data mutations. Volatile data such as daily commodity prices is handled separately via force-pushed, history-less Git branches to prevent repository bloat. The browser frontend fetches data directly from GitHub's raw file delivery network, resulting in a high-availability pipeline with no server management and an operational cost of zero dollars.

0
ProgrammingDEV Community ·

PrimeNG Goes Commercial; OpenNG Forks It and A2UI Brings AI-Driven Angular UI

PrimeNG, a widely used UI component library for Angular, React, and Vue, has announced that future major versions will no longer be open source, with a new commercial license priced at USD 599 per developer under the PrimeUI brand. A free Community license will remain available for individuals, students, non-profits, and small organisations, though it excludes premium Pro components. In response, the open-source stewardship group OpenNG archived the original GitHub repository on June 28, 2026, and created a community fork — currently called open-prime — with plans to release a beta supporting Angular 22. Separately, Angular team member Devin Chasanoff published guidance on using A2UI, a protocol that allows AI models to dynamically generate and control UI components over HTTP, WebSocket, or Server-Sent Events. Angular developers may also soon benefit from transactional router resource behaviour, as a new internal PR aims to freeze a resource's state during navigation to prevent flickering caused by cancelled route transitions.

0
ProgrammingDEV Community ·

India Village Finder adds farmer welfare schemes and fertilizer price data for four states

India Village Finder, an open-source multilingual platform mapping over 78,000 villages across Andhra Pradesh, Telangana, Karnataka, and Tamil Nadu, has released a major update. The platform now helps farmers identify eligible Central and State welfare schemes in agriculture and rural sectors, with scheme names translated into six languages including Telugu, Tamil, Hindi, and Urdu. Each listed scheme links directly to its official application portal on the national myScheme platform, with data refreshed weekly via an automated pipeline. The update also surfaces government-notified fertilizer benchmark prices, including urea MRP and DAP reference rates, alongside links to official stock-tracking and Soil Health Card registries. All underlying code and datasets are publicly available under open licenses, and the project welcomes community contributions to expand state-level coverage.