Thakarpada (census code 551539)

Thakarpada is a village in the Palghar district of Maharashtra, India. It is located in the Talasari taluka.[1] It lies close to the National Highway 8; the nearest railway station is in Sanjan, Gujarat.

Thakarpada
village
Thakarpada
Location in Maharashtra, India
Thakarpada
Thakarpada (India)
Coordinates: 20.1931264°N 72.8648404°E / 20.1931264; 72.8648404
CountryIndia
StateMaharashtra
DistrictPalghar
TalukaTalasari
Elevation
32 m (105 ft)
Population
 (2011)
  Total1,278
Time zoneUTC+5:30 (IST)
2011 census code551539

Demographics

According to the 2011 census of India, Thakarpada has 218 households. The effective literacy rate (i.e. the literacy rate of population excluding children aged 6 and below) is 55.85%.[2]

Demographics (2011 Census)[2]
TotalMaleFemale
Population1278620658
Children aged below 6 years227108119
Scheduled caste110
Scheduled tribe1275618657
Literates587364223
Workers (all)541335206
Main workers (total)17715225
Main workers: Cultivators24213
Main workers: Agricultural labourers66633
Main workers: Household industry workers532
Main workers: Other826517
Marginal workers (total)364183181
Marginal workers: Cultivators254127127
Marginal workers: Agricultural labourers1147
Marginal workers: Household industry workers835
Marginal workers: Others914942
Non-workers737285452
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.
gollark: I did *almost* that.

References

  1. "Maharashtra villages" (PDF). Land Records Information Systems Division, NIC. Archived from the original (PDF) on 4 March 2016. Retrieved 17 August 2015.
  2. "District census data". 2011 Census of India. Directorate of Census Operations. Retrieved 17 August 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.