diff --git a/.astro/data-store.json b/.astro/data-store.json new file mode 100644 index 00000000..0355c425 --- /dev/null +++ b/.astro/data-store.json @@ -0,0 +1 @@ +[["Map",1,2,9,10,143,144],"meta::meta",["Map",3,4,5,6,7,8],"astro-version","5.1.1","content-config-digest","c99c64318e4c756c","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"site\":\"https://parixan.xyz\",\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"server\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":1},\"server\":{\"open\":false,\"host\":false,\"port\":4321,\"streaming\":true},\"redirects\":{},\"prefetch\":true,\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":false},\"markdown\":{\"syntaxHighlight\":\"shiki\",\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"responsiveImages\":false,\"svg\":{\"mode\":\"inline\"}},\"legacy\":{\"collections\":false}}","blogs",["Map",11,12,96,97],"technology-used",{"id":11,"data":13,"body":20,"filePath":21,"digest":22,"rendered":23},{"title":14,"publishDate":15,"tags":16,"draft":18,"description":19},"The tech stack that we preferred",["Date","2024-12-23T18:30:00.000Z"],[17],"rz",false,"The tech stack that we work with and why we choose it ? ","## **Project Technology Stack Documentation**\n\n## **Frontend**\n\n### **Astro.js**\n\n- **Purpose**: Utilized as the core frontend framework for building the project.\n- **Features**:\n - File-based routing.\n - Supports server-side rendering (SSR) and static site generation (SSG).\n - Integrates seamlessly with other frameworks like React.\n\n### **React**\n\n- **Purpose**: Used for creating interactive and dynamic components within the Astro.js framework.\n- **Features**:\n - Component-based architecture.\n - State management and lifecycle methods.\n\n### **Styling**\n\n#### **Tailwind CSS**\n\n- **Purpose**: A utility-first CSS framework used for styling.\n- **Features**:\n - Rapid prototyping with predefined classes.\n - Highly customizable via a configuration file.\n\n### **Component Library**\n\n#### **shadcn/ui**\n\n- **Purpose**: A pre-built React-based component library for faster UI development.\n- **Features**:\n - Offers accessible and customizable components.\n - Works seamlessly with Tailwind CSS.\n\n### **Icons**\n\n- **Purpose**: Used for visual enhancements and icons across the application.\n- **Libraries**:\n - **Astro Icons**: Icon library designed for use in Astro.js.\n - **React Icons**: A collection of popular icon libraries for React.\n - **Lucide Icons**: Modern, consistent, and open-source icon library.\n\n### **State Management**\n\n#### **Zustand**\n\n- **Purpose**: Lightweight state management library for handling global state in the frontend.\n- **Features**:\n - Minimal boilerplate.\n - Simple and scalable API for managing state.\n\n### **Data Validation**\n\n#### **Zod**\n\n- **Purpose**: Schema-based data validation library.\n- **Features**:\n - Runtime validation for form data and API responses.\n - TypeScript integration for type safety.\n\n---\n\n## **Backend**\n\n### **Node.js**\n\n- **Purpose**: Backend runtime environment.\n- **Features**:\n - Non-blocking, event-driven architecture for handling asynchronous operations.\n - Large ecosystem of libraries and tools.\n\n### **Hono.js Framework**\n\n- **Purpose**: Lightweight, high-performance framework for building backend APIs.\n- **Features**:\n - Minimalistic API design.\n - Excellent for creating RESTful services.\n\n---\n\n## **Database**\n\n### **MongoDB**\n\n- **Purpose**: NoSQL database used for storing application data.\n- **Features**:\n - Document-oriented storage.\n - Scalable and flexible schema design.\n\n### **Mongoose**\n\n- **Purpose**: Object Relational Mapping (ORM) library for MongoDB.\n- **Features**:\n - Simplifies data modeling and validation.\n - Provides built-in schema and middleware support.\n\n---\n\n## **Other Tools**\n\n### **Code Formatting & Linting**\n\n- **Prettier**: For consistent code formatting.\n- **ESLint**: For identifying and fixing coding errors.","src/content/blog/technology-used.md","aabc9237546da961",{"html":24,"metadata":25},"\u003Ch2 id=\"project-technology-stack-documentation\">\u003Cstrong>Project Technology Stack Documentation\u003C/strong>\u003C/h2>\n\u003Ch2 id=\"frontend\">\u003Cstrong>Frontend\u003C/strong>\u003C/h2>\n\u003Ch3 id=\"astrojs\">\u003Cstrong>Astro.js\u003C/strong>\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: Utilized as the core frontend framework for building the project.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>File-based routing.\u003C/li>\n\u003Cli>Supports server-side rendering (SSR) and static site generation (SSG).\u003C/li>\n\u003Cli>Integrates seamlessly with other frameworks like React.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"react\">\u003Cstrong>React\u003C/strong>\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: Used for creating interactive and dynamic components within the Astro.js framework.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>Component-based architecture.\u003C/li>\n\u003Cli>State management and lifecycle methods.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"styling\">\u003Cstrong>Styling\u003C/strong>\u003C/h3>\n\u003Ch4 id=\"tailwind-css\">\u003Cstrong>Tailwind CSS\u003C/strong>\u003C/h4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: A utility-first CSS framework used for styling.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>Rapid prototyping with predefined classes.\u003C/li>\n\u003Cli>Highly customizable via a configuration file.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"component-library\">\u003Cstrong>Component Library\u003C/strong>\u003C/h3>\n\u003Ch4 id=\"shadcnui\">\u003Cstrong>shadcn/ui\u003C/strong>\u003C/h4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: A pre-built React-based component library for faster UI development.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>Offers accessible and customizable components.\u003C/li>\n\u003Cli>Works seamlessly with Tailwind CSS.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"icons\">\u003Cstrong>Icons\u003C/strong>\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: Used for visual enhancements and icons across the application.\u003C/li>\n\u003Cli>\u003Cstrong>Libraries\u003C/strong>:\n\u003Cul>\n\u003Cli>\u003Cstrong>Astro Icons\u003C/strong>: Icon library designed for use in Astro.js.\u003C/li>\n\u003Cli>\u003Cstrong>React Icons\u003C/strong>: A collection of popular icon libraries for React.\u003C/li>\n\u003Cli>\u003Cstrong>Lucide Icons\u003C/strong>: Modern, consistent, and open-source icon library.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"state-management\">\u003Cstrong>State Management\u003C/strong>\u003C/h3>\n\u003Ch4 id=\"zustand\">\u003Cstrong>Zustand\u003C/strong>\u003C/h4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: Lightweight state management library for handling global state in the frontend.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>Minimal boilerplate.\u003C/li>\n\u003Cli>Simple and scalable API for managing state.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"data-validation\">\u003Cstrong>Data Validation\u003C/strong>\u003C/h3>\n\u003Ch4 id=\"zod\">\u003Cstrong>Zod\u003C/strong>\u003C/h4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: Schema-based data validation library.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>Runtime validation for form data and API responses.\u003C/li>\n\u003Cli>TypeScript integration for type safety.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"backend\">\u003Cstrong>Backend\u003C/strong>\u003C/h2>\n\u003Ch3 id=\"nodejs\">\u003Cstrong>Node.js\u003C/strong>\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: Backend runtime environment.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>Non-blocking, event-driven architecture for handling asynchronous operations.\u003C/li>\n\u003Cli>Large ecosystem of libraries and tools.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"honojs-framework\">\u003Cstrong>Hono.js Framework\u003C/strong>\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: Lightweight, high-performance framework for building backend APIs.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>Minimalistic API design.\u003C/li>\n\u003Cli>Excellent for creating RESTful services.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"database\">\u003Cstrong>Database\u003C/strong>\u003C/h2>\n\u003Ch3 id=\"mongodb\">\u003Cstrong>MongoDB\u003C/strong>\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: NoSQL database used for storing application data.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>Document-oriented storage.\u003C/li>\n\u003Cli>Scalable and flexible schema design.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"mongoose\">\u003Cstrong>Mongoose\u003C/strong>\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Purpose\u003C/strong>: Object Relational Mapping (ORM) library for MongoDB.\u003C/li>\n\u003Cli>\u003Cstrong>Features\u003C/strong>:\n\u003Cul>\n\u003Cli>Simplifies data modeling and validation.\u003C/li>\n\u003Cli>Provides built-in schema and middleware support.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"other-tools\">\u003Cstrong>Other Tools\u003C/strong>\u003C/h2>\n\u003Ch3 id=\"code-formatting--linting\">\u003Cstrong>Code Formatting & Linting\u003C/strong>\u003C/h3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Prettier\u003C/strong>: For consistent code formatting.\u003C/li>\n\u003Cli>\u003Cstrong>ESLint\u003C/strong>: For identifying and fixing coding errors.\u003C/li>\n\u003C/ul>",{"headings":26,"imagePaths":93,"frontmatter":94},[27,31,34,38,41,44,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90],{"depth":28,"slug":29,"text":30},2,"project-technology-stack-documentation","Project Technology Stack Documentation",{"depth":28,"slug":32,"text":33},"frontend","Frontend",{"depth":35,"slug":36,"text":37},3,"astrojs","Astro.js",{"depth":35,"slug":39,"text":40},"react","React",{"depth":35,"slug":42,"text":43},"styling","Styling",{"depth":45,"slug":46,"text":47},4,"tailwind-css","Tailwind CSS",{"depth":35,"slug":49,"text":50},"component-library","Component Library",{"depth":45,"slug":52,"text":53},"shadcnui","shadcn/ui",{"depth":35,"slug":55,"text":56},"icons","Icons",{"depth":35,"slug":58,"text":59},"state-management","State Management",{"depth":45,"slug":61,"text":62},"zustand","Zustand",{"depth":35,"slug":64,"text":65},"data-validation","Data Validation",{"depth":45,"slug":67,"text":68},"zod","Zod",{"depth":28,"slug":70,"text":71},"backend","Backend",{"depth":35,"slug":73,"text":74},"nodejs","Node.js",{"depth":35,"slug":76,"text":77},"honojs-framework","Hono.js Framework",{"depth":28,"slug":79,"text":80},"database","Database",{"depth":35,"slug":82,"text":83},"mongodb","MongoDB",{"depth":35,"slug":85,"text":86},"mongoose","Mongoose",{"depth":28,"slug":88,"text":89},"other-tools","Other Tools",{"depth":35,"slug":91,"text":92},"code-formatting--linting","Code Formatting & Linting",[],{"title":14,"description":19,"publishDate":95},"24 December 2024","style-guide",{"id":96,"data":98,"body":103,"filePath":104,"digest":105,"rendered":106},{"title":99,"publishDate":100,"tags":101,"draft":18,"description":102},"The style guide the must know to start the code",["Date","2024-12-25T18:30:00.000Z"],[17],"The full guid on file structure , css naming convention , tailwind usage and , css classes naming convention . ","## Style Guide Documentation\n\nThis document outlines the style guide we follow to maintain consistency and readability in our codebase. These principles apply to both CSS and JavaScript/TypeScript components.\n\n---\n\n## **1. File Structure**\n\n- Use a clear and consistent folder structure.\n- Place CSS files for components inside the `assets/styles` folder, named according to the component (e.g., `result-products.css` for `ResultProducts` component).\n- Keep reusable styles in a `globals.css` file.\n\n---\n\n## **2. CSS Naming Convention**\n\n- Use `kebab-case` for CSS class names.\n - Example: `card__image`, `container__card`\n- For component-specific styles, use the format: \n `componentName__element` (e.g., `card__image` for an image in the `Card` component).\n- Use utility classes from Tailwind CSS wherever possible for common properties (e.g., margins, padding, colors).\n\n---\n\n## **3. Tailwind CSS Usage**\n\n- **Use Tailwind utilities for common tasks** like spacing, typography, and colors:\n\n - Example:\n\n ```html\n \u003Cdiv class=\"rounded-lg bg-white p-4 text-gray-800\">\u003C/div>\n ```\n\n- **Avoid redundancy:** Don't add CSS rules for properties already provided by Tailwind classes.\n- Create custom styles only when:\n - Tailwind utilities cannot achieve the desired layout or behavior.\n - Styles are specific to a particular component.\n\n---\n\n## **4. Component-Specific CSS**\n\n- For each React component, create a corresponding CSS file if it requires custom styles.\n- **CSS file naming**: Use the same name as the component, in lowercase and hyphen-separated.\n - Example:\n - Component: `ResultProducts.tsx`\n - CSS File: `result-products.css`\n- Limit the use of global styles to prevent style conflicts.\n\n---\n\n## **5. Naming Variables & Functions**\n\n- Use `camelCase` for variables, functions, and methods.\n - Example: `filterItemsByRating`, `sortItems`\n- Use `PascalCase` for React components and TypeScript interfaces/types.\n - Example: `ResultProducts`, `ProductProps`\n- Use `UPPER_SNAKE_CASE` for constants.\n - Example: `BASE_IMAGE_PATH`\n\n---\n\n## **7. JSX Structure**\n\n- **Keep JSX clean and readable:**\n - Use meaningful class names.\n - Avoid inline styles unless absolutely necessary.\n- Wrap component logic (e.g., filtering, sorting) in separate functions for clarity.\n\n### **12. Example: Component and CSS Pair**\n\n#### React Component (`ResultProducts.tsx`)\n\n```tsx\n\u003Cdiv className=\"container__card\">\n \u003CCardBase className=\"card__base\">\n \u003Cimg className=\"card__image\" src={imageSrc} alt=\"Product Image\" />\n \u003CCardContent>\n \u003CCardTitle className=\"card__content\">Product Name\u003C/CardTitle>\n \u003C/CardContent>\n \u003C/CardBase>\n\u003C/div>\n```\n\n#### CSS File (`result-products.css`)\n\n```css\n.container__card {\n @apply rounded-lg border bg-white p-4 shadow-md;\n}\n\n.card__base {\n @apply flex flex-col items-center;\n}\n\n.card__image {\n @apply h-40 w-full rounded-md object-cover;\n}\n\n.card__content {\n @apply text-lg font-semibold text-gray-800;\n}\n```","src/content/blog/style-guide.md","0439145f24bd2cb6",{"html":107,"metadata":108},"\u003Ch2 id=\"style-guide-documentation\">Style Guide Documentation\u003C/h2>\n\u003Cp>This document outlines the style guide we follow to maintain consistency and readability in our codebase. These principles apply to both CSS and JavaScript/TypeScript components.\u003C/p>\n\u003Chr>\n\u003Ch2 id=\"1-file-structure\">\u003Cstrong>1. File Structure\u003C/strong>\u003C/h2>\n\u003Cul>\n\u003Cli>Use a clear and consistent folder structure.\u003C/li>\n\u003Cli>Place CSS files for components inside the \u003Ccode>assets/styles\u003C/code> folder, named according to the component (e.g., \u003Ccode>result-products.css\u003C/code> for \u003Ccode>ResultProducts\u003C/code> component).\u003C/li>\n\u003Cli>Keep reusable styles in a \u003Ccode>globals.css\u003C/code> file.\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"2-css-naming-convention\">\u003Cstrong>2. CSS Naming Convention\u003C/strong>\u003C/h2>\n\u003Cul>\n\u003Cli>Use \u003Ccode>kebab-case\u003C/code> for CSS class names.\n\u003Cul>\n\u003Cli>Example: \u003Ccode>card__image\u003C/code>, \u003Ccode>container__card\u003C/code>\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003Cli>For component-specific styles, use the format:\u003Cbr>\n\u003Ccode>componentName__element\u003C/code> (e.g., \u003Ccode>card__image\u003C/code> for an image in the \u003Ccode>Card\u003C/code> component).\u003C/li>\n\u003Cli>Use utility classes from Tailwind CSS wherever possible for common properties (e.g., margins, padding, colors).\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"3-tailwind-css-usage\">\u003Cstrong>3. Tailwind CSS Usage\u003C/strong>\u003C/h2>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Use Tailwind utilities for common tasks\u003C/strong> like spacing, typography, and colors:\u003C/p>\n\u003Cul>\n\u003Cli>\n\u003Cp>Example:\u003C/p>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"html\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"><\u003C/span>\u003Cspan style=\"color:#85E89D\">div\u003C/span>\u003Cspan style=\"color:#B392F0\"> class\u003C/span>\u003Cspan style=\"color:#E1E4E8\">=\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"rounded-lg bg-white p-4 text-gray-800\"\u003C/span>\u003Cspan style=\"color:#E1E4E8\">></\u003C/span>\u003Cspan style=\"color:#85E89D\">div\u003C/span>\u003Cspan style=\"color:#E1E4E8\">>\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003Cli>\n\u003Cp>\u003Cstrong>Avoid redundancy:\u003C/strong> Don’t add CSS rules for properties already provided by Tailwind classes.\u003C/p>\n\u003C/li>\n\u003Cli>\n\u003Cp>Create custom styles only when:\u003C/p>\n\u003Cul>\n\u003Cli>Tailwind utilities cannot achieve the desired layout or behavior.\u003C/li>\n\u003Cli>Styles are specific to a particular component.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"4-component-specific-css\">\u003Cstrong>4. Component-Specific CSS\u003C/strong>\u003C/h2>\n\u003Cul>\n\u003Cli>For each React component, create a corresponding CSS file if it requires custom styles.\u003C/li>\n\u003Cli>\u003Cstrong>CSS file naming\u003C/strong>: Use the same name as the component, in lowercase and hyphen-separated.\n\u003Cul>\n\u003Cli>Example:\n\u003Cul>\n\u003Cli>Component: \u003Ccode>ResultProducts.tsx\u003C/code>\u003C/li>\n\u003Cli>CSS File: \u003Ccode>result-products.css\u003C/code>\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003Cli>Limit the use of global styles to prevent style conflicts.\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"5-naming-variables--functions\">\u003Cstrong>5. Naming Variables & Functions\u003C/strong>\u003C/h2>\n\u003Cul>\n\u003Cli>Use \u003Ccode>camelCase\u003C/code> for variables, functions, and methods.\n\u003Cul>\n\u003Cli>Example: \u003Ccode>filterItemsByRating\u003C/code>, \u003Ccode>sortItems\u003C/code>\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003Cli>Use \u003Ccode>PascalCase\u003C/code> for React components and TypeScript interfaces/types.\n\u003Cul>\n\u003Cli>Example: \u003Ccode>ResultProducts\u003C/code>, \u003Ccode>ProductProps\u003C/code>\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003Cli>Use \u003Ccode>UPPER_SNAKE_CASE\u003C/code> for constants.\n\u003Cul>\n\u003Cli>Example: \u003Ccode>BASE_IMAGE_PATH\u003C/code>\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Chr>\n\u003Ch2 id=\"7-jsx-structure\">\u003Cstrong>7. JSX Structure\u003C/strong>\u003C/h2>\n\u003Cul>\n\u003Cli>\u003Cstrong>Keep JSX clean and readable:\u003C/strong>\n\u003Cul>\n\u003Cli>Use meaningful class names.\u003C/li>\n\u003Cli>Avoid inline styles unless absolutely necessary.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003Cli>Wrap component logic (e.g., filtering, sorting) in separate functions for clarity.\u003C/li>\n\u003C/ul>\n\u003Ch3 id=\"12-example-component-and-css-pair\">\u003Cstrong>12. Example: Component and CSS Pair\u003C/strong>\u003C/h3>\n\u003Ch4 id=\"react-component-resultproductstsx\">React Component (\u003Ccode>ResultProducts.tsx\u003C/code>)\u003C/h4>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"tsx\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"><\u003C/span>\u003Cspan style=\"color:#85E89D\">div\u003C/span>\u003Cspan style=\"color:#B392F0\"> className\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"container__card\"\u003C/span>\u003Cspan style=\"color:#E1E4E8\">>\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> <\u003C/span>\u003Cspan style=\"color:#79B8FF\">CardBase\u003C/span>\u003Cspan style=\"color:#B392F0\"> className\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"card__base\"\u003C/span>\u003Cspan style=\"color:#E1E4E8\">>\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> <\u003C/span>\u003Cspan style=\"color:#85E89D\">img\u003C/span>\u003Cspan style=\"color:#B392F0\"> className\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"card__image\"\u003C/span>\u003Cspan style=\"color:#B392F0\"> src\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#E1E4E8\">{imageSrc} \u003C/span>\u003Cspan style=\"color:#B392F0\">alt\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"Product Image\"\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> />\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> <\u003C/span>\u003Cspan style=\"color:#79B8FF\">CardContent\u003C/span>\u003Cspan style=\"color:#E1E4E8\">>\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> <\u003C/span>\u003Cspan style=\"color:#79B8FF\">CardTitle\u003C/span>\u003Cspan style=\"color:#B392F0\"> className\u003C/span>\u003Cspan style=\"color:#F97583\">=\u003C/span>\u003Cspan style=\"color:#9ECBFF\">\"card__content\"\u003C/span>\u003Cspan style=\"color:#E1E4E8\">>Product Name</\u003C/span>\u003Cspan style=\"color:#79B8FF\">CardTitle\u003C/span>\u003Cspan style=\"color:#E1E4E8\">>\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> </\u003C/span>\u003Cspan style=\"color:#79B8FF\">CardContent\u003C/span>\u003Cspan style=\"color:#E1E4E8\">>\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> </\u003C/span>\u003Cspan style=\"color:#79B8FF\">CardBase\u003C/span>\u003Cspan style=\"color:#E1E4E8\">>\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"></\u003C/span>\u003Cspan style=\"color:#85E89D\">div\u003C/span>\u003Cspan style=\"color:#E1E4E8\">>\u003C/span>\u003C/span>\u003C/code>\u003C/pre>\n\u003Ch4 id=\"css-file-result-productscss\">CSS File (\u003Ccode>result-products.css\u003C/code>)\u003C/h4>\n\u003Cpre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"css\">\u003Ccode>\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">.container__card\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> @\u003C/span>\u003Cspan style=\"color:#79B8FF\">apply\u003C/span>\u003Cspan style=\"color:#79B8FF\"> rounded-lg\u003C/span>\u003Cspan style=\"color:#79B8FF\"> border\u003C/span>\u003Cspan style=\"color:#79B8FF\"> bg-white\u003C/span>\u003Cspan style=\"color:#79B8FF\"> p-\u003C/span>\u003Cspan style=\"color:#E1E4E8\">4 \u003C/span>\u003Cspan style=\"color:#79B8FF\">shadow-md\u003C/span>\u003Cspan style=\"color:#E1E4E8\">;\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">}\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">.card__base\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> @\u003C/span>\u003Cspan style=\"color:#79B8FF\">apply\u003C/span>\u003Cspan style=\"color:#79B8FF\"> flex\u003C/span>\u003Cspan style=\"color:#79B8FF\"> flex-col\u003C/span>\u003Cspan style=\"color:#79B8FF\"> items-center\u003C/span>\u003Cspan style=\"color:#E1E4E8\">;\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">}\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">.card__image\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> @\u003C/span>\u003Cspan style=\"color:#79B8FF\">apply\u003C/span>\u003Cspan style=\"color:#79B8FF\"> h-\u003C/span>\u003Cspan style=\"color:#E1E4E8\">40 \u003C/span>\u003Cspan style=\"color:#79B8FF\">w-full\u003C/span>\u003Cspan style=\"color:#79B8FF\"> rounded-md\u003C/span>\u003Cspan style=\"color:#79B8FF\"> object-cover\u003C/span>\u003Cspan style=\"color:#E1E4E8\">;\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">}\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#B392F0\">.card__content\u003C/span>\u003Cspan style=\"color:#E1E4E8\"> {\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\"> @\u003C/span>\u003Cspan style=\"color:#79B8FF\">apply\u003C/span>\u003Cspan style=\"color:#79B8FF\"> text-lg\u003C/span>\u003Cspan style=\"color:#79B8FF\"> font-semibold\u003C/span>\u003Cspan style=\"color:#79B8FF\"> text-gray-\u003C/span>\u003Cspan style=\"color:#E1E4E8\">800;\u003C/span>\u003C/span>\n\u003Cspan class=\"line\">\u003Cspan style=\"color:#E1E4E8\">}\u003C/span>\u003C/span>\u003C/code>\u003C/pre>",{"headings":109,"imagePaths":140,"frontmatter":141},[110,113,116,119,122,125,128,131,134,137],{"depth":28,"slug":111,"text":112},"style-guide-documentation","Style Guide Documentation",{"depth":28,"slug":114,"text":115},"1-file-structure","1. File Structure",{"depth":28,"slug":117,"text":118},"2-css-naming-convention","2. CSS Naming Convention",{"depth":28,"slug":120,"text":121},"3-tailwind-css-usage","3. Tailwind CSS Usage",{"depth":28,"slug":123,"text":124},"4-component-specific-css","4. Component-Specific CSS",{"depth":28,"slug":126,"text":127},"5-naming-variables--functions","5. Naming Variables & Functions",{"depth":28,"slug":129,"text":130},"7-jsx-structure","7. JSX Structure",{"depth":35,"slug":132,"text":133},"12-example-component-and-css-pair","12. Example: Component and CSS Pair",{"depth":45,"slug":135,"text":136},"react-component-resultproductstsx","React Component (ResultProducts.tsx)",{"depth":45,"slug":138,"text":139},"css-file-result-productscss","CSS File (result-products.css)",[],{"title":99,"description":102,"publishDate":142},"26 December 2024","articles",["Map",145,146],"terms",{"id":145,"data":147,"body":150,"filePath":151,"digest":152,"rendered":153},{"title":148,"author":149},"Terms & Conditions","Admin","Welcome to COMPANY-NAME! These terms and conditions outline the rules and regulations for the use of COMPANY-NAME's Website, located at [COMPANY-NAME.com](https://www.COMPANY-NAME.com).\n\nBy accessing this website, we assume you accept these terms and conditions. Do not continue to use [Your Company\nName] if you do not agree to take all of the terms and conditions stated on this page.\n\nThe following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice and all Agreements: \"Client\", \"You\" and \"Your\" refers to you, the person log on this website and compliant to the Company's terms and conditions.\n\"The Company\", \"Ourselves\", \"We\", \"Our\" and \"Us\", refers to our Company. \"Party\", \"Parties\", or \"Us\", refers to both the Client and ourselves. All terms refer to the offer, acceptance, and\nconsideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client's needs in respect of the provision of the\nCompany's stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization, and/or he/she or they, are taken as\ninterchangeable and therefore as referring to same.\n\n## Cookies\n\nWe employ the use of cookies. By accessing COMPANY-NAME, you agreed to use cookies in agreement with the COMPANY-NAME's Privacy Policy.\n\nMost interactive websites use cookies to let us retrieve the user's details for each visit. Cookies are used by\nour website to enable the functionality of certain areas to make it easier for people visiting our website. Some\nof our affiliate/advertising partners may also use cookies.\n\n## License\n\nUnless otherwise stated, COMPANY-NAME and/or its licensors own the intellectual property rights for all material on COMPANY-NAME. All intellectual property rights are reserved.\nYou may access this from COMPANY-NAME for your own personal use subjected to restrictions set in these terms and conditions.\n\n### You must not\n\n- Republish material from COMPANY-NAME\n- Sell, rent, or sub-license material from COMPANY-NAME\n- Reproduce, duplicate or copy material from COMPANY-NAME\n- Redistribute content from COMPANY-NAME\n\nIf you have any questions about our Terms and Conditions, please [contact us](/contact)","src/content/article/terms.md","c9a57ebc5b9030f2",{"html":154,"metadata":155},"\u003Cp>Welcome to COMPANY-NAME! These terms and conditions outline the rules and regulations for the use of COMPANY-NAME’s Website, located at \u003Ca href=\"https://www.COMPANY-NAME.com\">COMPANY-NAME.com\u003C/a>.\u003C/p>\n\u003Cp>By accessing this website, we assume you accept these terms and conditions. Do not continue to use [Your Company\nName] if you do not agree to take all of the terms and conditions stated on this page.\u003C/p>\n\u003Cp>The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice and all Agreements: “Client”, “You” and “Your” refers to you, the person log on this website and compliant to the Company’s terms and conditions.\n“The Company”, “Ourselves”, “We”, “Our” and “Us”, refers to our Company. “Party”, “Parties”, or “Us”, refers to both the Client and ourselves. All terms refer to the offer, acceptance, and\nconsideration of payment necessary to undertake the process of our assistance to the Client in the most appropriate manner for the express purpose of meeting the Client’s needs in respect of the provision of the\nCompany’s stated services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above terminology or other words in the singular, plural, capitalization, and/or he/she or they, are taken as\ninterchangeable and therefore as referring to same.\u003C/p>\n\u003Ch2 id=\"cookies\">Cookies\u003C/h2>\n\u003Cp>We employ the use of cookies. By accessing COMPANY-NAME, you agreed to use cookies in agreement with the COMPANY-NAME’s Privacy Policy.\u003C/p>\n\u003Cp>Most interactive websites use cookies to let us retrieve the user’s details for each visit. Cookies are used by\nour website to enable the functionality of certain areas to make it easier for people visiting our website. Some\nof our affiliate/advertising partners may also use cookies.\u003C/p>\n\u003Ch2 id=\"license\">License\u003C/h2>\n\u003Cp>Unless otherwise stated, COMPANY-NAME and/or its licensors own the intellectual property rights for all material on COMPANY-NAME. All intellectual property rights are reserved.\nYou may access this from COMPANY-NAME for your own personal use subjected to restrictions set in these terms and conditions.\u003C/p>\n\u003Ch3 id=\"you-must-not\">You must not\u003C/h3>\n\u003Cul>\n\u003Cli>Republish material from COMPANY-NAME\u003C/li>\n\u003Cli>Sell, rent, or sub-license material from COMPANY-NAME\u003C/li>\n\u003Cli>Reproduce, duplicate or copy material from COMPANY-NAME\u003C/li>\n\u003Cli>Redistribute content from COMPANY-NAME\u003C/li>\n\u003C/ul>\n\u003Cp>If you have any questions about our Terms and Conditions, please \u003Ca href=\"/contact\">contact us\u003C/a>\u003C/p>",{"headings":156,"imagePaths":166,"frontmatter":167},[157,160,163],{"depth":28,"slug":158,"text":159},"cookies","Cookies",{"depth":28,"slug":161,"text":162},"license","License",{"depth":35,"slug":164,"text":165},"you-must-not","You must not",[],{"title":148,"author":149}] \ No newline at end of file diff --git a/.astro/settings.json b/.astro/settings.json new file mode 100644 index 00000000..6d1c2f34 --- /dev/null +++ b/.astro/settings.json @@ -0,0 +1,5 @@ +{ + "_variables": { + "lastUpdateCheck": 1737459393301 + } +} \ No newline at end of file diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 32a8b820..ccaf84bc 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -25,22 +25,3 @@ if [ $? -ne 0 ]; then exit 1 fi -# Step 2: Run poetry linting tools -echo "Running poetry linting tools..." -if ! poetry run flake8 .; then - echo "flake8 failed. Aborting commit." - exit 1 -fi - -if ! poetry run black --check .; then - echo "black failed. Aborting commit." - exit 1 -fi - -if ! poetry run mypy .; then - echo "mypy failed. Aborting commit." - exit 1 -fi - -echo "Pre-commit checks passed!" -exit 0 diff --git a/.vscode/cspell.json b/.vscode/cspell.json old mode 100755 new mode 100644 diff --git a/.vscode/dictionaries/project-words.txt b/.vscode/dictionaries/project-words.txt old mode 100755 new mode 100644 index 8f4070ea..5f79a6cf --- a/.vscode/dictionaries/project-words.txt +++ b/.vscode/dictionaries/project-words.txt @@ -1,44 +1,44 @@ -argmax -argmin -astro -astrojs -astype -audiorec -audiorecorder -bincount -clsx -cmdk -datetime -dhaga -ensurepip -fontsource -frontmatter -getbuffer -GSTIN -heroicons -hookform -imread -imwrite -jsonify -kmeans -linalg -lucide -Organja -orgenja -Peina -prerender -Reddy -roboto -Rushi -shadcn -signup -sitemapindex -skimage -streamlit -tailwindcss -threadzip -Threazip -vaul -venv -waitlist -werkzeug +argmax +argmin +astro +astrojs +astype +audiorec +audiorecorder +bincount +clsx +cmdk +datetime +dhaga +ensurepip +fontsource +frontmatter +getbuffer +GSTIN +heroicons +hookform +imread +imwrite +jsonify +kmeans +linalg +lucide +Organja +orgenja +Peina +prerender +Reddy +roboto +Rushi +shadcn +signup +sitemapindex +skimage +streamlit +tailwindcss +threadzip +Threazip +vaul +venv +waitlist +werkzeug diff --git a/.vscode/dictionaries/team-member.txt b/.vscode/dictionaries/team-member.txt old mode 100755 new mode 100644 index 0be72bf2..7ebada34 --- a/.vscode/dictionaries/team-member.txt +++ b/.vscode/dictionaries/team-member.txt @@ -1,11 +1,11 @@ -chebale -hitesh -keshav -malhar -omkar -parvez -soumyanil -xkeshav -aditya -vansh -vamil +chebale +hitesh +keshav +malhar +omkar +parvez +soumyanil +xkeshav +aditya +vansh +vamil diff --git a/.vscode/settings.json b/.vscode/settings.json index 1b9176bf..208a6f68 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -41,9 +41,7 @@ "[CODEOWNERS]": { "editor.formatOnSave": false }, - "cSpell.words": [ - "DUMMYUSER" - ], + "cSpell.words": ["DUMMYUSER"], "workbench.colorCustomizations": { "activityBar.activeBackground": "#e98cf9", "activityBar.background": "#e98cf9", diff --git a/.vscode/tailwind.json b/.vscode/tailwind.json index 52e2a3ff..96a1f579 100644 --- a/.vscode/tailwind.json +++ b/.vscode/tailwind.json @@ -1,55 +1,55 @@ -{ - "version": 1.1, - "atDirectives": [ - { - "name": "@tailwind", - "description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#tailwind" - } - ] - }, - { - "name": "@apply", - "description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS. This is useful when you find a common utility pattern in your HTML that you’d like to extract to a new component.", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#apply" - } - ] - }, - { - "name": "@responsive", - "description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css\n@responsive {\n .alert {\n background-color: #E53E3E;\n }\n}\n```\n", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#responsive" - } - ] - }, - { - "name": "@screen", - "description": "The `@screen` directive allows you to create media queries that reference your breakpoints by **name** instead of duplicating their values in your own CSS:\n```css\n@screen sm {\n /* ... */\n}\n```\n…gets transformed into this:\n```css\n@media (min-width: 640px) {\n /* ... */\n}\n```\n", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#screen" - } - ] - }, - { - "name": "@variants", - "description": "Generate `hover`, `focus`, `active` and other **variants** of your own utilities by wrapping their definitions in the `@variants` directive:\n```css\n@variants hover, focus {\n .btn-brand {\n background-color: #3182CE;\n }\n}\n```\n", - "references": [ - { - "name": "Tailwind Documentation", - "url": "https://tailwindcss.com/docs/functions-and-directives#variants" - } - ] - } - ] -} \ No newline at end of file +{ + "version": 1.1, + "atDirectives": [ + { + "name": "@tailwind", + "description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#tailwind" + } + ] + }, + { + "name": "@apply", + "description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS. This is useful when you find a common utility pattern in your HTML that you’d like to extract to a new component.", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#apply" + } + ] + }, + { + "name": "@responsive", + "description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css\n@responsive {\n .alert {\n background-color: #E53E3E;\n }\n}\n```\n", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#responsive" + } + ] + }, + { + "name": "@screen", + "description": "The `@screen` directive allows you to create media queries that reference your breakpoints by **name** instead of duplicating their values in your own CSS:\n```css\n@screen sm {\n /* ... */\n}\n```\n…gets transformed into this:\n```css\n@media (min-width: 640px) {\n /* ... */\n}\n```\n", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#screen" + } + ] + }, + { + "name": "@variants", + "description": "Generate `hover`, `focus`, `active` and other **variants** of your own utilities by wrapping their definitions in the `@variants` directive:\n```css\n@variants hover, focus {\n .btn-brand {\n background-color: #3182CE;\n }\n}\n```\n", + "references": [ + { + "name": "Tailwind Documentation", + "url": "https://tailwindcss.com/docs/functions-and-directives#variants" + } + ] + } + ] +} diff --git a/package-lock.json b/package-lock.json index abf4a0e7..39fd995d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "astro": "5.1.1", "class-variance-authority": "0.7.0", "clsx": "2.1.0", + "d3": "7.9.0", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", "lucide-react": "0.469.0", @@ -34,6 +35,7 @@ "devDependencies": { "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/typography": "0.5.10", + "@types/d3": "7.4.3", "@types/node": "22.10.2", "@types/react": "19.0.0", "@typescript-eslint/eslint-plugin": "6.13.2", @@ -2121,6 +2123,259 @@ "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==" }, + "node_modules/@types/d3": { + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.4.3.tgz", + "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==", + "dev": true, + "dependencies": { + "@types/d3-array": "*", + "@types/d3-axis": "*", + "@types/d3-brush": "*", + "@types/d3-chord": "*", + "@types/d3-color": "*", + "@types/d3-contour": "*", + "@types/d3-delaunay": "*", + "@types/d3-dispatch": "*", + "@types/d3-drag": "*", + "@types/d3-dsv": "*", + "@types/d3-ease": "*", + "@types/d3-fetch": "*", + "@types/d3-force": "*", + "@types/d3-format": "*", + "@types/d3-geo": "*", + "@types/d3-hierarchy": "*", + "@types/d3-interpolate": "*", + "@types/d3-path": "*", + "@types/d3-polygon": "*", + "@types/d3-quadtree": "*", + "@types/d3-random": "*", + "@types/d3-scale": "*", + "@types/d3-scale-chromatic": "*", + "@types/d3-selection": "*", + "@types/d3-shape": "*", + "@types/d3-time": "*", + "@types/d3-time-format": "*", + "@types/d3-timer": "*", + "@types/d3-transition": "*", + "@types/d3-zoom": "*" + } + }, + "node_modules/@types/d3-array": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz", + "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==", + "dev": true + }, + "node_modules/@types/d3-axis": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.6.tgz", + "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==", + "dev": true, + "dependencies": { + "@types/d3-selection": "*" + } + }, + "node_modules/@types/d3-brush": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.6.tgz", + "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==", + "dev": true, + "dependencies": { + "@types/d3-selection": "*" + } + }, + "node_modules/@types/d3-chord": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.6.tgz", + "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==", + "dev": true + }, + "node_modules/@types/d3-color": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", + "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", + "dev": true + }, + "node_modules/@types/d3-contour": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.6.tgz", + "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==", + "dev": true, + "dependencies": { + "@types/d3-array": "*", + "@types/geojson": "*" + } + }, + "node_modules/@types/d3-delaunay": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz", + "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==", + "dev": true + }, + "node_modules/@types/d3-dispatch": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.6.tgz", + "integrity": "sha512-4fvZhzMeeuBJYZXRXrRIQnvUYfyXwYmLsdiN7XXmVNQKKw1cM8a5WdID0g1hVFZDqT9ZqZEY5pD44p24VS7iZQ==", + "dev": true + }, + "node_modules/@types/d3-drag": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz", + "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==", + "dev": true, + "dependencies": { + "@types/d3-selection": "*" + } + }, + "node_modules/@types/d3-dsv": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz", + "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==", + "dev": true + }, + "node_modules/@types/d3-ease": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", + "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", + "dev": true + }, + "node_modules/@types/d3-fetch": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz", + "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==", + "dev": true, + "dependencies": { + "@types/d3-dsv": "*" + } + }, + "node_modules/@types/d3-force": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.10.tgz", + "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==", + "dev": true + }, + "node_modules/@types/d3-format": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz", + "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==", + "dev": true + }, + "node_modules/@types/d3-geo": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz", + "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==", + "dev": true, + "dependencies": { + "@types/geojson": "*" + } + }, + "node_modules/@types/d3-hierarchy": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz", + "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==", + "dev": true + }, + "node_modules/@types/d3-interpolate": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", + "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", + "dev": true, + "dependencies": { + "@types/d3-color": "*" + } + }, + "node_modules/@types/d3-path": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.0.tgz", + "integrity": "sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ==", + "dev": true + }, + "node_modules/@types/d3-polygon": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.2.tgz", + "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==", + "dev": true + }, + "node_modules/@types/d3-quadtree": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz", + "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==", + "dev": true + }, + "node_modules/@types/d3-random": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.3.tgz", + "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==", + "dev": true + }, + "node_modules/@types/d3-scale": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.8.tgz", + "integrity": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==", + "dev": true, + "dependencies": { + "@types/d3-time": "*" + } + }, + "node_modules/@types/d3-scale-chromatic": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", + "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==", + "dev": true + }, + "node_modules/@types/d3-selection": { + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz", + "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==", + "dev": true + }, + "node_modules/@types/d3-shape": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz", + "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==", + "dev": true, + "dependencies": { + "@types/d3-path": "*" + } + }, + "node_modules/@types/d3-time": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", + "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", + "dev": true + }, + "node_modules/@types/d3-time-format": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.3.tgz", + "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==", + "dev": true + }, + "node_modules/@types/d3-timer": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", + "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", + "dev": true + }, + "node_modules/@types/d3-transition": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz", + "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==", + "dev": true, + "dependencies": { + "@types/d3-selection": "*" + } + }, + "node_modules/@types/d3-zoom": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz", + "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==", + "dev": true, + "dependencies": { + "@types/d3-interpolate": "*", + "@types/d3-selection": "*" + } + }, "node_modules/@types/debug": { "version": "4.1.12", "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", @@ -2142,6 +2397,12 @@ "@types/estree": "*" } }, + "node_modules/@types/geojson": { + "version": "7946.0.16", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz", + "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==", + "dev": true + }, "node_modules/@types/hast": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", @@ -3967,6 +4228,395 @@ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, + "node_modules/d3": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", + "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", + "dependencies": { + "d3-array": "3", + "d3-axis": "3", + "d3-brush": "3", + "d3-chord": "3", + "d3-color": "3", + "d3-contour": "4", + "d3-delaunay": "6", + "d3-dispatch": "3", + "d3-drag": "3", + "d3-dsv": "3", + "d3-ease": "3", + "d3-fetch": "3", + "d3-force": "3", + "d3-format": "3", + "d3-geo": "3", + "d3-hierarchy": "3", + "d3-interpolate": "3", + "d3-path": "3", + "d3-polygon": "3", + "d3-quadtree": "3", + "d3-random": "3", + "d3-scale": "4", + "d3-scale-chromatic": "3", + "d3-selection": "3", + "d3-shape": "3", + "d3-time": "3", + "d3-time-format": "4", + "d3-timer": "3", + "d3-transition": "3", + "d3-zoom": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-array": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", + "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", + "dependencies": { + "internmap": "1 - 2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-axis": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", + "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-brush": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", + "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "3", + "d3-transition": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-chord": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", + "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", + "dependencies": { + "d3-path": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-color": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", + "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-contour": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", + "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", + "dependencies": { + "d3-array": "^3.2.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-delaunay": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", + "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", + "dependencies": { + "delaunator": "5" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dispatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", + "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-drag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", + "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-selection": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dsv": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", + "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", + "dependencies": { + "commander": "7", + "iconv-lite": "0.6", + "rw": "1" + }, + "bin": { + "csv2json": "bin/dsv2json.js", + "csv2tsv": "bin/dsv2dsv.js", + "dsv2dsv": "bin/dsv2dsv.js", + "dsv2json": "bin/dsv2json.js", + "json2csv": "bin/json2dsv.js", + "json2dsv": "bin/json2dsv.js", + "json2tsv": "bin/json2dsv.js", + "tsv2csv": "bin/dsv2dsv.js", + "tsv2json": "bin/dsv2json.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dsv/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/d3-dsv/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/d3-ease": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", + "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-fetch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", + "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", + "dependencies": { + "d3-dsv": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-force": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", + "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-quadtree": "1 - 3", + "d3-timer": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-format": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", + "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-geo": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", + "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", + "dependencies": { + "d3-array": "2.5.0 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-hierarchy": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", + "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-interpolate": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", + "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", + "dependencies": { + "d3-color": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-path": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", + "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-polygon": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", + "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-quadtree": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", + "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-random": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", + "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", + "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", + "dependencies": { + "d3-array": "2.10.0 - 3", + "d3-format": "1 - 3", + "d3-interpolate": "1.2.0 - 3", + "d3-time": "2.1.1 - 3", + "d3-time-format": "2 - 4" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale-chromatic": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", + "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==", + "dependencies": { + "d3-color": "1 - 3", + "d3-interpolate": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-selection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", + "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-shape": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", + "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", + "dependencies": { + "d3-path": "^3.1.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", + "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", + "dependencies": { + "d3-array": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time-format": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", + "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", + "dependencies": { + "d3-time": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-timer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", + "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-transition": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", + "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", + "dependencies": { + "d3-color": "1 - 3", + "d3-dispatch": "1 - 3", + "d3-ease": "1 - 3", + "d3-interpolate": "1 - 3", + "d3-timer": "1 - 3" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "d3-selection": "2 - 3" + } + }, + "node_modules/d3-zoom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", + "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "2 - 3", + "d3-transition": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/damerau-levenshtein": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", @@ -4108,6 +4758,14 @@ "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==" }, + "node_modules/delaunator": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", + "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", + "dependencies": { + "robust-predicates": "^3.0.2" + } + }, "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", @@ -6296,6 +6954,14 @@ "node": ">= 0.4" } }, + "node_modules/internmap": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", + "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", + "engines": { + "node": ">=12" + } + }, "node_modules/interpret": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", @@ -10051,6 +10717,11 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/robust-predicates": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", + "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==" + }, "node_modules/rollup": { "version": "4.30.1", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.30.1.tgz", @@ -10110,6 +10781,11 @@ "queue-microtask": "^1.2.2" } }, + "node_modules/rw": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", + "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==" + }, "node_modules/s.color": { "version": "0.0.15", "resolved": "https://registry.npmjs.org/s.color/-/s.color-0.0.15.tgz", diff --git a/package.json b/package.json index 43c91753..7e4c4a13 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "astro": "5.1.1", "class-variance-authority": "0.7.0", "clsx": "2.1.0", + "d3": "7.9.0", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", "lucide-react": "0.469.0", @@ -72,6 +73,7 @@ "devDependencies": { "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/typography": "0.5.10", + "@types/d3": "7.4.3", "@types/node": "22.10.2", "@types/react": "19.0.0", "@typescript-eslint/eslint-plugin": "6.13.2", @@ -87,4 +89,4 @@ "prettier-plugin-tailwindcss": "0.6.8", "shx": "0.3.4" } -} \ No newline at end of file +} diff --git a/public/data/bharat.geojson b/public/data/bharat.geojson new file mode 100644 index 00000000..5a0cd344 --- /dev/null +++ b/public/data/bharat.geojson @@ -0,0 +1,36891 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "district": "Aizawl", + "dt_code": "261", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.04466353722471, 23.41052458365152], + [92.9467955185, 23.51363116309284], + [92.88104044341934, 23.51913018066304], + [92.78164323690206, 23.299169477854896], + [92.68989196934763, 23.328039320098465], + [92.67307090362932, 23.383029495800503], + [92.65472065011843, 23.51775542627049], + [92.6746000914219, 23.623611514496908], + [92.62566608205954, 23.796830567958324], + [92.66083740128873, 23.832574182164645], + [92.62719526985211, 23.953552568709124], + [92.84739831198272, 24.02641455151432], + [92.90244907251537, 24.22162967525655], + [92.86116100211588, 24.31373821955746], + [92.89633232134507, 24.39072446554031], + [93.00949221799551, 24.412720535821126], + [93.02325490812868, 24.23400246478951], + [92.97585008655889, 24.11577358703013], + [93.2067574432375, 24.047035867402585], + [93.15017749491228, 23.81057811188383], + [93.04466353722471, 23.76521121692965], + [93.04619272501728, 23.66622890066599], + [93.04466353722471, 23.41052458365152] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Champhai", + "dt_code": "262", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [93.04619272501728, 23.66622890066599], + [93.04466353722471, 23.76521121692965], + [93.15017749491228, 23.81057811188383], + [93.2067574432375, 24.047035867402585], + [93.25263307701472, 24.02091553394412], + [93.39637672951665, 23.926057480858105], + [93.42696048536811, 23.649731847955376], + [93.42390210978297, 23.527378707018347], + [93.39025997834635, 23.497134110382227], + [93.27404170611075, 23.48476132084927], + [93.27862926948848, 23.657980374310682], + [93.25110388922215, 23.739090883471185], + [93.16241099725288, 23.660729883095783], + [93.04619272501728, 23.66622890066599] + ] + ], + [ + [ + [93.1960531286895, 23.055837950373387], + [93.16546937283803, 23.17956584570297], + [93.050780288395, 23.21255995112419], + [93.04160516163957, 23.307418004210202], + [93.13335642919398, 23.322540302528264], + [93.26639576714788, 23.388528513370705], + [93.3581470347023, 23.330788828883566], + [93.39178916613892, 23.220808477479498], + [93.35508865911716, 23.07370975747655], + [93.3000378985845, 23.004972037849004], + [93.1960531286895, 23.055837950373387] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kolasib", + "dt_code": "263", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.89633232134507, 24.39072446554031], + [92.86116100211588, 24.31373821955746], + [92.90244907251537, 24.22162967525655], + [92.84739831198272, 24.02641455151432], + [92.62719526985211, 23.953552568709124], + [92.63178283322983, 24.029164060299426], + [92.53850237788285, 24.11027456945993], + [92.53238562671255, 24.17763753469492], + [92.55073588022344, 24.247750008715016], + [92.61190339192638, 24.255998535070322], + [92.62566608205954, 24.33161002666062], + [92.68989196934763, 24.353606096941437], + [92.7617637955986, 24.51307760647734], + [92.79999349041293, 24.41959430778388], + [92.89633232134507, 24.39072446554031] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lawngtlai", + "dt_code": "264", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.93456201615942, 22.55405259709231], + [92.93150364057426, 22.394581087556407], + [92.82598968288669, 22.329967631106513], + [92.85504425094558, 22.06326527895164], + [92.70518384727337, 22.1512495600749], + [92.68836278155506, 22.039894454278276], + [92.59966988958578, 22.011024612034706], + [92.6057866407561, 22.12375447222388], + [92.58131963607491, 22.32171910475121], + [92.50944780982395, 22.741019194479232], + [92.60119907737837, 22.72039787859097], + [92.64860389894815, 22.63516310625281], + [92.7556470444283, 22.541679807559355], + [92.83669399743471, 22.624165071112408], + [92.93456201615942, 22.55405259709231] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lunglei", + "dt_code": "265", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.67307090362932, 23.383029495800503], + [92.68989196934763, 23.328039320098465], + [92.69142115714021, 23.24280454776031], + [92.81681455613125, 23.22493274065715], + [92.86421937770103, 23.175441582525316], + [92.8886863823822, 22.94723235336187], + [92.85504425094558, 22.879869388126874], + [92.92079932602624, 22.78088707186321], + [92.95444145746286, 22.62691457989751], + [92.93456201615942, 22.55405259709231], + [92.83669399743471, 22.624165071112408], + [92.7556470444283, 22.541679807559355], + [92.64860389894815, 22.63516310625281], + [92.60119907737837, 22.72039787859097], + [92.50944780982395, 22.741019194479232], + [92.448280298121, 22.87574512494922], + [92.37182090849232, 22.93623431822146], + [92.39170034979578, 23.057212704765938], + [92.34582471601857, 23.237305530190106], + [92.40240466434379, 23.266175372433676], + [92.4543970492913, 23.28679668832194], + [92.4773348661799, 23.389903267763255], + [92.55838181918631, 23.369281951874992], + [92.67307090362932, 23.383029495800503] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mamit", + "dt_code": "266", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.62719526985211, 23.953552568709124], + [92.66083740128873, 23.832574182164645], + [92.62566608205954, 23.796830567958324], + [92.6746000914219, 23.623611514496908], + [92.65472065011843, 23.51775542627049], + [92.67307090362932, 23.383029495800503], + [92.55838181918631, 23.369281951874992], + [92.4773348661799, 23.389903267763255], + [92.4543970492913, 23.28679668832194], + [92.40240466434379, 23.266175372433676], + [92.36417496952946, 23.322540302528264], + [92.27242370197504, 23.64285807599262], + [92.26477776301218, 23.726718093938228], + [92.25713182404931, 23.813327620668932], + [92.32441608692254, 23.913684691325148], + [92.31218258458196, 24.05253488497279], + [92.33053283809284, 24.183136552265125], + [92.29536151886364, 24.245000499929915], + [92.42228410564725, 24.250499517500117], + [92.43604679578041, 24.154266710021556], + [92.53238562671255, 24.17763753469492], + [92.53850237788285, 24.11027456945993], + [92.63178283322983, 24.029164060299426], + [92.62719526985211, 23.953552568709124] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Saiha", + "dt_code": "267", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.85504425094558, 22.06326527895164], + [92.82598968288669, 22.329967631106513], + [92.93150364057426, 22.394581087556407], + [92.93456201615942, 22.55405259709231], + [92.95444145746286, 22.62691457989751], + [92.92079932602624, 22.78088707186321], + [93.00643384241037, 22.75339198401219], + [93.09665592217222, 22.786386089433414], + [93.09359754658706, 22.70802508905801], + [93.14253155594942, 22.58292243933588], + [93.13182724140141, 22.471567333539255], + [93.18840718972663, 22.424825684192527], + [93.19911150427464, 22.277726964189583], + [93.1608818094603, 22.180119402318468], + [93.050780288395, 22.20074071820673], + [92.99878790344751, 22.053641998203783], + [92.93914957953713, 22.01652362960491], + [92.85504425094558, 22.06326527895164] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Serchhip", + "dt_code": "268", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.68989196934763, 23.328039320098465], + [92.78164323690206, 23.299169477854896], + [92.88104044341934, 23.51913018066304], + [92.9467955185, 23.51363116309284], + [93.04466353722471, 23.41052458365152], + [93.04160516163957, 23.307418004210202], + [93.050780288395, 23.21255995112419], + [93.16546937283803, 23.17956584570297], + [93.1960531286895, 23.055837950373387], + [93.12265211464597, 23.006346792241555], + [92.96055820863316, 23.116327143645627], + [92.92538688940397, 23.186439617665723], + [92.86421937770103, 23.175441582525316], + [92.81681455613125, 23.22493274065715], + [92.69142115714021, 23.24280454776031], + [92.68989196934763, 23.328039320098465] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Khawzawl", + "dt_code": "996", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.04466353722471, 23.41052458365152], + [93.04619272501728, 23.66622890066599], + [93.16241099725288, 23.660729883095783], + [93.25110388922215, 23.739090883471185], + [93.27862926948848, 23.657980374310682], + [93.27404170611075, 23.48476132084927], + [93.39025997834635, 23.497134110382227], + [93.40249348068693, 23.388528513370705], + [93.3581470347023, 23.330788828883566], + [93.26639576714788, 23.388528513370705], + [93.13335642919398, 23.322540302528264], + [93.04160516163957, 23.307418004210202], + [93.04466353722471, 23.41052458365152] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hnahthial", + "dt_code": "994", + "st_nm": "Mizoram", + "st_code": "15", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.92079932602624, 22.78088707186321], + [92.85504425094558, 22.879869388126874], + [92.8886863823822, 22.94723235336187], + [92.86421937770103, 23.175441582525316], + [92.92538688940397, 23.186439617665723], + [92.96055820863316, 23.116327143645627], + [93.12265211464597, 23.006346792241555], + [93.14558993153457, 22.927985791866156], + [93.09665592217222, 22.786386089433414], + [93.00643384241037, 22.75339198401219], + [92.92079932602624, 22.78088707186321] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Thiruvallur", + "dt_code": "602", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.12761425335545, 13.033878428677344], + [80.08020943178568, 13.016006621574181], + [79.99457491540154, 13.046251218210301], + [79.89059014550654, 12.944519393161535], + [79.82177669484074, 12.966515463442349], + [79.78966375119668, 13.024255147929487], + [79.73767136624919, 13.065497779706014], + [79.7361421784566, 13.16722960475478], + [79.64744928648734, 13.19884895578345], + [79.63062822076903, 13.145233534473967], + [79.48229700488939, 13.139734516903763], + [79.45018406124535, 13.092992867557033], + [79.35078685472806, 13.062748270920913], + [79.28350259185483, 13.123237464193153], + [79.43795055890476, 13.187850920643044], + [79.40583761526071, 13.334949640645991], + [79.53734776542204, 13.339073903823643], + [79.53428938983689, 13.275835201766302], + [79.68262060571654, 13.296456517654565], + [79.70250004702, 13.222219780456816], + [79.79425131457441, 13.240091587559977], + [79.80954319250014, 13.317077833542829], + [79.94564090603919, 13.363819482889559], + [80.03739217359362, 13.538413290743524], + [80.07868024399309, 13.488922132611691], + [80.21477795753215, 13.490296887004241], + [80.26829953027223, 13.56453362420199], + [80.32640866639002, 13.444929992050062], + [80.3447589199009, 13.275835201766302], + [80.30041247391627, 13.142484025688866], + [80.20254445519156, 13.125986972978254], + [80.18725257726582, 13.022880393536937], + [80.12761425335545, 13.033878428677344] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chennai", + "dt_code": "603", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2018" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.12761425335545, 13.033878428677344], + [80.18725257726582, 13.022880393536937], + [80.20254445519156, 13.125986972978254], + [80.30041247391627, 13.142484025688866], + [80.24994927676134, 12.857909866430829], + [80.1826650138881, 12.868907901571237], + [80.19642770402126, 12.959641691479595], + [80.12761425335545, 13.033878428677344] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Krishnagiri", + "dt_code": "631", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.41186555008787, 12.626951128482279], + [78.43633255476904, 12.394617636141177], + [78.56784270493037, 12.387743864178422], + [78.6473604701442, 12.258516951278636], + [78.63206859221846, 12.176031687725583], + [78.47150387399823, 12.173282178940482], + [78.17484144223896, 12.336877951654039], + [78.12743662066917, 12.402866162496482], + [78.01121834843357, 12.503223233152697], + [77.92711301984204, 12.324505162121081], + [77.80324880864357, 12.176031687725583], + [77.74666886031835, 12.15541037183732], + [77.6105711467793, 12.206276284361703], + [77.50505718909172, 12.198027758006397], + [77.4714150576551, 12.243394652960578], + [77.55093282286893, 12.291511056699859], + [77.61515871015702, 12.367122548290158], + [77.63503815146048, 12.488100934834637], + [77.58763332989069, 12.514221268293104], + [77.60139602002386, 12.668193760258806], + [77.73902292135548, 12.672318023436457], + [77.79254449409555, 12.749304269419309], + [77.8307741889099, 12.866158392786133], + [77.86594550813909, 12.870282655963788], + [77.92864220763461, 12.890903971852051], + [77.97910540478954, 12.835913796150015], + [78.05709398221079, 12.852410848860625], + [78.13355337183947, 12.78229837484053], + [78.23142139056418, 12.760302304559715], + [78.30176402902256, 12.665444251473703], + [78.41186555008787, 12.626951128482279] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tiruvannamalai", + "dt_code": "606", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.63206859221846, 12.176031687725583], + [78.6473604701442, 12.258516951278636], + [78.71005716963973, 12.303883846232818], + [78.75899117900207, 12.442734039880458], + [78.85838838551936, 12.633824900445033], + [78.89814726812628, 12.688815076147069], + [78.9715482821698, 12.670943269043907], + [79.06482873751679, 12.746554760634206], + [79.20857239001872, 12.78504788362563], + [79.45018406124535, 12.670943269043907], + [79.47312187813395, 12.874406919141439], + [79.56028558231064, 12.853785603253176], + [79.74531730521205, 12.743805251849103], + [79.74072974183433, 12.69431409371727], + [79.63062822076903, 12.63107539165993], + [79.72390867611603, 12.587083251098303], + [79.74378811741948, 12.532093075396265], + [79.7070876103977, 12.41523895202944], + [79.63980334752448, 12.345126478009345], + [79.45171324903792, 12.373996320252914], + [79.38289979837211, 12.442734039880458], + [79.23151020690732, 12.442734039880458], + [79.2498604604182, 12.32313040772853], + [79.21010157781129, 12.166408406977727], + [79.2789150284771, 12.1251657752012], + [79.17187188299695, 12.03030772211519], + [79.12599624921974, 12.01930968697478], + [78.95931477982921, 12.068800845106614], + [78.91343914605201, 12.015185423797128], + [78.7574619912095, 12.011061160619477], + [78.71770310860259, 11.983566072768458], + [78.68406097716597, 12.105919213705487], + [78.63206859221846, 12.176031687725583] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dharmapuri", + "dt_code": "630", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.74666886031835, 12.15541037183732], + [77.80324880864357, 12.176031687725583], + [77.92711301984204, 12.324505162121081], + [78.01121834843357, 12.503223233152697], + [78.12743662066917, 12.402866162496482], + [78.17484144223896, 12.336877951654039], + [78.47150387399823, 12.173282178940482], + [78.63206859221846, 12.176031687725583], + [78.68406097716597, 12.105919213705487], + [78.71770310860259, 11.983566072768458], + [78.70852798184714, 11.898331300430304], + [78.62748102884075, 11.869461458186734], + [78.5953680851967, 11.822719808840002], + [78.48220818854625, 11.817220791269799], + [78.32776022149632, 11.894207037252649], + [78.23447976614932, 11.979441809590806], + [78.0387437286999, 11.936824423421728], + [77.97145946582667, 11.8955817916452], + [77.76196073824408, 11.90932933557071], + [77.67632622185997, 11.951946721739787], + [77.708439165504, 12.035806739685391], + [77.77572342837725, 12.112792985668243], + [77.74666886031835, 12.15541037183732] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Salem", + "dt_code": "608", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.67632622185997, 11.951946721739787], + [77.76196073824408, 11.90932933557071], + [77.97145946582667, 11.8955817916452], + [78.0387437286999, 11.936824423421728], + [78.23447976614932, 11.979441809590806], + [78.32776022149632, 11.894207037252649], + [78.48220818854625, 11.817220791269799], + [78.5953680851967, 11.822719808840002], + [78.62748102884075, 11.869461458186734], + [78.69323610392141, 11.851589651083572], + [78.64277290676648, 11.769104387530518], + [78.70088204288427, 11.692118141547667], + [78.80486681277928, 11.687993878370015], + [78.78651655926839, 11.613757141172266], + [78.84309650759363, 11.523023351263907], + [78.79875006160898, 11.385547912008818], + [78.74064092549119, 11.450161368458708], + [78.65194803352192, 11.422666280607691], + [78.66265234806994, 11.37317512247586], + [78.57090108051553, 11.315435437988722], + [78.48679575192398, 11.407543982289631], + [78.43480336697647, 11.491404000235237], + [78.4393909303542, 11.598634842854207], + [78.30329321681513, 11.58901156210635], + [78.24365489290477, 11.553267947900027], + [78.04638966766277, 11.518899088086254], + [77.85218281800593, 11.415792508644937], + [77.69620566316341, 11.46390891238422], + [77.73290617018519, 11.5120253161235], + [77.74819804811092, 11.66462305369665], + [77.69008891199312, 11.65225026416369], + [77.70996835329657, 11.810347019307045], + [77.67632622185997, 11.951946721739787] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Erode", + "dt_code": "610", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.67632622185997, 11.951946721739787], + [77.70996835329657, 11.810347019307045], + [77.69008891199312, 11.65225026416369], + [77.74819804811092, 11.66462305369665], + [77.73290617018519, 11.5120253161235], + [77.69620566316341, 11.46390891238422], + [77.68397216082283, 11.417167263037488], + [77.80783637202128, 11.26731903424944], + [77.86288713255394, 11.245322963968626], + [77.89347088840542, 11.077602928077416], + [77.93322977101232, 11.070729156114663], + [77.8705330715168, 11.02398750676793], + [77.77725261616982, 11.058356366581704], + [77.63962571483819, 11.122969823031596], + [77.50046962571399, 11.107847524713536], + [77.47294424544768, 11.179334753126183], + [77.47600262103282, 11.301687894063212], + [77.33378815632346, 11.316810192381272], + [77.21756988408788, 11.352553806587597], + [77.1472272456295, 11.336056753876985], + [77.11052673860773, 11.406169227897081], + [76.96372471052067, 11.385547912008818], + [77.0080711565053, 11.545019421544723], + [76.84750643828507, 11.594510579676554], + [76.83527293594447, 11.654999772948793], + [76.90867394998801, 11.795224720988985], + [77.01265871988302, 11.814471282484696], + [77.11052673860773, 11.77322865070817], + [77.29250008592399, 11.808972264914495], + [77.42859779946303, 11.767729633137968], + [77.4943528745437, 11.943698195384481], + [77.67632622185997, 11.951946721739787] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nilgiris", + "dt_code": "611", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.84750643828507, 11.594510579676554], + [77.0080711565053, 11.545019421544723], + [76.96372471052067, 11.385547912008818], + [76.8505648138702, 11.340181017054638], + [76.84138968711477, 11.287940350137703], + [76.7068211613683, 11.239823946398422], + [76.62883258394704, 11.194457051444243], + [76.44227167325306, 11.201330823406998], + [76.52178943846688, 11.270068543034542], + [76.54778563094064, 11.35942757855035], + [76.46062192676395, 11.388297420793918], + [76.23430213346305, 11.52714761444156], + [76.37804578596497, 11.601384351639307], + [76.41780466857188, 11.671496825659403], + [76.51108512391887, 11.704490931080626], + [76.56001913328123, 11.62200566752757], + [76.75728435852322, 11.61788140434992], + [76.84750643828507, 11.594510579676554] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Namakkal", + "dt_code": "609", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.69620566316341, 11.46390891238422], + [77.85218281800593, 11.415792508644937], + [78.04638966766277, 11.518899088086254], + [78.24365489290477, 11.553267947900027], + [78.30329321681513, 11.58901156210635], + [78.4393909303542, 11.598634842854207], + [78.43480336697647, 11.491404000235237], + [78.48679575192398, 11.407543982289631], + [78.4500952449022, 11.281066578174949], + [78.3231726581186, 11.058356366581704], + [78.22989220277161, 11.094099980788027], + [78.16413712769094, 11.012989471627524], + [78.10144042819542, 11.076228173684864], + [77.98980971933756, 11.096849489573128], + [77.93322977101232, 11.070729156114663], + [77.89347088840542, 11.077602928077416], + [77.86288713255394, 11.245322963968626], + [77.80783637202128, 11.26731903424944], + [77.68397216082283, 11.417167263037488], + [77.69620566316341, 11.46390891238422] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Perambalur", + "dt_code": "615", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.66265234806994, 11.37317512247586], + [78.65194803352192, 11.422666280607691], + [78.74064092549119, 11.450161368458708], + [78.79875006160898, 11.385547912008818], + [78.84309650759363, 11.523023351263907], + [78.87826782682282, 11.507901052945847], + [78.96237315541437, 11.40479447350453], + [79.1688135074118, 11.378674140046062], + [79.13058381259746, 11.331932490699332], + [79.06941630089452, 11.109222279106087], + [79.006719601399, 11.058356366581704], + [78.97460665775495, 11.094099980788027], + [78.76052036679465, 11.120220314246495], + [78.70088204288427, 11.069354401722112], + [78.67488585041053, 11.164212454808123], + [78.71311554522487, 11.213703612939955], + [78.73299498652833, 11.323683964344028], + [78.66265234806994, 11.37317512247586] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Coimbatore", + "dt_code": "632", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.96372471052067, 11.385547912008818], + [77.11052673860773, 11.406169227897081], + [77.1472272456295, 11.336056753876985], + [77.16098993576266, 11.168336717985776], + [77.26191633007251, 11.11472129667629], + [77.16557749914037, 11.065230138544457], + [77.18239856485869, 10.920880927326614], + [77.24815363993935, 10.904383874616002], + [77.29402927371656, 10.812275330315092], + [77.19616125499185, 10.802652049567236], + [77.13346455549633, 10.750411382650302], + [77.1579315601775, 10.584066101151643], + [77.09064729730427, 10.584066101151643], + [77.07382623158595, 10.463087714607164], + [77.09064729730427, 10.314614240211668], + [77.05088841469735, 10.262373573294735], + [76.98207496403154, 10.219756187125656], + [76.89949882323256, 10.252750292546878], + [76.89796963543999, 10.254125046939429], + [76.8918528842697, 10.259624064509632], + [76.8337437481519, 10.339359819277584], + [76.81539349464101, 10.42321983722319], + [76.83833131152963, 10.596438890684603], + [76.90714476219543, 10.782030733678972], + [76.83068537256676, 10.870015014802231], + [76.65635796421337, 10.938752734429777], + [76.75422598293808, 11.078977682469967], + [76.6945876590277, 11.166961963593224], + [76.7068211613683, 11.239823946398422], + [76.84138968711477, 11.287940350137703], + [76.8505648138702, 11.340181017054638], + [76.96372471052067, 11.385547912008818] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tiruchirappalli", + "dt_code": "614", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.48679575192398, 11.407543982289631], + [78.57090108051553, 11.315435437988722], + [78.66265234806994, 11.37317512247586], + [78.73299498652833, 11.323683964344028], + [78.71311554522487, 11.213703612939955], + [78.67488585041053, 11.164212454808123], + [78.70088204288427, 11.069354401722112], + [78.76052036679465, 11.120220314246495], + [78.97460665775495, 11.094099980788027], + [79.006719601399, 11.058356366581704], + [78.97919422113267, 10.970372085458447], + [79.00366122581386, 10.893385839475595], + [78.94555208969605, 10.889261576297944], + [78.86909270006737, 10.826022874240602], + [78.8736802634451, 10.705044487696123], + [78.75899117900207, 10.652803820779189], + [78.62748102884075, 10.703669733303572], + [78.55102163921207, 10.685797926200411], + [78.45927037165765, 10.611561189002662], + [78.50514600543485, 10.376478187876458], + [78.44856605710963, 10.40947229329768], + [78.37822341865125, 10.310489977034015], + [78.33387697266662, 10.300866696286159], + [78.28035539992653, 10.372353924698807], + [78.31552671915573, 10.4397168899338], + [78.206954385883, 10.474085749747573], + [78.19930844692013, 10.54694773255277], + [78.24365489290477, 10.553821504515524], + [78.29258890226713, 10.702294978911022], + [78.37822341865125, 10.725665803584386], + [78.4210406768433, 10.67067562788235], + [78.5663135171378, 10.740788101902446], + [78.57854701947839, 10.850768453306518], + [78.40269042333242, 10.96074880471059], + [78.206954385883, 10.957999295925488], + [78.16413712769094, 11.012989471627524], + [78.22989220277161, 11.094099980788027], + [78.3231726581186, 11.058356366581704], + [78.4500952449022, 11.281066578174949], + [78.48679575192398, 11.407543982289631] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ariyalur", + "dt_code": "616", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.006719601399, 11.058356366581704], + [79.06941630089452, 11.109222279106087], + [79.13058381259746, 11.331932490699332], + [79.1688135074118, 11.378674140046062], + [79.36760792044637, 11.418542017430038], + [79.3890165495424, 11.367676104905655], + [79.49758888281512, 11.314060683596171], + [79.50982238515572, 11.228825911258015], + [79.45783000020822, 11.150464910882615], + [79.39819167629784, 11.066604892937008], + [79.2911485308177, 11.014364226020074], + [79.22233508015188, 10.94700126078508], + [79.00366122581386, 10.893385839475595], + [78.97919422113267, 10.970372085458447], + [79.006719601399, 11.058356366581704] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tiruppur", + "dt_code": "633", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.1472272456295, 11.336056753876985], + [77.21756988408788, 11.352553806587597], + [77.33378815632346, 11.316810192381272], + [77.47600262103282, 11.301687894063212], + [77.47294424544768, 11.179334753126183], + [77.50046962571399, 11.107847524713536], + [77.63962571483819, 11.122969823031596], + [77.77725261616982, 11.058356366581704], + [77.76043155045151, 10.903009120223452], + [77.83230337670247, 10.83839566377356], + [77.80783637202128, 10.680298908630206], + [77.7206726678446, 10.630807750498374], + [77.58610414209812, 10.683048417415309], + [77.51423231584715, 10.606062171432459], + [77.41789348491503, 10.625308732928172], + [77.36895947555267, 10.551071995730423], + [77.3842513534784, 10.449340170681655], + [77.32308384177546, 10.447965416289104], + [77.32920059294575, 10.271996854042591], + [77.28791252254626, 10.232128976658615], + [77.18086937706612, 10.357231626380745], + [77.09064729730427, 10.314614240211668], + [77.07382623158595, 10.463087714607164], + [77.09064729730427, 10.584066101151643], + [77.1579315601775, 10.584066101151643], + [77.13346455549633, 10.750411382650302], + [77.19616125499185, 10.802652049567236], + [77.29402927371656, 10.812275330315092], + [77.24815363993935, 10.904383874616002], + [77.18239856485869, 10.920880927326614], + [77.16557749914037, 11.065230138544457], + [77.26191633007251, 11.11472129667629], + [77.16098993576266, 11.168336717985776], + [77.1472272456295, 11.336056753876985] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Thanjavur", + "dt_code": "620", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.8736802634451, 10.705044487696123], + [78.86909270006737, 10.826022874240602], + [78.94555208969605, 10.889261576297944], + [79.00366122581386, 10.893385839475595], + [79.22233508015188, 10.94700126078508], + [79.2911485308177, 11.014364226020074], + [79.39819167629784, 11.066604892937008], + [79.45783000020822, 11.150464910882615], + [79.52664345087402, 11.183459016303836], + [79.55263964334777, 11.12984359499435], + [79.51593913632601, 10.970372085458447], + [79.45477162462306, 10.864515997232028], + [79.30032365757313, 10.936003225644674], + [79.26821071392908, 10.887886821905393], + [79.30644040874343, 10.824648119848051], + [79.30338203315827, 10.743537610687548], + [79.34619929135035, 10.59231462750695], + [79.48229700488939, 10.489208048065631], + [79.50064725840028, 10.369604415913704], + [79.47159269034137, 10.315988994604218], + [79.38748736174983, 10.317363748996769], + [79.26668152613651, 10.229379467873512], + [79.2269226435296, 10.137270923572602], + [79.11529193467172, 10.234878485443716], + [79.1519924416935, 10.34898310002544], + [79.13211300039004, 10.497456574420937], + [79.18563457313012, 10.542823469375117], + [79.13211300039004, 10.632182504890926], + [79.06941630089452, 10.672050382274902], + [78.91802670942972, 10.67067562788235], + [78.8736802634451, 10.705044487696123] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Karur", + "dt_code": "613", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.77725261616982, 11.058356366581704], + [77.8705330715168, 11.02398750676793], + [77.93322977101232, 11.070729156114663], + [77.98980971933756, 11.096849489573128], + [78.10144042819542, 11.076228173684864], + [78.16413712769094, 11.012989471627524], + [78.206954385883, 10.957999295925488], + [78.40269042333242, 10.96074880471059], + [78.57854701947839, 10.850768453306518], + [78.5663135171378, 10.740788101902446], + [78.4210406768433, 10.67067562788235], + [78.37822341865125, 10.725665803584386], + [78.29258890226713, 10.702294978911022], + [78.24365489290477, 10.553821504515524], + [78.19930844692013, 10.54694773255277], + [78.13967012300976, 10.56207003087083], + [78.15343281314293, 10.744912365080099], + [78.18095819340925, 10.810900575922542], + [78.02803941415189, 10.780655979286422], + [77.97451784141181, 10.64043103124623], + [77.80783637202128, 10.680298908630206], + [77.83230337670247, 10.83839566377356], + [77.76043155045151, 10.903009120223452], + [77.77725261616982, 11.058356366581704] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Thiruvarur", + "dt_code": "619", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.50064725840028, 10.369604415913704], + [79.48229700488939, 10.489208048065631], + [79.34619929135035, 10.59231462750695], + [79.30338203315827, 10.743537610687548], + [79.30644040874343, 10.824648119848051], + [79.26821071392908, 10.887886821905393], + [79.30032365757313, 10.936003225644674], + [79.45477162462306, 10.864515997232028], + [79.51593913632601, 10.970372085458447], + [79.65050766207249, 11.012989471627524], + [79.7483756807972, 10.996492418916914], + [79.72390867611603, 10.92912945368192], + [79.66885791558337, 10.914007155363858], + [79.65203684986506, 10.824648119848051], + [79.6841497935091, 10.732539575547142], + [79.66732872779079, 10.574442820403787], + [79.71473354936057, 10.526326416664507], + [79.63062822076903, 10.377852942269008], + [79.50064725840028, 10.369604415913704] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dindigul", + "dt_code": "612", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.19930844692013, 10.54694773255277], + [78.206954385883, 10.474085749747573], + [78.31552671915573, 10.4397168899338], + [78.28035539992653, 10.372353924698807], + [78.33387697266662, 10.300866696286159], + [78.32928940928889, 10.228004713480962], + [78.28035539992653, 10.129022397217296], + [78.21307113705329, 10.075406975907812], + [78.1427284985949, 10.182637818526782], + [78.02039347518902, 10.184012572919332], + [77.91335032970886, 10.07403222151526], + [77.80477799643614, 10.067158449552506], + [77.71302672888173, 10.02591581777598], + [77.6916180997857, 10.145519449927907], + [77.61821708574216, 10.214257169555452], + [77.4652983064848, 10.130397151609849], + [77.35978434879722, 10.151018467498112], + [77.2680330812428, 10.122148625254543], + [77.28791252254626, 10.232128976658615], + [77.32920059294575, 10.271996854042591], + [77.32308384177546, 10.447965416289104], + [77.3842513534784, 10.449340170681655], + [77.36895947555267, 10.551071995730423], + [77.41789348491503, 10.625308732928172], + [77.51423231584715, 10.606062171432459], + [77.58610414209812, 10.683048417415309], + [77.7206726678446, 10.630807750498374], + [77.80783637202128, 10.680298908630206], + [77.97451784141181, 10.64043103124623], + [78.02803941415189, 10.780655979286422], + [78.18095819340925, 10.810900575922542], + [78.15343281314293, 10.744912365080099], + [78.13967012300976, 10.56207003087083], + [78.19930844692013, 10.54694773255277] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Madurai", + "dt_code": "623", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.33387697266662, 10.300866696286159], + [78.37822341865125, 10.310489977034015], + [78.45162443269479, 10.11939911646944], + [78.4562119960725, 9.968176133288843], + [78.3170559069483, 9.926933501512314], + [78.30940996798543, 9.865069553847524], + [78.15190362535036, 9.87469283459538], + [78.13661174742461, 9.761962974406208], + [78.06168154558851, 9.741341658517943], + [78.01427672401873, 9.639609833469176], + [77.77419424058468, 9.642359342254279], + [77.70996835329657, 9.705598044311621], + [77.64421327821591, 9.704223289919069], + [77.53717013273577, 9.66023114935744], + [77.47600262103282, 9.562623587486327], + [77.61821708574216, 9.85819578188477], + [77.67938459744511, 9.932432519082518], + [77.71302672888173, 10.02591581777598], + [77.80477799643614, 10.067158449552506], + [77.91335032970886, 10.07403222151526], + [78.02039347518902, 10.184012572919332], + [78.1427284985949, 10.182637818526782], + [78.21307113705329, 10.075406975907812], + [78.28035539992653, 10.129022397217296], + [78.32928940928889, 10.228004713480962], + [78.33387697266662, 10.300866696286159] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Theni", + "dt_code": "624", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.2680330812428, 10.122148625254543], + [77.35978434879722, 10.151018467498112], + [77.4652983064848, 10.130397151609849], + [77.61821708574216, 10.214257169555452], + [77.6916180997857, 10.145519449927907], + [77.71302672888173, 10.02591581777598], + [77.67938459744511, 9.932432519082518], + [77.61821708574216, 9.85819578188477], + [77.47600262103282, 9.562623587486327], + [77.40260160698928, 9.525505218887453], + [77.31849627839773, 9.602491464870303], + [77.26956226903538, 9.572246868234183], + [77.16710668693295, 9.61211474561816], + [77.24662445214678, 9.799081343005081], + [77.21298232071015, 9.877442343380483], + [77.26344551786508, 10.028665326561082], + [77.2680330812428, 10.122148625254543] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Virudhunagar", + "dt_code": "625", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.47600262103282, 9.562623587486327], + [77.53717013273577, 9.66023114935744], + [77.64421327821591, 9.704223289919069], + [77.70996835329657, 9.705598044311621], + [77.77419424058468, 9.642359342254279], + [78.01427672401873, 9.639609833469176], + [78.06168154558851, 9.741341658517943], + [78.13661174742461, 9.761962974406208], + [78.20848357367558, 9.781209535901919], + [78.310939155778, 9.722095097022232], + [78.33999372383691, 9.65885639496489], + [78.42868661580617, 9.609365236833057], + [78.37822341865125, 9.577745885804386], + [78.33081859708146, 9.46226651683011], + [78.21918788822359, 9.44714421851205], + [78.24365489290477, 9.381156007669608], + [78.36293154072551, 9.349536656640938], + [78.28035539992653, 9.284923200191045], + [78.21154194926072, 9.305544516079308], + [78.16872469106866, 9.36878321813665], + [78.05709398221079, 9.363284200566447], + [77.91793789308659, 9.202437936637992], + [77.8475952546282, 9.245055322807069], + [77.708439165504, 9.290422217761249], + [77.50811556467687, 9.331664849537777], + [77.43471455063333, 9.390779288417464], + [77.33990490749376, 9.419649130661034], + [77.40260160698928, 9.525505218887453], + [77.47600262103282, 9.562623587486327] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Thoothukkudi", + "dt_code": "627", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.8475952546282, 9.245055322807069], + [77.91793789308659, 9.202437936637992], + [78.05709398221079, 9.363284200566447], + [78.16872469106866, 9.36878321813665], + [78.21154194926072, 9.305544516079308], + [78.28035539992653, 9.284923200191045], + [78.27423864875624, 9.148822515328506], + [78.38434016982154, 9.09383233962647], + [78.22836301497904, 8.974228707474543], + [78.1717830666538, 8.883494917566184], + [78.1610787521058, 8.805133917190782], + [78.19472088354242, 8.751518495881298], + [78.1381409352172, 8.680031267468651], + [78.1427284985949, 8.501313196437033], + [78.05709398221079, 8.378960055500004], + [77.9699302780341, 8.334967914938375], + [77.85065363021334, 8.35696398521919], + [77.81548231098415, 8.563177144101825], + [77.82159906215445, 8.779013583732315], + [77.80477799643614, 8.87799589999598], + [77.68855972420054, 9.00034904093301], + [77.70232241433371, 9.06358774299035], + [77.67479703406738, 9.1378244801881], + [77.8598287569688, 9.198313673460339], + [77.8475952546282, 9.245055322807069] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kanyakumari", + "dt_code": "629", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.58916251768326, 8.139752791196148], + [77.55552038624664, 8.076514089138806], + [77.44541886518135, 8.094385896241969], + [77.23286176201361, 8.180995422972675], + [77.09829323626714, 8.292350528769298], + [77.26191633007251, 8.506812214007237], + [77.26956226903538, 8.578299442419883], + [77.43930211401106, 8.506812214007237], + [77.48976531116598, 8.38858333624786], + [77.56316632520951, 8.275853476058687], + [77.54022850832091, 8.160374107084412], + [77.58916251768326, 8.139752791196148] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Viluppuram", + "dt_code": "607", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.17187188299695, 12.03030772211519], + [79.2789150284771, 12.1251657752012], + [79.21010157781129, 12.166408406977727], + [79.2498604604182, 12.32313040772853], + [79.23151020690732, 12.442734039880458], + [79.38289979837211, 12.442734039880458], + [79.45171324903792, 12.373996320252914], + [79.63980334752448, 12.345126478009345], + [79.79883887795212, 12.336877951654039], + [79.87376907978823, 12.243394652960578], + [80.0083376055347, 12.254392688100985], + [79.88447339433625, 12.06467658192896], + [79.85694801406993, 12.0495542836109], + [79.85694801406993, 12.006936897441824], + [79.84012694835161, 11.956070984917439], + [79.78507618781896, 11.960195248095093], + [79.68567898130168, 11.880459493327141], + [79.68873735688683, 11.808972264914495], + [79.68109141792397, 11.796599475381536], + [79.46853431475623, 11.872210966971835], + [79.43183380773446, 11.782851931456026], + [79.30338203315827, 11.874960475756936], + [79.21927670456672, 11.874960475756936], + [79.23762695807761, 11.951946721739787], + [79.17187188299695, 12.03030772211519] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Cuddalore", + "dt_code": "617", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.1688135074118, 11.378674140046062], + [78.96237315541437, 11.40479447350453], + [78.87826782682282, 11.507901052945847], + [78.92414346060002, 11.567015491825536], + [79.01895310373959, 11.594510579676554], + [79.18410538533753, 11.58626205332125], + [79.24833127262563, 11.64950075537859], + [79.2957360941954, 11.635753211453082], + [79.38442898616468, 11.68112010640726], + [79.44406731007506, 11.665997808089202], + [79.43183380773446, 11.782851931456026], + [79.46853431475623, 11.872210966971835], + [79.68109141792397, 11.796599475381536], + [79.68873735688683, 11.808972264914495], + [79.68567898130168, 11.880459493327141], + [79.80801400470757, 11.844715879120816], + [79.806484816915, 11.83371784398041], + [79.79578050236698, 11.785601440241129], + [79.76060918313779, 11.623380421920123], + [79.76672593430808, 11.521648596871357], + [79.81260156808528, 11.424041035000243], + [79.64286172310962, 11.283816086960051], + [79.59851527712499, 11.217827876117607], + [79.52664345087402, 11.183459016303836], + [79.45783000020822, 11.150464910882615], + [79.50982238515572, 11.228825911258015], + [79.49758888281512, 11.314060683596171], + [79.3890165495424, 11.367676104905655], + [79.36760792044637, 11.418542017430038], + [79.1688135074118, 11.378674140046062] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pudukkottai", + "dt_code": "621", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.50514600543485, 10.376478187876458], + [78.45927037165765, 10.611561189002662], + [78.55102163921207, 10.685797926200411], + [78.62748102884075, 10.703669733303572], + [78.75899117900207, 10.652803820779189], + [78.8736802634451, 10.705044487696123], + [78.91802670942972, 10.67067562788235], + [79.06941630089452, 10.672050382274902], + [79.13211300039004, 10.632182504890926], + [79.18563457313012, 10.542823469375117], + [79.13211300039004, 10.497456574420937], + [79.1519924416935, 10.34898310002544], + [79.11529193467172, 10.234878485443716], + [79.2269226435296, 10.137270923572602], + [79.25138964821078, 10.050661396841896], + [79.12446706142717, 9.882941360950685], + [79.12140868584201, 9.880191852165584], + [79.11987949804944, 9.852696764314565], + [79.1168211224643, 9.849947255529464], + [79.04036173283562, 9.865069553847524], + [78.99142772347327, 9.943430554222925], + [78.93026021177032, 10.021791554598327], + [78.95931477982921, 10.096028291796076], + [78.91343914605201, 10.144144695535356], + [78.70852798184714, 10.175764046564026], + [78.65194803352192, 10.252750292546878], + [78.52196707115317, 10.326987029744625], + [78.50514600543485, 10.376478187876458] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sivaganga", + "dt_code": "622", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.37822341865125, 10.310489977034015], + [78.44856605710963, 10.40947229329768], + [78.50514600543485, 10.376478187876458], + [78.52196707115317, 10.326987029744625], + [78.65194803352192, 10.252750292546878], + [78.70852798184714, 10.175764046564026], + [78.91343914605201, 10.144144695535356], + [78.95931477982921, 10.096028291796076], + [78.93026021177032, 10.021791554598327], + [78.99142772347327, 9.943430554222925], + [78.8323921930456, 9.834824957211405], + [78.72687823535803, 9.870568571417728], + [78.72534904756546, 9.711097061881823], + [78.79875006160898, 9.695974763563765], + [78.82168787849758, 9.5997419560852], + [78.72687823535803, 9.588743920944793], + [78.65653559689964, 9.546126534775716], + [78.42868661580617, 9.609365236833057], + [78.33999372383691, 9.65885639496489], + [78.310939155778, 9.722095097022232], + [78.20848357367558, 9.781209535901919], + [78.13661174742461, 9.761962974406208], + [78.15190362535036, 9.87469283459538], + [78.30940996798543, 9.865069553847524], + [78.3170559069483, 9.926933501512314], + [78.4562119960725, 9.968176133288843], + [78.45162443269479, 10.11939911646944], + [78.37822341865125, 10.310489977034015] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ramanathapuram", + "dt_code": "626", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.28035539992653, 9.284923200191045], + [78.36293154072551, 9.349536656640938], + [78.24365489290477, 9.381156007669608], + [78.21918788822359, 9.44714421851205], + [78.33081859708146, 9.46226651683011], + [78.37822341865125, 9.577745885804386], + [78.42868661580617, 9.609365236833057], + [78.65653559689964, 9.546126534775716], + [78.72687823535803, 9.588743920944793], + [78.82168787849758, 9.5997419560852], + [78.79875006160898, 9.695974763563765], + [78.72534904756546, 9.711097061881823], + [78.72687823535803, 9.870568571417728], + [78.8323921930456, 9.834824957211405], + [78.99142772347327, 9.943430554222925], + [79.04036173283562, 9.865069553847524], + [79.1168211224643, 9.849947255529464], + [78.98072340892524, 9.68910099160101], + [78.93026021177032, 9.595617692907549], + [78.89967645591885, 9.469140288792866], + [78.9837817845104, 9.359159937388794], + [79.06482873751679, 9.298670744116555], + [79.15810919286379, 9.284923200191045], + [79.33549497680232, 9.311043533649514], + [79.30338203315827, 9.245055322807069], + [79.20398482664099, 9.278049428228291], + [79.08929574219798, 9.260177621125129], + [78.98225259671781, 9.273925165050638], + [78.87215107565252, 9.257428112340028], + [78.57854701947839, 9.130950708225345], + [78.42409905242846, 9.117203164299836], + [78.38434016982154, 9.09383233962647], + [78.27423864875624, 9.148822515328506], + [78.28035539992653, 9.284923200191045] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nagapattinam", + "dt_code": "618", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [79.47159269034137, 10.315988994604218], + [79.50064725840028, 10.369604415913704], + [79.63062822076903, 10.377852942269008], + [79.71473354936057, 10.526326416664507], + [79.66732872779079, 10.574442820403787], + [79.6841497935091, 10.732539575547142], + [79.65203684986506, 10.824648119848051], + [79.66885791558337, 10.914007155363858], + [79.72390867611603, 10.92912945368192], + [79.81871831925558, 10.879638295550087], + [79.84930207510706, 10.827397628633154], + [79.87223989199566, 10.359981135165848], + [79.86000638965507, 10.282994889182998], + [79.76825512210065, 10.271996854042591], + [79.47159269034137, 10.315988994604218] + ] + ], + [ + [ + [79.51593913632601, 10.970372085458447], + [79.55263964334777, 11.12984359499435], + [79.52664345087402, 11.183459016303836], + [79.59851527712499, 11.217827876117607], + [79.64286172310962, 11.283816086960051], + [79.81260156808528, 11.424041035000243], + [79.85694801406993, 11.17658524434108], + [79.85083126289963, 10.985494383776505], + [79.7483756807972, 10.996492418916914], + [79.65050766207249, 11.012989471627524], + [79.51593913632601, 10.970372085458447] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kallakurichi", + "dt_code": "729", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.71770310860259, 11.983566072768458], + [78.7574619912095, 12.011061160619477], + [78.91343914605201, 12.015185423797128], + [78.95931477982921, 12.068800845106614], + [79.12599624921974, 12.01930968697478], + [79.17187188299695, 12.03030772211519], + [79.23762695807761, 11.951946721739787], + [79.21927670456672, 11.874960475756936], + [79.30338203315827, 11.874960475756936], + [79.43183380773446, 11.782851931456026], + [79.44406731007506, 11.665997808089202], + [79.38442898616468, 11.68112010640726], + [79.2957360941954, 11.635753211453082], + [79.24833127262563, 11.64950075537859], + [79.18410538533753, 11.58626205332125], + [79.01895310373959, 11.594510579676554], + [78.92414346060002, 11.567015491825536], + [78.87826782682282, 11.507901052945847], + [78.84309650759363, 11.523023351263907], + [78.78651655926839, 11.613757141172266], + [78.80486681277928, 11.687993878370015], + [78.70088204288427, 11.692118141547667], + [78.64277290676648, 11.769104387530518], + [78.69323610392141, 11.851589651083572], + [78.62748102884075, 11.869461458186734], + [78.70852798184714, 11.898331300430304], + [78.71770310860259, 11.983566072768458] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tenkasi", + "dt_code": "0", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.33990490749376, 9.419649130661034], + [77.43471455063333, 9.390779288417464], + [77.50811556467687, 9.331664849537777], + [77.708439165504, 9.290422217761249], + [77.8475952546282, 9.245055322807069], + [77.8598287569688, 9.198313673460339], + [77.67479703406738, 9.1378244801881], + [77.70232241433371, 9.06358774299035], + [77.62433383691246, 9.056713971027596], + [77.56775388858723, 8.788636864480171], + [77.46835668206995, 8.812007689153537], + [77.44541886518135, 8.741895215133441], + [77.36131353658979, 8.750143741488746], + [77.303204400472, 8.791386373265272], + [77.25579957890221, 8.87937065438853], + [77.1931028794067, 8.92611230373526], + [77.14875643342207, 9.009972321680866], + [77.20380719395472, 9.070461514953106], + [77.2680330812428, 9.15294677850616], + [77.28179577137597, 9.298670744116555], + [77.33990490749376, 9.419649130661034] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tirunelveli", + "dt_code": "628", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.70232241433371, 9.06358774299035], + [77.68855972420054, 9.00034904093301], + [77.80477799643614, 8.87799589999598], + [77.82159906215445, 8.779013583732315], + [77.81548231098415, 8.563177144101825], + [77.85065363021334, 8.35696398521919], + [77.9699302780341, 8.334967914938375], + [77.8414785034579, 8.251107896992771], + [77.79407368188812, 8.163123615869512], + [77.58916251768326, 8.139752791196148], + [77.54022850832091, 8.160374107084412], + [77.56316632520951, 8.275853476058687], + [77.48976531116598, 8.38858333624786], + [77.43930211401106, 8.506812214007237], + [77.26956226903538, 8.578299442419883], + [77.1701650625181, 8.741895215133441], + [77.19921963057699, 8.770765057377009], + [77.25579957890221, 8.87937065438853], + [77.303204400472, 8.791386373265272], + [77.36131353658979, 8.750143741488746], + [77.44541886518135, 8.741895215133441], + [77.46835668206995, 8.812007689153537], + [77.56775388858723, 8.788636864480171], + [77.62433383691246, 9.056713971027596], + [77.70232241433371, 9.06358774299035] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Vellore", + "dt_code": "605", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.20857239001872, 12.78504788362563], + [79.06482873751679, 12.746554760634206], + [78.9715482821698, 12.670943269043907], + [78.89814726812628, 12.688815076147069], + [78.85838838551936, 12.633824900445033], + [78.76816630575752, 12.680566549791763], + [78.80792518836444, 12.805669199513895], + [78.78192899589068, 12.846911831290422], + [78.65959397248479, 12.864783638393583], + [78.60301402415956, 12.84416232250532], + [78.62136427767045, 12.991261042508267], + [78.7513452400392, 13.054499744565607], + [78.89203051695598, 13.095742376342134], + [78.9944860990584, 13.086119095594277], + [79.1626967562415, 13.020130884751834], + [79.23456858249247, 13.10536565708999], + [79.22845183132218, 13.157606324006924], + [79.29420690640283, 13.051750235780506], + [79.26668152613651, 12.985762024938062], + [79.18869294871526, 12.912900042132865], + [79.20857239001872, 12.78504788362563] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ranipet", + "dt_code": "0", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.28350259185483, 13.123237464193153], + [79.35078685472806, 13.062748270920913], + [79.45018406124535, 13.092992867557033], + [79.48229700488939, 13.139734516903763], + [79.63062822076903, 13.145233534473967], + [79.64744928648734, 13.19884895578345], + [79.7361421784566, 13.16722960475478], + [79.73767136624919, 13.065497779706014], + [79.78966375119668, 13.024255147929487], + [79.56793152127351, 12.899152498207357], + [79.56028558231064, 12.853785603253176], + [79.47312187813395, 12.874406919141439], + [79.45018406124535, 12.670943269043907], + [79.20857239001872, 12.78504788362563], + [79.18869294871526, 12.912900042132865], + [79.26668152613651, 12.985762024938062], + [79.29420690640283, 13.051750235780506], + [79.22845183132218, 13.157606324006924], + [79.28350259185483, 13.123237464193153] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tirupathur", + "dt_code": "0", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.6473604701442, 12.258516951278636], + [78.56784270493037, 12.387743864178422], + [78.43633255476904, 12.394617636141177], + [78.41186555008787, 12.626951128482279], + [78.59230970961156, 12.78229837484053], + [78.60301402415956, 12.84416232250532], + [78.65959397248479, 12.864783638393583], + [78.78192899589068, 12.846911831290422], + [78.80792518836444, 12.805669199513895], + [78.76816630575752, 12.680566549791763], + [78.85838838551936, 12.633824900445033], + [78.75899117900207, 12.442734039880458], + [78.71005716963973, 12.303883846232818], + [78.6473604701442, 12.258516951278636] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kancheepuram", + "dt_code": "604", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.78966375119668, 13.024255147929487], + [79.82177669484074, 12.966515463442349], + [79.89059014550654, 12.944519393161535], + [79.99457491540154, 13.046251218210301], + [80.08020943178568, 13.016006621574181], + [80.10467643646685, 12.955517428301942], + [80.05268405151935, 12.838663304935118], + [79.95634522058721, 12.790546901195835], + [79.90894039901742, 12.798795427551141], + [79.92423227694316, 12.63245014605248], + [79.8233058826333, 12.620077356519523], + [79.74378811741948, 12.532093075396265], + [79.72390867611603, 12.587083251098303], + [79.63062822076903, 12.63107539165993], + [79.74072974183433, 12.69431409371727], + [79.74531730521205, 12.743805251849103], + [79.56028558231064, 12.853785603253176], + [79.56793152127351, 12.899152498207357], + [79.78966375119668, 13.024255147929487] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chengalpattu", + "dt_code": "0", + "st_nm": "Tamil Nadu", + "st_code": "33", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.08020943178568, 13.016006621574181], + [80.12761425335545, 13.033878428677344], + [80.19642770402126, 12.959641691479595], + [80.1826650138881, 12.868907901571237], + [80.24994927676134, 12.857909866430829], + [80.25453684013907, 12.779548866055428], + [80.1658439481698, 12.529343566611164], + [80.13831856790347, 12.411114688851786], + [80.0083376055347, 12.254392688100985], + [79.87376907978823, 12.243394652960578], + [79.79883887795212, 12.336877951654039], + [79.63980334752448, 12.345126478009345], + [79.7070876103977, 12.41523895202944], + [79.74378811741948, 12.532093075396265], + [79.8233058826333, 12.620077356519523], + [79.92423227694316, 12.63245014605248], + [79.90894039901742, 12.798795427551141], + [79.95634522058721, 12.790546901195835], + [80.05268405151935, 12.838663304935118], + [80.10467643646685, 12.955517428301942], + [80.08020943178568, 13.016006621574181] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Burhanpur", + "dt_code": "467", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.78175136320439, 21.55873041688546], + [76.78328055099698, 21.46387236379945], + [76.62118664498416, 21.331895942114564], + [76.66247471538367, 21.281030029590177], + [76.62271583277675, 21.184797222111616], + [76.48967649482285, 21.19167099407437], + [76.47744299248225, 21.147678853512744], + [76.38263334934268, 21.076191625100094], + [76.1670178705898, 21.0789411338852], + [76.15937193162694, 21.254909696131712], + [76.09514604433885, 21.37176381949854], + [75.98657371106613, 21.36901431071344], + [76.00951152795473, 21.469371381369655], + [75.95140239183694, 21.547732381745053], + [76.07679579082797, 21.57247796081097], + [76.17619299734525, 21.542233364174848], + [76.3765165981724, 21.598598294269436], + [76.51261431171145, 21.56147992567056], + [76.61201151822873, 21.57385271520352], + [76.78175136320439, 21.55873041688546] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gondia", + "dt_code": "507", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.66130079296364, 21.333270696507114], + [80.61389597139386, 21.226039853888146], + [80.46403556772165, 21.17517394136376], + [80.43956856304047, 21.096812940988357], + [80.46403556772165, 20.92909290509715], + [80.54661170852062, 20.93459192266735], + [80.56190358644636, 20.823236816870732], + [80.39063455367811, 20.80673976416012], + [80.33252541756032, 20.820487308085628], + [80.30805841287913, 20.72837876378472], + [80.24230333779848, 20.65551678097952], + [80.05727161489706, 20.711881711074106], + [79.98234141306096, 20.677512851260335], + [79.99457491540154, 20.74900007967298], + [79.86306476524022, 20.781994185094206], + [79.9395241548689, 20.956587992948165], + [80.07103430503022, 20.956587992948165], + [80.06338836606736, 21.201294274822228], + [79.93646577928375, 21.254909696131712], + [79.82483507042588, 21.272781503234874], + [79.79578050236698, 21.37588808267619], + [79.87988583095853, 21.426753995200574], + [79.91811552577286, 21.52436155707169], + [80.06644674165251, 21.55460615370781], + [80.12149750218515, 21.610971083802397], + [80.26829953027223, 21.61784485576515], + [80.37534267575238, 21.52436155707169], + [80.42274749732216, 21.440501539126082], + [80.52826145500974, 21.395134644171904], + [80.62154191035673, 21.320897906974153], + [80.66130079296364, 21.333270696507114] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhandara", + "dt_code": "506", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.91811552577286, 21.52436155707169], + [79.87988583095853, 21.426753995200574], + [79.79578050236698, 21.37588808267619], + [79.82483507042588, 21.272781503234874], + [79.93646577928375, 21.254909696131712], + [80.06338836606736, 21.201294274822228], + [80.07103430503022, 20.956587992948165], + [79.9395241548689, 20.956587992948165], + [79.86306476524022, 20.781994185094206], + [79.99457491540154, 20.74900007967298], + [79.98234141306096, 20.677512851260335], + [79.93340740369861, 20.67338858808268], + [79.74990486858977, 20.689885640793293], + [79.6612119766205, 20.66651481611993], + [79.51899751191115, 20.714631219859207], + [79.52970182645917, 20.775120413131447], + [79.65509522545021, 20.964836519303475], + [79.59851527712499, 21.072067361922443], + [79.49453050722998, 21.138055572764884], + [79.5511104555552, 21.171049678186108], + [79.57557746023637, 21.276905766412526], + [79.4761802537191, 21.428128749593128], + [79.4761802537191, 21.49136745165047], + [79.53887695321461, 21.540858609782298], + [79.73920055404176, 21.602722557447088], + [79.91811552577286, 21.52436155707169] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jalgaon", + "dt_code": "499", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.98657371106613, 21.36901431071344], + [76.09514604433885, 21.37176381949854], + [76.15937193162694, 21.254909696131712], + [76.1670178705898, 21.0789411338852], + [76.38263334934268, 21.076191625100094], + [76.39792522726843, 21.032199484538467], + [76.34593284232092, 20.951088975377964], + [76.16395949500466, 21.036323747716118], + [76.07832497862054, 20.908471589208887], + [76.11349629784974, 20.891974536498275], + [75.98504452327356, 20.761372869205942], + [76.00645315236959, 20.647268254624215], + [75.93152295053348, 20.57440627181902], + [75.82447980505333, 20.555159710323306], + [75.75413716659493, 20.61289939481044], + [75.53546331225691, 20.60602562284769], + [75.52781737329404, 20.555159710323306], + [75.39630722313271, 20.520790850509535], + [75.38866128416984, 20.57715578060412], + [75.25715113400851, 20.57578102621157], + [75.22656737815704, 20.494670517051066], + [75.1592831152838, 20.476798709947904], + [75.10576154254373, 20.412185253498013], + [75.12564098384718, 20.35032130583322], + [74.99413083368586, 20.336573761907715], + [74.93449250977548, 20.27058555106527], + [74.8641498713171, 20.33519900751516], + [74.80145317182158, 20.445179358919233], + [74.8121574863696, 20.632145956306154], + [74.93296332198291, 20.656891535372072], + [74.98648489472299, 20.738002044532575], + [74.9620178900418, 20.90159781724613], + [74.91308388067945, 20.9277181507046], + [74.91002550509431, 21.030824730145916], + [74.8580331201468, 21.059694572389486], + [74.89473362716856, 21.149053607905294], + [74.96354707783438, 21.194420502859472], + [75.03694809187792, 21.19167099407437], + [75.13175773501747, 21.278280520805076], + [75.12105342046947, 21.34289397725497], + [75.21127550023131, 21.411631696882516], + [75.38254453299955, 21.380012345853842], + [75.60886432630045, 21.389635626601702], + [75.98657371106613, 21.36901431071344] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mahasamund", + "dt_code": "411", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.26856597930164, 21.37726283706874], + [83.19210658967296, 21.139430327157434], + [83.07741750522995, 21.11193523930642], + [82.96578679637207, 21.17517394136376], + [82.64006979655389, 21.154552625475496], + [82.63854060876132, 21.088564414633055], + [82.56055203134007, 20.946964712200312], + [82.4886802050891, 20.908471589208887], + [82.4596256370302, 20.825986325655833], + [82.33881980141689, 20.874102729395112], + [82.19813452450012, 20.938716185845006], + [82.16143401747834, 21.015702431827854], + [81.98863579691754, 21.08306539706285], + [82.02839467952444, 21.232913625850898], + [82.14614213955261, 21.3112746262263], + [82.1935469611224, 21.378637591461292], + [82.25165609724019, 21.318148398189052], + [82.38928299857182, 21.261783468094468], + [82.47185913937079, 21.327771678936912], + [82.69664974487911, 21.330521187722013], + [82.69053299370881, 21.484493679687713], + [82.8770939044028, 21.55598090810036], + [82.93367385272802, 21.49686646922067], + [83.05906725171906, 21.43637727594843], + [83.26856597930164, 21.37726283706874] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Wardha", + "dt_code": "504", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.25130083186764, 21.330521187722013], + [78.33081859708146, 21.24941067856151], + [78.44550768152449, 21.23703788902855], + [78.59995564857442, 21.109185730521318], + [78.65194803352192, 21.033574238931017], + [78.72687823535803, 21.00470439668745], + [78.73299498652833, 20.946964712200312], + [78.82780462966788, 20.893349290890825], + [78.94249371411091, 20.768246641168695], + [79.05106604738363, 20.738002044532575], + [79.14281731493804, 20.678887605652886], + [79.22080589235931, 20.582654798174325], + [79.13211300039004, 20.457552148452194], + [79.0525952351762, 20.465800674807497], + [78.81710031511987, 20.397062955179955], + [78.79875006160898, 20.29945539330884], + [78.73911173769862, 20.293956375738635], + [78.64583128235162, 20.41905902546077], + [78.56172595376007, 20.439680341349032], + [78.50820438102001, 20.524915113687186], + [78.4103363622953, 20.512542324154225], + [78.26200514641565, 20.578530534996673], + [78.27423864875624, 20.692635149578393], + [78.31246834357059, 20.736627290140024], + [78.25741758303793, 20.886475518928073], + [78.1427284985949, 20.953838484163064], + [78.14425768638748, 21.139430327157434], + [78.05250641883306, 21.254909696131712], + [78.07850261130682, 21.355266766787928], + [78.25130083186764, 21.330521187722013] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Buldhana", + "dt_code": "500", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.38263334934268, 21.076191625100094], + [76.47744299248225, 21.147678853512744], + [76.48967649482285, 21.19167099407437], + [76.62271583277675, 21.184797222111616], + [76.66247471538367, 21.281030029590177], + [76.7236422270866, 21.289278555945486], + [76.78328055099698, 21.193045748466922], + [76.77410542424153, 21.084440151455404], + [76.79704324113014, 21.0033296422949], + [76.76493029748609, 20.85623092229195], + [76.77410542424153, 20.775120413131447], + [76.73281735384205, 20.65551678097952], + [76.78328055099698, 20.603276114062588], + [76.76951786086381, 20.518041341724434], + [76.70835034916087, 20.50016953462127], + [76.74352166839006, 20.337948516300266], + [76.81998105801874, 20.280208831813127], + [76.7465800439752, 20.205972094615376], + [76.75728435852322, 20.127611094239974], + [76.66859146655395, 20.126236339847424], + [76.65788715200594, 20.001133690125293], + [76.60742395485101, 19.92414744414244], + [76.63953689849505, 19.866407759655306], + [76.53708131639263, 19.848535952552144], + [76.49426405820056, 19.92002318096479], + [76.40862954181644, 19.92002318096479], + [76.29699883295856, 19.869157268440407], + [76.098204419924, 19.85678447890745], + [76.07985416641311, 19.91314940900204], + [75.96363589417751, 19.998384181340192], + [76.09514604433885, 20.095991743211307], + [76.14102167811606, 20.30083014770139], + [76.08597091758341, 20.36681835854383], + [76.03092015705076, 20.30495441087904], + [75.96669426976267, 20.369567867328932], + [75.94069807728891, 20.50154428901382], + [75.9758693965181, 20.531788885649938], + [76.03550772042848, 20.555159710323306], + [76.00645315236959, 20.647268254624215], + [75.98504452327356, 20.761372869205942], + [76.11349629784974, 20.891974536498275], + [76.07832497862054, 20.908471589208887], + [76.16395949500466, 21.036323747716118], + [76.34593284232092, 20.951088975377964], + [76.39792522726843, 21.032199484538467], + [76.38263334934268, 21.076191625100094] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Valsad", + "dt_code": "491", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.77527934666155, 20.13173535741763], + [72.74010802743236, 20.24309046321425], + [72.7783377222467, 20.336573761907715], + [72.82880091940163, 20.368193112936382], + [72.88691005551942, 20.461676411629846], + [72.90373112123774, 20.57578102621157], + [72.85479711187537, 20.750374834065532], + [72.97254457190354, 20.74487581649533], + [73.04747477373965, 20.69950892154115], + [73.0734709662134, 20.600526605277487], + [73.2187438065079, 20.601901359670038], + [73.2585026891148, 20.579905289389224], + [73.40683390499444, 20.62389742995085], + [73.47258898007512, 20.584029552566875], + [73.46800141669739, 20.496045271443617], + [73.4037755294093, 20.386064920039544], + [73.4160090317499, 20.204597340222826], + [73.2997907595143, 20.21009635779303], + [73.24932756235937, 20.122112076669772], + [73.21109786754502, 20.120737322277222], + [73.13463847791635, 20.199098322652624], + [73.16675142156039, 20.28845735816843], + [73.04288721036193, 20.325575726767305], + [72.93278568929664, 20.295331130131185], + [72.96184025735553, 20.208721603400477], + [72.87314736538626, 20.22659341050364], + [72.77527934666155, 20.13173535741763] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Akola", + "dt_code": "501", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.81998105801874, 20.280208831813127], + [76.74352166839006, 20.337948516300266], + [76.70835034916087, 20.50016953462127], + [76.76951786086381, 20.518041341724434], + [76.78328055099698, 20.603276114062588], + [76.73281735384205, 20.65551678097952], + [76.77410542424153, 20.775120413131447], + [76.76493029748609, 20.85623092229195], + [76.79704324113014, 21.0033296422949], + [76.77410542424153, 21.084440151455404], + [76.78328055099698, 21.193045748466922], + [76.99889602974986, 21.195795257252023], + [77.16710668693295, 21.242536906598755], + [77.17628181368839, 21.072067361922443], + [77.1288769921186, 20.86310469425471], + [77.2863833347537, 20.846607641544097], + [77.5295241937729, 20.849357150329197], + [77.6105711467793, 20.799865992197365], + [77.6105711467793, 20.718755483036862], + [77.47906099661796, 20.662390552942277], + [77.4591815553145, 20.617023657988096], + [77.33990490749376, 20.57578102621157], + [77.33990490749376, 20.48367248191066], + [77.22980338642847, 20.474049201162803], + [77.18239856485869, 20.398437709572505], + [77.01418790767559, 20.412185253498013], + [76.81998105801874, 20.280208831813127] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhadrak", + "dt_code": "378", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.62207480841556, 20.79574172901971], + [86.59913699152696, 20.8548561678994], + [86.49515222163195, 20.86722895743236], + [86.36058369588548, 20.847982395936647], + [86.28106593067164, 20.908471589208887], + [86.28565349404937, 21.015702431827854], + [86.36670044705576, 21.23703788902855], + [86.51503166293541, 21.135306063979783], + [86.65265856426703, 21.107810976128768], + [86.67253800557049, 21.169674923793558], + [86.80098978014666, 21.230164117065797], + [86.85909891626447, 21.213667064355185], + [86.85298216509418, 21.094063432203257], + [86.97684637629264, 20.860355185469604], + [86.9676712495372, 20.79161746584206], + [86.86521566743477, 20.783368939486756], + [86.80557734352439, 20.735252535747474], + [86.75970170974719, 20.766871886776144], + [86.62207480841556, 20.79574172901971] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dhenkanal", + "dt_code": "383", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.71220807183427, 21.138055572764884], + [85.7504377666486, 20.99233160715449], + [85.84524740978817, 20.9332171682748], + [85.91711923603913, 20.9277181507046], + [85.89876898252825, 20.846607641544097], + [86.03027913268957, 20.80948927294522], + [85.91559004824656, 20.700883675933703], + [85.88806466798023, 20.658266289764622], + [85.78713827367037, 20.67201383369013], + [85.70609132066397, 20.62389742995085], + [85.65562812350905, 20.5496606927531], + [85.58528548505066, 20.51391707854678], + [85.50423853204425, 20.535913148827593], + [85.45683371047447, 20.48504723630321], + [85.25192254626961, 20.518041341724434], + [85.12652914727857, 20.615648903595545], + [85.11429564493798, 20.68301186883054], + [85.1892258467741, 20.700883675933703], + [85.25498092185475, 20.79574172901971], + [85.23051391717358, 21.072067361922443], + [85.27180198757307, 21.17517394136376], + [85.39413701097895, 21.183422467719065], + [85.49812178087396, 21.11468474809152], + [85.54552660244374, 21.166925415008457], + [85.70609132066397, 21.168300169401007], + [85.71220807183427, 21.138055572764884] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jajpur", + "dt_code": "382", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.28565349404937, 21.015702431827854], + [86.28106593067164, 20.908471589208887], + [86.36058369588548, 20.847982395936647], + [86.49515222163195, 20.86722895743236], + [86.59913699152696, 20.8548561678994], + [86.62207480841556, 20.79574172901971], + [86.56396567229777, 20.775120413131447], + [86.52573597748342, 20.688510886400742], + [86.4523349634399, 20.674763342475234], + [86.37740476160378, 20.59365283331473], + [86.27953674287907, 20.581280043781774], + [86.1449682171326, 20.641769237054014], + [86.0409834472376, 20.592278078922178], + [85.91559004824656, 20.700883675933703], + [86.03027913268957, 20.80948927294522], + [85.89876898252825, 20.846607641544097], + [85.91711923603913, 20.9277181507046], + [85.84524740978817, 20.9332171682748], + [85.7504377666486, 20.99233160715449], + [85.71220807183427, 21.138055572764884], + [85.82230959289956, 21.091313923418156], + [85.91711923603913, 21.092688677810706], + [86.02722075710443, 21.138055572764884], + [86.05015857399303, 21.02120144939806], + [86.13426390258458, 21.076191625100094], + [86.28565349404937, 21.015702431827854] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Subarnapur", + "dt_code": "392", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.2793591101928, 20.922219133134398], + [84.26712560785221, 20.880976501357868], + [84.1921954060161, 20.889225027713174], + [84.0408058145513, 20.820487308085628], + [83.93682104465631, 20.842483378366445], + [83.83742383813902, 20.825986325655833], + [83.76249363630292, 20.780619430701652], + [83.7579060729252, 20.71738072864431], + [83.68450505888165, 20.55928397350096], + [83.60192891808269, 20.530414131257388], + [83.59428297911982, 20.60602562284769], + [83.66462561757821, 20.705007939111354], + [83.57593272560894, 20.87272797500256], + [83.63862942510445, 20.981333572014083], + [83.51017765052828, 20.979958817621533], + [83.4566560777882, 21.05831981799693], + [83.54840734534261, 21.076191625100094], + [83.60498729366783, 21.12843229201703], + [83.71355962694057, 21.11880901126917], + [83.78390226539895, 21.151803116690395], + [83.84048221372417, 21.094063432203257], + [83.89400378646425, 21.17517394136376], + [83.98422586622608, 21.131181800802132], + [84.0178679976627, 21.05144604603418], + [84.14326139665374, 21.033574238931017], + [84.23807103979331, 20.922219133134398], + [84.2793591101928, 20.922219133134398] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nuapada", + "dt_code": "394", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.33881980141689, 20.874102729395112], + [82.4596256370302, 20.825986325655833], + [82.4886802050891, 20.908471589208887], + [82.56055203134007, 20.946964712200312], + [82.63854060876132, 21.088564414633055], + [82.69359136929397, 21.01982669500551], + [82.68135786695338, 20.885100764535522], + [82.70123730825684, 20.72837876378472], + [82.74252537865632, 20.629396447521053], + [82.68441624253852, 20.460301657237295], + [82.73029187631573, 20.381940656861893], + [82.81286801711471, 20.325575726767305], + [82.86180202647706, 20.22934291928874], + [82.82051395607758, 20.1661042172314], + [82.71805837397514, 19.988760900592336], + [82.39845812532727, 20.05612386582733], + [82.38622462298667, 20.145482901343136], + [82.42139594221587, 20.204597340222826], + [82.39998731311984, 20.340698025085366], + [82.43821700793417, 20.434181323778827], + [82.3327030502466, 20.56203348228606], + [82.37704949623122, 20.632145956306154], + [82.35258249155005, 20.700883675933703], + [82.33881980141689, 20.874102729395112] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Balangir", + "dt_code": "393", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.4566560777882, 21.05831981799693], + [83.51017765052828, 20.979958817621533], + [83.63862942510445, 20.981333572014083], + [83.57593272560894, 20.87272797500256], + [83.66462561757821, 20.705007939111354], + [83.59428297911982, 20.60602562284769], + [83.60192891808269, 20.530414131257388], + [83.5835786645718, 20.48779674508831], + [83.66615480537078, 20.42180853424587], + [83.65086292744505, 20.388814428824645], + [83.618749983801, 20.351696060225773], + [83.49947333598026, 20.416309516675664], + [83.421484758559, 20.402561972750156], + [83.36184643464863, 20.317327200412002], + [83.23798222345017, 20.256838007139763], + [83.22574872110958, 20.204597340222826], + [83.14470176810318, 20.1688537260165], + [83.09118019536311, 20.200473077045174], + [83.016249993527, 20.171603234801605], + [82.82051395607758, 20.1661042172314], + [82.86180202647706, 20.22934291928874], + [82.81286801711471, 20.325575726767305], + [82.73029187631573, 20.381940656861893], + [82.68441624253852, 20.460301657237295], + [82.74252537865632, 20.629396447521053], + [82.70123730825684, 20.72837876378472], + [82.88932740674339, 20.907096834816336], + [82.9810786742978, 20.845232887151546], + [83.13093907797001, 20.857605676684503], + [83.21657359435414, 20.9304676594897], + [83.28538704501995, 20.85348141350685], + [83.4046636928407, 20.889225027713174], + [83.38631343932981, 20.98958209836939], + [83.4566560777882, 21.05831981799693] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nashik", + "dt_code": "516", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.8121574863696, 20.632145956306154], + [74.80145317182158, 20.445179358919233], + [74.8641498713171, 20.33519900751516], + [74.93449250977548, 20.27058555106527], + [74.89626281496115, 20.17985176115691], + [74.8182742375399, 20.249964235177007], + [74.71428946764489, 20.134484866202733], + [74.73569809674092, 20.080869444893246], + [74.66994302166025, 19.946143514423255], + [74.31822982936832, 19.98463663741468], + [74.27388338338369, 19.906275637039283], + [74.36257627535295, 19.87190677722551], + [74.37328058990097, 19.801794303205412], + [74.16684023790353, 19.73030707479277], + [74.11943541633374, 19.640948039276957], + [74.02156739760903, 19.67394214469818], + [73.9252285666769, 19.67256739030563], + [73.83959405029277, 19.741305109933172], + [73.77689735079726, 19.640948039276957], + [73.70349633675373, 19.59695589871533], + [73.61633263257704, 19.585957863574922], + [73.48482248241571, 19.724808057222564], + [73.45118035097909, 19.76467593460654], + [73.40683390499444, 20.019005497228456], + [73.30896588626973, 20.05612386582733], + [73.24932756235937, 20.122112076669772], + [73.2997907595143, 20.21009635779303], + [73.4160090317499, 20.204597340222826], + [73.4037755294093, 20.386064920039544], + [73.46800141669739, 20.496045271443617], + [73.47258898007512, 20.584029552566875], + [73.40683390499444, 20.62389742995085], + [73.47411816786769, 20.720130237429416], + [73.61480344478446, 20.6252721843434], + [73.6530331395988, 20.564782991071162], + [73.74478440715322, 20.564782991071162], + [73.8380648625002, 20.62114792116575], + [73.87476536952197, 20.72975351817727], + [73.91758262771404, 20.724254500607067], + [73.94204963239521, 20.83973386958134], + [74.02003820981646, 20.834234852011136], + [74.15766511114809, 20.86172993986216], + [74.38092652886384, 20.83973386958134], + [74.43597728939649, 20.80261550098247], + [74.53843287149891, 20.83698436079624], + [74.66535545828253, 20.775120413131447], + [74.65006358035679, 20.694009903970944], + [74.8121574863696, 20.632145956306154] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Boudh", + "dt_code": "391", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.60192891808269, 20.530414131257388], + [83.68450505888165, 20.55928397350096], + [83.7579060729252, 20.71738072864431], + [83.76249363630292, 20.780619430701652], + [83.83742383813902, 20.825986325655833], + [83.93682104465631, 20.842483378366445], + [84.0408058145513, 20.820487308085628], + [84.1921954060161, 20.889225027713174], + [84.26712560785221, 20.880976501357868], + [84.34817256085861, 20.832860097618585], + [84.36040606319919, 20.765497132383594], + [84.56072966402634, 20.689885640793293], + [84.63871824144759, 20.62389742995085], + [84.76717001602378, 20.603276114062588], + [84.68153549963965, 20.432806569386276], + [84.51026646687141, 20.3956882007874], + [84.38793144346552, 20.530414131257388], + [84.36958118995463, 20.651392517801867], + [84.27630073460764, 20.67201383369013], + [84.22583753745272, 20.581280043781774], + [83.8741243451608, 20.582654798174325], + [83.79613576773954, 20.508418060976574], + [83.81448602125042, 20.435556078171377], + [83.66615480537078, 20.42180853424587], + [83.5835786645718, 20.48779674508831], + [83.60192891808269, 20.530414131257388] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gadchiroli", + "dt_code": "508", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.98234141306096, 20.677512851260335], + [80.05727161489706, 20.711881711074106], + [80.24230333779848, 20.65551678097952], + [80.30805841287913, 20.72837876378472], + [80.33252541756032, 20.820487308085628], + [80.39063455367811, 20.80673976416012], + [80.56190358644636, 20.823236816870732], + [80.58025383995724, 20.67338858808268], + [80.52061551604687, 20.579905289389224], + [80.61695434697901, 20.585404306959425], + [80.59095815450526, 20.3929386920023], + [80.62612947373445, 20.33244949873006], + [80.39522211705584, 20.244465217606802], + [80.4319226240776, 20.135859620595284], + [80.50532363812113, 20.144108146950586], + [80.54508252072804, 20.10011600638896], + [80.52979064280231, 19.939269742460503], + [80.46862313109936, 19.82653988227133], + [80.54661170852062, 19.818291355916024], + [80.56343277423893, 19.759176917036335], + [80.67200510751165, 19.702811986941747], + [80.71482236570372, 19.616202460211042], + [80.8952665252274, 19.519969652732478], + [80.85244926703534, 19.364622406374227], + [80.75152287272549, 19.28763616039138], + [80.61236678360129, 19.309632230672193], + [80.5771954643721, 19.397616511795448], + [80.48238582123253, 19.33712731852321], + [80.39369292926327, 19.187279089735163], + [80.33252541756032, 19.144661703566086], + [80.32946704197516, 19.070424966368336], + [80.27135790585737, 18.942572807861104], + [80.34934648327862, 18.84771475477509], + [80.27441628144251, 18.765229491222037], + [80.2759454692351, 18.71986259626786], + [80.11843912660001, 18.679994718883883], + [80.01904192008273, 18.77072850879224], + [79.91352796239515, 18.825718684494277], + [79.96093278396494, 18.865586561878253], + [79.9395241548689, 19.03468135216201], + [79.8584772018625, 19.102044317397006], + [79.92881984032088, 19.158409247491594], + [79.97775384968324, 19.398991266188], + [79.94411171824662, 19.47047849460065], + [79.8645939530328, 19.510346371984625], + [79.806484816915, 19.579084091612167], + [79.78201781223382, 19.727557566007665], + [79.73767136624919, 19.815541847130923], + [79.80342644132985, 19.892528093113775], + [79.78354700002639, 20.0093822164806], + [79.8523604506922, 20.030003532368863], + [79.91505715018772, 19.969514339096623], + [79.98998735202383, 20.04512583068692], + [79.96704953513523, 20.11798781349212], + [79.98692897643868, 20.214220620970682], + [79.94258253045405, 20.28983211256098], + [79.97163709851294, 20.353070814618324], + [79.92423227694316, 20.555159710323306], + [79.93340740369861, 20.67338858808268], + [79.98234141306096, 20.677512851260335] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Washim", + "dt_code": "502", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.63953689849505, 19.866407759655306], + [76.60742395485101, 19.92414744414244], + [76.65788715200594, 20.001133690125293], + [76.66859146655395, 20.126236339847424], + [76.75728435852322, 20.127611094239974], + [76.7465800439752, 20.205972094615376], + [76.81998105801874, 20.280208831813127], + [77.01418790767559, 20.412185253498013], + [77.18239856485869, 20.398437709572505], + [77.22980338642847, 20.474049201162803], + [77.33990490749376, 20.48367248191066], + [77.33990490749376, 20.57578102621157], + [77.4591815553145, 20.617023657988096], + [77.47906099661796, 20.662390552942277], + [77.6105711467793, 20.718755483036862], + [77.65644678055651, 20.63901972826891], + [77.65033002938621, 20.564782991071162], + [77.67326784627481, 20.538662657612697], + [77.57387063975753, 20.399812463965056], + [77.6105711467793, 20.263711779102515], + [77.66562190731194, 20.247214726391903], + [77.67020947068967, 20.10149076078151], + [77.57998739092783, 20.028628777976312], + [77.52493663039517, 20.097366497603858], + [77.37201785113781, 20.04650058507947], + [77.28485414696112, 19.909025145824383], + [77.21451150850274, 19.973638602274278], + [77.10288079964485, 19.93239597049775], + [77.03559653677162, 20.00800746208805], + [76.77257623644896, 19.935145479282852], + [76.74046329280492, 19.873281531618062], + [76.63953689849505, 19.866407759655306] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Cuttack", + "dt_code": "381", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.12652914727857, 20.615648903595545], + [85.25192254626961, 20.518041341724434], + [85.45683371047447, 20.48504723630321], + [85.50423853204425, 20.535913148827593], + [85.58528548505066, 20.51391707854678], + [85.65562812350905, 20.5496606927531], + [85.70609132066397, 20.62389742995085], + [85.78713827367037, 20.67201383369013], + [85.88806466798023, 20.658266289764622], + [85.91559004824656, 20.700883675933703], + [86.0409834472376, 20.592278078922178], + [86.1449682171326, 20.641769237054014], + [86.27953674287907, 20.581280043781774], + [86.2489529870276, 20.538662657612697], + [86.27341999170878, 20.387439674432095], + [86.2489529870276, 20.36544360415128], + [86.01039969138611, 20.377816393684242], + [86.03945425944502, 20.28708260377588], + [86.15108496830288, 20.214220620970682], + [86.14190984154745, 20.144108146950586], + [86.18166872415436, 20.05337435704223], + [86.12508877582914, 20.036877304331618], + [86.0807423298445, 20.10424026956661], + [85.8788895412248, 20.35719507779598], + [85.7856090858778, 20.434181323778827], + [85.71679563521198, 20.403936727142707], + [85.623515179865, 20.292581621346084], + [85.52411797334771, 20.306329165271592], + [85.32991112369086, 20.278834077420576], + [85.36661163071263, 20.36681835854383], + [85.15864209092263, 20.379191148076792], + [84.84821696903018, 20.527664622472287], + [84.89715097839253, 20.582654798174325], + [85.07453676233106, 20.581280043781774], + [85.12652914727857, 20.615648903595545] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chandrapur", + "dt_code": "509", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.51899751191115, 20.714631219859207], + [79.6612119766205, 20.66651481611993], + [79.74990486858977, 20.689885640793293], + [79.93340740369861, 20.67338858808268], + [79.92423227694316, 20.555159710323306], + [79.97163709851294, 20.353070814618324], + [79.94258253045405, 20.28983211256098], + [79.98692897643868, 20.214220620970682], + [79.96704953513523, 20.11798781349212], + [79.98998735202383, 20.04512583068692], + [79.91505715018772, 19.969514339096623], + [79.8523604506922, 20.030003532368863], + [79.78354700002639, 20.0093822164806], + [79.80342644132985, 19.892528093113775], + [79.73767136624919, 19.815541847130923], + [79.78201781223382, 19.727557566007665], + [79.806484816915, 19.579084091612167], + [79.74378811741948, 19.60932868824829], + [79.47159269034137, 19.500723091236765], + [79.36607873265379, 19.576334582827066], + [79.25291883600335, 19.592831635537678], + [79.19022213650783, 19.459480459460238], + [79.09694168116084, 19.53234244226544], + [78.93637696294061, 19.5502142493686], + [78.95625640424407, 19.65607033759502], + [78.85991757331193, 19.689064443016242], + [78.84156731980104, 19.761926425821436], + [78.90426401929656, 19.73718084675552], + [78.9715482821698, 19.807293320775617], + [79.07247467647966, 19.818291355916024], + [79.10764599570885, 20.0093822164806], + [78.95319802865892, 20.171603234801605], + [78.92108508501488, 20.25408849835466], + [78.8155711273273, 20.251338989569557], + [78.79875006160898, 20.29945539330884], + [78.81710031511987, 20.397062955179955], + [79.0525952351762, 20.465800674807497], + [79.13211300039004, 20.457552148452194], + [79.22080589235931, 20.582654798174325], + [79.32020309887659, 20.585404306959425], + [79.35384523031321, 20.652767272194417], + [79.43642137111217, 20.661015798549727], + [79.51899751191115, 20.714631219859207] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Yavatmal", + "dt_code": "510", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.27423864875624, 20.692635149578393], + [78.26200514641565, 20.578530534996673], + [78.4103363622953, 20.512542324154225], + [78.50820438102001, 20.524915113687186], + [78.56172595376007, 20.439680341349032], + [78.64583128235162, 20.41905902546077], + [78.73911173769862, 20.293956375738635], + [78.79875006160898, 20.29945539330884], + [78.8155711273273, 20.251338989569557], + [78.92108508501488, 20.25408849835466], + [78.95319802865892, 20.171603234801605], + [79.10764599570885, 20.0093822164806], + [79.07247467647966, 19.818291355916024], + [78.9715482821698, 19.807293320775617], + [78.90426401929656, 19.73718084675552], + [78.84156731980104, 19.761926425821436], + [78.57548864389324, 19.818291355916024], + [78.43174499139133, 19.814167092738373], + [78.3812817942364, 19.880155303580814], + [78.30635159240029, 19.911774654609488], + [78.20542519809042, 19.898027110683977], + [77.95310921231578, 19.909025145824383], + [77.84912444242077, 19.79629528563521], + [77.86288713255394, 19.745429373110827], + [78.03109778973703, 19.691813951801343], + [78.08920692585484, 19.636823776099305], + [78.17942900561668, 19.650571320024817], + [78.18860413237212, 19.558462775723903], + [78.06779829675881, 19.458105705067688], + [77.90723357853858, 19.53371719665799], + [77.79866124526585, 19.449857178712385], + [77.74972723590349, 19.508971617592074], + [77.64880084159364, 19.557088021331353], + [77.60598358340158, 19.647821811239712], + [77.45765236752193, 19.682190671053483], + [77.36131353658979, 19.85953398769255], + [77.28485414696112, 19.909025145824383], + [77.37201785113781, 20.04650058507947], + [77.52493663039517, 20.097366497603858], + [77.57998739092783, 20.028628777976312], + [77.67020947068967, 20.10149076078151], + [77.66562190731194, 20.247214726391903], + [77.6105711467793, 20.263711779102515], + [77.57387063975753, 20.399812463965056], + [77.67326784627481, 20.538662657612697], + [77.65033002938621, 20.564782991071162], + [77.77878180396239, 20.540037412005248], + [77.97298865361924, 20.588153815744526], + [78.03721454090733, 20.665140061727378], + [78.12896580846174, 20.647268254624215], + [78.27423864875624, 20.692635149578393] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kandhamal", + "dt_code": "390", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.65086292744505, 20.388814428824645], + [83.66615480537078, 20.42180853424587], + [83.81448602125042, 20.435556078171377], + [83.79613576773954, 20.508418060976574], + [83.8741243451608, 20.582654798174325], + [84.22583753745272, 20.581280043781774], + [84.27630073460764, 20.67201383369013], + [84.36958118995463, 20.651392517801867], + [84.38793144346552, 20.530414131257388], + [84.51026646687141, 20.3956882007874], + [84.54237941051545, 20.251338989569557], + [84.5867258565001, 20.17435274358671], + [84.4873286499828, 20.141358638165485], + [84.45368651854619, 20.16747897162395], + [84.36346443878435, 20.025879269191208], + [84.38946063125809, 19.955766795171115], + [84.46286164530163, 19.953017286386014], + [84.46133245750906, 19.85678447890745], + [84.37875631671008, 19.845786443767043], + [84.27477154681507, 19.880155303580814], + [84.18454946705323, 19.8609087420851], + [84.16008246237206, 19.73855560114807], + [84.23960022758588, 19.665693618342875], + [84.23348347641559, 19.573585074041965], + [84.12949870652058, 19.629950004136553], + [83.93987942024145, 19.635449021706755], + [83.84506977710188, 19.709685758904506], + [83.76708119968063, 19.716559530867258], + [83.64780455185989, 19.65744509198757], + [83.618749983801, 19.814167092738373], + [83.52852790403915, 19.8554097245149], + [83.5606408476832, 19.929646461712647], + [83.49641496039511, 19.959891058348767], + [83.58816622794953, 20.098741251996408], + [83.71050125135541, 20.10149076078151], + [83.78237307760637, 20.21284586657813], + [83.71967637811085, 20.23759144564405], + [83.7059136879777, 20.368193112936382], + [83.65086292744505, 20.388814428824645] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jalna", + "dt_code": "514", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.9758693965181, 20.531788885649938], + [75.94069807728891, 20.50154428901382], + [75.96669426976267, 20.369567867328932], + [76.03092015705076, 20.30495441087904], + [76.08597091758341, 20.36681835854383], + [76.14102167811606, 20.30083014770139], + [76.09514604433885, 20.095991743211307], + [75.96363589417751, 19.998384181340192], + [76.07985416641311, 19.91314940900204], + [76.098204419924, 19.85678447890745], + [76.29699883295856, 19.869157268440407], + [76.40862954181644, 19.92002318096479], + [76.49426405820056, 19.92002318096479], + [76.53708131639263, 19.848535952552144], + [76.51261431171145, 19.825165127878776], + [76.48508893144512, 19.79767004002776], + [76.48814730703026, 19.67669165348328], + [76.44991761221593, 19.66156935516522], + [76.44227167325306, 19.54059096862074], + [76.37498741037982, 19.53784145983564], + [76.36428309583181, 19.47047849460065], + [76.28782370620313, 19.433360126001773], + [76.26335670152194, 19.333003055345557], + [76.2083059409893, 19.273888616465868], + [76.1043211710943, 19.308257476279643], + [75.94375645287407, 19.29176042356903], + [75.91164350923002, 19.392117494225246], + [75.75107879100979, 19.35774863441147], + [75.6058059507153, 19.38524372226249], + [75.65473996007765, 19.569460810864314], + [75.59816001175243, 19.59970540750043], + [75.63180214318905, 19.668443127127976], + [75.62415620422618, 19.770174952176745], + [75.65473996007765, 19.907650391431833], + [75.64403564552964, 20.006632707695495], + [75.59204326058213, 20.006632707695495], + [75.64403564552964, 20.185350778727113], + [75.76484148114295, 20.452053130881986], + [75.83824249518648, 20.457552148452194], + [75.88105975337855, 20.56065872789351], + [75.9758693965181, 20.531788885649938] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nayagarh", + "dt_code": "385", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.51026646687141, 20.3956882007874], + [84.68153549963965, 20.432806569386276], + [84.76717001602378, 20.603276114062588], + [84.84821696903018, 20.527664622472287], + [85.15864209092263, 20.379191148076792], + [85.36661163071263, 20.36681835854383], + [85.32991112369086, 20.278834077420576], + [85.322265184728, 20.22934291928874], + [85.22286797821072, 20.221094392933438], + [85.2121636636627, 20.13173535741763], + [85.36202406733491, 20.188100287512214], + [85.38037432084579, 20.07124616414539], + [85.4553045226819, 19.970889093489173], + [85.41860401566014, 19.92414744414244], + [85.16170046650777, 19.90490088264673], + [85.12347077169343, 19.9337707248903], + [84.93996823658459, 19.898027110683977], + [84.90173854177026, 19.991510409377437], + [84.79775377187525, 20.090492725641102], + [84.83139590331187, 20.216970129755786], + [84.70447331652827, 20.278834077420576], + [84.5867258565001, 20.17435274358671], + [84.54237941051545, 20.251338989569557], + [84.51026646687141, 20.3956882007874] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Uttar Bastar Kanker", + "dt_code": "413", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.67200510751165, 19.702811986941747], + [80.56343277423893, 19.759176917036335], + [80.54661170852062, 19.818291355916024], + [80.46862313109936, 19.82653988227133], + [80.52979064280231, 19.939269742460503], + [80.54508252072804, 20.10011600638896], + [80.58484140333496, 20.17710225237181], + [80.65365485400078, 20.22659341050364], + [80.71482236570372, 20.190849796297318], + [80.74999368493292, 20.291206866953534], + [80.82951145014674, 20.309078674056693], + [80.8600952059982, 20.387439674432095], + [80.99160535615954, 20.458926902844745], + [81.14911169879463, 20.37644163929169], + [81.22251271283815, 20.41905902546077], + [81.32496829494059, 20.56340823667861], + [81.41060281132471, 20.553784955930755], + [81.45647844510192, 20.51391707854678], + [81.59716372201869, 20.519416096116984], + [81.69197336515825, 20.48092297312556], + [81.79442894726068, 20.326950481159855], + [81.77454950595722, 20.232092428073845], + [81.81430838856414, 20.16747897162395], + [81.67973986281767, 20.13036060302508], + [81.5849302196781, 20.194974059474973], + [81.45036169393163, 20.146857655735687], + [81.38766499443611, 20.047875339472025], + [81.29132616350397, 20.021755006013557], + [81.32649748273316, 19.939269742460503], + [81.40601524794698, 19.880155303580814], + [81.37390230430294, 19.7797982329246], + [81.15828682555006, 19.755052653858684], + [81.08488581150652, 19.7069362501194], + [81.00842642187786, 19.812792338345822], + [80.94878809796748, 19.830664145448985], + [80.88762058626453, 19.937894988067953], + [80.8432741402799, 19.94751826881581], + [80.74846449714033, 19.8526602157298], + [80.67200510751165, 19.702811986941747] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Khordha", + "dt_code": "386", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.32991112369086, 20.278834077420576], + [85.52411797334771, 20.306329165271592], + [85.623515179865, 20.292581621346084], + [85.71679563521198, 20.403936727142707], + [85.7856090858778, 20.434181323778827], + [85.8788895412248, 20.35719507779598], + [86.0807423298445, 20.10424026956661], + [85.89876898252825, 20.109739287136815], + [85.88653548018766, 20.183976024334562], + [85.70303294507883, 20.142733392558036], + [85.67856594039765, 20.067121900967734], + [85.55164335361404, 19.962640567133867], + [85.56387685595462, 19.8526602157298], + [85.43848345696358, 19.882904812365915], + [85.32991112369086, 19.785297250494803], + [85.25192254626961, 19.76742544339164], + [85.1831090956038, 19.67256739030563], + [85.13723346182658, 19.73855560114807], + [85.00419412387268, 19.804543811990513], + [84.93996823658459, 19.898027110683977], + [85.12347077169343, 19.9337707248903], + [85.16170046650777, 19.90490088264673], + [85.41860401566014, 19.92414744414244], + [85.4553045226819, 19.970889093489173], + [85.38037432084579, 20.07124616414539], + [85.36202406733491, 20.188100287512214], + [85.2121636636627, 20.13173535741763], + [85.22286797821072, 20.221094392933438], + [85.322265184728, 20.22934291928874], + [85.32991112369086, 20.278834077420576] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kalahandi", + "dt_code": "395", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.71805837397514, 19.988760900592336], + [82.82051395607758, 20.1661042172314], + [83.016249993527, 20.171603234801605], + [83.09118019536311, 20.200473077045174], + [83.14470176810318, 20.1688537260165], + [83.22574872110958, 20.204597340222826], + [83.23798222345017, 20.256838007139763], + [83.36184643464863, 20.317327200412002], + [83.421484758559, 20.402561972750156], + [83.49947333598026, 20.416309516675664], + [83.618749983801, 20.351696060225773], + [83.65086292744505, 20.388814428824645], + [83.7059136879777, 20.368193112936382], + [83.71967637811085, 20.23759144564405], + [83.78237307760637, 20.21284586657813], + [83.71050125135541, 20.10149076078151], + [83.58816622794953, 20.098741251996408], + [83.49641496039511, 19.959891058348767], + [83.4046636928407, 19.92139793535734], + [83.45359770220304, 19.73718084675552], + [83.36949237361151, 19.620326723388693], + [83.26397841592392, 19.5474647405835], + [83.18598983850266, 19.456730950675137], + [83.06977156626706, 19.561212284509004], + [82.97954948650523, 19.449857178712385], + [82.91838197480229, 19.238145002259543], + [82.8709771532325, 19.195527616090466], + [82.85568527530677, 19.205150896838326], + [82.82204314387015, 19.32200502020515], + [82.75628806878949, 19.327504037775356], + [82.68900380591624, 19.41961258207626], + [82.56666878251036, 19.544715231798396], + [82.5467893412069, 19.61207819703339], + [82.59419416277669, 19.775673969746947], + [82.69664974487911, 19.830664145448985], + [82.71805837397514, 19.988760900592336] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jagatsinghpur", + "dt_code": "380", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.18166872415436, 20.05337435704223], + [86.14190984154745, 20.144108146950586], + [86.15108496830288, 20.214220620970682], + [86.03945425944502, 20.28708260377588], + [86.01039969138611, 20.377816393684242], + [86.2489529870276, 20.36544360415128], + [86.39422582732209, 20.36544360415128], + [86.4523349634399, 20.329699989944956], + [86.60372455490467, 20.340698025085366], + [86.72300120272541, 20.29808063891629], + [86.7765227754655, 20.33519900751516], + [86.68018394453335, 20.263711779102515], + [86.53338191644629, 20.18122651554946], + [86.36975882264092, 19.98188712862958], + [86.27036161612364, 20.04100156750927], + [86.18166872415436, 20.05337435704223] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Puri", + "dt_code": "387", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.0807423298445, 20.10424026956661], + [86.12508877582914, 20.036877304331618], + [86.18166872415436, 20.05337435704223], + [86.27036161612364, 20.04100156750927], + [86.36975882264092, 19.98188712862958], + [86.22754435793158, 19.900776619469077], + [85.88500629239508, 19.812792338345822], + [85.67856594039765, 19.745429373110827], + [85.35284894057946, 19.588707372360027], + [85.17240478105577, 19.467728985815548], + [85.1831090956038, 19.67256739030563], + [85.25192254626961, 19.76742544339164], + [85.32991112369086, 19.785297250494803], + [85.43848345696358, 19.882904812365915], + [85.56387685595462, 19.8526602157298], + [85.55164335361404, 19.962640567133867], + [85.67856594039765, 20.067121900967734], + [85.70303294507883, 20.142733392558036], + [85.88653548018766, 20.183976024334562], + [85.89876898252825, 20.109739287136815], + [86.0807423298445, 20.10424026956661] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ahmednagar", + "dt_code": "522", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.61633263257704, 19.585957863574922], + [73.70349633675373, 19.59695589871533], + [73.77689735079726, 19.640948039276957], + [73.83959405029277, 19.741305109933172], + [73.9252285666769, 19.67256739030563], + [74.02156739760903, 19.67394214469818], + [74.11943541633374, 19.640948039276957], + [74.16684023790353, 19.73030707479277], + [74.37328058990097, 19.801794303205412], + [74.36257627535295, 19.87190677722551], + [74.27388338338369, 19.906275637039283], + [74.31822982936832, 19.98463663741468], + [74.66994302166025, 19.946143514423255], + [74.591954444239, 19.78117298731715], + [74.71734784323003, 19.7797982329246], + [74.84885799339136, 19.646447056847162], + [74.88402931262056, 19.65607033759502], + [75.1531663641135, 19.588707372360027], + [75.25562194621594, 19.522719161517582], + [75.32902296025948, 19.50484735441442], + [75.36572346728124, 19.397616511795448], + [75.47582498834655, 19.42648635403902], + [75.5308757488792, 19.375620441514634], + [75.52017143433117, 19.27801287964352], + [75.40395316209558, 19.198277124875567], + [75.44982879587279, 19.082797755901296], + [75.30914351895602, 19.097920054219355], + [75.28467651427484, 19.03468135216201], + [75.18680849555012, 19.0937957910417], + [75.1653998664541, 19.037430860947115], + [75.07059022331454, 19.055302668050274], + [74.94213844873835, 19.133663668425676], + [74.91461306847202, 19.037430860947115], + [74.82439098871018, 18.932949527113244], + [75.04000646746306, 18.763854736829487], + [75.15622473969866, 18.641501595892457], + [75.20821712464615, 18.739109157763572], + [75.27703057531197, 18.729485877015712], + [75.32902296025948, 18.805097368606013], + [75.38101534520698, 18.76935375439969], + [75.58439732161926, 18.69649177159449], + [75.46206229821338, 18.605757981686132], + [75.4146574766436, 18.531521244488385], + [75.31220189454116, 18.520523209347978], + [75.24185925608278, 18.53976977084369], + [75.10576154254373, 18.490278612711855], + [75.09046966461798, 18.43116417383217], + [74.91461306847202, 18.378923506915235], + [74.83203692767304, 18.334931366353608], + [74.80909911078444, 18.381673015700336], + [74.5460788104618, 18.508150419815017], + [74.57819175410583, 18.549393051591544], + [74.47114860862568, 18.641501595892457], + [74.4757361720034, 18.686868490846635], + [74.38398490444898, 18.803722614213463], + [74.1744861768664, 19.03193184337691], + [74.23412450077677, 19.12266563328527], + [74.21883262285104, 19.20240138805322], + [74.03074252436448, 19.250517791792504], + [73.99862958072043, 19.359123388804022], + [73.93593288122491, 19.33850207291576], + [73.77995572638241, 19.386618476655045], + [73.69279202220571, 19.434734880394323], + [73.71420065130175, 19.484226038526156], + [73.62244938374732, 19.54196572301329], + [73.61633263257704, 19.585957863574922] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nabarangapur", + "dt_code": "397", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.59419416277669, 19.775673969746947], + [82.5467893412069, 19.61207819703339], + [82.56666878251036, 19.544715231798396], + [82.68900380591624, 19.41961258207626], + [82.75628806878949, 19.327504037775356], + [82.82204314387015, 19.32200502020515], + [82.85568527530677, 19.205150896838326], + [82.80369289035926, 19.15153547552884], + [82.70123730825684, 19.191403352912815], + [82.6156027918727, 19.158409247491594], + [82.51773477314799, 19.20240138805322], + [82.40151650091241, 19.16528301945435], + [82.35258249155005, 19.184529580950063], + [82.20578046346299, 19.12129087889272], + [82.16143401747834, 19.20240138805322], + [82.18895939774467, 19.42786110843157], + [82.12626269824915, 19.42923586282412], + [82.10026650577541, 19.517220143947377], + [82.02839467952444, 19.507596863199524], + [82.05897843537592, 19.628575249744003], + [82.06509518654622, 19.79079626806501], + [81.98557742133238, 19.801794303205412], + [81.96875635561408, 19.85953398769255], + [81.8693591490968, 19.902151373861628], + [81.84489214441561, 19.95164253199346], + [81.87547590026709, 20.050624848257126], + [81.87547590026709, 20.051999602649676], + [81.94581853872548, 20.10561502395916], + [82.01769036497643, 20.049250093864575], + [82.06968274992393, 20.05749862021988], + [82.18437183436696, 19.98463663741468], + [82.2684771629585, 19.975013356666828], + [82.34493655258719, 19.836163163019187], + [82.44586294689704, 19.910399900216934], + [82.53149746328117, 19.878780549188264], + [82.59419416277669, 19.775673969746947] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hingoli", + "dt_code": "512", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.53708131639263, 19.848535952552144], + [76.63953689849505, 19.866407759655306], + [76.74046329280492, 19.873281531618062], + [76.77257623644896, 19.935145479282852], + [77.03559653677162, 20.00800746208805], + [77.10288079964485, 19.93239597049775], + [77.21451150850274, 19.973638602274278], + [77.28485414696112, 19.909025145824383], + [77.36131353658979, 19.85953398769255], + [77.45765236752193, 19.682190671053483], + [77.46988586986252, 19.492474564881462], + [77.37966379010068, 19.33850207291576], + [77.31237952722745, 19.35499912562637], + [77.17934018927355, 19.22852172151169], + [77.1579315601775, 19.084172510293847], + [77.08453054613398, 19.10891808935976], + [76.97595821286124, 19.317880757027496], + [76.88879450868455, 19.35499912562637], + [76.84903562607764, 19.508971617592074], + [76.91173232557315, 19.642322793669507], + [76.79092648995984, 19.67119263591308], + [76.68541253227227, 19.757802162643785], + [76.51261431171145, 19.825165127878776], + [76.53708131639263, 19.848535952552144] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rayagada", + "dt_code": "396", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.49641496039511, 19.959891058348767], + [83.5606408476832, 19.929646461712647], + [83.52852790403915, 19.8554097245149], + [83.618749983801, 19.814167092738373], + [83.64780455185989, 19.65744509198757], + [83.76708119968063, 19.716559530867258], + [83.84506977710188, 19.709685758904506], + [83.93987942024145, 19.635449021706755], + [83.97963830284837, 19.530967687872888], + [83.94752535920432, 19.396241757402898], + [84.01480962207756, 19.376995195907185], + [84.02092637324786, 19.29038566917648], + [83.97963830284837, 19.21339942319363], + [84.03315987558844, 19.132288914033126], + [83.95058373478948, 18.99756298356314], + [83.79307739215439, 19.018184299451402], + [83.74720175837717, 18.993438720385484], + [83.75637688513262, 18.91095345683243], + [83.66309642978564, 19.099294808611905], + [83.60804566925299, 19.0965452998268], + [83.48112308246937, 19.03468135216201], + [83.45971445337334, 18.956320351786612], + [83.34808374451546, 19.018184299451402], + [83.27927029384966, 19.12266563328527], + [83.23492384786502, 19.026432825806708], + [83.13552664134774, 19.136413177210777], + [83.0223667446973, 19.06080168562048], + [83.00554567897898, 19.12129087889272], + [82.8709771532325, 19.195527616090466], + [82.91838197480229, 19.238145002259543], + [82.97954948650523, 19.449857178712385], + [83.06977156626706, 19.561212284509004], + [83.18598983850266, 19.456730950675137], + [83.26397841592392, 19.5474647405835], + [83.36949237361151, 19.620326723388693], + [83.45359770220304, 19.73718084675552], + [83.4046636928407, 19.92139793535734], + [83.49641496039511, 19.959891058348767] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nanded", + "dt_code": "511", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.45765236752193, 19.682190671053483], + [77.60598358340158, 19.647821811239712], + [77.64880084159364, 19.557088021331353], + [77.74972723590349, 19.508971617592074], + [77.79866124526585, 19.449857178712385], + [77.90723357853858, 19.53371719665799], + [78.06779829675881, 19.458105705067688], + [78.18860413237212, 19.558462775723903], + [78.17942900561668, 19.650571320024817], + [78.08920692585484, 19.636823776099305], + [78.03109778973703, 19.691813951801343], + [77.86288713255394, 19.745429373110827], + [77.84912444242077, 19.79629528563521], + [77.95310921231578, 19.909025145824383], + [78.20542519809042, 19.898027110683977], + [78.30635159240029, 19.911774654609488], + [78.36446072851808, 19.78117298731715], + [78.34305209942205, 19.713810022082157], + [78.27576783654881, 19.691813951801343], + [78.30635159240029, 19.606579179463186], + [78.30940996798543, 19.48147652974105], + [78.21154194926072, 19.42786110843157], + [78.19319169574985, 19.316506002634945], + [78.17484144223896, 19.238145002259543], + [78.04180210428505, 19.271139107680767], + [77.94393408556034, 19.342626336093414], + [77.86288713255394, 19.304133213101988], + [77.8598287569688, 19.180405317772408], + [77.79713205747328, 19.073174475153436], + [77.84300769125048, 18.90820394804733], + [77.94852164893805, 18.84359049159744], + [77.83994931566534, 18.805097368606013], + [77.78795693071783, 18.682744227668984], + [77.72984779460003, 18.66624717495837], + [77.73902292135548, 18.5562668235543], + [77.59680845664613, 18.549393051591544], + [77.58457495430554, 18.446286472150227], + [77.52493663039517, 18.37204973495248], + [77.55093282286893, 18.292313980184527], + [77.4652983064848, 18.262069383548408], + [77.40871835815958, 18.301937260932384], + [77.4133059215373, 18.392671050840743], + [77.31696709060516, 18.442162208972576], + [77.26497470565766, 18.422915647476863], + [77.2970876493017, 18.546643542806443], + [77.2680330812428, 18.612631753648888], + [77.15334399679979, 18.64700061346266], + [77.15181480900722, 18.700616034772146], + [77.04630085131963, 18.682744227668984], + [77.05394679028251, 18.76935375439969], + [76.9897209029944, 18.828468193279377], + [76.9560787715578, 18.932949527113244], + [77.02336303443103, 18.931574772720694], + [77.08453054613398, 19.10891808935976], + [77.1579315601775, 19.084172510293847], + [77.17934018927355, 19.22852172151169], + [77.31237952722745, 19.35499912562637], + [77.37966379010068, 19.33850207291576], + [77.46988586986252, 19.492474564881462], + [77.45765236752193, 19.682190671053483] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Narayanpur", + "dt_code": "415", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.85244926703534, 19.364622406374227], + [80.8952665252274, 19.519969652732478], + [80.71482236570372, 19.616202460211042], + [80.67200510751165, 19.702811986941747], + [80.74846449714033, 19.8526602157298], + [80.8432741402799, 19.94751826881581], + [80.88762058626453, 19.937894988067953], + [80.94878809796748, 19.830664145448985], + [81.00842642187786, 19.812792338345822], + [81.08488581150652, 19.7069362501194], + [81.15828682555006, 19.755052653858684], + [81.37390230430294, 19.7797982329246], + [81.37390230430294, 19.73030707479277], + [81.48553301316082, 19.68768968862369], + [81.42742387704303, 19.4801017753485], + [81.47635788640537, 19.4718532489932], + [81.47024113523509, 19.376995195907185], + [81.34331854845146, 19.319255511420046], + [81.29744291467426, 19.335752564130658], + [81.12923225749117, 19.256016809362706], + [80.95490484913778, 19.236770247866993], + [80.95184647355262, 19.311006985064743], + [80.85244926703534, 19.364622406374227] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Parbhani", + "dt_code": "513", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.2083059409893, 19.273888616465868], + [76.26335670152194, 19.333003055345557], + [76.28782370620313, 19.433360126001773], + [76.36428309583181, 19.47047849460065], + [76.37498741037982, 19.53784145983564], + [76.44227167325306, 19.54059096862074], + [76.44991761221593, 19.66156935516522], + [76.48814730703026, 19.67669165348328], + [76.48508893144512, 19.79767004002776], + [76.51261431171145, 19.825165127878776], + [76.68541253227227, 19.757802162643785], + [76.79092648995984, 19.67119263591308], + [76.91173232557315, 19.642322793669507], + [76.84903562607764, 19.508971617592074], + [76.88879450868455, 19.35499912562637], + [76.97595821286124, 19.317880757027496], + [77.08453054613398, 19.10891808935976], + [77.02336303443103, 18.931574772720694], + [76.9560787715578, 18.932949527113244], + [76.9897209029944, 18.828468193279377], + [76.87044425517367, 18.831217702064478], + [76.72211303929403, 18.750107192903975], + [76.58601532575497, 18.872460333841005], + [76.58601532575497, 18.942572807861104], + [76.47744299248225, 18.953570843001508], + [76.36122472024665, 19.15703449309904], + [76.36428309583181, 19.23264598468934], + [76.2083059409893, 19.273888616465868] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pune", + "dt_code": "521", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.77995572638241, 19.386618476655045], + [73.93593288122491, 19.33850207291576], + [73.99862958072043, 19.359123388804022], + [74.03074252436448, 19.250517791792504], + [74.21883262285104, 19.20240138805322], + [74.23412450077677, 19.12266563328527], + [74.1744861768664, 19.03193184337691], + [74.38398490444898, 18.803722614213463], + [74.4757361720034, 18.686868490846635], + [74.47114860862568, 18.641501595892457], + [74.57819175410583, 18.549393051591544], + [74.5460788104618, 18.508150419815017], + [74.80909911078444, 18.381673015700336], + [74.83203692767304, 18.334931366353608], + [74.84274124222107, 18.245572330837796], + [74.94825519990864, 18.26481889233351], + [75.02165621395218, 18.18920740074321], + [75.11187829371403, 18.197455927098517], + [75.09352804020314, 18.06822901419873], + [75.04918159421851, 18.021487364852], + [75.11187829371403, 17.939002101298946], + [75.05223996980365, 17.904633241485175], + [74.8641498713171, 17.952749645224458], + [74.70970190426716, 18.029735891207306], + [74.65465114373451, 18.06822901419873], + [74.46044429407766, 18.046232943917918], + [74.35340114859751, 18.0970988564423], + [74.29987957585743, 18.06685425980618], + [74.11943541633374, 18.132842470648626], + [73.90534912537345, 18.15896280410709], + [73.85794430380366, 18.03111064559986], + [73.65762070297652, 18.029735891207306], + [73.59339481568843, 18.108096891582708], + [73.6530331395988, 18.172710348032602], + [73.54140243074093, 18.20707920784637], + [73.5368148673632, 18.242822822052695], + [73.4205965951276, 18.303312015324934], + [73.39918796603158, 18.40091957719605], + [73.40836309278703, 18.499901893459715], + [73.3227285764029, 18.557641577946853], + [73.38848365148357, 18.653874385425414], + [73.35484152004695, 18.72123735066041], + [73.36860421018011, 18.795474087858157], + [73.42977172188306, 18.873835088233555], + [73.46035547773452, 18.964568878141918], + [73.53222730398548, 19.03055708898436], + [73.5261105528152, 19.129539405248025], + [73.53375649177806, 19.177655808987303], + [73.63009532271019, 19.203776142445776], + [73.77995572638241, 19.386618476655045] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Beed", + "dt_code": "523", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.6058059507153, 19.38524372226249], + [75.75107879100979, 19.35774863441147], + [75.91164350923002, 19.392117494225246], + [75.94375645287407, 19.29176042356903], + [76.1043211710943, 19.308257476279643], + [76.2083059409893, 19.273888616465868], + [76.36428309583181, 19.23264598468934], + [76.36122472024665, 19.15703449309904], + [76.47744299248225, 18.953570843001508], + [76.58601532575497, 18.942572807861104], + [76.58601532575497, 18.872460333841005], + [76.72211303929403, 18.750107192903975], + [76.73434654163462, 18.699241280379596], + [76.59366126471785, 18.673120946921127], + [76.49579324599314, 18.612631753648888], + [76.27406101606996, 18.559016332339404], + [76.10126279550914, 18.58788617458297], + [76.05691634952451, 18.571389121872357], + [75.93916888949634, 18.641501595892457], + [75.58439732161926, 18.69649177159449], + [75.38101534520698, 18.76935375439969], + [75.32902296025948, 18.805097368606013], + [75.27703057531197, 18.729485877015712], + [75.20821712464615, 18.739109157763572], + [75.15622473969866, 18.641501595892457], + [75.04000646746306, 18.763854736829487], + [74.82439098871018, 18.932949527113244], + [74.91461306847202, 19.037430860947115], + [74.94213844873835, 19.133663668425676], + [75.07059022331454, 19.055302668050274], + [75.1653998664541, 19.037430860947115], + [75.18680849555012, 19.0937957910417], + [75.28467651427484, 19.03468135216201], + [75.30914351895602, 19.097920054219355], + [75.44982879587279, 19.082797755901296], + [75.40395316209558, 19.198277124875567], + [75.52017143433117, 19.27801287964352], + [75.5308757488792, 19.375620441514634], + [75.47582498834655, 19.42648635403902], + [75.6058059507153, 19.38524372226249] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mumbai", + "dt_code": "519", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.89455599448229, 18.981065930852527], + [72.9113770602006, 18.948071825431306], + [72.8364468583645, 18.864211807485702], + [72.80280472692787, 18.90545443926223], + [72.83950523394964, 19.048428896087522], + [72.78598366120957, 19.129539405248025], + [72.78445447341699, 19.264265335718015], + [72.90526030903031, 19.247768283007403], + [72.98019051086641, 19.15428498431394], + [72.95572350618524, 18.987939702815282], + [72.89455599448229, 18.981065930852527] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Koraput", + "dt_code": "398", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.85568527530677, 19.205150896838326], + [82.8709771532325, 19.195527616090466], + [83.00554567897898, 19.12129087889272], + [83.0223667446973, 19.06080168562048], + [83.13552664134774, 19.136413177210777], + [83.23492384786502, 19.026432825806708], + [83.27927029384966, 19.12266563328527], + [83.34808374451546, 19.018184299451402], + [83.317499988664, 18.97419215888977], + [83.41230963180357, 18.873835088233555], + [83.20434009201355, 18.752856701689076], + [83.13552664134774, 18.7858508071103], + [82.99942892780868, 18.608507490471233], + [83.04377537379332, 18.545268788413892], + [83.01930836911214, 18.457284507290638], + [83.07741750522995, 18.40366908598115], + [82.96884517195721, 18.361051699812073], + [82.8939149701211, 18.381673015700336], + [82.80675126594441, 18.451785489720432], + [82.77310913450779, 18.34180513831636], + [82.58654822381381, 18.27719168186647], + [82.60642766511727, 18.366550717382275], + [82.48562182950396, 18.52877173570328], + [82.42751269338616, 18.486154349534203], + [82.41527919104557, 18.563140595517055], + [82.36328680609806, 18.623629788789295], + [82.31282360894313, 18.575513385050012], + [82.1706091442338, 18.638752087107356], + [82.09109137901996, 18.737734403371018], + [82.1583756418932, 18.7886003158954], + [82.17672589540409, 18.902704930477128], + [82.2455393460699, 18.919201983187737], + [82.20578046346299, 19.12129087889272], + [82.35258249155005, 19.184529580950063], + [82.40151650091241, 19.16528301945435], + [82.51773477314799, 19.20240138805322], + [82.6156027918727, 19.158409247491594], + [82.70123730825684, 19.191403352912815], + [82.80369289035926, 19.15153547552884], + [82.85568527530677, 19.205150896838326] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Srikakulam", + "dt_code": "542", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.75637688513262, 18.91095345683243], + [83.74720175837717, 18.993438720385484], + [83.79307739215439, 19.018184299451402], + [83.8909454108791, 18.81609540374642], + [84.0362182511736, 18.81747015813897], + [84.08973982391367, 18.75835571925928], + [84.22430834966015, 18.79959835103581], + [84.3191179927997, 18.7886003158954], + [84.4353362650353, 18.924701000757942], + [84.42310276269471, 18.949446579823856], + [84.51485403024913, 19.049803650480072], + [84.5913134198778, 19.023683317021607], + [84.62342636352186, 19.085547264686397], + [84.70141494094311, 19.118541370107618], + [84.76411164043863, 19.074549229545987], + [84.6035469222184, 18.890332140944167], + [84.5515545372709, 18.78997507028795], + [84.4934454011531, 18.740483912156122], + [84.3542893120289, 18.55489206916175], + [84.14784896003147, 18.37342448934503], + [84.12796951872801, 18.31293529607279], + [83.93529185686373, 18.208453962238924], + [83.66309642978564, 18.07922704933914], + [83.60345810587526, 18.15758804971454], + [83.67380074433365, 18.28269069943667], + [83.58510785236437, 18.354177927849317], + [83.58052028898666, 18.499901893459715], + [83.63251267393416, 18.5562668235543], + [83.54840734534261, 18.596134700938276], + [83.5377030307946, 18.71023931552], + [83.68909262225938, 18.806472122998564], + [83.81295683345785, 18.836716719634683], + [83.75637688513262, 18.91095345683243] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Vizianagaram", + "dt_code": "543", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.34808374451546, 19.018184299451402], + [83.45971445337334, 18.956320351786612], + [83.48112308246937, 19.03468135216201], + [83.60804566925299, 19.0965452998268], + [83.66309642978564, 19.099294808611905], + [83.75637688513262, 18.91095345683243], + [83.81295683345785, 18.836716719634683], + [83.68909262225938, 18.806472122998564], + [83.5377030307946, 18.71023931552], + [83.54840734534261, 18.596134700938276], + [83.63251267393416, 18.5562668235543], + [83.58052028898666, 18.499901893459715], + [83.58510785236437, 18.354177927849317], + [83.67380074433365, 18.28269069943667], + [83.60345810587526, 18.15758804971454], + [83.66309642978564, 18.07922704933914], + [83.51935277728371, 17.950000136439353], + [83.40619288063327, 17.96374768036486], + [83.40313450504811, 18.057230979058325], + [83.27315354267937, 18.007739820926492], + [83.20586927980612, 17.846893556998037], + [83.14623095589576, 17.845518802605486], + [83.11105963666657, 17.939002101298946], + [83.00707486677156, 17.977495224290372], + [83.00707486677156, 18.03523490877751], + [83.15234770706604, 18.19058215513576], + [83.26703679150907, 18.21670248859423], + [83.07741750522995, 18.40366908598115], + [83.01930836911214, 18.457284507290638], + [83.04377537379332, 18.545268788413892], + [82.99942892780868, 18.608507490471233], + [83.13552664134774, 18.7858508071103], + [83.20434009201355, 18.752856701689076], + [83.41230963180357, 18.873835088233555], + [83.317499988664, 18.97419215888977], + [83.34808374451546, 19.018184299451402] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Latur", + "dt_code": "524", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.9897209029944, 18.828468193279377], + [77.05394679028251, 18.76935375439969], + [77.04630085131963, 18.682744227668984], + [77.15181480900722, 18.700616034772146], + [77.15334399679979, 18.64700061346266], + [77.2680330812428, 18.612631753648888], + [77.2970876493017, 18.546643542806443], + [77.26497470565766, 18.422915647476863], + [77.24662445214678, 18.37067498055993], + [77.06465110483052, 18.150714277751785], + [76.95149120818007, 18.18783264635066], + [76.9209074523286, 18.117720172330564], + [76.95302039597264, 18.040733926347713], + [76.90561557440286, 18.009114575319042], + [76.91937826453602, 17.915631276625582], + [76.77563461203411, 17.877138153634156], + [76.74046329280492, 17.89913422391497], + [76.67470821772424, 17.918380785410683], + [76.67929578110197, 17.995367031393535], + [76.59824882809556, 18.03111064559986], + [76.42545060753474, 18.03386015438496], + [76.37957497375754, 18.087475575694445], + [76.27864857944769, 18.10947164597526], + [76.31687827426202, 18.329432348783403], + [76.26794426489967, 18.421540893084313], + [76.27406101606996, 18.559016332339404], + [76.49579324599314, 18.612631753648888], + [76.59366126471785, 18.673120946921127], + [76.73434654163462, 18.699241280379596], + [76.72211303929403, 18.750107192903975], + [76.87044425517367, 18.831217702064478], + [76.9897209029944, 18.828468193279377] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Osmanabad", + "dt_code": "525", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.31220189454116, 18.520523209347978], + [75.4146574766436, 18.531521244488385], + [75.46206229821338, 18.605757981686132], + [75.58439732161926, 18.69649177159449], + [75.93916888949634, 18.641501595892457], + [76.05691634952451, 18.571389121872357], + [76.10126279550914, 18.58788617458297], + [76.27406101606996, 18.559016332339404], + [76.26794426489967, 18.421540893084313], + [76.31687827426202, 18.329432348783403], + [76.27864857944769, 18.10947164597526], + [76.37957497375754, 18.087475575694445], + [76.42545060753474, 18.03386015438496], + [76.59824882809556, 18.03111064559986], + [76.67929578110197, 17.995367031393535], + [76.67470821772424, 17.918380785410683], + [76.74046329280492, 17.89913422391497], + [76.79092648995984, 17.826272241109773], + [76.71446710033116, 17.780905346155592], + [76.68541253227227, 17.681923029891927], + [76.65635796421337, 17.71766664409825], + [76.52331862625945, 17.76028403026733], + [76.48967649482285, 17.659926959611113], + [76.4285089831199, 17.643429906900504], + [76.26947345269224, 17.727289924846108], + [76.16548868279723, 17.69979483699509], + [76.12878817577547, 17.767157802230084], + [76.00339477678443, 17.750660749519476], + [76.01868665471017, 17.827646995502324], + [75.87494300220825, 17.845518802605486], + [75.83977168297906, 17.980244733075473], + [75.90858513364488, 18.003615557748837], + [75.98045695989583, 17.97199620672017], + [76.01868665471017, 18.042108680740263], + [75.93763970170377, 18.125968698685867], + [75.94681482845921, 18.230450032519737], + [75.89635163130428, 18.358302191026972], + [75.70520315723257, 18.395420559625848], + [75.56910544369353, 18.235949050089943], + [75.52934656108661, 18.134217225041176], + [75.4375952935322, 18.20432969906127], + [75.38866128416984, 18.3266828399983], + [75.30302676778572, 18.435288437009824], + [75.31220189454116, 18.520523209347978] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Malkangiri", + "dt_code": "399", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.09109137901996, 18.737734403371018], + [82.1706091442338, 18.638752087107356], + [82.31282360894313, 18.575513385050012], + [82.36328680609806, 18.623629788789295], + [82.41527919104557, 18.563140595517055], + [82.42751269338616, 18.486154349534203], + [82.36175761830549, 18.421540893084313], + [82.38316624740152, 18.367925471774825], + [82.3143527967357, 18.185083137565556], + [82.35105330375748, 18.172710348032602], + [82.31894036011343, 18.044858189525364], + [82.25012690944762, 17.992617522608434], + [82.16755076864864, 18.053106715880674], + [82.0314530551096, 18.069603768591282], + [81.9794606701621, 18.013238838496697], + [81.80972082518642, 17.95687390840211], + [81.71644036983943, 17.875763399241606], + [81.61704316332215, 17.82352273232467], + [81.39684012119154, 17.818023714754467], + [81.3998984967767, 17.89363520634477], + [81.48247463757566, 17.977495224290372], + [81.48094544978309, 18.051731961488123], + [81.52529189576774, 18.15346378653689], + [81.52987945914545, 18.240073313267594], + [81.65833123372164, 18.34730415588656], + [81.75008250127605, 18.354177927849317], + [81.7699619425795, 18.41879138429921], + [81.91064721949628, 18.570014367479807], + [81.89994290494826, 18.66074815738817], + [82.09109137901996, 18.737734403371018] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Solapur", + "dt_code": "526", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.83203692767304, 18.334931366353608], + [74.91461306847202, 18.378923506915235], + [75.09046966461798, 18.43116417383217], + [75.10576154254373, 18.490278612711855], + [75.24185925608278, 18.53976977084369], + [75.31220189454116, 18.520523209347978], + [75.30302676778572, 18.435288437009824], + [75.38866128416984, 18.3266828399983], + [75.4375952935322, 18.20432969906127], + [75.52934656108661, 18.134217225041176], + [75.56910544369353, 18.235949050089943], + [75.70520315723257, 18.395420559625848], + [75.89635163130428, 18.358302191026972], + [75.94681482845921, 18.230450032519737], + [75.93763970170377, 18.125968698685867], + [76.01868665471017, 18.042108680740263], + [75.98045695989583, 17.97199620672017], + [75.90858513364488, 18.003615557748837], + [75.83977168297906, 17.980244733075473], + [75.87494300220825, 17.845518802605486], + [76.01868665471017, 17.827646995502324], + [76.00339477678443, 17.750660749519476], + [76.12878817577547, 17.767157802230084], + [76.16548868279723, 17.69979483699509], + [76.26947345269224, 17.727289924846108], + [76.4285089831199, 17.643429906900504], + [76.33217015218776, 17.596688257553772], + [76.33064096439519, 17.47021085343909], + [76.37192903479468, 17.435841993625317], + [76.38263334934268, 17.314863607080838], + [76.22971457008532, 17.365729519605225], + [76.07526660303539, 17.33685967736165], + [75.93152295053348, 17.323112133436144], + [75.89482244351171, 17.401473133811546], + [75.81377549050531, 17.372603291567977], + [75.63333133098162, 17.477084625401844], + [75.57369300707126, 17.383601326708384], + [75.60427676292272, 17.305240326332985], + [75.51711305874602, 17.24062686988309], + [75.4207742278139, 17.26537244894901], + [75.23880088049764, 17.215881290817173], + [75.07976535006998, 17.246125887453296], + [74.92072981964232, 17.166390132685343], + [74.88555850041313, 17.221380308387378], + [74.95895951445667, 17.292867536800024], + [75.03541890408535, 17.41934494091471], + [74.93755088536064, 17.510078730823068], + [74.9849557069304, 17.54444759063684], + [74.90696712950916, 17.626932854189896], + [74.86873743469482, 17.725915170453558], + [74.68829327517113, 17.80427617082896], + [74.63630089022362, 17.873013890456505], + [74.70970190426716, 18.029735891207306], + [74.8641498713171, 17.952749645224458], + [75.05223996980365, 17.904633241485175], + [75.11187829371403, 17.939002101298946], + [75.04918159421851, 18.021487364852], + [75.09352804020314, 18.06822901419873], + [75.11187829371403, 18.197455927098517], + [75.02165621395218, 18.18920740074321], + [74.94825519990864, 18.26481889233351], + [74.84274124222107, 18.245572330837796], + [74.83203692767304, 18.334931366353608] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Visakhapatnam", + "dt_code": "544", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.42751269338616, 18.486154349534203], + [82.48562182950396, 18.52877173570328], + [82.60642766511727, 18.366550717382275], + [82.58654822381381, 18.27719168186647], + [82.77310913450779, 18.34180513831636], + [82.80675126594441, 18.451785489720432], + [82.8939149701211, 18.381673015700336], + [82.96884517195721, 18.361051699812073], + [83.07741750522995, 18.40366908598115], + [83.26703679150907, 18.21670248859423], + [83.15234770706604, 18.19058215513576], + [83.00707486677156, 18.03523490877751], + [83.00707486677156, 17.977495224290372], + [83.11105963666657, 17.939002101298946], + [83.14623095589576, 17.845518802605486], + [83.20586927980612, 17.846893556998037], + [83.27315354267937, 18.007739820926492], + [83.40313450504811, 18.057230979058325], + [83.40619288063327, 17.96374768036486], + [83.51935277728371, 17.950000136439353], + [83.41995557076643, 17.856516837745893], + [83.3465545567229, 17.725915170453558], + [83.1615228338215, 17.559569888954897], + [83.02083755690472, 17.507329222037967], + [82.99178298884581, 17.472960362224192], + [82.7027664960494, 17.34373344932441], + [82.54220177782918, 17.248875396238397], + [82.51773477314799, 17.29836655437023], + [82.60336928953213, 17.45508855512103], + [82.4657423882005, 17.51695250278582], + [82.41069162766784, 17.46746134465399], + [82.34493655258719, 17.494956432505006], + [82.3036484821877, 17.58981448559102], + [82.22871828035159, 17.63930564372285], + [82.0023984870507, 17.63930564372285], + [82.01616117718386, 17.753410258304577], + [81.96111041665121, 17.818023714754467], + [82.02992386731702, 17.939002101298946], + [81.9794606701621, 18.013238838496697], + [82.0314530551096, 18.069603768591282], + [82.16755076864864, 18.053106715880674], + [82.25012690944762, 17.992617522608434], + [82.31894036011343, 18.044858189525364], + [82.35105330375748, 18.172710348032602], + [82.3143527967357, 18.185083137565556], + [82.38316624740152, 18.367925471774825], + [82.36175761830549, 18.421540893084313], + [82.42751269338616, 18.486154349534203] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bidar", + "dt_code": "558", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.26497470565766, 18.422915647476863], + [77.31696709060516, 18.442162208972576], + [77.4133059215373, 18.392671050840743], + [77.40871835815958, 18.301937260932384], + [77.4652983064848, 18.262069383548408], + [77.55093282286893, 18.292313980184527], + [77.60139602002386, 18.27581692747392], + [77.56316632520951, 18.196081172705966], + [77.5983376444387, 18.09297459326465], + [77.54787444728377, 18.055856224665774], + [77.65644678055651, 17.969246697935066], + [77.58610414209812, 17.907382750270276], + [77.53717013273577, 17.77953059176304], + [77.45306480414422, 17.694295819424887], + [77.44388967738877, 17.584315468020815], + [77.31085033943486, 17.595313503161222], + [77.2741498324131, 17.626932854189896], + [77.08605973392655, 17.658552205218562], + [76.89949882323256, 17.644804661293055], + [76.68541253227227, 17.681923029891927], + [76.71446710033116, 17.780905346155592], + [76.79092648995984, 17.826272241109773], + [76.74046329280492, 17.89913422391497], + [76.77563461203411, 17.877138153634156], + [76.91937826453602, 17.915631276625582], + [76.90561557440286, 18.009114575319042], + [76.95302039597264, 18.040733926347713], + [76.9209074523286, 18.117720172330564], + [76.95149120818007, 18.18783264635066], + [77.06465110483052, 18.150714277751785], + [77.24662445214678, 18.37067498055993], + [77.26497470565766, 18.422915647476863] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Satara", + "dt_code": "527", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.65762070297652, 18.029735891207306], + [73.85794430380366, 18.03111064559986], + [73.90534912537345, 18.15896280410709], + [74.11943541633374, 18.132842470648626], + [74.29987957585743, 18.06685425980618], + [74.35340114859751, 18.0970988564423], + [74.46044429407766, 18.046232943917918], + [74.65465114373451, 18.06822901419873], + [74.70970190426716, 18.029735891207306], + [74.63630089022362, 17.873013890456505], + [74.68829327517113, 17.80427617082896], + [74.86873743469482, 17.725915170453558], + [74.90696712950916, 17.626932854189896], + [74.85956230793937, 17.51145348521562], + [74.8060407351993, 17.45371380072848], + [74.69441002634143, 17.479834134186945], + [74.68523489958598, 17.39459936184879], + [74.5277285569509, 17.41934494091471], + [74.49714480109944, 17.383601326708384], + [74.2845876979317, 17.42071969530726], + [74.2555331298728, 17.292867536800024], + [74.2845876979317, 17.20488325567677], + [74.24635800311736, 17.14164455361943], + [74.03074252436448, 17.090778641095042], + [73.94052044460264, 17.13339602726412], + [73.83347729912249, 17.226879325957583], + [73.6943212099983, 17.261248185771354], + [73.66679582973197, 17.39184985306369], + [73.6943212099983, 17.486707906149704], + [73.74478440715322, 17.555445625777246], + [73.68667527103543, 17.68604729306958], + [73.56892781100726, 17.724540416061007], + [73.60256994244386, 17.794652890081103], + [73.5719861865924, 17.875763399241606], + [73.65762070297652, 18.029735891207306] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ratnagiri", + "dt_code": "528", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.5719861865924, 17.875763399241606], + [73.60256994244386, 17.794652890081103], + [73.56892781100726, 17.724540416061007], + [73.68667527103543, 17.68604729306958], + [73.74478440715322, 17.555445625777246], + [73.6943212099983, 17.486707906149704], + [73.66679582973197, 17.39184985306369], + [73.6943212099983, 17.261248185771354], + [73.70655471233887, 17.170514395862995], + [73.80595191885617, 17.08390486913229], + [73.83194811132991, 17.0247904302526], + [73.79524760430814, 16.928557622774036], + [73.70961308792403, 16.82957530651037], + [73.81206867002646, 16.76908611323813], + [73.85182755263337, 16.648107726693652], + [73.76772222404182, 16.602740831739474], + [73.62092019595475, 16.58211951585121], + [73.59951156685872, 16.543626392859785], + [73.46800141669739, 16.494135234727953], + [73.34719558108408, 16.529878848934278], + [73.3517831444618, 16.61511362127243], + [73.30590751068459, 16.730592990246706], + [73.31814101302518, 16.804829727444456], + [73.2768529426257, 16.89143925417516], + [73.29673238392915, 16.984922552868625], + [73.28908644496629, 17.115524220160957], + [73.22333136988561, 17.26537244894901], + [73.24473999898164, 17.321737379043594], + [73.1835724872787, 17.384976081100938], + [73.17745573610841, 17.582940713628265], + [73.04441639815451, 17.981619487468024], + [73.1147590366129, 17.980244733075473], + [73.17286817273069, 18.058605733450875], + [73.2875572571737, 18.070978522983832], + [73.37319177355783, 17.92525455737344], + [73.50623111151174, 17.85101782017569], + [73.5719861865924, 17.875763399241606] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kalaburagi", + "dt_code": "579", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.4285089831199, 17.643429906900504], + [76.48967649482285, 17.659926959611113], + [76.52331862625945, 17.76028403026733], + [76.65635796421337, 17.71766664409825], + [76.68541253227227, 17.681923029891927], + [76.89949882323256, 17.644804661293055], + [77.08605973392655, 17.658552205218562], + [77.2741498324131, 17.626932854189896], + [77.31085033943486, 17.595313503161222], + [77.44388967738877, 17.584315468020815], + [77.46682749427738, 17.57744169605806], + [77.4943528745437, 17.566443660917656], + [77.6855013486154, 17.51145348521562], + [77.51270312805458, 17.430342976055115], + [77.48364855999569, 17.354731484464814], + [77.37966379010068, 17.22275506277993], + [77.36437191217495, 17.158141606330037], + [77.46376911869223, 17.110025202590755], + [77.49741125012885, 17.042662237355763], + [77.46682749427738, 16.954677956232505], + [77.4591815553145, 16.88456548221241], + [77.34143409528635, 16.93405664034424], + [77.16557749914037, 16.939555657914447], + [77.01724628326073, 16.898313026137917], + [76.98207496403154, 16.808953990622108], + [76.91020313778058, 16.817202516977414], + [76.87044425517367, 16.895563517352816], + [76.73434654163462, 16.77870939398599], + [76.596719640303, 16.76496185006048], + [76.46215111455652, 16.711346428750993], + [76.3703998470021, 16.76908611323813], + [76.37498741037982, 16.858445148753944], + [76.44074248546049, 16.997295342401582], + [76.36275390803924, 17.115524220160957], + [76.36887065920953, 17.166390132685343], + [76.24194807242591, 17.15126783436728], + [76.1272589879829, 17.244751133060745], + [76.07526660303539, 17.33685967736165], + [76.22971457008532, 17.365729519605225], + [76.38263334934268, 17.314863607080838], + [76.37192903479468, 17.435841993625317], + [76.33064096439519, 17.47021085343909], + [76.33217015218776, 17.596688257553772], + [76.4285089831199, 17.643429906900504] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sangli", + "dt_code": "531", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.90696712950916, 17.626932854189896], + [74.9849557069304, 17.54444759063684], + [74.93755088536064, 17.510078730823068], + [75.03541890408535, 17.41934494091471], + [74.95895951445667, 17.292867536800024], + [74.88555850041313, 17.221380308387378], + [74.92072981964232, 17.166390132685343], + [75.07976535006998, 17.246125887453296], + [75.23880088049764, 17.215881290817173], + [75.4207742278139, 17.26537244894901], + [75.51711305874602, 17.24062686988309], + [75.60427676292272, 17.305240326332985], + [75.65473996007765, 17.27362097530431], + [75.62568539201875, 17.173263904648095], + [75.67309021358854, 17.115524220160957], + [75.66544427462567, 16.97942353529842], + [75.52934656108661, 16.969800254550563], + [75.46512067379852, 16.989046816046276], + [75.34125646260006, 16.956052710625055], + [75.28008895089712, 16.956052710625055], + [75.26479707297138, 16.862569411931595], + [75.18222093217241, 16.843322850435882], + [75.08894047682541, 16.9519284474474], + [74.90237956613144, 16.862569411931595], + [74.91920063184975, 16.773210376415786], + [74.85038718118393, 16.773210376415786], + [74.695939214134, 16.715470691928648], + [74.62712576346819, 16.788332674733844], + [74.47420698421082, 16.868068429501797], + [74.4069227213376, 16.846072359220983], + [74.29223363689457, 16.896938271745366], + [74.06591384359368, 16.90243728931557], + [74.02309658540162, 16.984922552868625], + [73.84876917704823, 17.15126783436728], + [73.70655471233887, 17.170514395862995], + [73.6943212099983, 17.261248185771354], + [73.83347729912249, 17.226879325957583], + [73.94052044460264, 17.13339602726412], + [74.03074252436448, 17.090778641095042], + [74.24635800311736, 17.14164455361943], + [74.2845876979317, 17.20488325567677], + [74.2555331298728, 17.292867536800024], + [74.2845876979317, 17.42071969530726], + [74.49714480109944, 17.383601326708384], + [74.5277285569509, 17.41934494091471], + [74.68523489958598, 17.39459936184879], + [74.69441002634143, 17.479834134186945], + [74.8060407351993, 17.45371380072848], + [74.85956230793937, 17.51145348521562], + [74.90696712950916, 17.626932854189896] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kolhapur", + "dt_code": "530", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.85182755263337, 16.648107726693652], + [73.81206867002646, 16.76908611323813], + [73.70961308792403, 16.82957530651037], + [73.79524760430814, 16.928557622774036], + [73.83194811132991, 17.0247904302526], + [73.80595191885617, 17.08390486913229], + [73.70655471233887, 17.170514395862995], + [73.84876917704823, 17.15126783436728], + [74.02309658540162, 16.984922552868625], + [74.06591384359368, 16.90243728931557], + [74.29223363689457, 16.896938271745366], + [74.4069227213376, 16.846072359220983], + [74.47420698421082, 16.868068429501797], + [74.62712576346819, 16.788332674733844], + [74.695939214134, 16.715470691928648], + [74.63018413905334, 16.58349427024376], + [74.57054581514296, 16.554624428000192], + [74.54454962266921, 16.635734937160695], + [74.31517145378317, 16.554624428000192], + [74.33199251950148, 16.45426735734398], + [74.31670064157575, 16.32641519883674], + [74.37328058990097, 16.26180174238685], + [74.48032373538112, 16.249428952853894], + [74.48032373538112, 16.147697127805127], + [74.3717514021084, 16.07895940817758], + [74.46350266966282, 16.039091530793606], + [74.38704328003413, 15.904365600323619], + [74.34575520963465, 15.764140652283427], + [74.2387120641545, 15.744894090787714], + [74.20965749609559, 15.780637704994037], + [74.10873110178574, 15.821880336770564], + [74.07355978255654, 15.948357740885248], + [74.09496841165257, 16.007472179764935], + [73.99862958072043, 16.039091530793606], + [73.99251282955014, 16.092706952103093], + [73.90840750095859, 16.13669909266472], + [73.94052044460264, 16.24392993528369], + [73.89005724744771, 16.25630272481665], + [73.83194811132991, 16.344287005939904], + [73.88699887186256, 16.448768339773775], + [73.83041892353734, 16.549125410429987], + [73.85182755263337, 16.648107726693652] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Krishna", + "dt_code": "547", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.83104063793931, 15.70640096779629], + [80.8952665252274, 15.92223740742678], + [80.88150383509424, 16.067961373037175], + [80.79892769429526, 16.282423058275114], + [80.67353429530424, 16.424022760707857], + [80.66435916854878, 16.47213916444714], + [80.47168150668452, 16.588993287813963], + [80.36922592458208, 16.587618533421413], + [80.13984775569604, 16.653606744263858], + [80.12761425335545, 16.802080218659356], + [80.07256349282281, 16.817202516977414], + [80.03892136138619, 16.91755958763363], + [80.05574242710449, 16.971175008943113], + [80.18725257726582, 17.02066616707495], + [80.30652922508656, 16.973924517728214], + [80.3218211030123, 16.879066464642207], + [80.56954952540923, 16.76771135884558], + [80.56343277423893, 16.832324815295472], + [80.60166246905327, 16.918934342026184], + [80.53437820618004, 16.96155172819526], + [80.36310917341179, 16.97667402651332], + [80.50532363812113, 17.06878257081423], + [80.58025383995724, 17.152642588759832], + [80.69953048777798, 17.08390486913229], + [80.84480332807247, 17.03991272857066], + [80.87691627171652, 17.07015732520678], + [80.95796322472292, 17.050910763711066], + [80.93502540783432, 16.958802219410156], + [80.99619291953726, 16.82820055211782], + [80.97325510264866, 16.62611165641284], + [81.0176015486333, 16.561498199962948], + [81.18887058140153, 16.621987393235187], + [81.23780459076389, 16.591742796599068], + [81.32955585831832, 16.68935035847018], + [81.34331854845146, 16.529878848934278], + [81.43812819159103, 16.399277181641942], + [81.55281727603405, 16.347036514725005], + [81.39225255781382, 16.342912251547354], + [81.26532997103021, 16.278298795097463], + [81.21333758608272, 16.208186321077367], + [81.14758251100204, 15.974478074343715], + [81.01454317304814, 15.850750179014133], + [81.00842642187786, 15.75451737153557], + [80.93808378341946, 15.716024248544146], + [80.83104063793931, 15.70640096779629] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Belagavi", + "dt_code": "555", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.695939214134, 16.715470691928648], + [74.85038718118393, 16.773210376415786], + [74.91920063184975, 16.773210376415786], + [74.90237956613144, 16.862569411931595], + [75.08894047682541, 16.9519284474474], + [75.18222093217241, 16.843322850435882], + [75.26479707297138, 16.862569411931595], + [75.28008895089712, 16.956052710625055], + [75.34125646260006, 16.956052710625055], + [75.33513971142978, 16.869443183894347], + [75.39477803534014, 16.862569411931595], + [75.38407372079212, 16.76358709566793], + [75.36266509169609, 16.714095937536097], + [75.26632626076396, 16.692099867255283], + [75.2586803218011, 16.606865094917126], + [75.15775392749123, 16.58349427024376], + [75.11493666929917, 16.50650802426091], + [75.00789352381902, 16.538127375289584], + [74.98801408251556, 16.452892602951426], + [75.04306484304821, 16.31816667248144], + [75.1302285472249, 16.330539462014396], + [75.14857880073579, 16.282423058275114], + [75.23421331711991, 16.25905223360175], + [75.2862057020674, 16.20131254911461], + [75.2755013875194, 16.12020203995411], + [75.43912448132477, 16.116077776776457], + [75.41924504002131, 16.052839074719117], + [75.45135798366536, 15.886493793220456], + [75.36419427948867, 15.805383284059953], + [75.30302676778572, 15.812257056022709], + [75.28926407765256, 15.69127866947823], + [75.20210037347586, 15.648661283309151], + [75.10881991812887, 15.672032107982517], + [75.05682753318138, 15.63216423059854], + [74.96660545341953, 15.654160300879354], + [74.83050773988047, 15.610168160317727], + [74.81368667416217, 15.504312072091308], + [74.73875647232606, 15.414953036575499], + [74.61336307333502, 15.358588106480912], + [74.54454962266921, 15.41632779096805], + [74.42680216264105, 15.398455983864888], + [74.42221459926333, 15.46306944031478], + [74.34269683404949, 15.518059616016815], + [74.2784709467614, 15.522183879194468], + [74.23718287636191, 15.667907844804864], + [74.11790622854117, 15.651410792094254], + [74.1224937919189, 15.720148511721797], + [74.20965749609559, 15.780637704994037], + [74.2387120641545, 15.744894090787714], + [74.34575520963465, 15.764140652283427], + [74.38704328003413, 15.904365600323619], + [74.46350266966282, 16.039091530793606], + [74.3717514021084, 16.07895940817758], + [74.48032373538112, 16.147697127805127], + [74.48032373538112, 16.249428952853894], + [74.37328058990097, 16.26180174238685], + [74.31670064157575, 16.32641519883674], + [74.33199251950148, 16.45426735734398], + [74.31517145378317, 16.554624428000192], + [74.54454962266921, 16.635734937160695], + [74.57054581514296, 16.554624428000192], + [74.63018413905334, 16.58349427024376], + [74.695939214134, 16.715470691928648] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Yadgir", + "dt_code": "580", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.46215111455652, 16.711346428750993], + [76.596719640303, 16.76496185006048], + [76.73434654163462, 16.77870939398599], + [76.87044425517367, 16.895563517352816], + [76.91020313778058, 16.817202516977414], + [76.98207496403154, 16.808953990622108], + [77.01724628326073, 16.898313026137917], + [77.16557749914037, 16.939555657914447], + [77.34143409528635, 16.93405664034424], + [77.4591815553145, 16.88456548221241], + [77.47600262103282, 16.788332674733844], + [77.4255394238779, 16.720969709498853], + [77.45306480414422, 16.616488375664986], + [77.41636429712244, 16.51750605940132], + [77.24203688876905, 16.47351391883969], + [77.28791252254626, 16.4089004623898], + [77.17322343810325, 16.432271287063163], + [77.15640237238493, 16.47213916444714], + [77.00960034429787, 16.545001147252336], + [76.97137064948353, 16.50375851547581], + [76.87044425517367, 16.488636217157747], + [76.84138968711477, 16.430896532670612], + [76.74352166839006, 16.4089004623898], + [76.4805013680674, 16.29204633902297], + [76.33217015218776, 16.19443877715186], + [76.30005720854372, 16.283797812667665], + [76.33217015218776, 16.426772269492957], + [76.4346257342902, 16.437770304633368], + [76.4055711662313, 16.64260870912345], + [76.46215111455652, 16.711346428750993] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bagalkote", + "dt_code": "556", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.45135798366536, 15.886493793220456], + [75.41924504002131, 16.052839074719117], + [75.43912448132477, 16.116077776776457], + [75.2755013875194, 16.12020203995411], + [75.2862057020674, 16.20131254911461], + [75.23421331711991, 16.25905223360175], + [75.14857880073579, 16.282423058275114], + [75.1302285472249, 16.330539462014396], + [75.04306484304821, 16.31816667248144], + [74.98801408251556, 16.452892602951426], + [75.00789352381902, 16.538127375289584], + [75.11493666929917, 16.50650802426091], + [75.15775392749123, 16.58349427024376], + [75.2586803218011, 16.606865094917126], + [75.26632626076396, 16.692099867255283], + [75.36266509169609, 16.714095937536097], + [75.38407372079212, 16.76358709566793], + [75.49417524185742, 16.593117550991618], + [75.49876280523515, 16.45426735734398], + [75.63333133098162, 16.44326932220357], + [75.95598995521465, 16.297545356593176], + [76.02633259367303, 16.300294865378277], + [76.06762066407252, 16.208186321077367], + [76.23888969684077, 16.165568934908286], + [76.30311558412886, 16.07346039060738], + [76.32758258881003, 15.933235442567188], + [76.28170695503283, 15.902990845931068], + [76.22665619450018, 15.941483968922492], + [76.14560924149379, 15.894742319575762], + [76.05844553731708, 15.90711510910872], + [76.07832497862054, 16.01022168855004], + [75.97434020872554, 15.986850863876672], + [75.97434020872554, 15.86174821415454], + [75.87647219000083, 15.931860688174636], + [75.84741762194193, 15.838377389481176], + [75.73731610087663, 15.81363181041526], + [75.64250645773706, 15.841126898266277], + [75.52934656108661, 15.834253126303523], + [75.45135798366536, 15.886493793220456] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sindhudurg", + "dt_code": "529", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.34719558108408, 16.529878848934278], + [73.46800141669739, 16.494135234727953], + [73.59951156685872, 16.543626392859785], + [73.62092019595475, 16.58211951585121], + [73.76772222404182, 16.602740831739474], + [73.85182755263337, 16.648107726693652], + [73.83041892353734, 16.549125410429987], + [73.88699887186256, 16.448768339773775], + [73.83194811132991, 16.344287005939904], + [73.89005724744771, 16.25630272481665], + [73.94052044460264, 16.24392993528369], + [73.90840750095859, 16.13669909266472], + [73.99251282955014, 16.092706952103093], + [73.99862958072043, 16.039091530793606], + [74.09496841165257, 16.007472179764935], + [74.07355978255654, 15.948357740885248], + [74.10873110178574, 15.821880336770564], + [74.20965749609559, 15.780637704994037], + [74.1224937919189, 15.720148511721797], + [74.11790622854117, 15.651410792094254], + [73.99098364175757, 15.611542914710277], + [73.93899125681007, 15.742144582002613], + [73.87476536952197, 15.750393108357917], + [73.68514608324284, 15.728397038077103], + [73.58880725231072, 15.909864617893822], + [73.51081867488945, 15.93735970574484], + [73.41142146837217, 16.27279977752726], + [73.36860421018011, 16.363533567435617], + [73.34719558108408, 16.529878848934278] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Guntur", + "dt_code": "548", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.07256349282281, 16.817202516977414], + [80.12761425335545, 16.802080218659356], + [80.13984775569604, 16.653606744263858], + [80.36922592458208, 16.587618533421413], + [80.47168150668452, 16.588993287813963], + [80.66435916854878, 16.47213916444714], + [80.67353429530424, 16.424022760707857], + [80.79892769429526, 16.282423058275114], + [80.88150383509424, 16.067961373037175], + [80.8952665252274, 15.92223740742678], + [80.83104063793931, 15.70640096779629], + [80.77446068961409, 15.867247231724743], + [80.67965104647453, 15.885119038827906], + [80.53590739397261, 15.852124933406683], + [80.41815993394444, 15.7985095120972], + [80.37840105133752, 15.896117073968313], + [80.37993023913009, 15.973103319951163], + [80.30194166170884, 16.055588583504218], + [80.23006983545788, 16.032217758830853], + [80.1367893801109, 16.04596530275636], + [80.00069166657184, 16.13944860144982], + [79.87835664316596, 16.154570899767883], + [79.86918151641052, 16.030843004438303], + [79.91199877460258, 15.967604302380959], + [79.86918151641052, 15.916738389856576], + [79.79119293898925, 15.940109214529942], + [79.74684649300463, 15.858998705369439], + [79.65509522545021, 15.920862653034229], + [79.55875639451807, 15.948357740885248], + [79.57251908465123, 16.004722670979834], + [79.53734776542204, 16.162819426123185], + [79.56640233348094, 16.275549286312362], + [79.4471256856602, 16.303044374163377], + [79.37066629603152, 16.232931900143285], + [79.21468914118901, 16.226058128180526], + [79.21010157781129, 16.356659795472865], + [79.21927670456672, 16.512007041831115], + [79.25750639938107, 16.5656224631406], + [79.4180711176013, 16.58074476145866], + [79.4471256856602, 16.619237884450087], + [79.54193532879977, 16.632985428375594], + [79.67956223013138, 16.693474621647834], + [79.79272212678183, 16.725093972676504], + [79.87682745537339, 16.69759888482549], + [79.94869928162434, 16.635734937160695], + [80.05574242710449, 16.744340534172217], + [80.07256349282281, 16.817202516977414] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "East Godavari", + "dt_code": "545", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.39684012119154, 17.818023714754467], + [81.61704316332215, 17.82352273232467], + [81.71644036983943, 17.875763399241606], + [81.80972082518642, 17.95687390840211], + [81.9794606701621, 18.013238838496697], + [82.02992386731702, 17.939002101298946], + [81.96111041665121, 17.818023714754467], + [82.01616117718386, 17.753410258304577], + [82.0023984870507, 17.63930564372285], + [82.22871828035159, 17.63930564372285], + [82.3036484821877, 17.58981448559102], + [82.34493655258719, 17.494956432505006], + [82.41069162766784, 17.46746134465399], + [82.4657423882005, 17.51695250278582], + [82.60336928953213, 17.45508855512103], + [82.51773477314799, 17.29836655437023], + [82.54220177782918, 17.248875396238397], + [82.31894036011343, 17.05778453567382], + [82.24859772165505, 16.935431394736792], + [82.24859772165505, 16.876316955857103], + [82.36175761830549, 16.85569563996884], + [82.31741117232086, 16.661855270619164], + [82.3143527967357, 16.558748691177847], + [82.23330584372931, 16.542251638467235], + [81.95652285327348, 16.39652767285684], + [81.84947970779334, 16.373156848183477], + [81.71491118204686, 16.311292900518684], + [81.69961930412111, 16.422648006315306], + [81.75619925244635, 16.424022760707857], + [81.8464213322082, 16.495509989120507], + [81.85865483454877, 16.598616568561823], + [81.74396575010576, 16.79383169230405], + [81.7240863088023, 16.91481007884853], + [81.74549493789833, 16.96430123698036], + [81.63998098021075, 17.20763276446187], + [81.67973986281767, 17.30249081754788], + [81.61551397552957, 17.33136065979145], + [81.56352159058207, 17.439966256802972], + [81.50082489108655, 17.4812088885795], + [81.40754443573957, 17.464711835868886], + [81.31426398039257, 17.488082660542254], + [81.2546256564822, 17.565068906525102], + [81.13687819645403, 17.581565959235714], + [81.00689723408527, 17.646179415685605], + [80.91055840315315, 17.6379308893303], + [80.88609139847196, 17.735538451201414], + [80.97325510264866, 17.77953059176304], + [81.05888961903278, 17.732788942416313], + [81.08488581150652, 17.797402398866204], + [81.16593276451293, 17.857891592138444], + [81.26532997103021, 17.811149942791715], + [81.39684012119154, 17.818023714754467] + ], + [ + [82.18590102215953, 16.737466762209465], + [82.19966371229269, 16.720969709498853], + [82.23942259489961, 16.7168454463212], + [82.26694797516593, 16.694849376040384], + [82.27000635075107, 16.722344463891403], + [82.18590102215953, 16.737466762209465] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Raichur", + "dt_code": "559", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.33217015218776, 16.19443877715186], + [76.4805013680674, 16.29204633902297], + [76.74352166839006, 16.4089004623898], + [76.84138968711477, 16.430896532670612], + [76.87044425517367, 16.488636217157747], + [76.97137064948353, 16.50375851547581], + [77.00960034429787, 16.545001147252336], + [77.15640237238493, 16.47213916444714], + [77.17322343810325, 16.432271287063163], + [77.28791252254626, 16.4089004623898], + [77.41483510932987, 16.36765783061327], + [77.48976531116598, 16.38552963771643], + [77.59375008106099, 16.342912251547354], + [77.50046962571399, 16.221933865002875], + [77.51423231584715, 15.927736424996983], + [77.24815363993935, 15.964854793595858], + [77.07229704379338, 15.909864617893822], + [77.02642141001618, 15.837002635088623], + [76.94231608142462, 15.761391143498326], + [76.91631988895088, 15.699527195833534], + [76.8337437481519, 15.628039967420888], + [76.8108059312633, 15.546929458260385], + [76.68847090785741, 15.596420616392217], + [76.69000009564998, 15.648661283309151], + [76.596719640303, 15.699527195833534], + [76.44685923663079, 15.733896055647307], + [76.42697979532733, 15.89061805639811], + [76.28170695503283, 15.902990845931068], + [76.32758258881003, 15.933235442567188], + [76.30311558412886, 16.07346039060738], + [76.23888969684077, 16.165568934908286], + [76.33217015218776, 16.19443877715186] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Prakasam", + "dt_code": "549", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.21468914118901, 16.226058128180526], + [79.37066629603152, 16.232931900143285], + [79.4471256856602, 16.303044374163377], + [79.56640233348094, 16.275549286312362], + [79.53734776542204, 16.162819426123185], + [79.57251908465123, 16.004722670979834], + [79.55875639451807, 15.948357740885248], + [79.65509522545021, 15.920862653034229], + [79.74684649300463, 15.858998705369439], + [79.79119293898925, 15.940109214529942], + [79.86918151641052, 15.916738389856576], + [79.91199877460258, 15.967604302380959], + [79.86918151641052, 16.030843004438303], + [79.87835664316596, 16.154570899767883], + [80.00069166657184, 16.13944860144982], + [80.1367893801109, 16.04596530275636], + [80.23006983545788, 16.032217758830853], + [80.30194166170884, 16.055588583504218], + [80.37993023913009, 15.973103319951163], + [80.37840105133752, 15.896117073968313], + [80.41815993394444, 15.7985095120972], + [80.315704351842, 15.7228980205069], + [80.25147846455391, 15.633538984991091], + [80.20560283077671, 15.474067475455188], + [80.12302668997773, 15.368211387228769], + [80.04045054917876, 15.009400490772984], + [79.9624619717575, 15.021773280305942], + [79.77895943664868, 14.980530648529415], + [79.73461299066403, 15.031396561053798], + [79.5633439578958, 15.043769350586757], + [79.26056477496621, 15.107008052644098], + [79.1290546248049, 15.100134280681344], + [79.08929574219798, 15.047893613764408], + [79.08317899102768, 15.17299626348654], + [78.77734143251296, 15.199116596945007], + [78.75899117900207, 15.183994298626947], + [78.73605336211347, 15.32559400105969], + [78.77122468134266, 15.420452054145702], + [78.77122468134266, 15.665158336019761], + [78.809454376157, 15.867247231724743], + [78.91038077046686, 15.967604302380959], + [78.92261427280745, 16.12295154873921], + [78.90426401929656, 16.18344074201145], + [79.0296574182876, 16.241180426498588], + [79.15810919286379, 16.209561075469917], + [79.21468914118901, 16.226058128180526] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kurnool", + "dt_code": "552", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.02642141001618, 15.837002635088623], + [77.07229704379338, 15.909864617893822], + [77.24815363993935, 15.964854793595858], + [77.51423231584715, 15.927736424996983], + [77.65950515614165, 15.885119038827906], + [77.80324880864357, 15.874121003687499], + [77.88735413723512, 15.905740354716169], + [78.08309017468454, 15.841126898266277], + [78.17484144223896, 15.857623950976889], + [78.24824245628248, 15.971728565558612], + [78.25588839524536, 16.008846934157486], + [78.4103363622953, 16.07483514499993], + [78.55102163921207, 16.043215793971257], + [78.60148483636699, 16.084458425747783], + [78.74064092549119, 16.008846934157486], + [78.92261427280745, 16.12295154873921], + [78.91038077046686, 15.967604302380959], + [78.809454376157, 15.867247231724743], + [78.77122468134266, 15.665158336019761], + [78.77122468134266, 15.420452054145702], + [78.73605336211347, 15.32559400105969], + [78.75899117900207, 15.183994298626947], + [78.76204955458722, 15.054767385727164], + [78.63053940442589, 14.925540472827379], + [78.51890869556802, 14.954410315070948], + [78.4852665641314, 15.036895578624002], + [78.41951148905073, 15.031396561053798], + [78.28953052668197, 15.071264438437774], + [78.22071707601617, 14.955785069463499], + [78.13355337183947, 14.961284087033702], + [78.03415616532219, 14.999777210025128], + [78.01427672401873, 15.112507070214301], + [77.81548231098415, 15.14275166685042], + [77.74819804811092, 15.130378877317463], + [77.66409271951937, 15.23486021115133], + [77.5815165787204, 15.1881185618046], + [77.52646581818775, 15.223862176010924], + [77.36284272438238, 15.222487421618373], + [77.29250008592399, 15.130378877317463], + [77.15640237238493, 15.14000215806532], + [77.12581861653346, 15.226611684796026], + [77.15181480900722, 15.29259989563847], + [77.06312191703795, 15.328343509844792], + [77.03253816118647, 15.435574352463762], + [77.0310089733939, 15.634913739383641], + [77.0830013583414, 15.659659318449558], + [77.02642141001618, 15.837002635088623] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Koppal", + "dt_code": "560", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.84741762194193, 15.838377389481176], + [75.87647219000083, 15.931860688174636], + [75.97434020872554, 15.86174821415454], + [75.97434020872554, 15.986850863876672], + [76.07832497862054, 16.01022168855004], + [76.05844553731708, 15.90711510910872], + [76.14560924149379, 15.894742319575762], + [76.22665619450018, 15.941483968922492], + [76.28170695503283, 15.902990845931068], + [76.42697979532733, 15.89061805639811], + [76.44685923663079, 15.733896055647307], + [76.596719640303, 15.699527195833534], + [76.69000009564998, 15.648661283309151], + [76.68847090785741, 15.596420616392217], + [76.8108059312633, 15.546929458260385], + [76.79092648995984, 15.500187808913655], + [76.61201151822873, 15.442448124426516], + [76.49273487040799, 15.344840562555403], + [76.36428309583181, 15.328343509844792], + [76.29088208178827, 15.222487421618373], + [76.18689731189326, 15.23486021115133], + [76.09361685654628, 15.163372982738684], + [75.95140239183694, 15.138627403672768], + [75.88870569234142, 15.289850386853367], + [75.8657678754528, 15.408079264612745], + [75.82447980505333, 15.452071405174372], + [75.89788081909686, 15.607418651532624], + [75.87035543883053, 15.714649494151594], + [75.96669426976267, 15.67890587994527], + [76.03856609601362, 15.76826491546108], + [75.92846457494832, 15.790260985741893], + [75.84741762194193, 15.838377389481176] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gadag", + "dt_code": "561", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.28926407765256, 15.69127866947823], + [75.30302676778572, 15.812257056022709], + [75.36419427948867, 15.805383284059953], + [75.45135798366536, 15.886493793220456], + [75.52934656108661, 15.834253126303523], + [75.64250645773706, 15.841126898266277], + [75.73731610087663, 15.81363181041526], + [75.84741762194193, 15.838377389481176], + [75.92846457494832, 15.790260985741893], + [76.03856609601362, 15.76826491546108], + [75.96669426976267, 15.67890587994527], + [75.87035543883053, 15.714649494151594], + [75.89788081909686, 15.607418651532624], + [75.82447980505333, 15.452071405174372], + [75.8657678754528, 15.408079264612745], + [75.88870569234142, 15.289850386853367], + [75.95140239183694, 15.138627403672768], + [75.90858513364488, 15.076763456007978], + [75.70061559385486, 14.948911297500745], + [75.63180214318905, 14.991528683669822], + [75.5415800634272, 14.979155894136865], + [75.53240493667177, 15.0341460698389], + [75.41618666443617, 15.085011982363284], + [75.43300773015449, 15.199116596945007], + [75.41312828885103, 15.299473667601223], + [75.49264605406485, 15.368211387228769], + [75.48194173951683, 15.531807159942325], + [75.52934656108661, 15.537306177512528], + [75.5538135657678, 15.6472865289166], + [75.48805849068712, 15.702276704618637], + [75.41312828885103, 15.655535055271907], + [75.28926407765256, 15.69127866947823] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "North Goa", + "dt_code": "585", + "st_nm": "Goa", + "st_code": "30", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.11790622854117, 15.651410792094254], + [74.23718287636191, 15.667907844804864], + [74.2784709467614, 15.522183879194468], + [74.25094556649508, 15.491939282558349], + [74.17907374024412, 15.436949106856312], + [74.05520952904565, 15.408079264612745], + [74.03074252436448, 15.47819173863284], + [73.96192907369867, 15.540055686297631], + [73.93440369343234, 15.432824843678661], + [73.76619303624925, 15.494688791343451], + [73.68514608324284, 15.728397038077103], + [73.87476536952197, 15.750393108357917], + [73.93899125681007, 15.742144582002613], + [73.99098364175757, 15.611542914710277], + [74.11790622854117, 15.651410792094254] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ballari", + "dt_code": "565", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.8108059312633, 15.546929458260385], + [76.8337437481519, 15.628039967420888], + [76.91631988895088, 15.699527195833534], + [76.94231608142462, 15.761391143498326], + [77.02642141001618, 15.837002635088623], + [77.0830013583414, 15.659659318449558], + [77.0310089733939, 15.634913739383641], + [77.03253816118647, 15.435574352463762], + [77.06312191703795, 15.328343509844792], + [77.15181480900722, 15.29259989563847], + [77.12581861653346, 15.226611684796026], + [77.15640237238493, 15.14000215806532], + [77.11358511419287, 15.0341460698389], + [76.9851333396167, 15.014899508343188], + [76.80010161671528, 15.09601001750369], + [76.76034273410838, 14.988779174884721], + [76.6777665933094, 14.887047349835955], + [76.71293791253859, 14.86505127955514], + [76.64412446187278, 14.71245354198199], + [76.5676650722441, 14.58735089225986], + [76.51108512391887, 14.55985580440884], + [76.42392141974217, 14.581851874689654], + [76.33369933998033, 14.687707962916074], + [76.18383893630812, 14.700080752449033], + [76.12878817577547, 14.869175542732792], + [75.96669426976267, 14.909043420116769], + [75.80154198816471, 14.869175542732792], + [75.82447980505333, 14.778441752824433], + [75.75872472997266, 14.734449612262804], + [75.6639150868331, 14.807311595068002], + [75.70061559385486, 14.948911297500745], + [75.90858513364488, 15.076763456007978], + [75.95140239183694, 15.138627403672768], + [76.09361685654628, 15.163372982738684], + [76.18689731189326, 15.23486021115133], + [76.29088208178827, 15.222487421618373], + [76.36428309583181, 15.328343509844792], + [76.49273487040799, 15.344840562555403], + [76.61201151822873, 15.442448124426516], + [76.79092648995984, 15.500187808913655], + [76.8108059312633, 15.546929458260385] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dharwad", + "dt_code": "562", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.73875647232606, 15.414953036575499], + [74.81368667416217, 15.504312072091308], + [74.83050773988047, 15.610168160317727], + [74.96660545341953, 15.654160300879354], + [75.05682753318138, 15.63216423059854], + [75.10881991812887, 15.672032107982517], + [75.20210037347586, 15.648661283309151], + [75.28926407765256, 15.69127866947823], + [75.41312828885103, 15.655535055271907], + [75.48805849068712, 15.702276704618637], + [75.5538135657678, 15.6472865289166], + [75.52934656108661, 15.537306177512528], + [75.48194173951683, 15.531807159942325], + [75.49264605406485, 15.368211387228769], + [75.41312828885103, 15.299473667601223], + [75.43300773015449, 15.199116596945007], + [75.41618666443617, 15.085011982363284], + [75.23880088049764, 15.108382807036648], + [75.08282372565512, 15.075388701615427], + [74.88861687599828, 15.050643122549511], + [74.83203692767304, 15.135877894887667], + [74.91002550509431, 15.251357263861943], + [74.88861687599828, 15.307722193956529], + [74.73875647232606, 15.414953036575499] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Uttara Kannada", + "dt_code": "563", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.2784709467614, 15.522183879194468], + [74.34269683404949, 15.518059616016815], + [74.42221459926333, 15.46306944031478], + [74.42680216264105, 15.398455983864888], + [74.54454962266921, 15.41632779096805], + [74.61336307333502, 15.358588106480912], + [74.73875647232606, 15.414953036575499], + [74.88861687599828, 15.307722193956529], + [74.91002550509431, 15.251357263861943], + [74.83203692767304, 15.135877894887667], + [74.88861687599828, 15.050643122549511], + [75.08282372565512, 15.075388701615427], + [75.10270316695858, 14.933788999182685], + [75.04153565525563, 14.77431748964678], + [75.05071078201108, 14.64921483992465], + [75.02318540174475, 14.568104330764147], + [74.90085037833886, 14.52961120777272], + [74.87944174924283, 14.43612790907926], + [74.94825519990864, 14.399009540480385], + [74.89014606379085, 14.216167206271116], + [74.79227804506614, 14.227165241411523], + [74.66535545828253, 14.184547855242446], + [74.63783007801621, 14.095188819726637], + [74.6668846460751, 13.986583222715115], + [74.58277931748356, 13.926094029442876], + [74.51549505461031, 13.986583222715115], + [74.46961942083311, 14.188672118420097], + [74.44209404056679, 14.224415732626422], + [74.394689218997, 14.418256101976098], + [74.35493033639008, 14.508989891884458], + [74.26929582000596, 14.627218769643834], + [74.26317906883567, 14.719327313944746], + [74.11790622854117, 14.785315524787187], + [74.08579328489714, 14.900794893761462], + [74.20201155713272, 14.925540472827379], + [74.29682120027229, 15.041019841801655], + [74.2723541955911, 15.097384771896241], + [74.31670064157575, 15.18674380741205], + [74.26012069325053, 15.241733983114086], + [74.32587576833119, 15.282976614890613], + [74.32281739274605, 15.368211387228769], + [74.27541257117626, 15.391582211902133], + [74.25094556649508, 15.491939282558349], + [74.2784709467614, 15.522183879194468] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "South Goa", + "dt_code": "586", + "st_nm": "Goa", + "st_code": "30", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.93440369343234, 15.432824843678661], + [73.96192907369867, 15.540055686297631], + [74.03074252436448, 15.47819173863284], + [74.05520952904565, 15.408079264612745], + [74.17907374024412, 15.436949106856312], + [74.25094556649508, 15.491939282558349], + [74.27541257117626, 15.391582211902133], + [74.32281739274605, 15.368211387228769], + [74.32587576833119, 15.282976614890613], + [74.26012069325053, 15.241733983114086], + [74.31670064157575, 15.18674380741205], + [74.2723541955911, 15.097384771896241], + [74.29682120027229, 15.041019841801655], + [74.20201155713272, 14.925540472827379], + [74.08579328489714, 14.900794893761462], + [73.98180851500213, 15.054767385727164], + [73.88394049627742, 15.35446384330326], + [73.93440369343234, 15.432824843678661] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Haveri", + "dt_code": "564", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.41618666443617, 15.085011982363284], + [75.53240493667177, 15.0341460698389], + [75.5415800634272, 14.979155894136865], + [75.63180214318905, 14.991528683669822], + [75.70061559385486, 14.948911297500745], + [75.6639150868331, 14.807311595068002], + [75.75872472997266, 14.734449612262804], + [75.79848361257957, 14.68083419095332], + [75.81836305388303, 14.565354821979044], + [75.796954424787, 14.510364646277008], + [75.68991127930684, 14.492492839173845], + [75.64250645773706, 14.430628891509055], + [75.60274757513015, 14.293153452253966], + [75.53240493667177, 14.278031153935906], + [75.34890240156292, 14.388011505339978], + [75.34584402597778, 14.485619067211092], + [75.26479707297138, 14.580477120297104], + [75.1883376833427, 14.623094506466181], + [75.05071078201108, 14.64921483992465], + [75.04153565525563, 14.77431748964678], + [75.10270316695858, 14.933788999182685], + [75.08282372565512, 15.075388701615427], + [75.23880088049764, 15.108382807036648], + [75.41618666443617, 15.085011982363284] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Anantapur", + "dt_code": "553", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.15640237238493, 15.14000215806532], + [77.29250008592399, 15.130378877317463], + [77.36284272438238, 15.222487421618373], + [77.52646581818775, 15.223862176010924], + [77.5815165787204, 15.1881185618046], + [77.66409271951937, 15.23486021115133], + [77.74819804811092, 15.130378877317463], + [77.81548231098415, 15.14275166685042], + [78.01427672401873, 15.112507070214301], + [78.03415616532219, 14.999777210025128], + [78.13355337183947, 14.961284087033702], + [78.04638966766277, 14.77431748964678], + [78.13508255963204, 14.694581734878827], + [78.00051403388557, 14.488368575996194], + [78.10602799157314, 14.393510522910182], + [78.28494296330426, 14.291778697861416], + [78.4210406768433, 14.28353017150611], + [78.40574879891757, 14.201044907953056], + [78.46079955945022, 14.107561609259594], + [78.46538712282793, 13.994831749070421], + [78.38739854540668, 13.938466818975835], + [78.27270946096367, 13.894474678414205], + [78.23753814173448, 13.778995309439932], + [78.1259074328766, 13.787243835795236], + [78.11520311832858, 13.862855327385535], + [78.00051403388557, 13.872478608133392], + [77.9699302780341, 13.959088134864098], + [77.81395312319158, 13.915095994302469], + [77.78184017954754, 13.818863186823906], + [77.62127546132731, 13.767997274299523], + [77.45612317972936, 13.682762501961367], + [77.46988586986252, 13.758373993551668], + [77.43318536284076, 13.843608765889822], + [77.3261422173606, 13.833985485141966], + [77.18086937706612, 13.869729099348291], + [77.1579315601775, 13.806490397290949], + [77.06465110483052, 13.743251695233607], + [76.97748740065381, 13.827111713179212], + [77.04171328794192, 13.932967801405631], + [76.93161176687661, 14.030575363276744], + [76.94843283259492, 14.095188819726637], + [76.89491125985485, 14.168050802531834], + [77.00348359312757, 14.198295399167954], + [77.02795059780875, 14.062194714305416], + [77.17322343810325, 14.012703556173584], + [77.32155465398289, 14.030575363276744], + [77.39801404361157, 13.906847467947163], + [77.43471455063333, 13.948090099723691], + [77.3903681046487, 14.016827819351235], + [77.39342648023384, 14.17492457449459], + [77.50352800129914, 14.157052767391427], + [77.47906099661796, 14.291778697861416], + [77.40871835815958, 14.337145592815595], + [77.36437191217495, 14.275281645150805], + [77.13805211887404, 14.337145592815595], + [77.11664348977803, 14.225790487018973], + [77.00501278092014, 14.235413767766829], + [76.88420694530683, 14.348143627956002], + [76.90102801102515, 14.489743330388745], + [76.80621836788558, 14.530985962165271], + [76.76493029748609, 14.602473190577918], + [76.77563461203411, 14.68083419095332], + [76.83680212373704, 14.790814542357392], + [76.86738587958853, 14.969532613389008], + [76.76034273410838, 14.988779174884721], + [76.80010161671528, 15.09601001750369], + [76.9851333396167, 15.014899508343188], + [77.11358511419287, 15.0341460698389], + [77.15640237238493, 15.14000215806532] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "S.P.S. Nellore", + "dt_code": "550", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.26829953027223, 13.56453362420199], + [80.21477795753215, 13.490296887004241], + [80.07868024399309, 13.488922132611691], + [80.03739217359362, 13.538413290743524], + [79.95634522058721, 13.707508081027283], + [79.86918151641052, 13.706133326634733], + [79.85083126289963, 13.769372028692075], + [79.60769040388043, 13.853232046637679], + [79.59239852595469, 13.923344520657775], + [79.44559649786763, 13.891725169629105], + [79.43642137111217, 14.02370159131399], + [79.45477162462306, 14.10068783729684], + [79.4348921833196, 14.243662294122135], + [79.29267771861026, 14.484244312818541], + [79.24221452145534, 14.592849909830061], + [79.18869294871526, 14.616220734503427], + [79.18716376092269, 14.71107878758944], + [79.08164980323511, 14.981905402921965], + [79.08929574219798, 15.047893613764408], + [79.1290546248049, 15.100134280681344], + [79.26056477496621, 15.107008052644098], + [79.5633439578958, 15.043769350586757], + [79.73461299066403, 15.031396561053798], + [79.77895943664868, 14.980530648529415], + [79.9624619717575, 15.021773280305942], + [80.04045054917876, 15.009400490772984], + [80.10926399984457, 14.738573875440457], + [80.19642770402126, 14.585976137867307], + [80.16890232375493, 14.350893136741103], + [80.1306726289406, 14.228539995804073], + [80.14596450686633, 14.041573398417153], + [80.25453684013907, 13.783119572617583], + [80.23312821104304, 13.6566421685029], + [80.26829953027223, 13.56453362420199] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chitradurga", + "dt_code": "566", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.51108512391887, 14.55985580440884], + [76.5676650722441, 14.58735089225986], + [76.64412446187278, 14.71245354198199], + [76.71293791253859, 14.86505127955514], + [76.6777665933094, 14.887047349835955], + [76.76034273410838, 14.988779174884721], + [76.86738587958853, 14.969532613389008], + [76.83680212373704, 14.790814542357392], + [76.77563461203411, 14.68083419095332], + [76.76493029748609, 14.602473190577918], + [76.80621836788558, 14.530985962165271], + [76.90102801102515, 14.489743330388745], + [76.88420694530683, 14.348143627956002], + [77.00501278092014, 14.235413767766829], + [77.00348359312757, 14.198295399167954], + [76.89491125985485, 14.168050802531834], + [76.94843283259492, 14.095188819726637], + [76.88879450868455, 14.048447170379905], + [76.8505648138702, 13.963212398041751], + [76.72211303929403, 13.898598941591858], + [76.76493029748609, 13.781744818225032], + [76.62118664498416, 13.73362841448575], + [76.45450517559365, 13.590653957660457], + [76.35357878128379, 13.57965592252005], + [76.2725318282774, 13.605776255978517], + [76.21901025553731, 13.713007098597487], + [76.14866761707893, 13.7322536600932], + [76.098204419924, 13.864230081778086], + [76.02939096925819, 13.898598941591858], + [76.04468284718392, 13.942591082153488], + [76.06150391290223, 14.22304097823387], + [76.13490492694577, 14.256035083655092], + [76.1563135560418, 14.320648540104983], + [76.13643411473834, 14.426504628331404], + [76.2083059409893, 14.458123979360074], + [76.28170695503283, 14.404508558050589], + [76.45909273897136, 14.451250207397319], + [76.51108512391887, 14.55985580440884] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Davanagere", + "dt_code": "567", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.75872472997266, 14.734449612262804], + [75.82447980505333, 14.778441752824433], + [75.80154198816471, 14.869175542732792], + [75.96669426976267, 14.909043420116769], + [76.12878817577547, 14.869175542732792], + [76.18383893630812, 14.700080752449033], + [76.33369933998033, 14.687707962916074], + [76.42392141974217, 14.581851874689654], + [76.51108512391887, 14.55985580440884], + [76.45909273897136, 14.451250207397319], + [76.28170695503283, 14.404508558050589], + [76.2083059409893, 14.458123979360074], + [76.13643411473834, 14.426504628331404], + [76.1563135560418, 14.320648540104983], + [76.13490492694577, 14.256035083655092], + [76.06150391290223, 14.22304097823387], + [76.04468284718392, 13.942591082153488], + [76.02939096925819, 13.898598941591858], + [75.9529315796295, 13.816113678038803], + [75.8780013777934, 13.810614660468602], + [75.80612955154244, 14.097938328511738], + [75.60427676292272, 14.056695696735211], + [75.49111686627228, 14.104812100474494], + [75.39936559871786, 14.11718489000745], + [75.53240493667177, 14.278031153935906], + [75.60274757513015, 14.293153452253966], + [75.64250645773706, 14.430628891509055], + [75.68991127930684, 14.492492839173845], + [75.796954424787, 14.510364646277008], + [75.81836305388303, 14.565354821979044], + [75.79848361257957, 14.68083419095332], + [75.75872472997266, 14.734449612262804] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shivamogga", + "dt_code": "568", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.6668846460751, 13.986583222715115], + [74.63783007801621, 14.095188819726637], + [74.66535545828253, 14.184547855242446], + [74.79227804506614, 14.227165241411523], + [74.89014606379085, 14.216167206271116], + [74.94825519990864, 14.399009540480385], + [74.87944174924283, 14.43612790907926], + [74.90085037833886, 14.52961120777272], + [75.02318540174475, 14.568104330764147], + [75.05071078201108, 14.64921483992465], + [75.1883376833427, 14.623094506466181], + [75.26479707297138, 14.580477120297104], + [75.34584402597778, 14.485619067211092], + [75.34890240156292, 14.388011505339978], + [75.53240493667177, 14.278031153935906], + [75.39936559871786, 14.11718489000745], + [75.49111686627228, 14.104812100474494], + [75.60427676292272, 14.056695696735211], + [75.80612955154244, 14.097938328511738], + [75.8780013777934, 13.810614660468602], + [75.5415800634272, 13.728129396915548], + [75.50640874419801, 13.76524776551442], + [75.41924504002131, 13.706133326634733], + [75.4146574766436, 13.652517905325247], + [75.34431483818521, 13.5810306769126], + [75.24491763166793, 13.605776255978517], + [75.22656737815704, 13.527415255603117], + [75.14093286177292, 13.461427044760672], + [75.03541890408535, 13.567283132987093], + [74.99871839706357, 13.737752677663403], + [74.92837575860518, 13.769372028692075], + [74.90849631730173, 13.857356309815332], + [74.83968286663593, 13.897224187199306], + [74.71123109205973, 13.905472713554612], + [74.6668846460751, 13.986583222715115] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Udupi", + "dt_code": "569", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.58277931748356, 13.926094029442876], + [74.6668846460751, 13.986583222715115], + [74.71123109205973, 13.905472713554612], + [74.83968286663593, 13.897224187199306], + [74.90849631730173, 13.857356309815332], + [74.92837575860518, 13.769372028692075], + [74.99871839706357, 13.737752677663403], + [75.03541890408535, 13.567283132987093], + [75.14093286177292, 13.461427044760672], + [75.11187829371403, 13.356945710926805], + [75.16692905424667, 13.202973218961105], + [75.20515874906101, 13.176852885502637], + [75.15010798852836, 13.124612218585703], + [74.99413083368586, 13.157606324006924], + [74.87791256145026, 13.095742376342134], + [74.82592017650276, 13.130111236155907], + [74.77698616714041, 13.07099679727622], + [74.71734784323003, 13.314328324757728], + [74.66994302166025, 13.634646098222087], + [74.58277931748356, 13.926094029442876] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chikkamagaluru", + "dt_code": "570", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.02939096925819, 13.898598941591858], + [76.098204419924, 13.864230081778086], + [76.14866761707893, 13.7322536600932], + [76.21901025553731, 13.713007098597487], + [76.2725318282774, 13.605776255978517], + [76.35357878128379, 13.57965592252005], + [76.36428309583181, 13.54666181709883], + [76.2312437578779, 13.468300816723428], + [76.16243030721209, 13.469675571115978], + [76.13949249032349, 13.406436869058638], + [76.04162447159878, 13.374817518029968], + [76.01409909133245, 13.260712903448242], + [75.89941000688943, 13.266211921018446], + [75.72814097412119, 13.183726657465392], + [75.75413716659493, 13.13561025372611], + [75.7097907206103, 13.038002691854995], + [75.64250645773706, 13.031128919892243], + [75.55840112914551, 12.915649550917966], + [75.51405468316088, 12.978888252975308], + [75.51558387095345, 13.065497779706014], + [75.40701153768073, 13.112239429052746], + [75.3794861574144, 13.17960239428774], + [75.29385164103029, 13.124612218585703], + [75.20515874906101, 13.176852885502637], + [75.16692905424667, 13.202973218961105], + [75.11187829371403, 13.356945710926805], + [75.14093286177292, 13.461427044760672], + [75.22656737815704, 13.527415255603117], + [75.24491763166793, 13.605776255978517], + [75.34431483818521, 13.5810306769126], + [75.4146574766436, 13.652517905325247], + [75.41924504002131, 13.706133326634733], + [75.50640874419801, 13.76524776551442], + [75.5415800634272, 13.728129396915548], + [75.8780013777934, 13.810614660468602], + [75.9529315796295, 13.816113678038803], + [76.02939096925819, 13.898598941591858] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chikkaballapura", + "dt_code": "582", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.45612317972936, 13.682762501961367], + [77.62127546132731, 13.767997274299523], + [77.78184017954754, 13.818863186823906], + [77.81395312319158, 13.915095994302469], + [77.9699302780341, 13.959088134864098], + [78.00051403388557, 13.872478608133392], + [78.11520311832858, 13.862855327385535], + [78.1259074328766, 13.787243835795236], + [78.12131986949888, 13.71575660738259], + [78.20389601029785, 13.629147080651883], + [78.19625007133499, 13.568657887379644], + [78.21001276146815, 13.471050325508529], + [78.13508255963204, 13.405062114666087], + [78.13355337183947, 13.28820799129926], + [77.96075515127865, 13.284083728121608], + [77.9347589588049, 13.245590605130182], + [77.80936555981387, 13.262087657840793], + [77.82771581332474, 13.326701114290685], + [77.65797596834908, 13.398188342703332], + [77.43318536284076, 13.464176553545775], + [77.38578054127098, 13.513667711677607], + [77.36437191217495, 13.629147080651883], + [77.45612317972936, 13.682762501961367] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hassan", + "dt_code": "574", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.55840112914551, 12.915649550917966], + [75.64250645773706, 13.031128919892243], + [75.7097907206103, 13.038002691854995], + [75.75413716659493, 13.13561025372611], + [75.72814097412119, 13.183726657465392], + [75.89941000688943, 13.266211921018446], + [76.01409909133245, 13.260712903448242], + [76.04162447159878, 13.374817518029968], + [76.13949249032349, 13.406436869058638], + [76.16243030721209, 13.469675571115978], + [76.2312437578779, 13.468300816723428], + [76.36428309583181, 13.54666181709883], + [76.41933385636446, 13.449054255227715], + [76.34746203011349, 13.359695219711906], + [76.3703998470021, 13.200223710176003], + [76.47285542910453, 13.14935779765162], + [76.47285542910453, 13.092992867557033], + [76.60436557926586, 13.07099679727622], + [76.63189095953219, 13.003633832041224], + [76.5783693867921, 12.846911831290422], + [76.48967649482285, 12.807043953906446], + [76.38569172492784, 12.84553707689787], + [76.34899121790608, 12.78504788362563], + [76.34287446673578, 12.655820970725847], + [76.30617395971402, 12.610454075771667], + [76.21901025553731, 12.64482293558544], + [76.11349629784974, 12.526594057826063], + [76.01868665471017, 12.57058619838769], + [75.93611051391119, 12.62970063726738], + [75.9651650819701, 12.710811146427883], + [75.87953056558597, 12.834539041757463], + [75.83365493180877, 12.670943269043907], + [75.66697346241824, 12.697063602502375], + [75.61498107747074, 12.797420673158589], + [75.62109782864103, 12.855160357645726], + [75.55840112914551, 12.915649550917966] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kolar", + "dt_code": "581", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.23142139056418, 12.760302304559715], + [78.13355337183947, 12.78229837484053], + [78.05709398221079, 12.852410848860625], + [77.97910540478954, 12.835913796150015], + [77.92864220763461, 12.890903971852051], + [77.86594550813909, 12.870282655963788], + [77.86441632034652, 12.973389235405104], + [77.90111682736828, 13.10261614830489], + [77.95616758790094, 13.130111236155907], + [77.9347589588049, 13.245590605130182], + [77.96075515127865, 13.284083728121608], + [78.13355337183947, 13.28820799129926], + [78.13508255963204, 13.405062114666087], + [78.21001276146815, 13.471050325508529], + [78.19625007133499, 13.568657887379644], + [78.32623103370375, 13.59477822083811], + [78.40116123553985, 13.587904448875356], + [78.37363585527352, 13.509543448499954], + [78.36446072851808, 13.362444728497008], + [78.44397849373192, 13.308829307187523], + [78.58619295844126, 13.275835201766302], + [78.5143211321903, 13.061373516528363], + [78.46691631062052, 12.974763989797655], + [78.35528560176265, 12.940395129983884], + [78.31246834357059, 12.85928462082338], + [78.25283001966021, 12.860659375215931], + [78.23142139056418, 12.760302304559715] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bengaluru Rural", + "dt_code": "583", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.86594550813909, 12.870282655963788], + [77.8307741889099, 12.866158392786133], + [77.76501911382923, 12.943144638768985], + [77.78031099175496, 13.033878428677344], + [77.72526023122232, 13.193349938213249], + [77.54481607169863, 13.231843061204673], + [77.48059018441054, 13.223594534849369], + [77.42859779946303, 13.086119095594277], + [77.33072978073832, 12.974763989797655], + [77.31390871502002, 13.10674041148254], + [77.20380719395472, 13.185101411857943], + [77.18239856485869, 13.22909355241957], + [77.22827419863589, 13.312953570365176], + [77.33837571970119, 13.329450623075786], + [77.34908003424921, 13.45730278158302], + [77.38578054127098, 13.513667711677607], + [77.43318536284076, 13.464176553545775], + [77.65797596834908, 13.398188342703332], + [77.82771581332474, 13.326701114290685], + [77.80936555981387, 13.262087657840793], + [77.9347589588049, 13.245590605130182], + [77.95616758790094, 13.130111236155907], + [77.90111682736828, 13.10261614830489], + [77.86441632034652, 12.973389235405104], + [77.86594550813909, 12.870282655963788] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dakshina Kannada", + "dt_code": "575", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.77698616714041, 13.07099679727622], + [74.82592017650276, 13.130111236155907], + [74.87791256145026, 13.095742376342134], + [74.99413083368586, 13.157606324006924], + [75.15010798852836, 13.124612218585703], + [75.20515874906101, 13.176852885502637], + [75.29385164103029, 13.124612218585703], + [75.3794861574144, 13.17960239428774], + [75.40701153768073, 13.112239429052746], + [75.51558387095345, 13.065497779706014], + [75.51405468316088, 12.978888252975308], + [75.55840112914551, 12.915649550917966], + [75.62109782864103, 12.855160357645726], + [75.61498107747074, 12.797420673158589], + [75.66697346241824, 12.697063602502375], + [75.64250645773706, 12.63245014605248], + [75.67003183800338, 12.551339636891978], + [75.61498107747074, 12.510097005115451], + [75.49264605406485, 12.483976671656984], + [75.41618666443617, 12.499098969975044], + [75.28008895089712, 12.52384454904096], + [75.11187829371403, 12.680566549791763], + [74.98189733134527, 12.738306234278902], + [74.86873743469482, 12.758927550167165], + [74.82286180091761, 12.846911831290422], + [74.77698616714041, 13.07099679727622] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bengaluru Urban", + "dt_code": "572", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.8307741889099, 12.866158392786133], + [77.79254449409555, 12.749304269419309], + [77.73902292135548, 12.672318023436457], + [77.60139602002386, 12.668193760258806], + [77.61515871015702, 12.709436392035332], + [77.54328688390606, 12.775424602877775], + [77.4194226727076, 12.826290515402158], + [77.34296328307892, 12.888154463066948], + [77.33072978073832, 12.974763989797655], + [77.42859779946303, 13.086119095594277], + [77.48059018441054, 13.223594534849369], + [77.54481607169863, 13.231843061204673], + [77.72526023122232, 13.193349938213249], + [77.78031099175496, 13.033878428677344], + [77.76501911382923, 12.943144638768985], + [77.8307741889099, 12.866158392786133] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kasaragod", + "dt_code": "588", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.86873743469482, 12.758927550167165], + [74.98189733134527, 12.738306234278902], + [75.11187829371403, 12.680566549791763], + [75.28008895089712, 12.52384454904096], + [75.41618666443617, 12.499098969975044], + [75.36572346728124, 12.412489443244338], + [75.42230341560646, 12.372621565860362], + [75.4146574766436, 12.290136302307308], + [75.20362956126844, 12.191153986043643], + [75.1653998664541, 12.089422160994877], + [75.04153565525563, 12.389118618570972], + [75.01553946278189, 12.417988460814541], + [74.86873743469482, 12.758927550167165] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kodagu", + "dt_code": "576", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.66697346241824, 12.697063602502375], + [75.83365493180877, 12.670943269043907], + [75.87953056558597, 12.834539041757463], + [75.9651650819701, 12.710811146427883], + [75.93611051391119, 12.62970063726738], + [76.01868665471017, 12.57058619838769], + [75.90858513364488, 12.398741899318829], + [76.00186558899186, 12.330004179691283], + [76.02480340588046, 12.24889367053078], + [76.1333757391532, 12.191153986043643], + [76.18995568747842, 12.0495542836109], + [76.11349629784974, 11.979441809590806], + [76.00339477678443, 11.931325405851524], + [75.93611051391119, 11.94094868659938], + [75.87035543883053, 11.951946721739787], + [75.79389604920185, 12.056428055573654], + [75.63638970656677, 12.148536599874566], + [75.5767513826564, 12.15678512622987], + [75.48500011510198, 12.290136302307308], + [75.4146574766436, 12.290136302307308], + [75.42230341560646, 12.372621565860362], + [75.36572346728124, 12.412489443244338], + [75.41618666443617, 12.499098969975044], + [75.49264605406485, 12.483976671656984], + [75.61498107747074, 12.510097005115451], + [75.67003183800338, 12.551339636891978], + [75.64250645773706, 12.63245014605248], + [75.66697346241824, 12.697063602502375] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chamarajanagara", + "dt_code": "578", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.74666886031835, 12.15541037183732], + [77.77572342837725, 12.112792985668243], + [77.708439165504, 12.035806739685391], + [77.67632622185997, 11.951946721739787], + [77.4943528745437, 11.943698195384481], + [77.42859779946303, 11.767729633137968], + [77.29250008592399, 11.808972264914495], + [77.11052673860773, 11.77322865070817], + [77.01265871988302, 11.814471282484696], + [76.90867394998801, 11.795224720988985], + [76.83527293594447, 11.654999772948793], + [76.84750643828507, 11.594510579676554], + [76.75728435852322, 11.61788140434992], + [76.56001913328123, 11.62200566752757], + [76.51108512391887, 11.704490931080626], + [76.41780466857188, 11.671496825659403], + [76.41321710519416, 11.758106352390111], + [76.57684019899953, 11.923076879496218], + [76.5783693867921, 11.98769033594611], + [76.79398486554499, 11.986315581553558], + [76.91479070115831, 12.026183458937535], + [77.01418790767559, 12.163658898192626], + [77.12276024094831, 12.196653003613847], + [77.10899755081515, 12.240645144175476], + [77.16710668693295, 12.310757618195572], + [77.3261422173606, 12.30800810941047], + [77.4301269872556, 12.287386793522206], + [77.4714150576551, 12.243394652960578], + [77.50505718909172, 12.198027758006397], + [77.6105711467793, 12.206276284361703], + [77.74666886031835, 12.15541037183732] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Wayanad", + "dt_code": "590", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.41780466857188, 11.671496825659403], + [76.37804578596497, 11.601384351639307], + [76.23430213346305, 11.52714761444156], + [76.14255086590863, 11.450161368458708], + [76.03703690822105, 11.502402035375644], + [75.90858513364488, 11.600009597246757], + [75.89941000688943, 11.675621088837056], + [75.80001280037214, 11.752607334819906], + [75.79389604920185, 11.789725703418782], + [75.80918792712758, 11.855713914261225], + [75.92693538715575, 11.841966370335715], + [75.93611051391119, 11.94094868659938], + [76.00339477678443, 11.931325405851524], + [76.11349629784974, 11.979441809590806], + [76.11349629784974, 11.858463423046327], + [76.20677675319672, 11.861212931831428], + [76.3184074620546, 11.751232580427356], + [76.41321710519416, 11.758106352390111], + [76.41780466857188, 11.671496825659403] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kozhikode", + "dt_code": "591", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.79389604920185, 11.789725703418782], + [75.80001280037214, 11.752607334819906], + [75.89941000688943, 11.675621088837056], + [75.90858513364488, 11.600009597246757], + [76.03703690822105, 11.502402035375644], + [76.14255086590863, 11.450161368458708], + [76.08291254199827, 11.307186911633416], + [75.85659274869737, 11.204080332192099], + [75.8260089928459, 11.122969823031596], + [75.69755721826971, 11.425415789392794], + [75.61803945305589, 11.477656456309727], + [75.5538135657678, 11.701741422295523], + [75.66544427462567, 11.758106352390111], + [75.79389604920185, 11.789725703418782] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Malappuram", + "dt_code": "592", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.0691498518651, 10.729790066762039], + [75.95751914300723, 10.685797926200411], + [75.91011432143745, 10.79302876881938], + [75.8260089928459, 11.122969823031596], + [75.85659274869737, 11.204080332192099], + [76.08291254199827, 11.307186911633416], + [76.14255086590863, 11.450161368458708], + [76.23430213346305, 11.52714761444156], + [76.46062192676395, 11.388297420793918], + [76.54778563094064, 11.35942757855035], + [76.52178943846688, 11.270068543034542], + [76.44227167325306, 11.201330823406998], + [76.40862954181644, 11.118845559853943], + [76.34440365452835, 11.088600963217823], + [76.31993664984716, 10.936003225644674], + [76.23277294567048, 10.88513731312029], + [76.17007624617496, 10.914007155363858], + [76.04468284718392, 10.848018944521417], + [76.0691498518651, 10.729790066762039] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Palakkad", + "dt_code": "593", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.44227167325306, 11.201330823406998], + [76.62883258394704, 11.194457051444243], + [76.7068211613683, 11.239823946398422], + [76.6945876590277, 11.166961963593224], + [76.75422598293808, 11.078977682469967], + [76.65635796421337, 10.938752734429777], + [76.83068537256676, 10.870015014802231], + [76.90714476219543, 10.782030733678972], + [76.83833131152963, 10.596438890684603], + [76.81539349464101, 10.42321983722319], + [76.8337437481519, 10.339359819277584], + [76.62271583277675, 10.37922769666156], + [76.58907370134013, 10.435592626756147], + [76.47438461689711, 10.48645853928053], + [76.41321710519416, 10.595064136292052], + [76.46826786572682, 10.751786137042853], + [76.35357878128379, 10.742162856294996], + [76.20524756540415, 10.768283189753465], + [76.16243030721209, 10.706419242088675], + [76.0691498518651, 10.729790066762039], + [76.04468284718392, 10.848018944521417], + [76.17007624617496, 10.914007155363858], + [76.23277294567048, 10.88513731312029], + [76.31993664984716, 10.936003225644674], + [76.34440365452835, 11.088600963217823], + [76.40862954181644, 11.118845559853943], + [76.44227167325306, 11.201330823406998] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Thrissur", + "dt_code": "594", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.8337437481519, 10.339359819277584], + [76.8918528842697, 10.259624064509632], + [76.80927674347072, 10.285744397968099], + [76.69611684682027, 10.263748327687285], + [76.41474629298673, 10.293992924323405], + [76.3122907108843, 10.181263064134232], + [76.21442269215959, 10.193635853667189], + [76.16243030721209, 10.184012572919332], + [76.10126279550914, 10.381977205446661], + [75.95751914300723, 10.685797926200411], + [76.0691498518651, 10.729790066762039], + [76.16243030721209, 10.706419242088675], + [76.20524756540415, 10.768283189753465], + [76.35357878128379, 10.742162856294996], + [76.46826786572682, 10.751786137042853], + [76.41321710519416, 10.595064136292052], + [76.47438461689711, 10.48645853928053], + [76.58907370134013, 10.435592626756147], + [76.62271583277675, 10.37922769666156], + [76.8337437481519, 10.339359819277584] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Idukki", + "dt_code": "596", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.05088841469735, 10.262373573294735], + [77.09064729730427, 10.314614240211668], + [77.18086937706612, 10.357231626380745], + [77.28791252254626, 10.232128976658615], + [77.2680330812428, 10.122148625254543], + [77.26344551786508, 10.028665326561082], + [77.21298232071015, 9.877442343380483], + [77.24662445214678, 9.799081343005081], + [77.16710668693295, 9.61211474561816], + [77.26956226903538, 9.572246868234183], + [77.31849627839773, 9.602491464870303], + [77.40260160698928, 9.525505218887453], + [77.33990490749376, 9.419649130661034], + [77.28179577137597, 9.298670744116555], + [77.20992394512501, 9.448518972904601], + [77.15487318459236, 9.470515043185417], + [77.06159272924538, 9.44714421851205], + [76.9728998372761, 9.466390780007764], + [76.8857361330994, 9.53925276281296], + [76.88726532089198, 9.716596079452028], + [76.80774755567815, 9.788083307864675], + [76.62883258394704, 9.854071518707118], + [76.78328055099698, 10.035539098523836], + [76.86585669179595, 10.094653537403524], + [76.92702420349889, 10.178513555349129], + [77.07382623158595, 10.177138800956579], + [77.05088841469735, 10.262373573294735] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ernakulam", + "dt_code": "595", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.89949882323256, 10.252750292546878], + [76.98207496403154, 10.219756187125656], + [77.05088841469735, 10.262373573294735], + [77.07382623158595, 10.177138800956579], + [76.92702420349889, 10.178513555349129], + [76.86585669179595, 10.094653537403524], + [76.78328055099698, 10.035539098523836], + [76.62883258394704, 9.854071518707118], + [76.57989857458469, 9.821077413285895], + [76.4575635511788, 9.847197746744364], + [76.37345822258725, 9.836199711603955], + [76.29699883295856, 9.88844037852089], + [76.28017776724026, 9.789458062257225], + [76.1670178705898, 10.181263064134232], + [76.21442269215959, 10.193635853667189], + [76.3122907108843, 10.181263064134232], + [76.41474629298673, 10.293992924323405], + [76.69611684682027, 10.263748327687285], + [76.80927674347072, 10.285744397968099], + [76.8918528842697, 10.259624064509632], + [76.89796963543999, 10.254125046939429], + [76.89949882323256, 10.252750292546878] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Alappuzha", + "dt_code": "598", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.28017776724026, 9.789458062257225], + [76.29699883295856, 9.88844037852089], + [76.37345822258725, 9.836199711603955], + [76.39180847609813, 9.547501289168267], + [76.46673867793425, 9.561248833093776], + [76.51414349950402, 9.40040256916532], + [76.51720187508917, 9.35228616542604], + [76.64106608628762, 9.339913375893081], + [76.69000009564998, 9.176317603179525], + [76.63342014732476, 9.139199234580651], + [76.55848994548866, 9.108954637944532], + [76.47897218027482, 9.12270218187004], + [76.34899121790608, 9.386655025239811], + [76.31993664984716, 9.482887832718376], + [76.28017776724026, 9.789458062257225] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kottayam", + "dt_code": "597", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.62883258394704, 9.854071518707118], + [76.80774755567815, 9.788083307864675], + [76.88726532089198, 9.716596079452028], + [76.8857361330994, 9.53925276281296], + [76.9728998372761, 9.466390780007764], + [76.92396582791375, 9.41552486748338], + [76.85362318945536, 9.456767499259907], + [76.64259527408021, 9.478763569540721], + [76.51414349950402, 9.40040256916532], + [76.46673867793425, 9.561248833093776], + [76.39180847609813, 9.547501289168267], + [76.37345822258725, 9.836199711603955], + [76.4575635511788, 9.847197746744364], + [76.57989857458469, 9.821077413285895], + [76.62883258394704, 9.854071518707118] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pathanamthitta", + "dt_code": "599", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.28179577137597, 9.298670744116555], + [77.2680330812428, 9.15294677850616], + [77.20380719395472, 9.070461514953106], + [77.10746836302258, 9.09383233962647], + [76.93008257908404, 9.173568094394422], + [76.84138968711477, 9.09245758523392], + [76.69152928344256, 9.089708076448819], + [76.63342014732476, 9.139199234580651], + [76.69000009564998, 9.176317603179525], + [76.64106608628762, 9.339913375893081], + [76.51720187508917, 9.35228616542604], + [76.51414349950402, 9.40040256916532], + [76.64259527408021, 9.478763569540721], + [76.85362318945536, 9.456767499259907], + [76.92396582791375, 9.41552486748338], + [76.9728998372761, 9.466390780007764], + [77.06159272924538, 9.44714421851205], + [77.15487318459236, 9.470515043185417], + [77.20992394512501, 9.448518972904601], + [77.28179577137597, 9.298670744116555] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kollam", + "dt_code": "600", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.20380719395472, 9.070461514953106], + [77.14875643342207, 9.009972321680866], + [77.1931028794067, 8.92611230373526], + [77.25579957890221, 8.87937065438853], + [77.19921963057699, 8.770765057377009], + [77.05088841469735, 8.84637654896731], + [77.0248922222236, 8.774889320554662], + [76.93467014246175, 8.759767022236602], + [76.81539349464101, 8.858749338500267], + [76.76034273410838, 8.791386373265272], + [76.68235415668711, 8.776264074947214], + [76.54778563094064, 8.902741479061897], + [76.47897218027482, 9.12270218187004], + [76.55848994548866, 9.108954637944532], + [76.63342014732476, 9.139199234580651], + [76.69152928344256, 9.089708076448819], + [76.84138968711477, 9.09245758523392], + [76.93008257908404, 9.173568094394422], + [77.10746836302258, 9.09383233962647], + [77.20380719395472, 9.070461514953106] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Thiruvananthapuram", + "dt_code": "601", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.09829323626714, 8.292350528769298], + [76.95913714714294, 8.421577441669083], + [76.69917522240543, 8.739145706348339], + [76.68235415668711, 8.776264074947214], + [76.76034273410838, 8.791386373265272], + [76.81539349464101, 8.858749338500267], + [76.93467014246175, 8.759767022236602], + [77.0248922222236, 8.774889320554662], + [77.05088841469735, 8.84637654896731], + [77.19921963057699, 8.770765057377009], + [77.1701650625181, 8.741895215133441], + [77.26956226903538, 8.578299442419883], + [77.26191633007251, 8.506812214007237], + [77.09829323626714, 8.292350528769298] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Godavari", + "dt_code": "546", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.55281727603405, 16.347036514725005], + [81.43812819159103, 16.399277181641942], + [81.34331854845146, 16.529878848934278], + [81.32955585831832, 16.68935035847018], + [81.23780459076389, 16.591742796599068], + [81.18887058140153, 16.621987393235187], + [81.0176015486333, 16.561498199962948], + [80.97325510264866, 16.62611165641284], + [80.99619291953726, 16.82820055211782], + [80.93502540783432, 16.958802219410156], + [80.95796322472292, 17.050910763711066], + [80.87691627171652, 17.07015732520678], + [80.87997464730167, 17.160891115115138], + [80.94114215900461, 17.218630799602277], + [80.99466373174468, 17.191135711751258], + [81.1735787034758, 17.231003589135234], + [81.1903997691941, 17.324486887828698], + [81.27450509778566, 17.31761311586594], + [81.30967641701486, 17.409721660166852], + [81.02065992421844, 17.51970201157092], + [80.91055840315315, 17.6379308893303], + [81.00689723408527, 17.646179415685605], + [81.13687819645403, 17.581565959235714], + [81.2546256564822, 17.565068906525102], + [81.31426398039257, 17.488082660542254], + [81.40754443573957, 17.464711835868886], + [81.50082489108655, 17.4812088885795], + [81.56352159058207, 17.439966256802972], + [81.61551397552957, 17.33136065979145], + [81.67973986281767, 17.30249081754788], + [81.63998098021075, 17.20763276446187], + [81.74549493789833, 16.96430123698036], + [81.7240863088023, 16.91481007884853], + [81.74396575010576, 16.79383169230405], + [81.85865483454877, 16.598616568561823], + [81.8464213322082, 16.495509989120507], + [81.75619925244635, 16.424022760707857], + [81.69961930412111, 16.422648006315306], + [81.71491118204686, 16.311292900518684], + [81.55281727603405, 16.347036514725005] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dakshin Bastar Dantewada", + "dt_code": "416", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.12923225749117, 19.256016809362706], + [81.29744291467426, 19.335752564130658], + [81.34331854845146, 19.319255511420046], + [81.37543149209552, 19.305507967494542], + [81.34331854845146, 19.23127123029679], + [81.40142768456927, 19.191403352912815], + [81.50235407887912, 19.203776142445776], + [81.49012057653854, 19.085547264686397], + [81.52987945914545, 19.037430860947115], + [81.46565357185736, 18.946697071038756], + [81.5558756516192, 18.91232821122498], + [81.62774747787016, 18.813345894961316], + [81.7118528064617, 18.838091474027234], + [81.77760788154238, 18.77347801757734], + [81.67362311164737, 18.65249963103286], + [81.62774747787016, 18.734984894585917], + [81.56963834175237, 18.740483912156122], + [81.54364214927861, 18.607132736078682], + [81.48859138874596, 18.623629788789295], + [81.36931474092522, 18.43253892822472], + [81.25921321985992, 18.47928057757145], + [81.18275383023123, 18.54114452523624], + [81.15981601334263, 18.690992754024286], + [81.19804570815698, 18.748732438511425], + [81.23627540297132, 18.96731838692702], + [81.21027921049756, 19.18315482655751], + [81.1445241354169, 19.18178007216496], + [81.12923225749117, 19.256016809362706] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bastar", + "dt_code": "414", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.02839467952444, 19.507596863199524], + [82.10026650577541, 19.517220143947377], + [82.12626269824915, 19.42923586282412], + [82.18895939774467, 19.42786110843157], + [82.16143401747834, 19.20240138805322], + [82.20578046346299, 19.12129087889272], + [82.2455393460699, 18.919201983187737], + [82.17672589540409, 18.902704930477128], + [82.1583756418932, 18.7886003158954], + [82.09109137901996, 18.737734403371018], + [81.89994290494826, 18.66074815738817], + [81.76690356699436, 18.593385192153175], + [81.67362311164737, 18.65249963103286], + [81.77760788154238, 18.77347801757734], + [81.7118528064617, 18.838091474027234], + [81.62774747787016, 18.813345894961316], + [81.5558756516192, 18.91232821122498], + [81.46565357185736, 18.946697071038756], + [81.52987945914545, 19.037430860947115], + [81.49012057653854, 19.085547264686397], + [81.50235407887912, 19.203776142445776], + [81.40142768456927, 19.191403352912815], + [81.34331854845146, 19.23127123029679], + [81.37543149209552, 19.305507967494542], + [81.53599621031574, 19.223022703941485], + [81.6078680365667, 19.272513862073318], + [81.6659771726845, 19.36599716076678], + [81.79442894726068, 19.35224961684127], + [81.79137057167554, 19.453981441890036], + [81.8632423979265, 19.55158900376115], + [82.02839467952444, 19.507596863199524] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kondagaon", + "dt_code": "722", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.37390230430294, 19.7797982329246], + [81.40601524794698, 19.880155303580814], + [81.32649748273316, 19.939269742460503], + [81.29132616350397, 20.021755006013557], + [81.38766499443611, 20.047875339472025], + [81.45036169393163, 20.146857655735687], + [81.5849302196781, 20.194974059474973], + [81.67973986281767, 20.13036060302508], + [81.81430838856414, 20.16747897162395], + [81.87547590026709, 20.051999602649676], + [81.87547590026709, 20.050624848257126], + [81.84489214441561, 19.95164253199346], + [81.8693591490968, 19.902151373861628], + [81.96875635561408, 19.85953398769255], + [81.98557742133238, 19.801794303205412], + [82.06509518654622, 19.79079626806501], + [82.05897843537592, 19.628575249744003], + [82.02839467952444, 19.507596863199524], + [81.8632423979265, 19.55158900376115], + [81.79137057167554, 19.453981441890036], + [81.79442894726068, 19.35224961684127], + [81.6659771726845, 19.36599716076678], + [81.6078680365667, 19.272513862073318], + [81.53599621031574, 19.223022703941485], + [81.37543149209552, 19.305507967494542], + [81.34331854845146, 19.319255511420046], + [81.47024113523509, 19.376995195907185], + [81.47635788640537, 19.4718532489932], + [81.42742387704303, 19.4801017753485], + [81.48553301316082, 19.68768968862369], + [81.37390230430294, 19.73030707479277], + [81.37390230430294, 19.7797982329246] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gariaband", + "dt_code": "720", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.98863579691754, 21.08306539706285], + [82.16143401747834, 21.015702431827854], + [82.19813452450012, 20.938716185845006], + [82.33881980141689, 20.874102729395112], + [82.35258249155005, 20.700883675933703], + [82.37704949623122, 20.632145956306154], + [82.3327030502466, 20.56203348228606], + [82.43821700793417, 20.434181323778827], + [82.39998731311984, 20.340698025085366], + [82.42139594221587, 20.204597340222826], + [82.38622462298667, 20.145482901343136], + [82.39845812532727, 20.05612386582733], + [82.71805837397514, 19.988760900592336], + [82.69664974487911, 19.830664145448985], + [82.59419416277669, 19.775673969746947], + [82.53149746328117, 19.878780549188264], + [82.44586294689704, 19.910399900216934], + [82.34493655258719, 19.836163163019187], + [82.2684771629585, 19.975013356666828], + [82.18437183436696, 19.98463663741468], + [82.06968274992393, 20.05749862021988], + [82.01769036497643, 20.049250093864575], + [82.10026650577541, 20.10561502395916], + [82.17978427098923, 20.256838007139763], + [82.10791244473828, 20.291206866953534], + [82.08497462784968, 20.41081049910546], + [82.02074874056157, 20.527664622472287], + [81.98098985795467, 20.724254500607067], + [81.92288072183686, 20.751749588458082], + [81.86630077351164, 20.96208701051837], + [81.98863579691754, 21.08306539706285] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Raipur", + "dt_code": "410", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.1935469611224, 21.378637591461292], + [82.14614213955261, 21.3112746262263], + [82.02839467952444, 21.232913625850898], + [81.98863579691754, 21.08306539706285], + [81.86630077351164, 20.96208701051837], + [81.81430838856414, 20.945589957807762], + [81.74855331348347, 21.011578168650203], + [81.61245559994443, 21.02257620379061], + [81.58034265630037, 21.121558520054275], + [81.62621829007759, 21.16142639743825], + [81.54211296148604, 21.24666116977641], + [81.55434646382663, 21.331895942114564], + [81.63845179241818, 21.40338317052721], + [81.64303935579589, 21.546357627352503], + [81.6950317407434, 21.601347803054537], + [81.75161168906862, 21.583475995951375], + [81.90147209274083, 21.599973048661987], + [81.93052666079973, 21.49274220604302], + [82.1935469611224, 21.378637591461292] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Durg", + "dt_code": "409", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.55434646382663, 21.331895942114564], + [81.54211296148604, 21.24666116977641], + [81.62621829007759, 21.16142639743825], + [81.58034265630037, 21.121558520054275], + [81.61245559994443, 21.02257620379061], + [81.58951778305583, 20.940090940237557], + [81.47177032302766, 20.86997846621746], + [81.416719562495, 20.849357150329197], + [81.41977793808014, 21.00607915108], + [81.15522844996491, 21.076191625100094], + [81.20722083491242, 21.103686712951113], + [81.19804570815698, 21.22191559071049], + [81.14911169879463, 21.212292309962635], + [81.19192895698669, 21.388260872209152], + [81.20416245932728, 21.517487785108933], + [81.35555205079206, 21.5436081185674], + [81.44118656717617, 21.487243188472814], + [81.49623732770883, 21.353892012395377], + [81.55434646382663, 21.331895942114564] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Thane", + "dt_code": "517", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.48482248241571, 19.724808057222564], + [73.61633263257704, 19.585957863574922], + [73.62244938374732, 19.54196572301329], + [73.71420065130175, 19.484226038526156], + [73.69279202220571, 19.434734880394323], + [73.77995572638241, 19.386618476655045], + [73.63009532271019, 19.203776142445776], + [73.53375649177806, 19.177655808987303], + [73.5261105528152, 19.129539405248025], + [73.35331233225438, 19.130914159640575], + [73.25085675015194, 19.06080168562048], + [73.17592654831583, 19.10891808935976], + [73.04747477373965, 19.097920054219355], + [73.04441639815451, 19.018184299451402], + [72.95572350618524, 18.987939702815282], + [72.98019051086641, 19.15428498431394], + [72.90526030903031, 19.247768283007403], + [72.78445447341699, 19.264265335718015], + [72.79821716355015, 19.304133213101988], + [72.89914355786001, 19.28763616039138], + [72.95725269397781, 19.40036602058055], + [73.05664990049509, 19.47872702095595], + [73.21109786754502, 19.561212284509004], + [73.28602806938113, 19.693188706193894], + [73.48482248241571, 19.724808057222564] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Adilabad", + "dt_code": "532", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.84156731980104, 19.761926425821436], + [78.85991757331193, 19.689064443016242], + [78.95625640424407, 19.65607033759502], + [78.93637696294061, 19.5502142493686], + [78.92720183618518, 19.462229968245342], + [78.85380082214164, 19.447107669927284], + [78.8553300099342, 19.27801287964352], + [78.75899117900207, 19.27801287964352], + [78.67488585041053, 19.316506002634945], + [78.57090108051553, 19.28626140599883], + [78.50973356881258, 19.21477417758618], + [78.38892773319927, 19.176281054594753], + [78.30023484123, 19.258766318147806], + [78.19319169574985, 19.316506002634945], + [78.21154194926072, 19.42786110843157], + [78.30940996798543, 19.48147652974105], + [78.30635159240029, 19.606579179463186], + [78.27576783654881, 19.691813951801343], + [78.34305209942205, 19.713810022082157], + [78.36446072851808, 19.78117298731715], + [78.30635159240029, 19.911774654609488], + [78.3812817942364, 19.880155303580814], + [78.43174499139133, 19.814167092738373], + [78.57548864389324, 19.818291355916024], + [78.84156731980104, 19.761926425821436] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hyderabad", + "dt_code": "536", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.52808382232345, 17.373978045960527], + [78.45162443269479, 17.323112133436144], + [78.39504448436955, 17.386350835493488], + [78.40727798671014, 17.438591502410418], + [78.51737950777544, 17.441341011195522], + [78.52808382232345, 17.373978045960527] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jagtial", + "dt_code": "737", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.3018528453657, 18.81609540374642], + [79.22998101911475, 18.750107192903975], + [79.1626967562415, 18.75560621047418], + [79.110704371294, 18.66074815738817], + [78.98684016009554, 18.667621929350922], + [78.95778559203664, 18.576888139442566], + [78.8507424465565, 18.58788617458297], + [78.705469606262, 18.640126841499907], + [78.67029828703281, 18.623629788789295], + [78.58160539506353, 18.72261210505296], + [78.54184651245663, 18.81472064935387], + [78.53572976128633, 18.948071825431306], + [78.63665615559619, 18.978316422067426], + [78.69476529171398, 19.03193184337691], + [78.76204955458722, 19.011310527488646], + [78.8446256953862, 19.070424966368336], + [78.94708127748862, 19.073174475153436], + [79.02201147932473, 19.075923983938537], + [79.08470817882025, 19.023683317021607], + [79.11376274687915, 18.939823299076], + [79.18257619754496, 18.868336070663354], + [79.3018528453657, 18.81609540374642] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jangaon", + "dt_code": "752", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.51440994853344, 17.794652890081103], + [79.48994294385226, 17.662676468396217], + [79.57251908465123, 17.621433836619687], + [79.51135157294829, 17.58706497680592], + [79.53887695321461, 17.523826274748576], + [79.38289979837211, 17.51145348521562], + [79.37066629603152, 17.48258364297205], + [79.2559772115885, 17.471585607831642], + [79.1519924416935, 17.58706497680592], + [79.13058381259746, 17.672299749144074], + [79.02506985490989, 17.7135423809206], + [78.99142772347327, 17.793278135688553], + [78.8675635122748, 17.824897486717223], + [78.92108508501488, 17.8647653641012], + [79.09235411778312, 17.873013890456505], + [79.15352162948606, 17.992617522608434], + [79.22845183132218, 17.991242768215884], + [79.26821071392908, 17.952749645224458], + [79.50370563398542, 17.8647653641012], + [79.51440994853344, 17.794652890081103] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mulugu", + "dt_code": "780", + "st_nm": "Telangana", + "st_code": "36", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.37228430016722, 18.611256999256334], + [80.4548604409662, 18.630503560752047], + [80.63683378828246, 18.52327271813308], + [80.70564723894827, 18.439412700187475], + [80.74846449714033, 18.308811032895136], + [80.7561104361032, 18.169960839247498], + [80.5420241451429, 18.116345417938014], + [80.4319226240776, 18.059980487843426], + [80.39216374147068, 18.08197655812424], + [80.2698287180648, 17.943126364476598], + [80.14902288245148, 18.08335131251679], + [80.07868024399309, 18.070978522983832], + [79.9915165398164, 18.108096891582708], + [79.93646577928375, 18.08335131251679], + [79.84012694835161, 18.132842470648626], + [79.85388963848477, 18.259319874763307], + [79.92270308915059, 18.40641859476625], + [80.21630714532472, 18.389921542055642], + [80.23159902325045, 18.5562668235543], + [80.37228430016722, 18.611256999256334] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jogulamba Gadwal", + "dt_code": "744", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.51423231584715, 15.927736424996983], + [77.50046962571399, 16.221933865002875], + [77.59375008106099, 16.342912251547354], + [77.66103434393422, 16.362158813043067], + [77.77572342837725, 16.30716863734103], + [77.93170058321975, 16.19306402275931], + [77.94699246114548, 16.118827285561558], + [78.15802037652065, 15.951107249670349], + [78.24824245628248, 15.971728565558612], + [78.17484144223896, 15.857623950976889], + [78.08309017468454, 15.841126898266277], + [77.88735413723512, 15.905740354716169], + [77.80324880864357, 15.874121003687499], + [77.65950515614165, 15.885119038827906], + [77.51423231584715, 15.927736424996983] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kamareddy", + "dt_code": "736", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.55093282286893, 18.292313980184527], + [77.52493663039517, 18.37204973495248], + [77.58457495430554, 18.446286472150227], + [77.59680845664613, 18.549393051591544], + [77.73902292135548, 18.5562668235543], + [77.78948611851041, 18.497152384674614], + [77.93781733439005, 18.49165336710441], + [78.0219226629816, 18.436663191402374], + [78.0387437286999, 18.517773700562877], + [78.26047595862308, 18.453160244112983], + [78.38281098202897, 18.453160244112983], + [78.44550768152449, 18.483404840749103], + [78.52961301011604, 18.46553303364594], + [78.5494924514195, 18.33630612074616], + [78.52196707115317, 18.27856643625902], + [78.56784270493037, 18.22220150616443], + [78.56784270493037, 18.183708383173006], + [78.4332741791839, 18.163087067284742], + [78.38434016982154, 18.123219189900766], + [78.31399753136316, 18.179584119995354], + [78.17942900561668, 18.0970988564423], + [78.07085667234395, 18.059980487843426], + [77.97604702920438, 18.114970663545463], + [77.89805845178313, 18.0915998388721], + [77.86900388372423, 18.18920740074321], + [77.76960667720695, 18.18783264635066], + [77.72220185563717, 18.257945120370756], + [77.60139602002386, 18.27581692747392], + [77.55093282286893, 18.292313980184527] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Karimnagar", + "dt_code": "534", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.95778559203664, 18.576888139442566], + [78.98684016009554, 18.667621929350922], + [79.110704371294, 18.66074815738817], + [79.22998101911475, 18.567264858694706], + [79.23609777028504, 18.447661226542778], + [79.30644040874343, 18.480655331964], + [79.48535538047454, 18.385797278877988], + [79.56640233348094, 18.424290401869413], + [79.5633439578958, 18.263444137940958], + [79.47312187813395, 18.230450032519737], + [79.46241756358593, 18.164461821677293], + [79.3018528453657, 18.13009296186352], + [79.24527289704048, 18.183708383173006], + [79.1626967562415, 18.15758804971454], + [79.10764599570885, 18.22082675177188], + [79.1336421881826, 18.271692664296264], + [79.01895310373959, 18.317059559250445], + [79.02506985490989, 18.366550717382275], + [78.92261427280745, 18.475156314393796], + [78.95778559203664, 18.576888139442566] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Khammam", + "dt_code": "541", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.87691627171652, 17.07015732520678], + [80.84480332807247, 17.03991272857066], + [80.69953048777798, 17.08390486913229], + [80.58025383995724, 17.152642588759832], + [80.50532363812113, 17.06878257081423], + [80.36310917341179, 16.97667402651332], + [80.53437820618004, 16.96155172819526], + [80.60166246905327, 16.918934342026184], + [80.56343277423893, 16.832324815295472], + [80.56954952540923, 16.76771135884558], + [80.3218211030123, 16.879066464642207], + [80.30652922508656, 16.973924517728214], + [80.18725257726582, 17.02066616707495], + [80.05574242710449, 16.971175008943113], + [80.04045054917876, 17.050910763711066], + [79.8814150187511, 17.173263904648095], + [79.90129446005456, 17.2543744138086], + [79.80342644132985, 17.323112133436144], + [79.9915165398164, 17.39872362502644], + [80.05268405151935, 17.34648295810951], + [80.10926399984457, 17.35885574764247], + [80.22854064766531, 17.53070004671133], + [80.20254445519156, 17.558195134562347], + [80.36922592458208, 17.567818415310207], + [80.4319226240776, 17.497705941290107], + [80.44721450200333, 17.411096414559402], + [80.50073607474341, 17.367104273997775], + [80.59248734229783, 17.382226572315833], + [80.68270942205967, 17.296991799977675], + [80.85856601820564, 17.364354765212674], + [80.87691627171652, 17.26537244894901], + [80.94114215900461, 17.218630799602277], + [80.87997464730167, 17.160891115115138], + [80.87691627171652, 17.07015732520678] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Komaram Bheem", + "dt_code": "733", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.806484816915, 19.579084091612167], + [79.8645939530328, 19.510346371984625], + [79.94411171824662, 19.47047849460065], + [79.97775384968324, 19.398991266188], + [79.92881984032088, 19.158409247491594], + [79.67650385454624, 19.19965187926812], + [79.61380715505072, 19.27663812525097], + [79.51746832411858, 19.28626140599883], + [79.54805207997006, 19.20240138805322], + [79.46241756358593, 19.172156791417102], + [79.35078685472806, 19.210649914408528], + [79.31561553549886, 19.09242103664915], + [79.26668152613651, 19.03330659776946], + [79.15046325390092, 19.09242103664915], + [79.05718279855392, 19.209275160015977], + [78.95319802865892, 19.249143037399953], + [78.8553300099342, 19.27801287964352], + [78.85380082214164, 19.447107669927284], + [78.92720183618518, 19.462229968245342], + [78.93637696294061, 19.5502142493686], + [79.09694168116084, 19.53234244226544], + [79.19022213650783, 19.459480459460238], + [79.25291883600335, 19.592831635537678], + [79.36607873265379, 19.576334582827066], + [79.47159269034137, 19.500723091236765], + [79.74378811741948, 19.60932868824829], + [79.806484816915, 19.579084091612167] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mahabubabad", + "dt_code": "751", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.53887695321461, 17.523826274748576], + [79.51135157294829, 17.58706497680592], + [79.57251908465123, 17.621433836619687], + [79.65356603765764, 17.628307608582446], + [79.69179573247197, 17.68604729306958], + [79.89364852109169, 17.730039433631212], + [79.91046958681, 17.813899451576816], + [79.99457491540154, 17.889510943167117], + [79.9915165398164, 18.108096891582708], + [80.07868024399309, 18.070978522983832], + [80.14902288245148, 18.08335131251679], + [80.2698287180648, 17.943126364476598], + [80.24842008896877, 17.824897486717223], + [80.25912440351678, 17.750660749519476], + [80.20254445519156, 17.558195134562347], + [80.22854064766531, 17.53070004671133], + [80.10926399984457, 17.35885574764247], + [80.05268405151935, 17.34648295810951], + [79.9915165398164, 17.39872362502644], + [79.80342644132985, 17.323112133436144], + [79.75143405638235, 17.439966256802972], + [79.53887695321461, 17.523826274748576] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mahabubnagar", + "dt_code": "538", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.75125642369606, 16.403401444819593], + [77.78795693071783, 16.573870989495905], + [77.72678941901489, 16.850196622398634], + [77.76043155045151, 17.002794359971787], + [77.91487951750145, 16.921683850811284], + [77.998984846093, 16.97942353529842], + [78.02498103856675, 17.00966813193454], + [78.27576783654881, 16.923058605203835], + [78.34916885059235, 16.780084148378542], + [78.34916885059235, 16.682476586507427], + [78.23447976614932, 16.741591025387116], + [78.12131986949888, 16.593117550991618], + [78.00663078505586, 16.609614603702227], + [77.98216378037468, 16.50238376108326], + [77.91640870529402, 16.44189456781102], + [77.75125642369606, 16.403401444819593] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mancherial", + "dt_code": "735", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.92881984032088, 19.158409247491594], + [79.8584772018625, 19.102044317397006], + [79.9395241548689, 19.03468135216201], + [79.96093278396494, 18.865586561878253], + [79.91352796239515, 18.825718684494277], + [79.86612314082537, 18.835341965242133], + [79.80954319250014, 18.703365543557247], + [79.67956223013138, 18.673120946921127], + [79.6321574085616, 18.729485877015712], + [79.4303046199419, 18.84771475477509], + [79.3018528453657, 18.81609540374642], + [79.18257619754496, 18.868336070663354], + [79.11376274687915, 18.939823299076], + [79.08470817882025, 19.023683317021607], + [79.02201147932473, 19.075923983938537], + [78.94708127748862, 19.073174475153436], + [78.87826782682282, 19.159784001884145], + [78.95319802865892, 19.249143037399953], + [79.05718279855392, 19.209275160015977], + [79.15046325390092, 19.09242103664915], + [79.26668152613651, 19.03330659776946], + [79.31561553549886, 19.09242103664915], + [79.35078685472806, 19.210649914408528], + [79.46241756358593, 19.172156791417102], + [79.54805207997006, 19.20240138805322], + [79.51746832411858, 19.28626140599883], + [79.61380715505072, 19.27663812525097], + [79.67650385454624, 19.19965187926812], + [79.92881984032088, 19.158409247491594] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Medak", + "dt_code": "535", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.89805845178313, 18.0915998388721], + [77.97604702920438, 18.114970663545463], + [78.07085667234395, 18.059980487843426], + [78.17942900561668, 18.0970988564423], + [78.31399753136316, 18.179584119995354], + [78.38434016982154, 18.123219189900766], + [78.4332741791839, 18.163087067284742], + [78.56784270493037, 18.183708383173006], + [78.57854701947839, 18.106722137190157], + [78.53114219790861, 17.951374890831907], + [78.54031732466404, 17.83727027625018], + [78.49902925426456, 17.68604729306958], + [78.44856605710963, 17.703919100172744], + [78.31858509474088, 17.74378697755672], + [78.32011428253345, 17.680548275499376], + [78.1488452497652, 17.80565092522151], + [78.09991124040285, 17.815274205969367], + [78.07850261130682, 17.904633241485175], + [77.93628814659748, 17.889510943167117], + [77.8246574377396, 17.98711850503823], + [77.89805845178313, 18.0915998388721] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Medchal Malkajgiri", + "dt_code": "742", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.52808382232345, 17.373978045960527], + [78.51737950777544, 17.441341011195522], + [78.40727798671014, 17.438591502410418], + [78.34763966279978, 17.522451520356025], + [78.3812817942364, 17.642055152507954], + [78.44856605710963, 17.703919100172744], + [78.49902925426456, 17.68604729306958], + [78.66876909924024, 17.69842008260254], + [78.72381985977287, 17.668175485966422], + [78.6764150382031, 17.57606694166551], + [78.7513452400392, 17.471585607831642], + [78.73758254990605, 17.386350835493488], + [78.52808382232345, 17.373978045960527] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nagarkurnool", + "dt_code": "746", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.21010157781129, 16.356659795472865], + [79.21468914118901, 16.226058128180526], + [79.15810919286379, 16.209561075469917], + [79.0296574182876, 16.241180426498588], + [78.90426401929656, 16.18344074201145], + [78.92261427280745, 16.12295154873921], + [78.74064092549119, 16.008846934157486], + [78.60148483636699, 16.084458425747783], + [78.55102163921207, 16.043215793971257], + [78.4103363622953, 16.07483514499993], + [78.25588839524536, 16.008846934157486], + [78.20236682250528, 16.054213829111667], + [78.22683382718645, 16.175192215656146], + [78.19625007133499, 16.208186321077367], + [78.31399753136316, 16.38003062014623], + [78.09991124040285, 16.487261462765197], + [78.12131986949888, 16.593117550991618], + [78.23447976614932, 16.741591025387116], + [78.34916885059235, 16.682476586507427], + [78.34916885059235, 16.780084148378542], + [78.5372589490789, 16.82132678015507], + [78.65194803352192, 16.76633660445303], + [78.75440361562435, 16.74983955174242], + [78.69782366729913, 16.619237884450087], + [78.72381985977287, 16.539502129682134], + [78.80027924940157, 16.513381796223666], + [78.8553300099342, 16.55050016482254], + [79.1519924416935, 16.399277181641942], + [79.21010157781129, 16.356659795472865] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nalgonda", + "dt_code": "539", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.67956223013138, 16.693474621647834], + [79.54193532879977, 16.632985428375594], + [79.4471256856602, 16.619237884450087], + [79.4180711176013, 16.58074476145866], + [79.25750639938107, 16.5656224631406], + [79.21927670456672, 16.512007041831115], + [79.21010157781129, 16.356659795472865], + [79.1519924416935, 16.399277181641942], + [78.8553300099342, 16.55050016482254], + [78.80027924940157, 16.513381796223666], + [78.72381985977287, 16.539502129682134], + [78.69782366729913, 16.619237884450087], + [78.75440361562435, 16.74983955174242], + [78.80180843719414, 16.82682579772527], + [78.72993661094317, 16.863944166324146], + [78.84156731980104, 17.07153207959933], + [78.8905013291634, 17.044036991748314], + [78.95166884086635, 17.13202127287157], + [78.98225259671781, 17.279119992874516], + [79.10305843233114, 17.24200162427564], + [79.20551401443356, 17.262622940163908], + [79.25138964821078, 17.35885574764247], + [79.45018406124535, 17.34510820371696], + [79.52511426308145, 17.185636694181056], + [79.59239852595469, 17.08390486913229], + [79.61686553063586, 16.923058605203835], + [79.66732872779079, 16.841948096043332], + [79.67956223013138, 16.693474621647834] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nirmal", + "dt_code": "734", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.94852164893805, 18.84359049159744], + [77.84300769125048, 18.90820394804733], + [77.79713205747328, 19.073174475153436], + [77.8598287569688, 19.180405317772408], + [77.86288713255394, 19.304133213101988], + [77.94393408556034, 19.342626336093414], + [78.04180210428505, 19.271139107680767], + [78.17484144223896, 19.238145002259543], + [78.19319169574985, 19.316506002634945], + [78.30023484123, 19.258766318147806], + [78.38892773319927, 19.176281054594753], + [78.50973356881258, 19.21477417758618], + [78.57090108051553, 19.28626140599883], + [78.67488585041053, 19.316506002634945], + [78.75899117900207, 19.27801287964352], + [78.8553300099342, 19.27801287964352], + [78.95319802865892, 19.249143037399953], + [78.87826782682282, 19.159784001884145], + [78.94708127748862, 19.073174475153436], + [78.8446256953862, 19.070424966368336], + [78.76204955458722, 19.011310527488646], + [78.69476529171398, 19.03193184337691], + [78.63665615559619, 18.978316422067426], + [78.53572976128633, 18.948071825431306], + [78.4562119960725, 18.954945597394058], + [78.4103363622953, 19.004436755525894], + [78.31399753136316, 18.950821334216407], + [78.24059651731962, 19.01680954505885], + [78.05250641883306, 18.939823299076], + [78.03721454090733, 18.87795935141121], + [77.94852164893805, 18.84359049159744] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nizamabad", + "dt_code": "533", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.73902292135548, 18.5562668235543], + [77.72984779460003, 18.66624717495837], + [77.78795693071783, 18.682744227668984], + [77.83994931566534, 18.805097368606013], + [77.94852164893805, 18.84359049159744], + [78.03721454090733, 18.87795935141121], + [78.05250641883306, 18.939823299076], + [78.24059651731962, 19.01680954505885], + [78.31399753136316, 18.950821334216407], + [78.4103363622953, 19.004436755525894], + [78.4562119960725, 18.954945597394058], + [78.53572976128633, 18.948071825431306], + [78.54184651245663, 18.81472064935387], + [78.58160539506353, 18.72261210505296], + [78.67029828703281, 18.623629788789295], + [78.55408001479721, 18.53014649009583], + [78.52961301011604, 18.46553303364594], + [78.44550768152449, 18.483404840749103], + [78.38281098202897, 18.453160244112983], + [78.26047595862308, 18.453160244112983], + [78.0387437286999, 18.517773700562877], + [78.0219226629816, 18.436663191402374], + [77.93781733439005, 18.49165336710441], + [77.78948611851041, 18.497152384674614], + [77.73902292135548, 18.5562668235543] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Peddapalli", + "dt_code": "738", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.110704371294, 18.66074815738817], + [79.1626967562415, 18.75560621047418], + [79.22998101911475, 18.750107192903975], + [79.3018528453657, 18.81609540374642], + [79.4303046199419, 18.84771475477509], + [79.6321574085616, 18.729485877015712], + [79.67956223013138, 18.673120946921127], + [79.80954319250014, 18.703365543557247], + [79.83095182159617, 18.655249139817965], + [79.79119293898925, 18.57276387626491], + [79.7254378639086, 18.574138630657462], + [79.67038710337594, 18.480655331964], + [79.56640233348094, 18.424290401869413], + [79.48535538047454, 18.385797278877988], + [79.30644040874343, 18.480655331964], + [79.23609777028504, 18.447661226542778], + [79.22998101911475, 18.567264858694706], + [79.110704371294, 18.66074815738817] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rajanna Sircilla", + "dt_code": "739", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.67029828703281, 18.623629788789295], + [78.705469606262, 18.640126841499907], + [78.8507424465565, 18.58788617458297], + [78.95778559203664, 18.576888139442566], + [78.92261427280745, 18.475156314393796], + [79.02506985490989, 18.366550717382275], + [79.01895310373959, 18.317059559250445], + [78.98836934788811, 18.259319874763307], + [78.74981605224663, 18.22082675177188], + [78.64277290676648, 18.256570365978206], + [78.56784270493037, 18.22220150616443], + [78.52196707115317, 18.27856643625902], + [78.5494924514195, 18.33630612074616], + [78.52961301011604, 18.46553303364594], + [78.55408001479721, 18.53014649009583], + [78.67029828703281, 18.623629788789295] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ranga Reddy", + "dt_code": "537", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.40727798671014, 17.438591502410418], + [78.39504448436955, 17.386350835493488], + [78.45162443269479, 17.323112133436144], + [78.52808382232345, 17.373978045960527], + [78.73758254990605, 17.386350835493488], + [78.75287442783178, 17.261248185771354], + [78.81862950291244, 17.232378343527785], + [78.77581224472038, 17.15126783436728], + [78.84156731980104, 17.07153207959933], + [78.72993661094317, 16.863944166324146], + [78.80180843719414, 16.82682579772527], + [78.75440361562435, 16.74983955174242], + [78.65194803352192, 16.76633660445303], + [78.5372589490789, 16.82132678015507], + [78.34916885059235, 16.780084148378542], + [78.27576783654881, 16.923058605203835], + [78.02498103856675, 17.00966813193454], + [77.998984846093, 16.97942353529842], + [77.92252545646431, 17.063283553244027], + [77.98980971933756, 17.103151430628003], + [78.06932748455138, 17.231003589135234], + [78.00510159726329, 17.32861115100635], + [78.06321073338108, 17.44958953755083], + [78.07085667234395, 17.496331186897557], + [78.21765870043102, 17.438591502410418], + [78.2880013388894, 17.431717730447666], + [78.34763966279978, 17.522451520356025], + [78.40727798671014, 17.438591502410418] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sangareddy", + "dt_code": "740", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.44388967738877, 17.584315468020815], + [77.45306480414422, 17.694295819424887], + [77.53717013273577, 17.77953059176304], + [77.58610414209812, 17.907382750270276], + [77.65644678055651, 17.969246697935066], + [77.54787444728377, 18.055856224665774], + [77.5983376444387, 18.09297459326465], + [77.56316632520951, 18.196081172705966], + [77.60139602002386, 18.27581692747392], + [77.72220185563717, 18.257945120370756], + [77.76960667720695, 18.18783264635066], + [77.86900388372423, 18.18920740074321], + [77.89805845178313, 18.0915998388721], + [77.8246574377396, 17.98711850503823], + [77.93628814659748, 17.889510943167117], + [78.07850261130682, 17.904633241485175], + [78.09991124040285, 17.815274205969367], + [78.1488452497652, 17.80565092522151], + [78.32011428253345, 17.680548275499376], + [78.31858509474088, 17.74378697755672], + [78.44856605710963, 17.703919100172744], + [78.3812817942364, 17.642055152507954], + [78.34763966279978, 17.522451520356025], + [78.2880013388894, 17.431717730447666], + [78.21765870043102, 17.438591502410418], + [78.07085667234395, 17.496331186897557], + [78.06321073338108, 17.44958953755083], + [77.9806345925821, 17.4839583973646], + [77.93017139542718, 17.569193169702757], + [77.82312824994703, 17.632431871760097], + [77.6855013486154, 17.51145348521562], + [77.4943528745437, 17.566443660917656], + [77.46682749427738, 17.57744169605806], + [77.44388967738877, 17.584315468020815] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Siddipet", + "dt_code": "741", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.22845183132218, 17.991242768215884], + [79.15352162948606, 17.992617522608434], + [79.09235411778312, 17.873013890456505], + [78.92108508501488, 17.8647653641012], + [78.8675635122748, 17.824897486717223], + [78.8155711273273, 17.702544345780193], + [78.72381985977287, 17.668175485966422], + [78.66876909924024, 17.69842008260254], + [78.49902925426456, 17.68604729306958], + [78.54031732466404, 17.83727027625018], + [78.53114219790861, 17.951374890831907], + [78.57854701947839, 18.106722137190157], + [78.56784270493037, 18.183708383173006], + [78.56784270493037, 18.22220150616443], + [78.64277290676648, 18.256570365978206], + [78.74981605224663, 18.22082675177188], + [78.98836934788811, 18.259319874763307], + [79.01895310373959, 18.317059559250445], + [79.1336421881826, 18.271692664296264], + [79.10764599570885, 18.22082675177188], + [79.1626967562415, 18.15758804971454], + [79.24527289704048, 18.183708383173006], + [79.3018528453657, 18.13009296186352], + [79.22845183132218, 17.991242768215884] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Suryapet", + "dt_code": "748", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.05574242710449, 16.971175008943113], + [80.03892136138619, 16.91755958763363], + [80.07256349282281, 16.817202516977414], + [80.05574242710449, 16.744340534172217], + [79.94869928162434, 16.635734937160695], + [79.87682745537339, 16.69759888482549], + [79.79272212678183, 16.725093972676504], + [79.67956223013138, 16.693474621647834], + [79.66732872779079, 16.841948096043332], + [79.61686553063586, 16.923058605203835], + [79.59239852595469, 17.08390486913229], + [79.52511426308145, 17.185636694181056], + [79.45018406124535, 17.34510820371696], + [79.37066629603152, 17.48258364297205], + [79.38289979837211, 17.51145348521562], + [79.53887695321461, 17.523826274748576], + [79.75143405638235, 17.439966256802972], + [79.80342644132985, 17.323112133436144], + [79.90129446005456, 17.2543744138086], + [79.8814150187511, 17.173263904648095], + [80.04045054917876, 17.050910763711066], + [80.05574242710449, 16.971175008943113] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Vikarabad", + "dt_code": "743", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.46682749427738, 16.954677956232505], + [77.49741125012885, 17.042662237355763], + [77.46376911869223, 17.110025202590755], + [77.36437191217495, 17.158141606330037], + [77.37966379010068, 17.22275506277993], + [77.48364855999569, 17.354731484464814], + [77.51270312805458, 17.430342976055115], + [77.6855013486154, 17.51145348521562], + [77.82312824994703, 17.632431871760097], + [77.93017139542718, 17.569193169702757], + [77.9806345925821, 17.4839583973646], + [78.06321073338108, 17.44958953755083], + [78.00510159726329, 17.32861115100635], + [78.06932748455138, 17.231003589135234], + [77.98980971933756, 17.103151430628003], + [77.92252545646431, 17.063283553244027], + [77.998984846093, 16.97942353529842], + [77.91487951750145, 16.921683850811284], + [77.76043155045151, 17.002794359971787], + [77.7145559166743, 17.03991272857066], + [77.63503815146048, 17.00966813193454], + [77.59680845664613, 16.91481007884853], + [77.46682749427738, 16.954677956232505] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Wanaparthy", + "dt_code": "745", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.25588839524536, 16.008846934157486], + [78.24824245628248, 15.971728565558612], + [78.15802037652065, 15.951107249670349], + [77.94699246114548, 16.118827285561558], + [77.93170058321975, 16.19306402275931], + [77.77572342837725, 16.30716863734103], + [77.66103434393422, 16.362158813043067], + [77.75125642369606, 16.403401444819593], + [77.91640870529402, 16.44189456781102], + [77.98216378037468, 16.50238376108326], + [78.00663078505586, 16.609614603702227], + [78.12131986949888, 16.593117550991618], + [78.09991124040285, 16.487261462765197], + [78.31399753136316, 16.38003062014623], + [78.19625007133499, 16.208186321077367], + [78.22683382718645, 16.175192215656146], + [78.20236682250528, 16.054213829111667], + [78.25588839524536, 16.008846934157486] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Warangal Rural", + "dt_code": "749", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.57251908465123, 17.621433836619687], + [79.48994294385226, 17.662676468396217], + [79.51440994853344, 17.794652890081103], + [79.62145309401359, 17.829021749894878], + [79.67191629116851, 18.026986382422205], + [79.6031028405027, 18.0970988564423], + [79.61227796725815, 18.18783264635066], + [79.57863583582153, 18.242822822052695], + [79.6963832958497, 18.27719168186647], + [79.72390867611603, 18.194706418313416], + [79.84012694835161, 18.132842470648626], + [79.93646577928375, 18.08335131251679], + [79.9915165398164, 18.108096891582708], + [79.99457491540154, 17.889510943167117], + [79.91046958681, 17.813899451576816], + [79.89364852109169, 17.730039433631212], + [79.69179573247197, 17.68604729306958], + [79.65356603765764, 17.628307608582446], + [79.57251908465123, 17.621433836619687] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Warangal Urban", + "dt_code": "540", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.51440994853344, 17.794652890081103], + [79.50370563398542, 17.8647653641012], + [79.26821071392908, 17.952749645224458], + [79.22845183132218, 17.991242768215884], + [79.3018528453657, 18.13009296186352], + [79.46241756358593, 18.164461821677293], + [79.47312187813395, 18.230450032519737], + [79.5633439578958, 18.263444137940958], + [79.57863583582153, 18.242822822052695], + [79.61227796725815, 18.18783264635066], + [79.6031028405027, 18.0970988564423], + [79.67191629116851, 18.026986382422205], + [79.62145309401359, 17.829021749894878], + [79.51440994853344, 17.794652890081103] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Yadadri Bhuvanagiri", + "dt_code": "747", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.8675635122748, 17.824897486717223], + [78.99142772347327, 17.793278135688553], + [79.02506985490989, 17.7135423809206], + [79.13058381259746, 17.672299749144074], + [79.1519924416935, 17.58706497680592], + [79.2559772115885, 17.471585607831642], + [79.37066629603152, 17.48258364297205], + [79.45018406124535, 17.34510820371696], + [79.25138964821078, 17.35885574764247], + [79.20551401443356, 17.262622940163908], + [79.10305843233114, 17.24200162427564], + [78.98225259671781, 17.279119992874516], + [78.95166884086635, 17.13202127287157], + [78.8905013291634, 17.044036991748314], + [78.84156731980104, 17.07153207959933], + [78.77581224472038, 17.15126783436728], + [78.81862950291244, 17.232378343527785], + [78.75287442783178, 17.261248185771354], + [78.73758254990605, 17.386350835493488], + [78.7513452400392, 17.471585607831642], + [78.6764150382031, 17.57606694166551], + [78.72381985977287, 17.668175485966422], + [78.8155711273273, 17.702544345780193], + [78.8675635122748, 17.824897486717223] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "South 24 Parganas", + "dt_code": "343", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [88.12526640851542, 21.674209785859738], + [88.03198595316843, 21.687957329785245], + [88.10385777941939, 21.841929821750945], + [88.1665544789149, 21.822683260255232], + [88.17114204229263, 21.737448487917078], + [88.12526640851542, 21.674209785859738] + ] + ], + [ + [ + [89.01525370379326, 21.778691119693605], + [89.09324228121451, 21.652213715578924], + [89.03819152068186, 21.610971083802397], + [89.01525370379326, 21.778691119693605] + ] + ], + [ + [ + [88.08244915032336, 22.26122991147897], + [88.09009508928622, 22.362961736527737], + [88.16961285450006, 22.482565368679666], + [88.23842630516586, 22.544429316344456], + [88.34241107506087, 22.50456143896048], + [88.41428290131182, 22.556802105877413], + [88.52132604679198, 22.562301123447618], + [88.5610849293989, 22.624165071112408], + [88.62378162889442, 22.58017293055078], + [88.70329939410824, 22.434448964940383], + [88.82257604192898, 22.37121026288304], + [88.8042257884181, 22.328592876713962], + [89.05501258640017, 22.12787873540153], + [89.06877527653333, 21.949160664369916], + [89.0076077648304, 21.902419015023185], + [88.93267756299429, 21.94228689240716], + [88.85315979778045, 21.923040330911448], + [88.7629377180186, 21.95465968194012], + [88.7629377180186, 22.01514887521236], + [88.63295675564986, 21.95465968194012], + [88.53203036133999, 21.852927856891355], + [88.4448666571633, 21.917541313341246], + [88.39134508442322, 21.896919997452983], + [88.35923214077917, 21.80481145315207], + [88.26748087322477, 21.72782520716922], + [88.30265219245396, 21.670085522682083], + [88.2598349342619, 21.55598090810036], + [88.21243011269212, 21.782815382871256], + [88.14514584981887, 21.95465968194012], + [88.20784254931439, 22.026146910352765], + [88.2185468638624, 22.103133156335616], + [88.18337554463321, 22.18699317428122], + [88.08244915032336, 22.26122991147897] + ] + ], + [ + [ + [88.77670040815177, 21.868050155209414], + [88.80881335179582, 21.668710768289532], + [88.7461166523003, 21.661836996326777], + [88.69106589176765, 21.75119603184259], + [88.71553289644882, 21.905168523808285], + [88.77670040815177, 21.868050155209414] + ] + ], + [ + [ + [88.9433818775423, 21.914791804556145], + [88.94796944092002, 21.769067838945748], + [88.82104685413641, 21.9271645940891], + [88.88221436583936, 21.913417050163595], + [88.9433818775423, 21.914791804556145] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Amreli", + "dt_code": "480", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [71.392893582175, 21.980780015398587], + [71.46629459621855, 21.928539348481653], + [71.45406109387795, 21.870799663994514], + [71.590158807417, 21.687957329785245], + [71.54581236143237, 21.55873041688546], + [71.47852809855914, 21.48174417090261], + [71.61462581209818, 21.440501539126082], + [71.62533012664619, 21.327771678936912], + [71.5320496712992, 21.289278555945486], + [71.52593292012891, 21.18617197650417], + [71.62227175106105, 21.11330999369897], + [71.6773225115937, 20.99645587033214], + [71.51064104220318, 20.94421520341521], + [71.43724002815965, 20.86860371182491], + [71.32102175592405, 20.846607641544097], + [71.20633267148104, 20.79574172901971], + [71.17880729121471, 20.880976501357868], + [71.2200953616142, 20.956587992948165], + [71.12375653068206, 20.963461764910925], + [71.13446084523007, 21.06794309874479], + [71.00600907065389, 21.165550660615907], + [70.8546194791891, 21.166925415008457], + [70.80415628203417, 21.23428838024345], + [70.94331237115837, 21.3112746262263], + [70.92343292985491, 21.462497609406896], + [70.8316816623005, 21.456998591836694], + [70.86379460594455, 21.598598294269436], + [70.79345196748615, 21.66596125950443], + [70.80109790644903, 21.74157275109473], + [70.97848369038756, 21.72645045277667], + [71.04729714105338, 21.75532029502024], + [71.03047607533506, 21.87354917277962], + [71.12834409405977, 21.947785909977362], + [71.33019688267949, 22.03164592792297], + [71.392893582175, 21.980780015398587] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Angul", + "dt_code": "384", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.39413701097895, 21.183422467719065], + [85.27180198757307, 21.17517394136376], + [85.23051391717358, 21.072067361922443], + [85.25498092185475, 20.79574172901971], + [85.1892258467741, 20.700883675933703], + [85.11429564493798, 20.68301186883054], + [85.12652914727857, 20.615648903595545], + [85.07453676233106, 20.581280043781774], + [84.89715097839253, 20.582654798174325], + [84.84821696903018, 20.527664622472287], + [84.76717001602378, 20.603276114062588], + [84.63871824144759, 20.62389742995085], + [84.56072966402634, 20.689885640793293], + [84.36040606319919, 20.765497132383594], + [84.34817256085861, 20.832860097618585], + [84.26712560785221, 20.880976501357868], + [84.2793591101928, 20.922219133134398], + [84.37416875333236, 20.955213238555615], + [84.48121189881252, 21.08031588827775], + [84.58519666870751, 21.061069326782036], + [84.66777280950649, 21.092688677810706], + [84.74423219913517, 21.169674923793558], + [84.87727153708907, 21.164175906223353], + [84.93996823658459, 21.195795257252023], + [84.89715097839253, 21.260408713701914], + [85.01184006283555, 21.29752708230079], + [84.9919606215321, 21.411631696882516], + [85.02560275296872, 21.447375311088837], + [85.1540545275449, 21.462497609406896], + [85.20298853690726, 21.521612048286585], + [85.14487940078945, 21.594474031091785], + [85.19075503456666, 21.660462241934226], + [85.25498092185475, 21.674209785859738], + [85.33449868706859, 21.48174417090261], + [85.30391493121711, 21.415755960060167], + [85.34214462603146, 21.366264801928335], + [85.28403548991366, 21.29890183669334], + [85.39413701097895, 21.183422467719065] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dang", + "dt_code": "489", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [73.84876917704823, 20.999205379117246], + [73.84876917704823, 20.997830624724692], + [73.80748110664874, 21.008828659865102], + [73.84876917704823, 20.999205379117246] + ] + ], + [ + [ + [73.94204963239521, 20.83973386958134], + [73.91758262771404, 20.724254500607067], + [73.87476536952197, 20.72975351817727], + [73.8380648625002, 20.62114792116575], + [73.74478440715322, 20.564782991071162], + [73.6530331395988, 20.564782991071162], + [73.61480344478446, 20.6252721843434], + [73.47411816786769, 20.720130237429416], + [73.49552679696372, 20.819112553693078], + [73.48941004579342, 20.91397060677909], + [73.56434024762953, 21.010203414257653], + [73.75243034611609, 21.00607915108], + [73.79677679210072, 20.95796274734072], + [73.88852805965513, 20.9332171682748], + [73.94204963239521, 20.83973386958134] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dhamtari", + "dt_code": "412", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.81430838856414, 20.16747897162395], + [81.77454950595722, 20.232092428073845], + [81.79442894726068, 20.326950481159855], + [81.69197336515825, 20.48092297312556], + [81.59716372201869, 20.519416096116984], + [81.45647844510192, 20.51391707854678], + [81.41060281132471, 20.553784955930755], + [81.49776651550141, 20.61014988602534], + [81.51611676901229, 20.713256465466657], + [81.47788707419795, 20.776495167524], + [81.47177032302766, 20.86997846621746], + [81.58951778305583, 20.940090940237557], + [81.61245559994443, 21.02257620379061], + [81.74855331348347, 21.011578168650203], + [81.81430838856414, 20.945589957807762], + [81.86630077351164, 20.96208701051837], + [81.92288072183686, 20.751749588458082], + [81.98098985795467, 20.724254500607067], + [82.02074874056157, 20.527664622472287], + [82.08497462784968, 20.41081049910546], + [82.10791244473828, 20.291206866953534], + [82.17978427098923, 20.256838007139763], + [82.10026650577541, 20.10561502395916], + [82.01769036497643, 20.049250093864575], + [81.94581853872548, 20.10561502395916], + [81.87547590026709, 20.051999602649676], + [81.81430838856414, 20.16747897162395] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kendrapara", + "dt_code": "379", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.62207480841556, 20.79574172901971], + [86.75970170974719, 20.766871886776144], + [86.80557734352439, 20.735252535747474], + [86.86062810405704, 20.775120413131447], + [87.02272201006984, 20.770996149953795], + [87.05636414150646, 20.714631219859207], + [86.78875627780609, 20.534538394435042], + [86.73676389285859, 20.461676411629846], + [86.7765227754655, 20.33519900751516], + [86.72300120272541, 20.29808063891629], + [86.60372455490467, 20.340698025085366], + [86.4523349634399, 20.329699989944956], + [86.39422582732209, 20.36544360415128], + [86.2489529870276, 20.36544360415128], + [86.27341999170878, 20.387439674432095], + [86.2489529870276, 20.538662657612697], + [86.27953674287907, 20.581280043781774], + [86.37740476160378, 20.59365283331473], + [86.4523349634399, 20.674763342475234], + [86.52573597748342, 20.688510886400742], + [86.56396567229777, 20.775120413131447], + [86.62207480841556, 20.79574172901971] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dadra and Nagar Haveli", + "dt_code": "496", + "st_nm": "Dadra and Nagar Haveli and Daman and Diu", + "st_code": "26", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.96184025735553, 20.208721603400477], + [72.93278568929664, 20.295331130131185], + [73.04288721036193, 20.325575726767305], + [73.16675142156039, 20.28845735816843], + [73.13463847791635, 20.199098322652624], + [73.21109786754502, 20.120737322277222], + [73.1376968535015, 20.086368462463447], + [72.96489863294067, 20.127611094239974], + [72.96184025735553, 20.208721603400477] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Palghar", + "dt_code": "732", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.21109786754502, 20.120737322277222], + [73.24932756235937, 20.122112076669772], + [73.30896588626973, 20.05612386582733], + [73.40683390499444, 20.019005497228456], + [73.45118035097909, 19.76467593460654], + [73.48482248241571, 19.724808057222564], + [73.28602806938113, 19.693188706193894], + [73.21109786754502, 19.561212284509004], + [73.05664990049509, 19.47872702095595], + [72.95725269397781, 19.40036602058055], + [72.89914355786001, 19.28763616039138], + [72.79821716355015, 19.304133213101988], + [72.71869939833633, 19.53921621422819], + [72.71564102275119, 19.646447056847162], + [72.65447351104824, 19.836163163019187], + [72.66364863780368, 19.9337707248903], + [72.73246208846949, 19.972263847881727], + [72.7079950837883, 20.073995672930494], + [72.77527934666155, 20.13173535741763], + [72.87314736538626, 20.22659341050364], + [72.96184025735553, 20.208721603400477], + [72.96489863294067, 20.127611094239974], + [73.1376968535015, 20.086368462463447], + [73.21109786754502, 20.120737322277222] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ganjam", + "dt_code": "388", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.23348347641559, 19.573585074041965], + [84.23960022758588, 19.665693618342875], + [84.16008246237206, 19.73855560114807], + [84.18454946705323, 19.8609087420851], + [84.27477154681507, 19.880155303580814], + [84.37875631671008, 19.845786443767043], + [84.46133245750906, 19.85678447890745], + [84.46286164530163, 19.953017286386014], + [84.38946063125809, 19.955766795171115], + [84.36346443878435, 20.025879269191208], + [84.45368651854619, 20.16747897162395], + [84.4873286499828, 20.141358638165485], + [84.5867258565001, 20.17435274358671], + [84.70447331652827, 20.278834077420576], + [84.83139590331187, 20.216970129755786], + [84.79775377187525, 20.090492725641102], + [84.90173854177026, 19.991510409377437], + [84.93996823658459, 19.898027110683977], + [85.00419412387268, 19.804543811990513], + [85.13723346182658, 19.73855560114807], + [85.1831090956038, 19.67256739030563], + [85.17240478105577, 19.467728985815548], + [85.07912432570879, 19.375620441514634], + [84.98125630698408, 19.316506002634945], + [84.81151646200841, 19.15703449309904], + [84.7656408282312, 19.07729873833109], + [84.70141494094311, 19.118541370107618], + [84.62342636352186, 19.085547264686397], + [84.5913134198778, 19.023683317021607], + [84.51485403024913, 19.049803650480072], + [84.42310276269471, 18.949446579823856], + [84.3542893120289, 19.008561018703546], + [84.38640225567295, 19.12129087889272], + [84.36040606319919, 19.188653844127714], + [84.42616113827987, 19.26014107254036], + [84.42157357490214, 19.34812535366362], + [84.37875631671008, 19.38524372226249], + [84.37416875333236, 19.48835030170381], + [84.40169413359868, 19.574959828434515], + [84.33593905851802, 19.59420638993023], + [84.23348347641559, 19.573585074041965] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gajapati", + "dt_code": "389", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.93987942024145, 19.635449021706755], + [84.12949870652058, 19.629950004136553], + [84.23348347641559, 19.573585074041965], + [84.33593905851802, 19.59420638993023], + [84.40169413359868, 19.574959828434515], + [84.37416875333236, 19.48835030170381], + [84.37875631671008, 19.38524372226249], + [84.42157357490214, 19.34812535366362], + [84.42616113827987, 19.26014107254036], + [84.36040606319919, 19.188653844127714], + [84.38640225567295, 19.12129087889272], + [84.3542893120289, 19.008561018703546], + [84.42310276269471, 18.949446579823856], + [84.4353362650353, 18.924701000757942], + [84.3191179927997, 18.7886003158954], + [84.22430834966015, 18.79959835103581], + [84.08973982391367, 18.75835571925928], + [84.0362182511736, 18.81747015813897], + [83.8909454108791, 18.81609540374642], + [83.79307739215439, 19.018184299451402], + [83.95058373478948, 18.99756298356314], + [84.03315987558844, 19.132288914033126], + [83.97963830284837, 19.21339942319363], + [84.02092637324786, 19.29038566917648], + [84.01480962207756, 19.376995195907185], + [83.94752535920432, 19.396241757402898], + [83.97963830284837, 19.530967687872888], + [83.93987942024145, 19.635449021706755] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Y.S.R. Kadapa", + "dt_code": "551", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.75899117900207, 15.183994298626947], + [78.77734143251296, 15.199116596945007], + [79.08317899102768, 15.17299626348654], + [79.08929574219798, 15.047893613764408], + [79.08164980323511, 14.981905402921965], + [79.18716376092269, 14.71107878758944], + [79.18869294871526, 14.616220734503427], + [79.24221452145534, 14.592849909830061], + [79.29267771861026, 14.484244312818541], + [79.4348921833196, 14.243662294122135], + [79.45477162462306, 14.10068783729684], + [79.43642137111217, 14.02370159131399], + [79.44559649786763, 13.891725169629105], + [79.45630081241563, 13.800991379720745], + [79.30644040874343, 13.724005133737894], + [79.22539345573702, 13.758373993551668], + [79.21621832898158, 13.813364169253703], + [79.14893406610834, 13.865604836170636], + [78.8843845779931, 13.89997369598441], + [78.64277290676648, 13.868354344955739], + [78.59842646078184, 13.960462889256648], + [78.46538712282793, 13.994831749070421], + [78.46079955945022, 14.107561609259594], + [78.40574879891757, 14.201044907953056], + [78.4210406768433, 14.28353017150611], + [78.28494296330426, 14.291778697861416], + [78.10602799157314, 14.393510522910182], + [78.00051403388557, 14.488368575996194], + [78.13508255963204, 14.694581734878827], + [78.04638966766277, 14.77431748964678], + [78.13355337183947, 14.961284087033702], + [78.22071707601617, 14.955785069463499], + [78.28953052668197, 15.071264438437774], + [78.41951148905073, 15.031396561053798], + [78.4852665641314, 15.036895578624002], + [78.51890869556802, 14.954410315070948], + [78.63053940442589, 14.925540472827379], + [78.76204955458722, 15.054767385727164], + [78.75899117900207, 15.183994298626947] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tumakuru", + "dt_code": "571", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [76.94843283259492, 14.095188819726637], + [76.93161176687661, 14.030575363276744], + [77.04171328794192, 13.932967801405631], + [76.97748740065381, 13.827111713179212], + [77.06465110483052, 13.743251695233607], + [77.1579315601775, 13.806490397290949], + [77.18086937706612, 13.869729099348291], + [77.3261422173606, 13.833985485141966], + [77.43318536284076, 13.843608765889822], + [77.46988586986252, 13.758373993551668], + [77.45612317972936, 13.682762501961367], + [77.36437191217495, 13.629147080651883], + [77.38578054127098, 13.513667711677607], + [77.34908003424921, 13.45730278158302], + [77.33837571970119, 13.329450623075786], + [77.22827419863589, 13.312953570365176], + [77.18239856485869, 13.22909355241957], + [77.20380719395472, 13.185101411857943], + [77.16251912355523, 13.191975183820697], + [77.07382623158595, 13.124612218585703], + [77.06923866820824, 13.0407522006401], + [77.1579315601775, 12.958266937087044], + [77.13040617991118, 12.85928462082338], + [77.15028562121464, 12.786422638018182], + [77.07688460717111, 12.749304269419309], + [76.92396582791375, 12.804294445121343], + [76.85362318945536, 12.978888252975308], + [76.76798867307124, 13.033878428677344], + [76.63189095953219, 13.003633832041224], + [76.60436557926586, 13.07099679727622], + [76.47285542910453, 13.092992867557033], + [76.47285542910453, 13.14935779765162], + [76.3703998470021, 13.200223710176003], + [76.34746203011349, 13.359695219711906], + [76.41933385636446, 13.449054255227715], + [76.36428309583181, 13.54666181709883], + [76.35357878128379, 13.57965592252005], + [76.45450517559365, 13.590653957660457], + [76.62118664498416, 13.73362841448575], + [76.76493029748609, 13.781744818225032], + [76.72211303929403, 13.898598941591858], + [76.8505648138702, 13.963212398041751], + [76.88879450868455, 14.048447170379905], + [76.94843283259492, 14.095188819726637] + ] + ], + [ + [ + [77.00501278092014, 14.235413767766829], + [77.11664348977803, 14.225790487018973], + [77.13805211887404, 14.337145592815595], + [77.36437191217495, 14.275281645150805], + [77.40871835815958, 14.337145592815595], + [77.47906099661796, 14.291778697861416], + [77.50352800129914, 14.157052767391427], + [77.39342648023384, 14.17492457449459], + [77.3903681046487, 14.016827819351235], + [77.43471455063333, 13.948090099723691], + [77.39801404361157, 13.906847467947163], + [77.32155465398289, 14.030575363276744], + [77.17322343810325, 14.012703556173584], + [77.02795059780875, 14.062194714305416], + [77.00348359312757, 14.198295399167954], + [77.00501278092014, 14.235413767766829] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chittoor", + "dt_code": "554", + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.28350259185483, 13.123237464193153], + [79.22845183132218, 13.157606324006924], + [79.23456858249247, 13.10536565708999], + [79.1626967562415, 13.020130884751834], + [78.9944860990584, 13.086119095594277], + [78.89203051695598, 13.095742376342134], + [78.7513452400392, 13.054499744565607], + [78.62136427767045, 12.991261042508267], + [78.60301402415956, 12.84416232250532], + [78.59230970961156, 12.78229837484053], + [78.41186555008787, 12.626951128482279], + [78.30176402902256, 12.665444251473703], + [78.23142139056418, 12.760302304559715], + [78.25283001966021, 12.860659375215931], + [78.31246834357059, 12.85928462082338], + [78.35528560176265, 12.940395129983884], + [78.46691631062052, 12.974763989797655], + [78.5143211321903, 13.061373516528363], + [78.58619295844126, 13.275835201766302], + [78.44397849373192, 13.308829307187523], + [78.36446072851808, 13.362444728497008], + [78.37363585527352, 13.509543448499954], + [78.40116123553985, 13.587904448875356], + [78.32623103370375, 13.59477822083811], + [78.19625007133499, 13.568657887379644], + [78.20389601029785, 13.629147080651883], + [78.12131986949888, 13.71575660738259], + [78.1259074328766, 13.787243835795236], + [78.23753814173448, 13.778995309439932], + [78.27270946096367, 13.894474678414205], + [78.38739854540668, 13.938466818975835], + [78.46538712282793, 13.994831749070421], + [78.59842646078184, 13.960462889256648], + [78.64277290676648, 13.868354344955739], + [78.8843845779931, 13.89997369598441], + [79.14893406610834, 13.865604836170636], + [79.21621832898158, 13.813364169253703], + [79.22539345573702, 13.758373993551668], + [79.30644040874343, 13.724005133737894], + [79.45630081241563, 13.800991379720745], + [79.44559649786763, 13.891725169629105], + [79.59239852595469, 13.923344520657775], + [79.60769040388043, 13.853232046637679], + [79.85083126289963, 13.769372028692075], + [79.86918151641052, 13.706133326634733], + [79.95634522058721, 13.707508081027283], + [80.03739217359362, 13.538413290743524], + [79.94564090603919, 13.363819482889559], + [79.80954319250014, 13.317077833542829], + [79.79425131457441, 13.240091587559977], + [79.70250004702, 13.222219780456816], + [79.68262060571654, 13.296456517654565], + [79.53428938983689, 13.275835201766302], + [79.53734776542204, 13.339073903823643], + [79.40583761526071, 13.334949640645991], + [79.43795055890476, 13.187850920643044], + [79.28350259185483, 13.123237464193153] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ramanagara", + "dt_code": "584", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.60139602002386, 12.668193760258806], + [77.58763332989069, 12.514221268293104], + [77.63503815146048, 12.488100934834637], + [77.61515871015702, 12.367122548290158], + [77.55093282286893, 12.291511056699859], + [77.4714150576551, 12.243394652960578], + [77.4301269872556, 12.287386793522206], + [77.3261422173606, 12.30800810941047], + [77.26956226903538, 12.464730110161273], + [77.12581861653346, 12.482601917264434], + [77.1288769921186, 12.57058619838769], + [77.07382623158595, 12.680566549791763], + [77.07688460717111, 12.749304269419309], + [77.15028562121464, 12.786422638018182], + [77.13040617991118, 12.85928462082338], + [77.1579315601775, 12.958266937087044], + [77.06923866820824, 13.0407522006401], + [77.07382623158595, 13.124612218585703], + [77.16251912355523, 13.191975183820697], + [77.20380719395472, 13.185101411857943], + [77.31390871502002, 13.10674041148254], + [77.33072978073832, 12.974763989797655], + [77.34296328307892, 12.888154463066948], + [77.4194226727076, 12.826290515402158], + [77.54328688390606, 12.775424602877775], + [77.61515871015702, 12.709436392035332], + [77.60139602002386, 12.668193760258806] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mandya", + "dt_code": "573", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.34287446673578, 12.655820970725847], + [76.34899121790608, 12.78504788362563], + [76.38569172492784, 12.84553707689787], + [76.48967649482285, 12.807043953906446], + [76.5783693867921, 12.846911831290422], + [76.63189095953219, 13.003633832041224], + [76.76798867307124, 13.033878428677344], + [76.85362318945536, 12.978888252975308], + [76.92396582791375, 12.804294445121343], + [77.07688460717111, 12.749304269419309], + [77.07382623158595, 12.680566549791763], + [77.1288769921186, 12.57058619838769], + [77.12581861653346, 12.482601917264434], + [77.26956226903538, 12.464730110161273], + [77.3261422173606, 12.30800810941047], + [77.16710668693295, 12.310757618195572], + [77.10899755081515, 12.240645144175476], + [76.9958376541647, 12.242019898568028], + [76.99736684195727, 12.313507126980674], + [76.93772851804691, 12.400116653711379], + [76.85362318945536, 12.408365180066685], + [76.80315999230044, 12.354749758757201], + [76.73128816604947, 12.342376969224242], + [76.4514468000085, 12.483976671656984], + [76.34287446673578, 12.655820970725847] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mysuru", + "dt_code": "577", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.01868665471017, 12.57058619838769], + [76.11349629784974, 12.526594057826063], + [76.21901025553731, 12.64482293558544], + [76.30617395971402, 12.610454075771667], + [76.34287446673578, 12.655820970725847], + [76.4514468000085, 12.483976671656984], + [76.73128816604947, 12.342376969224242], + [76.80315999230044, 12.354749758757201], + [76.85362318945536, 12.408365180066685], + [76.93772851804691, 12.400116653711379], + [76.99736684195727, 12.313507126980674], + [76.9958376541647, 12.242019898568028], + [77.10899755081515, 12.240645144175476], + [77.12276024094831, 12.196653003613847], + [77.01418790767559, 12.163658898192626], + [76.91479070115831, 12.026183458937535], + [76.79398486554499, 11.986315581553558], + [76.5783693867921, 11.98769033594611], + [76.57684019899953, 11.923076879496218], + [76.41321710519416, 11.758106352390111], + [76.3184074620546, 11.751232580427356], + [76.20677675319672, 11.861212931831428], + [76.11349629784974, 11.858463423046327], + [76.11349629784974, 11.979441809590806], + [76.18995568747842, 12.0495542836109], + [76.1333757391532, 12.191153986043643], + [76.02480340588046, 12.24889367053078], + [76.00186558899186, 12.330004179691283], + [75.90858513364488, 12.398741899318829], + [76.01868665471017, 12.57058619838769] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kannur", + "dt_code": "589", + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.1653998664541, 12.089422160994877], + [75.20362956126844, 12.191153986043643], + [75.4146574766436, 12.290136302307308], + [75.48500011510198, 12.290136302307308], + [75.5767513826564, 12.15678512622987], + [75.63638970656677, 12.148536599874566], + [75.79389604920185, 12.056428055573654], + [75.87035543883053, 11.951946721739787], + [75.93611051391119, 11.94094868659938], + [75.92693538715575, 11.841966370335715], + [75.80918792712758, 11.855713914261225], + [75.79389604920185, 11.789725703418782], + [75.66544427462567, 11.758106352390111], + [75.5538135657678, 11.701741422295523], + [75.53699250004948, 11.705865685473176], + [75.53240493667177, 11.705865685473176], + [75.3856029085847, 11.857088668653775], + [75.3565483405258, 11.859838177438878], + [75.25103438283821, 12.008311651834374], + [75.20057118568329, 12.006936897441824], + [75.1653998664541, 12.089422160994877] + ], + [ + [75.55534275356037, 11.722362738183786], + [75.5415800634272, 11.738859790894399], + [75.53699250004948, 11.719613229398686], + [75.55534275356037, 11.722362738183786] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Puducherry", + "dt_code": "635", + "st_nm": "Puducherry", + "st_code": "34", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.68567898130168, 11.880459493327141], + [79.78507618781896, 11.960195248095093], + [79.84012694835161, 11.956070984917439], + [79.80801400470757, 11.844715879120816], + [79.68567898130168, 11.880459493327141] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Balod", + "dt_code": "719", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.41060281132471, 20.553784955930755], + [81.32496829494059, 20.56340823667861], + [81.22251271283815, 20.41905902546077], + [81.14911169879463, 20.37644163929169], + [80.99160535615954, 20.458926902844745], + [80.9533756613452, 20.541412166397798], + [80.95796322472292, 20.630771201913603], + [80.81727794780615, 20.688510886400742], + [80.81880713559872, 20.75999811481339], + [80.92126271770115, 20.781994185094206], + [80.96560916368578, 20.908471589208887], + [80.9533756613452, 21.0033296422949], + [81.12005713073572, 21.00470439668745], + [81.15522844996491, 21.076191625100094], + [81.41977793808014, 21.00607915108], + [81.416719562495, 20.849357150329197], + [81.47177032302766, 20.86997846621746], + [81.47788707419795, 20.776495167524], + [81.51611676901229, 20.713256465466657], + [81.49776651550141, 20.61014988602534], + [81.41060281132471, 20.553784955930755] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhadradri Kothagudem", + "dt_code": "753", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.08488581150652, 17.797402398866204], + [81.05888961903278, 17.732788942416313], + [80.97325510264866, 17.77953059176304], + [80.88609139847196, 17.735538451201414], + [80.91055840315315, 17.6379308893303], + [81.02065992421844, 17.51970201157092], + [81.30967641701486, 17.409721660166852], + [81.27450509778566, 17.31761311586594], + [81.1903997691941, 17.324486887828698], + [81.1735787034758, 17.231003589135234], + [80.99466373174468, 17.191135711751258], + [80.94114215900461, 17.218630799602277], + [80.87691627171652, 17.26537244894901], + [80.85856601820564, 17.364354765212674], + [80.68270942205967, 17.296991799977675], + [80.59248734229783, 17.382226572315833], + [80.50073607474341, 17.367104273997775], + [80.44721450200333, 17.411096414559402], + [80.4319226240776, 17.497705941290107], + [80.36922592458208, 17.567818415310207], + [80.20254445519156, 17.558195134562347], + [80.25912440351678, 17.750660749519476], + [80.24842008896877, 17.824897486717223], + [80.2698287180648, 17.943126364476598], + [80.39216374147068, 18.08197655812424], + [80.4319226240776, 18.059980487843426], + [80.5420241451429, 18.116345417938014], + [80.7561104361032, 18.169960839247498], + [80.85244926703534, 18.20570445345382], + [80.8662119571685, 18.139716242611378], + [80.97937185381895, 18.165836576069843], + [80.97019672706351, 18.04760769831047], + [81.01607236084072, 17.794652890081103], + [81.08488581150652, 17.797402398866204] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Vadodara", + "dt_code": "486", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.56281105983696, 22.329967631106513], + [73.50470192371915, 22.19936596381418], + [73.53069811619291, 22.050892489418683], + [73.50317273592658, 21.962908208295424], + [73.30437832289202, 21.887296716705123], + [73.20803949195988, 21.824058014647782], + [73.1254633511609, 21.87767343595727], + [73.05970827608024, 21.88179769913492], + [73.04900396153222, 21.976655752220935], + [72.90526030903031, 22.06738954212929], + [72.86703061421596, 22.21448826213224], + [72.9465483794298, 22.29284926250764], + [73.05970827608024, 22.313470578395904], + [73.04747477373965, 22.362961736527737], + [73.15604710701238, 22.588421456906083], + [73.2187438065079, 22.62828933429006], + [73.26920700366283, 22.666782457281485], + [73.27532375483312, 22.78226182625576], + [73.35025395666922, 22.791885107003615], + [73.41753821954246, 22.661283439711283], + [73.4205965951276, 22.428949947370178], + [73.46494304111225, 22.360212227742636], + [73.56281105983696, 22.329967631106513] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Paschim Medinipur", + "dt_code": "344", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.52276641824142, 22.927985791866156], + [87.51053291590082, 22.897741195230036], + [87.62980956372157, 22.81250642289188], + [87.74144027257944, 22.776762808685557], + [87.81331209883041, 22.614541790364548], + [87.85307098143731, 22.595295228868835], + [87.89282986404423, 22.51968373727854], + [87.64663062943987, 22.435823719332934], + [87.64663062943987, 22.332717139891617], + [87.72309001906856, 22.31896959596611], + [87.70168138997252, 22.12650398100898], + [87.53805829616715, 22.082511840447353], + [87.4600697187459, 22.008275103249602], + [87.4768907844642, 21.899669506238084], + [87.44171946523501, 21.767693084553198], + [87.28268393480735, 21.80343669875952], + [87.24904180337074, 21.854302611283906], + [87.24292505220045, 21.964282962687975], + [87.13741109451287, 22.12650398100898], + [87.1817575404975, 22.191117437458875], + [87.2046953573861, 22.303847297648048], + [87.16187809919404, 22.424825684192527], + [87.08236033398022, 22.471567333539255], + [87.09918139969852, 22.6942775451325], + [87.07624358280992, 22.725896896161174], + [87.06401008046933, 22.850999545883305], + [87.27045043246677, 22.903240212800238], + [87.35761413664346, 22.95410612532462], + [87.45701134316076, 22.912863493548095], + [87.52276641824142, 22.927985791866156] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Seoni", + "dt_code": "456", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.96399115955008, 22.852374300275855], + [80.06491755385994, 22.761640510367496], + [80.28053303261281, 22.78363658064831], + [80.28970815936826, 22.725896896161174], + [80.1536104458292, 22.59941949204649], + [80.03586298580103, 22.607668018401796], + [80.0496256759342, 22.456445035221197], + [80.10008887308913, 22.335466648676718], + [80.09855968529655, 22.24610761316091], + [80.03280461021589, 22.181494156711018], + [80.06644674165251, 22.07701282287715], + [79.93340740369861, 22.06876429652184], + [79.92270308915059, 21.973906243435835], + [79.86153557744764, 21.965657717080525], + [79.76978430989323, 21.808935716329724], + [79.6902665446794, 21.80068718997442], + [79.67344547896109, 21.69620585614055], + [79.50982238515572, 21.595848785484336], + [79.49605969502255, 21.674209785859738], + [79.39207492512755, 21.674209785859738], + [79.23456858249247, 21.718201926421365], + [79.34008254018005, 21.95465968194012], + [79.39972086409041, 21.9972770681092], + [79.39360411292012, 22.103133156335616], + [79.35384523031321, 22.130628244186635], + [79.28809015523254, 22.327218122321412], + [79.34467010355776, 22.483940123072216], + [79.32784903783946, 22.615916544757102], + [79.411954366431, 22.721772632983523], + [79.48841375605969, 22.730021159338825], + [79.57710664802896, 22.833127738780142], + [79.62909903297646, 22.94998186214697], + [79.7483756807972, 22.9211120199034], + [79.78507618781896, 22.846875282705653], + [79.96399115955008, 22.852374300275855] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Alirajpur", + "dt_code": "465", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.74181484791121, 22.559551614662514], + [74.69135165075627, 22.36846075409794], + [74.64853439256422, 22.273602701011928], + [74.52619936915833, 22.236484332413056], + [74.47114860862568, 22.112756437083473], + [74.50173236447715, 22.045393471848477], + [74.43291891381133, 22.03027117353042], + [74.28152932234656, 21.93403836605186], + [74.14696079660007, 21.950535418762467], + [74.09496841165257, 22.01652362960491], + [74.12402297971147, 22.097634138765414], + [74.1224937919189, 22.211738753347138], + [74.05368034125308, 22.298348280077846], + [74.06897221917882, 22.35608796456498], + [74.18977805479214, 22.32034435035866], + [74.21577424726588, 22.44132273690314], + [74.11943541633374, 22.419326666622325], + [74.05826790463081, 22.549928333914657], + [74.15001917218522, 22.52105849167109], + [74.26317906883567, 22.64341163260812], + [74.37939734107127, 22.63516310625281], + [74.44209404056679, 22.58292243933588], + [74.6087755099573, 22.558176860269963], + [74.74181484791121, 22.559551614662514] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chhindwara", + "dt_code": "455", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.32784903783946, 22.615916544757102], + [79.34467010355776, 22.483940123072216], + [79.28809015523254, 22.327218122321412], + [79.35384523031321, 22.130628244186635], + [79.39360411292012, 22.103133156335616], + [79.39972086409041, 21.9972770681092], + [79.34008254018005, 21.95465968194012], + [79.23456858249247, 21.718201926421365], + [79.22386426794445, 21.64808945240127], + [79.07706223985738, 21.605472066232192], + [78.97460665775495, 21.61784485576515], + [78.91649752163715, 21.590349767914134], + [78.89967645591885, 21.50099073239832], + [78.58466377064869, 21.487243188472814], + [78.51126275660515, 21.52848582024934], + [78.4332741791839, 21.49686646922067], + [78.41951148905073, 21.57110320641842], + [78.34305209942205, 21.58897501352158], + [78.39351529657698, 21.671460277074637], + [78.45927037165765, 21.718201926421365], + [78.46691631062052, 21.81305997950738], + [78.5494924514195, 21.87354917277962], + [78.5143211321903, 21.93678787483696], + [78.2772970243414, 22.09076036680266], + [78.24518408069734, 22.32034435035866], + [78.26965108537851, 22.401454859519163], + [78.3812817942364, 22.420701421014876], + [78.46997468620566, 22.375334526060694], + [78.5601967659675, 22.419326666622325], + [78.54796326362691, 22.53618078998915], + [78.49750006647199, 22.592545720083734], + [78.52196707115317, 22.665407702888935], + [78.61218915091501, 22.648910650178323], + [78.69017772833627, 22.70527558027291], + [78.72381985977287, 22.64478638700067], + [78.91802670942972, 22.672281474851687], + [79.01130716477672, 22.64341163260812], + [79.04189092062819, 22.758891001582395], + [79.24068533366275, 22.802883142144022], + [79.24374370924791, 22.71902312419842], + [79.32784903783946, 22.615916544757102] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Harda", + "dt_code": "448", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.3903681046487, 22.222736788487545], + [77.47294424544768, 22.163622349607856], + [77.4591815553145, 22.083886594839903], + [77.50505718909172, 22.03027117353042], + [77.27720820799826, 21.964282962687975], + [77.22062825967302, 21.906543278200836], + [77.13805211887404, 21.994527559324098], + [76.97595821286124, 22.0027760856794], + [76.88726532089198, 21.983529524183687], + [76.8398604993222, 22.06051577016654], + [76.82609780918904, 22.156748577645104], + [76.87350263075882, 22.284600736152335], + [76.78175136320439, 22.343715175032024], + [76.79398486554499, 22.426200438585077], + [76.91937826453602, 22.488064386249867], + [77.07841379496368, 22.50868570213813], + [77.13040617991118, 22.555427351484862], + [77.22062825967302, 22.56917489541037], + [77.28179577137597, 22.463318807183953], + [77.3903681046487, 22.222736788487545] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Khargone", + "dt_code": "440", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.07679579082797, 21.57247796081097], + [75.95140239183694, 21.547732381745053], + [76.00951152795473, 21.469371381369655], + [75.98657371106613, 21.36901431071344], + [75.60886432630045, 21.389635626601702], + [75.5828681338267, 21.474870398939856], + [75.49876280523515, 21.487243188472814], + [75.46512067379852, 21.55598090810036], + [75.50182118082029, 21.613720592587498], + [75.391719659755, 21.68108355782249], + [75.2923224532377, 21.63434190847576], + [75.2173922514016, 21.694831101748], + [75.2755013875194, 21.73882324230963], + [75.35043158935551, 21.982154769791137], + [75.41312828885103, 22.05914101577399], + [75.31678945791889, 22.133377752971736], + [75.49111686627228, 22.15399906886], + [75.53546331225691, 22.23373482362795], + [75.5186422465386, 22.32584336792886], + [75.56145950473066, 22.376709280453245], + [75.61498107747074, 22.338216157461822], + [75.76025391776523, 22.362961736527737], + [75.83365493180877, 22.408328631481915], + [75.994219650029, 22.41382764905212], + [76.08291254199827, 22.5375555443817], + [76.10126279550914, 22.470192579146705], + [76.21289350436702, 22.41795191222977], + [76.21136431657445, 22.327218122321412], + [76.08291254199827, 22.18561841988867], + [76.1379633025309, 22.110006928298368], + [76.22512700670761, 22.071513805306946], + [76.14255086590863, 21.976655752220935], + [76.16854705838239, 21.885921962312572], + [76.10126279550914, 21.854302611283906], + [76.10737954667944, 21.69070683857035], + [76.0691498518651, 21.663211750719327], + [76.07679579082797, 21.57247796081097] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Purba Medinipur", + "dt_code": "345", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.44171946523501, 21.767693084553198], + [87.4768907844642, 21.899669506238084], + [87.4600697187459, 22.008275103249602], + [87.53805829616715, 22.082511840447353], + [87.70168138997252, 22.12650398100898], + [87.72309001906856, 22.31896959596611], + [87.64663062943987, 22.332717139891617], + [87.64663062943987, 22.435823719332934], + [87.89282986404423, 22.51968373727854], + [87.93717631002886, 22.422076175407426], + [87.9524681879546, 22.27635220979703], + [87.99834382173181, 22.24473285876836], + [88.01516488745011, 22.20211547259928], + [88.13597072306344, 22.18561841988867], + [88.18643392021836, 22.104507910728167], + [88.06409889681247, 22.017898383997462], + [87.95552656353975, 21.830931786610538], + [87.78884509414922, 21.698955364925652], + [87.6741560097062, 21.650838961186373], + [87.48453672342708, 21.61509534698005], + [87.44171946523501, 21.767693084553198] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mayurbhanj", + "dt_code": "376", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.72758876610314, 22.21586301652479], + [86.83769028716844, 22.097634138765414], + [86.96461287395205, 22.085261349232454], + [87.02883876124014, 22.038519699885725], + [87.00131338097381, 21.913417050163595], + [87.10071058749111, 21.86392589203176], + [87.1588197236089, 21.771817347730853], + [87.04565982695846, 21.714077663243714], + [87.00590094435154, 21.601347803054537], + [86.73982226844373, 21.605472066232192], + [86.64807100088932, 21.580726487166274], + [86.58231592580864, 21.522986802679135], + [86.53032354086115, 21.426753995200574], + [86.36058369588548, 21.303026099870994], + [86.26883242833105, 21.380012345853842], + [86.20919410442069, 21.281030029590177], + [86.11591364907369, 21.272781503234874], + [86.10673852231825, 21.349767749217726], + [86.16484765843606, 21.424004486415473], + [86.13120552699944, 21.470746135762205], + [86.00887050359354, 21.533984837819546], + [86.0807423298445, 21.628842890905556], + [86.02569156931185, 21.694831101748], + [85.87583116563964, 21.795188172404217], + [85.81160527835155, 21.810310470722275], + [85.79631340042582, 21.950535418762467], + [85.67092000143478, 22.013774120819807], + [85.68315350377537, 22.05776626138144], + [85.74890857885603, 22.074263314092047], + [85.78407989808522, 21.984904278576238], + [85.89723979473567, 21.983529524183687], + [86.00887050359354, 22.115505945868577], + [86.03180832048216, 22.18974268306632], + [85.97369918436435, 22.24748236755346], + [86.028749944897, 22.334091894284168], + [86.01804563034898, 22.426200438585077], + [85.96299486981634, 22.485314877464766], + [86.06697963971135, 22.556802105877413], + [86.11897202465885, 22.486689631857317], + [86.28259511846423, 22.44819650886589], + [86.3590545080929, 22.349214192602226], + [86.42939714655128, 22.316220087181005], + [86.49668140942453, 22.346464683817125], + [86.55479054554232, 22.298348280077846], + [86.72758876610314, 22.21586301652479] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bharuch", + "dt_code": "488", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.86703061421596, 22.21448826213224], + [72.90526030903031, 22.06738954212929], + [73.04900396153222, 21.976655752220935], + [73.05970827608024, 21.88179769913492], + [73.1254633511609, 21.87767343595727], + [73.20803949195988, 21.824058014647782], + [73.30437832289202, 21.887296716705123], + [73.30896588626973, 21.8515531024988], + [73.50011436034144, 21.68108355782249], + [73.45270953877166, 21.52848582024934], + [73.25085675015194, 21.49411696043557], + [72.94196081605207, 21.511988767538732], + [72.90678949682288, 21.42950350398568], + [72.78751284900214, 21.42125497763037], + [72.73552046405463, 21.474870398939856], + [72.70646589599573, 21.52711106585679], + [72.6101270650636, 21.580726487166274], + [72.70034914482544, 21.645339943616168], + [72.54284280219036, 21.733324224739427], + [72.62236056740419, 21.808935716329724], + [72.50920067075374, 21.94366164679971], + [72.56730980687153, 22.181494156711018], + [72.64835675987794, 22.21586301652479], + [72.75234152977295, 22.173245630355712], + [72.86703061421596, 22.21448826213224] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sundargarh", + "dt_code": "374", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.19075503456666, 21.660462241934226], + [85.14487940078945, 21.594474031091785], + [85.04854056985732, 21.590349767914134], + [85.02560275296872, 21.672835031467187], + [84.79010783291238, 21.668710768289532], + [84.69071062639509, 21.70995340006606], + [84.6616560583362, 21.760819312590442], + [84.58825504429267, 21.75806980380534], + [84.52555834479715, 21.81443473389993], + [84.51026646687141, 22.05776626138144], + [84.47662433543479, 22.18974268306632], + [84.26712560785221, 22.104507910728167], + [84.27018398343735, 22.01514887521236], + [84.06986038261022, 21.989028541753893], + [83.97810911505579, 21.905168523808285], + [83.8970621620494, 21.94503640119226], + [83.71967637811085, 21.785564891656357], + [83.59122460353467, 21.825432769040333], + [83.53923221858717, 21.965657717080525], + [83.5377030307946, 22.045393471848477], + [83.62792511055643, 22.203490226991832], + [83.80225251890982, 22.29422401690019], + [83.86342003061277, 22.343715175032024], + [84.01022205869984, 22.37121026288304], + [84.0469225657216, 22.468817824754154], + [84.01175124649241, 22.527932263633843], + [84.11114845300969, 22.47706635110946], + [84.19678296939382, 22.3780840348458], + [84.29159261253338, 22.342340420639474], + [84.42921951386501, 22.351963701387326], + [84.53473347155258, 22.427575192977628], + [84.75034895030547, 22.419326666622325], + [84.80998727421584, 22.453695526436093], + [84.95831849009548, 22.44544700008079], + [85.06994919895335, 22.490813895034968], + [85.07759513791622, 22.25710564830132], + [85.02866112855386, 22.12237971783133], + [85.18005072001864, 22.072888559699496], + [85.23815985613645, 22.009649857642156], + [85.27944792653594, 21.958783945117773], + [85.37731594526065, 21.93541312044441], + [85.34061543823887, 21.825432769040333], + [85.29015224108394, 21.837805558573294], + [85.1999301613221, 21.762194066982993], + [85.19075503456666, 21.660462241934226] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kabeerdham", + "dt_code": "407", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.4748286986128, 22.489439140642418], + [81.51152920563456, 22.3808335436309], + [81.5558756516192, 22.343715175032024], + [81.51611676901229, 22.15399906886], + [81.50082489108655, 22.00415084007195], + [81.45494925730934, 21.913417050163595], + [81.32038073156286, 21.830931786610538], + [81.29438453908911, 21.769067838945748], + [81.17204951568323, 21.704454382495854], + [81.10170687722484, 21.734698979131977], + [80.9992512951224, 21.72782520716922], + [80.93043784445659, 21.824058014647782], + [80.84633251586504, 21.835056049788193], + [80.83256982573188, 21.896919997452983], + [80.90750002756799, 22.110006928298368], + [81.00383885850013, 22.05914101577399], + [81.04512692889962, 22.240608595590707], + [81.11852794294315, 22.291474508115087], + [81.11088200398028, 22.435823719332934], + [81.19345814477926, 22.490813895034968], + [81.24850890531191, 22.4591945440063], + [81.32802667052573, 22.525182754848743], + [81.4748286986128, 22.489439140642418] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Khandwa", + "dt_code": "466", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.78175136320439, 21.55873041688546], + [76.61201151822873, 21.57385271520352], + [76.51261431171145, 21.56147992567056], + [76.3765165981724, 21.598598294269436], + [76.17619299734525, 21.542233364174848], + [76.07679579082797, 21.57247796081097], + [76.0691498518651, 21.663211750719327], + [76.10737954667944, 21.69070683857035], + [76.10126279550914, 21.854302611283906], + [76.16854705838239, 21.885921962312572], + [76.14255086590863, 21.976655752220935], + [76.22512700670761, 22.071513805306946], + [76.1379633025309, 22.110006928298368], + [76.08291254199827, 22.18561841988867], + [76.21136431657445, 22.327218122321412], + [76.32605340101746, 22.298348280077846], + [76.49732243378571, 22.411078140267016], + [76.60436557926586, 22.405579122696814], + [76.68235415668711, 22.296973525685292], + [76.78175136320439, 22.343715175032024], + [76.87350263075882, 22.284600736152335], + [76.82609780918904, 22.156748577645104], + [76.8398604993222, 22.06051577016654], + [76.88726532089198, 21.983529524183687], + [76.97595821286124, 22.0027760856794], + [77.13805211887404, 21.994527559324098], + [77.22062825967302, 21.906543278200836], + [77.16557749914037, 21.868050155209414], + [77.15028562121464, 21.771817347730853], + [77.06159272924538, 21.712702908851163], + [77.04018410014933, 21.6975806105331], + [77.02336303443103, 21.687957329785245], + [77.00654196871272, 21.67833404903739], + [76.99889602974986, 21.6920815929629], + [76.90255719881772, 21.597223539876886], + [76.85515237724793, 21.613720592587498], + [76.78175136320439, 21.55873041688546] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Porbandar", + "dt_code": "478", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [69.81477178023904, 21.82130850586268], + [69.8178301558242, 21.74157275109473], + [69.99215756417759, 21.807560961937174], + [70.07320451718398, 21.73882324230963], + [70.14813471902009, 21.664586505111878], + [70.12060933875377, 21.68108355782249], + [69.99062837638502, 21.579351732773723], + [69.9967451275553, 21.474870398939856], + [69.9447527426078, 21.397884152957005], + [69.98145324962957, 21.227414608280696], + [69.7077286347589, 21.535359592212096], + [69.3713073203927, 21.829557032217988], + [69.39577432507387, 21.888671471097677], + [69.44776671002138, 21.852927856891355], + [69.55939741887926, 21.94091213801461], + [69.6664405643594, 21.92578983969655], + [69.6557362498114, 21.837805558573294], + [69.81477178023904, 21.82130850586268] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Balaghat", + "dt_code": "457", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.66130079296364, 21.333270696507114], + [80.62154191035673, 21.320897906974153], + [80.52826145500974, 21.395134644171904], + [80.42274749732216, 21.440501539126082], + [80.37534267575238, 21.52436155707169], + [80.26829953027223, 21.61784485576515], + [80.12149750218515, 21.610971083802397], + [80.06644674165251, 21.55460615370781], + [79.91811552577286, 21.52436155707169], + [79.73920055404176, 21.602722557447088], + [79.53887695321461, 21.540858609782298], + [79.50982238515572, 21.595848785484336], + [79.67344547896109, 21.69620585614055], + [79.6902665446794, 21.80068718997442], + [79.76978430989323, 21.808935716329724], + [79.86153557744764, 21.965657717080525], + [79.92270308915059, 21.973906243435835], + [79.93340740369861, 22.06876429652184], + [80.06644674165251, 22.07701282287715], + [80.03280461021589, 22.181494156711018], + [80.09855968529655, 22.24610761316091], + [80.10008887308913, 22.335466648676718], + [80.33558379314546, 22.298348280077846], + [80.39980968043355, 22.303847297648048], + [80.58025383995724, 22.226861051665196], + [80.70564723894827, 22.20211547259928], + [80.7041180511557, 22.270853192226824], + [80.8662119571685, 22.37945878923835], + [80.91514596653086, 22.279101718582133], + [81.00689723408527, 22.283225981759784], + [81.04512692889962, 22.240608595590707], + [81.00383885850013, 22.05914101577399], + [80.90750002756799, 22.110006928298368], + [80.83256982573188, 21.896919997452983], + [80.84633251586504, 21.835056049788193], + [80.81727794780615, 21.762194066982993], + [80.7561104361032, 21.762194066982993], + [80.71482236570372, 21.661836996326777], + [80.73776018259233, 21.473495644547306], + [80.66130079296364, 21.333270696507114] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Narmada", + "dt_code": "487", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.30437832289202, 21.887296716705123], + [73.50317273592658, 21.962908208295424], + [73.53069811619291, 22.050892489418683], + [73.64844557622108, 22.071513805306946], + [73.7050255245463, 21.976655752220935], + [73.85488592821852, 21.951910173155017], + [73.93899125681007, 21.87354917277962], + [73.81665623340417, 21.840555067358395], + [73.82430217236704, 21.760819312590442], + [73.88088212069226, 21.714077663243714], + [73.81359785781903, 21.643965189223614], + [73.83500648691506, 21.520237293894034], + [73.98180851500213, 21.521612048286585], + [73.9711042004541, 21.461122855014345], + [73.80289354327101, 21.411631696882516], + [73.698908773376, 21.399258907349555], + [73.6759709564874, 21.472120890154756], + [73.49399760917115, 21.485868434080263], + [73.45270953877166, 21.52848582024934], + [73.50011436034144, 21.68108355782249], + [73.30896588626973, 21.8515531024988], + [73.30437832289202, 21.887296716705123] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Barwani", + "dt_code": "441", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.60886432630045, 21.389635626601702], + [75.38254453299955, 21.380012345853842], + [75.21127550023131, 21.411631696882516], + [75.1072907303363, 21.462497609406896], + [75.05223996980365, 21.566978943240766], + [74.86262068352453, 21.63434190847576], + [74.77545697934782, 21.61509534698005], + [74.58277931748356, 21.664586505111878], + [74.5047907400623, 21.72645045277667], + [74.52467018136576, 21.91204229577104], + [74.4527983551148, 21.961533453902874], + [74.43291891381133, 22.03027117353042], + [74.50173236447715, 22.045393471848477], + [74.5628998761801, 22.023397401567664], + [74.6791181484157, 22.035770191100625], + [74.77851535493298, 22.0783875772697], + [75.1883376833427, 22.104507910728167], + [75.31678945791889, 22.133377752971736], + [75.41312828885103, 22.05914101577399], + [75.35043158935551, 21.982154769791137], + [75.2755013875194, 21.73882324230963], + [75.2173922514016, 21.694831101748], + [75.2923224532377, 21.63434190847576], + [75.391719659755, 21.68108355782249], + [75.50182118082029, 21.613720592587498], + [75.46512067379852, 21.55598090810036], + [75.49876280523515, 21.487243188472814], + [75.5828681338267, 21.474870398939856], + [75.60886432630045, 21.389635626601702] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Janjgir Champa", + "dt_code": "405", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.93673222831316, 22.12237971783133], + [83.01472080573443, 22.0756380684846], + [83.0040164911864, 21.965657717080525], + [83.09118019536311, 21.975280997828385], + [83.18751902629523, 21.9271645940891], + [83.1783438995398, 21.85017834810625], + [83.26397841592392, 21.715452417636264], + [82.94896573065375, 21.723700943991567], + [82.8709771532325, 21.69345634735545], + [82.78993020022611, 21.723700943991567], + [82.66147842564992, 21.70995340006606], + [82.44586294689704, 21.74432225987983], + [82.38316624740152, 21.760819312590442], + [82.30517766998027, 21.90791803259339], + [82.33423223803916, 22.105882665120717], + [82.42139594221587, 22.13750201614939], + [82.45809644923763, 22.21448826213224], + [82.59419416277669, 22.26260466587152], + [82.66453680123507, 22.18836792867377], + [82.66912436461278, 22.081137086054802], + [82.86180202647706, 22.17187087596316], + [82.93673222831316, 22.12237971783133] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nandurbar", + "dt_code": "497", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.84876917704823, 20.999205379117246], + [73.80748110664874, 21.008828659865102], + [73.80136435547844, 21.029449975753366], + [73.73713846819035, 21.0789411338852], + [73.66679582973197, 21.154552625475496], + [73.8151270456116, 21.17379918697121], + [73.82277298457447, 21.270031994449774], + [73.94204963239521, 21.30027659108589], + [73.95887069811351, 21.395134644171904], + [74.04603440229022, 21.446000556696287], + [74.20965749609559, 21.462497609406896], + [74.32128820495346, 21.49824122361322], + [74.27541257117626, 21.56147992567056], + [74.16378186231839, 21.568353697633317], + [73.98180851500213, 21.522986802679135], + [73.98180851500213, 21.521612048286585], + [73.83500648691506, 21.520237293894034], + [73.81359785781903, 21.643965189223614], + [73.88088212069226, 21.714077663243714], + [73.82430217236704, 21.760819312590442], + [73.81665623340417, 21.840555067358395], + [73.93899125681007, 21.87354917277962], + [74.14696079660007, 21.950535418762467], + [74.28152932234656, 21.93403836605186], + [74.43291891381133, 22.03027117353042], + [74.4527983551148, 21.961533453902874], + [74.52467018136576, 21.91204229577104], + [74.5047907400623, 21.72645045277667], + [74.58277931748356, 21.664586505111878], + [74.77545697934782, 21.61509534698005], + [74.75251916245922, 21.478994662117508], + [74.68829327517113, 21.410256942489966], + [74.50173236447715, 21.415755960060167], + [74.48185292317369, 21.3085251174412], + [74.33810927067178, 21.228789362673247], + [74.24635800311736, 21.24803592416896], + [74.11943541633374, 21.213667064355185], + [73.9481663835655, 21.08306539706285], + [73.9481663835655, 21.032199484538467], + [73.84876917704823, 20.999205379117246] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kendujhar", + "dt_code": "375", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.36670044705576, 21.23703788902855], + [86.28565349404937, 21.015702431827854], + [86.13426390258458, 21.076191625100094], + [86.05015857399303, 21.02120144939806], + [86.02722075710443, 21.138055572764884], + [85.91711923603913, 21.092688677810706], + [85.82230959289956, 21.091313923418156], + [85.71220807183427, 21.138055572764884], + [85.70609132066397, 21.168300169401007], + [85.54552660244374, 21.166925415008457], + [85.49812178087396, 21.11468474809152], + [85.39413701097895, 21.183422467719065], + [85.28403548991366, 21.29890183669334], + [85.34214462603146, 21.366264801928335], + [85.30391493121711, 21.415755960060167], + [85.33449868706859, 21.48174417090261], + [85.25498092185475, 21.674209785859738], + [85.19075503456666, 21.660462241934226], + [85.1999301613221, 21.762194066982993], + [85.29015224108394, 21.837805558573294], + [85.34061543823887, 21.825432769040333], + [85.37731594526065, 21.93541312044441], + [85.27944792653594, 21.958783945117773], + [85.23815985613645, 22.009649857642156], + [85.27486036315821, 22.082511840447353], + [85.3971953865641, 22.163622349607856], + [85.68315350377537, 22.05776626138144], + [85.67092000143478, 22.013774120819807], + [85.79631340042582, 21.950535418762467], + [85.81160527835155, 21.810310470722275], + [85.87583116563964, 21.795188172404217], + [86.02569156931185, 21.694831101748], + [86.0807423298445, 21.628842890905556], + [86.00887050359354, 21.533984837819546], + [86.13120552699944, 21.470746135762205], + [86.16484765843606, 21.424004486415473], + [86.10673852231825, 21.349767749217726], + [86.11591364907369, 21.272781503234874], + [86.20919410442069, 21.281030029590177], + [86.26883242833105, 21.380012345853842], + [86.36058369588548, 21.303026099870994], + [86.36670044705576, 21.23703788902855] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Balasore", + "dt_code": "377", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.85909891626447, 21.213667064355185], + [86.80098978014666, 21.230164117065797], + [86.67253800557049, 21.169674923793558], + [86.65265856426703, 21.107810976128768], + [86.51503166293541, 21.135306063979783], + [86.36670044705576, 21.23703788902855], + [86.36058369588548, 21.303026099870994], + [86.53032354086115, 21.426753995200574], + [86.58231592580864, 21.522986802679135], + [86.64807100088932, 21.580726487166274], + [86.73982226844373, 21.605472066232192], + [87.00590094435154, 21.601347803054537], + [87.04565982695846, 21.714077663243714], + [87.1588197236089, 21.771817347730853], + [87.10071058749111, 21.86392589203176], + [87.10835652645397, 21.924415085304], + [87.24292505220045, 21.964282962687975], + [87.24904180337074, 21.854302611283906], + [87.28268393480735, 21.80343669875952], + [87.44171946523501, 21.767693084553198], + [87.48453672342708, 21.61509534698005], + [87.40807733379839, 21.544982872959952], + [87.21998723531183, 21.535359592212096], + [87.14811540906088, 21.50923925875363], + [86.94932099602632, 21.35801627557303], + [86.85909891626447, 21.213667064355185] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jharsuguda", + "dt_code": "371", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.59122460353467, 21.825432769040333], + [83.71967637811085, 21.785564891656357], + [83.8970621620494, 21.94503640119226], + [83.97810911505579, 21.905168523808285], + [84.06986038261022, 21.989028541753893], + [84.27018398343735, 22.01514887521236], + [84.35887687540662, 22.037144945493175], + [84.37416875333236, 21.956034436332672], + [84.28853423694824, 21.771817347730853], + [84.23807103979331, 21.80618620754462], + [84.08973982391367, 21.7704425933383], + [83.98116749064094, 21.780065874086155], + [83.96740480050778, 21.580726487166274], + [83.79919414332468, 21.56285468006311], + [83.69673856122225, 21.698955364925652], + [83.5667575988535, 21.74294750548728], + [83.48723983363966, 21.643965189223614], + [83.46124364116592, 21.6975806105331], + [83.59122460353467, 21.825432769040333] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bametara", + "dt_code": "718", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.6950317407434, 21.601347803054537], + [81.64303935579589, 21.546357627352503], + [81.63845179241818, 21.40338317052721], + [81.55434646382663, 21.331895942114564], + [81.49623732770883, 21.353892012395377], + [81.44118656717617, 21.487243188472814], + [81.35555205079206, 21.5436081185674], + [81.20416245932728, 21.517487785108933], + [81.17204951568323, 21.704454382495854], + [81.29438453908911, 21.769067838945748], + [81.32038073156286, 21.830931786610538], + [81.45494925730934, 21.913417050163595], + [81.50082489108655, 22.00415084007195], + [81.7531408768612, 21.960158699510323], + [81.93664341197002, 21.81443473389993], + [81.84795052000077, 21.75944455819789], + [81.69809011632854, 21.748446523057485], + [81.72255712100973, 21.686582575392695], + [81.6950317407434, 21.601347803054537] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rajnandgaon", + "dt_code": "408", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.56190358644636, 20.823236816870732], + [80.54661170852062, 20.93459192266735], + [80.46403556772165, 20.92909290509715], + [80.43956856304047, 21.096812940988357], + [80.46403556772165, 21.17517394136376], + [80.61389597139386, 21.226039853888146], + [80.66130079296364, 21.333270696507114], + [80.73776018259233, 21.473495644547306], + [80.71482236570372, 21.661836996326777], + [80.7561104361032, 21.762194066982993], + [80.81727794780615, 21.762194066982993], + [80.84633251586504, 21.835056049788193], + [80.93043784445659, 21.824058014647782], + [80.9992512951224, 21.72782520716922], + [81.10170687722484, 21.734698979131977], + [81.17204951568323, 21.704454382495854], + [81.20416245932728, 21.517487785108933], + [81.19192895698669, 21.388260872209152], + [81.14911169879463, 21.212292309962635], + [81.19804570815698, 21.22191559071049], + [81.20722083491242, 21.103686712951113], + [81.15522844996491, 21.076191625100094], + [81.12005713073572, 21.00470439668745], + [80.9533756613452, 21.0033296422949], + [80.96560916368578, 20.908471589208887], + [80.92126271770115, 20.781994185094206], + [80.81880713559872, 20.75999811481339], + [80.81727794780615, 20.688510886400742], + [80.95796322472292, 20.630771201913603], + [80.9533756613452, 20.541412166397798], + [80.99160535615954, 20.458926902844745], + [80.8600952059982, 20.387439674432095], + [80.82951145014674, 20.309078674056693], + [80.74999368493292, 20.291206866953534], + [80.71482236570372, 20.190849796297318], + [80.65365485400078, 20.22659341050364], + [80.58484140333496, 20.17710225237181], + [80.54508252072804, 20.10011600638896], + [80.50532363812113, 20.144108146950586], + [80.4319226240776, 20.135859620595284], + [80.39522211705584, 20.244465217606802], + [80.62612947373445, 20.33244949873006], + [80.59095815450526, 20.3929386920023], + [80.61695434697901, 20.585404306959425], + [80.52061551604687, 20.579905289389224], + [80.58025383995724, 20.67338858808268], + [80.56190358644636, 20.823236816870732] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Amravati", + "dt_code": "503", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.66247471538367, 21.281030029590177], + [76.62118664498416, 21.331895942114564], + [76.78328055099698, 21.46387236379945], + [76.78175136320439, 21.55873041688546], + [76.85515237724793, 21.613720592587498], + [76.90255719881772, 21.597223539876886], + [76.99889602974986, 21.6920815929629], + [77.00654196871272, 21.67833404903739], + [77.02336303443103, 21.687957329785245], + [77.04018410014933, 21.6975806105331], + [77.06159272924538, 21.712702908851163], + [77.20992394512501, 21.689332084177796], + [77.2802665835834, 21.75806980380534], + [77.47906099661796, 21.7704425933383], + [77.54328688390606, 21.704454382495854], + [77.5753998275501, 21.52711106585679], + [77.45459399193679, 21.55323139931526], + [77.48823612337341, 21.37451332828364], + [77.56163713741694, 21.396509398564454], + [77.801719620851, 21.408882188097415], + [77.88429576164997, 21.384136609031497], + [78.02956860194446, 21.42125497763037], + [78.17637063003153, 21.49961597800577], + [78.22377545160131, 21.551856644922708], + [78.34305209942205, 21.58897501352158], + [78.41951148905073, 21.57110320641842], + [78.4332741791839, 21.49686646922067], + [78.44703686931706, 21.40338317052721], + [78.36446072851808, 21.393759889779354], + [78.25130083186764, 21.330521187722013], + [78.07850261130682, 21.355266766787928], + [78.05250641883306, 21.254909696131712], + [78.14425768638748, 21.139430327157434], + [78.1427284985949, 20.953838484163064], + [78.25741758303793, 20.886475518928073], + [78.31246834357059, 20.736627290140024], + [78.27423864875624, 20.692635149578393], + [78.12896580846174, 20.647268254624215], + [78.03721454090733, 20.665140061727378], + [77.97298865361924, 20.588153815744526], + [77.77878180396239, 20.540037412005248], + [77.65033002938621, 20.564782991071162], + [77.65644678055651, 20.63901972826891], + [77.6105711467793, 20.718755483036862], + [77.6105711467793, 20.799865992197365], + [77.5295241937729, 20.849357150329197], + [77.2863833347537, 20.846607641544097], + [77.1288769921186, 20.86310469425471], + [77.17628181368839, 21.072067361922443], + [77.16710668693295, 21.242536906598755], + [76.99889602974986, 21.195795257252023], + [76.78328055099698, 21.193045748466922], + [76.7236422270866, 21.289278555945486], + [76.66247471538367, 21.281030029590177] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Surat", + "dt_code": "492", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.73552046405463, 21.474870398939856], + [72.78751284900214, 21.42125497763037], + [72.90678949682288, 21.42950350398568], + [72.94196081605207, 21.511988767538732], + [73.25085675015194, 21.49411696043557], + [73.45270953877166, 21.52848582024934], + [73.49399760917115, 21.485868434080263], + [73.6759709564874, 21.472120890154756], + [73.698908773376, 21.399258907349555], + [73.59033644010329, 21.366264801928335], + [73.45423872656423, 21.384136609031497], + [73.3747209613504, 21.224665099495592], + [73.19886436520444, 21.077566379492644], + [73.20956867975245, 20.95796274734072], + [73.28908644496629, 20.93184241388225], + [73.31661182523261, 20.879601746965317], + [73.2997907595143, 20.816363044907977], + [73.1254633511609, 20.89747355406848], + [73.02453695685105, 21.01982669500551], + [72.95266513060008, 21.069317853137342], + [72.90831868461545, 21.041822765286323], + [72.75081234198038, 21.062444081174586], + [72.62083137961162, 21.09956244977346], + [72.63765244532992, 21.210917555570084], + [72.59789356272302, 21.316773643796502], + [72.65447351104824, 21.34564348604007], + [72.69270320586257, 21.461122855014345], + [72.73552046405463, 21.474870398939856] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dhule", + "dt_code": "498", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.21127550023131, 21.411631696882516], + [75.12105342046947, 21.34289397725497], + [75.13175773501747, 21.278280520805076], + [75.03694809187792, 21.19167099407437], + [74.96354707783438, 21.194420502859472], + [74.89473362716856, 21.149053607905294], + [74.8580331201468, 21.059694572389486], + [74.91002550509431, 21.030824730145916], + [74.91308388067945, 20.9277181507046], + [74.9620178900418, 20.90159781724613], + [74.98648489472299, 20.738002044532575], + [74.93296332198291, 20.656891535372072], + [74.8121574863696, 20.632145956306154], + [74.65006358035679, 20.694009903970944], + [74.66535545828253, 20.775120413131447], + [74.53843287149891, 20.83698436079624], + [74.43597728939649, 20.80261550098247], + [74.38092652886384, 20.83973386958134], + [74.15766511114809, 20.86172993986216], + [74.02003820981646, 20.834234852011136], + [73.94204963239521, 20.83973386958134], + [73.88852805965513, 20.9332171682748], + [73.84876917704823, 20.997830624724692], + [73.84876917704823, 20.999205379117246], + [73.9481663835655, 21.032199484538467], + [73.9481663835655, 21.08306539706285], + [74.11943541633374, 21.213667064355185], + [74.24635800311736, 21.24803592416896], + [74.33810927067178, 21.228789362673247], + [74.48185292317369, 21.3085251174412], + [74.50173236447715, 21.415755960060167], + [74.68829327517113, 21.410256942489966], + [74.75251916245922, 21.478994662117508], + [74.77545697934782, 21.61509534698005], + [74.86262068352453, 21.63434190847576], + [75.05223996980365, 21.566978943240766], + [75.1072907303363, 21.462497609406896], + [75.21127550023131, 21.411631696882516] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tapi", + "dt_code": "493", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.80748110664874, 21.008828659865102], + [73.84876917704823, 20.997830624724692], + [73.88852805965513, 20.9332171682748], + [73.79677679210072, 20.95796274734072], + [73.75243034611609, 21.00607915108], + [73.56434024762953, 21.010203414257653], + [73.48941004579342, 20.91397060677909], + [73.49552679696372, 20.819112553693078], + [73.3808377125207, 20.824611571263283], + [73.31661182523261, 20.879601746965317], + [73.28908644496629, 20.93184241388225], + [73.20956867975245, 20.95796274734072], + [73.19886436520444, 21.077566379492644], + [73.3747209613504, 21.224665099495592], + [73.45423872656423, 21.384136609031497], + [73.59033644010329, 21.366264801928335], + [73.698908773376, 21.399258907349555], + [73.80289354327101, 21.411631696882516], + [73.9711042004541, 21.461122855014345], + [73.98180851500213, 21.521612048286585], + [73.98180851500213, 21.522986802679135], + [74.16378186231839, 21.568353697633317], + [74.27541257117626, 21.56147992567056], + [74.32128820495346, 21.49824122361322], + [74.20965749609559, 21.462497609406896], + [74.04603440229022, 21.446000556696287], + [73.95887069811351, 21.395134644171904], + [73.94204963239521, 21.30027659108589], + [73.82277298457447, 21.270031994449774], + [73.8151270456116, 21.17379918697121], + [73.66679582973197, 21.154552625475496], + [73.73713846819035, 21.0789411338852], + [73.80136435547844, 21.029449975753366], + [73.80748110664874, 21.008828659865102] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bargarh", + "dt_code": "370", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.63854060876132, 21.088564414633055], + [82.64006979655389, 21.154552625475496], + [82.96578679637207, 21.17517394136376], + [83.07741750522995, 21.11193523930642], + [83.19210658967296, 21.139430327157434], + [83.26856597930164, 21.37726283706874], + [83.27162435488678, 21.37726283706874], + [83.27468273047194, 21.37726283706874], + [83.39243019050011, 21.34289397725497], + [83.3985469416704, 21.40475792491976], + [83.33737942996746, 21.50099073239832], + [83.38325506374466, 21.62059436455025], + [83.48723983363966, 21.643965189223614], + [83.5667575988535, 21.74294750548728], + [83.69673856122225, 21.698955364925652], + [83.79919414332468, 21.56285468006311], + [83.88635784750137, 21.43775203034098], + [83.87259515736821, 21.304400854263545], + [83.91082485218256, 21.2384126434211], + [83.89400378646425, 21.17517394136376], + [83.84048221372417, 21.094063432203257], + [83.78390226539895, 21.151803116690395], + [83.71355962694057, 21.11880901126917], + [83.60498729366783, 21.12843229201703], + [83.54840734534261, 21.076191625100094], + [83.4566560777882, 21.05831981799693], + [83.38631343932981, 20.98958209836939], + [83.4046636928407, 20.889225027713174], + [83.28538704501995, 20.85348141350685], + [83.21657359435414, 20.9304676594897], + [83.13093907797001, 20.857605676684503], + [82.9810786742978, 20.845232887151546], + [82.88932740674339, 20.907096834816336], + [82.70123730825684, 20.72837876378472], + [82.68135786695338, 20.885100764535522], + [82.69359136929397, 21.01982669500551], + [82.63854060876132, 21.088564414633055] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nagpur", + "dt_code": "505", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.53887695321461, 21.540858609782298], + [79.4761802537191, 21.49136745165047], + [79.4761802537191, 21.428128749593128], + [79.57557746023637, 21.276905766412526], + [79.5511104555552, 21.171049678186108], + [79.49453050722998, 21.138055572764884], + [79.59851527712499, 21.072067361922443], + [79.65509522545021, 20.964836519303475], + [79.52970182645917, 20.775120413131447], + [79.51899751191115, 20.714631219859207], + [79.43642137111217, 20.661015798549727], + [79.35384523031321, 20.652767272194417], + [79.32020309887659, 20.585404306959425], + [79.22080589235931, 20.582654798174325], + [79.14281731493804, 20.678887605652886], + [79.05106604738363, 20.738002044532575], + [78.94249371411091, 20.768246641168695], + [78.82780462966788, 20.893349290890825], + [78.73299498652833, 20.946964712200312], + [78.72687823535803, 21.00470439668745], + [78.65194803352192, 21.033574238931017], + [78.59995564857442, 21.109185730521318], + [78.44550768152449, 21.23703788902855], + [78.33081859708146, 21.24941067856151], + [78.25130083186764, 21.330521187722013], + [78.36446072851808, 21.393759889779354], + [78.44703686931706, 21.40338317052721], + [78.4332741791839, 21.49686646922067], + [78.51126275660515, 21.52848582024934], + [78.58466377064869, 21.487243188472814], + [78.89967645591885, 21.50099073239832], + [78.91649752163715, 21.590349767914134], + [78.97460665775495, 21.61784485576515], + [79.07706223985738, 21.605472066232192], + [79.22386426794445, 21.64808945240127], + [79.23456858249247, 21.718201926421365], + [79.39207492512755, 21.674209785859738], + [79.49605969502255, 21.674209785859738], + [79.50982238515572, 21.595848785484336], + [79.53887695321461, 21.540858609782298] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Baloda Bazar", + "dt_code": "721", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.93367385272802, 21.49686646922067], + [82.8770939044028, 21.55598090810036], + [82.69053299370881, 21.484493679687713], + [82.69664974487911, 21.330521187722013], + [82.47185913937079, 21.327771678936912], + [82.38928299857182, 21.261783468094468], + [82.25165609724019, 21.318148398189052], + [82.1935469611224, 21.378637591461292], + [81.93052666079973, 21.49274220604302], + [81.90147209274083, 21.599973048661987], + [81.75161168906862, 21.583475995951375], + [81.6950317407434, 21.601347803054537], + [81.72255712100973, 21.686582575392695], + [81.69809011632854, 21.748446523057485], + [81.84795052000077, 21.75944455819789], + [81.93664341197002, 21.81443473389993], + [82.03756980627989, 21.88317245352747], + [82.20119290008526, 21.760819312590442], + [82.39234137415697, 21.712702908851163], + [82.44586294689704, 21.74432225987983], + [82.66147842564992, 21.70995340006606], + [82.78993020022611, 21.723700943991567], + [82.8709771532325, 21.69345634735545], + [82.94896573065375, 21.723700943991567], + [82.98566623767553, 21.64808945240127], + [82.92296953818001, 21.547732381745053], + [82.93367385272802, 21.49686646922067] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mungeli", + "dt_code": "717", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.50082489108655, 22.00415084007195], + [81.51611676901229, 22.15399906886], + [81.5558756516192, 22.343715175032024], + [81.51152920563456, 22.3808335436309], + [81.4748286986128, 22.489439140642418], + [81.62163072669986, 22.5375555443817], + [81.64915610696619, 22.614541790364548], + [81.72867387218002, 22.669531966066586], + [81.7470241256909, 22.591170965691184], + [81.97640229457694, 22.360212227742636], + [81.89688452936312, 22.305222052040598], + [81.76384519140922, 22.290099753722536], + [81.76537437920179, 22.241983349983258], + [81.98863579691754, 21.994527559324098], + [82.03756980627989, 21.88317245352747], + [81.93664341197002, 21.81443473389993], + [81.7531408768612, 21.960158699510323], + [81.50082489108655, 22.00415084007195] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Botad", + "dt_code": "726", + "st_nm": "Gujarat", + "st_code": "24", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [71.590158807417, 21.687957329785245], + [71.45406109387795, 21.870799663994514], + [71.46629459621855, 21.928539348481653], + [71.392893582175, 21.980780015398587], + [71.49993672765517, 22.053641998203783], + [71.486174037522, 22.18699317428122], + [71.43724002815965, 22.26122991147897], + [71.5320496712992, 22.342340420639474], + [71.8623542344951, 22.37121026288304], + [71.83482885422879, 22.266728929049172], + [72.0596194597371, 22.24748236755346], + [72.13149128598806, 22.19936596381418], + [72.06114864752968, 22.101758401943066], + [71.92046337061291, 22.130628244186635], + [71.86388342228769, 22.05776626138144], + [71.7354316477115, 22.011024612034706], + [71.683439262764, 21.870799663994514], + [71.61768418768332, 21.833681295395643], + [71.590158807417, 21.687957329785245] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chhota Udaipur", + "dt_code": "731", + "st_nm": "Gujarat", + "st_code": "24", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.53069811619291, 22.050892489418683], + [73.50470192371915, 22.19936596381418], + [73.56281105983696, 22.329967631106513], + [73.65456232739137, 22.33684140306927], + [73.73102171702006, 22.287350244937436], + [73.72949252922749, 22.515559474100886], + [73.80289354327101, 22.548553579522107], + [73.87629455731455, 22.50318668456793], + [74.01545064643875, 22.559551614662514], + [74.05826790463081, 22.549928333914657], + [74.11943541633374, 22.419326666622325], + [74.21577424726588, 22.44132273690314], + [74.18977805479214, 22.32034435035866], + [74.06897221917882, 22.35608796456498], + [74.05368034125308, 22.298348280077846], + [74.1224937919189, 22.211738753347138], + [74.12402297971147, 22.097634138765414], + [74.09496841165257, 22.01652362960491], + [74.14696079660007, 21.950535418762467], + [73.93899125681007, 21.87354917277962], + [73.85488592821852, 21.951910173155017], + [73.7050255245463, 21.976655752220935], + [73.64844557622108, 22.071513805306946], + [73.53069811619291, 22.050892489418683] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gir Somnath", + "dt_code": "729", + "st_nm": "Gujarat", + "st_code": "24", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [70.8546194791891, 21.166925415008457], + [71.00600907065389, 21.165550660615907], + [71.13446084523007, 21.06794309874479], + [71.12375653068206, 20.963461764910925], + [71.2200953616142, 20.956587992948165], + [71.17880729121471, 20.880976501357868], + [71.20633267148104, 20.79574172901971], + [71.05035551663852, 20.73112827256982], + [70.99989231948359, 20.74212630771023], + [70.92037455426977, 20.74212630771023], + [70.82709409892277, 20.689885640793293], + [70.44785552636452, 20.847982395936647], + [70.2398859865745, 20.99233160715449], + [70.40045070479474, 21.05282080042673], + [70.49067278455658, 21.14355459033509], + [70.59312836665902, 21.281030029590177], + [70.74757633370895, 21.2384126434211], + [70.74604714591638, 21.132556555194682], + [70.8546194791891, 21.166925415008457] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jhargram", + "dt_code": "776", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2017_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.07624358280992, 22.725896896161174], + [87.09918139969852, 22.6942775451325], + [87.08236033398022, 22.471567333539255], + [87.16187809919404, 22.424825684192527], + [87.2046953573861, 22.303847297648048], + [87.1817575404975, 22.191117437458875], + [87.13741109451287, 22.12650398100898], + [87.24292505220045, 21.964282962687975], + [87.10835652645397, 21.924415085304], + [87.10071058749111, 21.86392589203176], + [87.00131338097381, 21.913417050163595], + [87.02883876124014, 22.038519699885725], + [86.96461287395205, 22.085261349232454], + [86.83769028716844, 22.097634138765414], + [86.72758876610314, 22.21586301652479], + [86.83310272379072, 22.32584336792886], + [86.84533622613131, 22.400080105126612], + [86.7642892731249, 22.426200438585077], + [86.80098978014666, 22.488064386249867], + [86.76581846091747, 22.576048667373126], + [86.65877531543732, 22.576048667373126], + [86.64195424971902, 22.65715917653363], + [86.55937810892004, 22.713524106628213], + [86.60984130607497, 22.79875887896637], + [86.69547582245909, 22.76851428233025], + [86.89427023549366, 22.651660158963423], + [87.01507607110698, 22.650285404570873], + [87.07624358280992, 22.725896896161174] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rajkot", + "dt_code": "476", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [70.77816008956042, 21.661836996326777], + [70.74298877033122, 21.641215680438513], + [70.55031110846696, 21.63434190847576], + [70.4371512118165, 21.659087487541676], + [70.3041118738626, 21.590349767914134], + [70.14813471902009, 21.664586505111878], + [70.07320451718398, 21.73882324230963], + [70.03038725899192, 21.793813418011666], + [70.2169481696859, 21.906543278200836], + [70.26588217904826, 22.00140133128685], + [70.33010806633635, 22.050892489418683], + [70.54878192067437, 22.046768226241028], + [70.582424052111, 22.099008893157965], + [70.57936567652585, 22.239233841198157], + [70.51972735261548, 22.24473285876836], + [70.47385171883828, 22.30934631521825], + [70.46620577987541, 22.470192579146705], + [70.58701161548872, 22.490813895034968], + [70.55031110846696, 22.556802105877413], + [70.58089486431842, 22.603543755224145], + [70.69405476096887, 22.437198473725484], + [70.79498115527873, 22.47569159671691], + [70.9815420659727, 22.41520240344467], + [71.01824257299448, 22.334091894284168], + [71.15892784991125, 22.164997104000406], + [71.23538723953993, 22.27635220979703], + [71.43724002815965, 22.26122991147897], + [71.486174037522, 22.18699317428122], + [71.49993672765517, 22.053641998203783], + [71.392893582175, 21.980780015398587], + [71.33019688267949, 22.03164592792297], + [71.12834409405977, 21.947785909977362], + [71.03047607533506, 21.87354917277962], + [71.04729714105338, 21.75532029502024], + [70.97848369038756, 21.72645045277667], + [70.80109790644903, 21.74157275109473], + [70.79345196748615, 21.66596125950443], + [70.77816008956042, 21.661836996326777] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhavnagar", + "dt_code": "481", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [72.35628189149638, 21.797937681189318], + [72.31040625771918, 21.840555067358395], + [72.29205600420829, 21.967032471473075], + [72.37463214500727, 22.028896419137865], + [72.43732884450279, 21.9271645940891], + [72.35628189149638, 21.797937681189318] + ] + ], + [ + [ + [71.6773225115937, 20.99645587033214], + [71.62227175106105, 21.11330999369897], + [71.52593292012891, 21.18617197650417], + [71.5320496712992, 21.289278555945486], + [71.62533012664619, 21.327771678936912], + [71.61462581209818, 21.440501539126082], + [71.47852809855914, 21.48174417090261], + [71.54581236143237, 21.55873041688546], + [71.590158807417, 21.687957329785245], + [71.61768418768332, 21.833681295395643], + [71.683439262764, 21.870799663994514], + [71.7354316477115, 22.011024612034706], + [71.86388342228769, 22.05776626138144], + [71.92046337061291, 22.130628244186635], + [72.06114864752968, 22.101758401943066], + [72.1697209808024, 21.994527559324098], + [72.2446511826385, 21.994527559324098], + [72.20489230003159, 21.891420979882778], + [72.24159280705337, 21.824058014647782], + [72.19418798548358, 21.749821277450035], + [72.3088770699266, 21.6247186277279], + [72.23547605588307, 21.455623837444143], + [72.10855346909946, 21.301651345478444], + [72.11314103247717, 21.198544766037124], + [71.8225953518882, 21.08031588827775], + [71.6773225115937, 20.99645587033214] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Betul", + "dt_code": "447", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.26965108537851, 22.401454859519163], + [78.24518408069734, 22.32034435035866], + [78.2772970243414, 22.09076036680266], + [78.5143211321903, 21.93678787483696], + [78.5494924514195, 21.87354917277962], + [78.46691631062052, 21.81305997950738], + [78.45927037165765, 21.718201926421365], + [78.39351529657698, 21.671460277074637], + [78.34305209942205, 21.58897501352158], + [78.22377545160131, 21.551856644922708], + [78.17637063003153, 21.49961597800577], + [78.02956860194446, 21.42125497763037], + [77.88429576164997, 21.384136609031497], + [77.801719620851, 21.408882188097415], + [77.56163713741694, 21.396509398564454], + [77.48823612337341, 21.37451332828364], + [77.45459399193679, 21.55323139931526], + [77.5753998275501, 21.52711106585679], + [77.54328688390606, 21.704454382495854], + [77.47906099661796, 21.7704425933383], + [77.2802665835834, 21.75806980380534], + [77.20992394512501, 21.689332084177796], + [77.06159272924538, 21.712702908851163], + [77.15028562121464, 21.771817347730853], + [77.16557749914037, 21.868050155209414], + [77.22062825967302, 21.906543278200836], + [77.27720820799826, 21.964282962687975], + [77.50505718909172, 22.03027117353042], + [77.4591815553145, 22.083886594839903], + [77.47294424544768, 22.163622349607856], + [77.3903681046487, 22.222736788487545], + [77.45306480414422, 22.217237770917343], + [77.54787444728377, 22.351963701387326], + [77.68397216082283, 22.32171910475121], + [77.85524119359107, 22.36846075409794], + [78.03262697752962, 22.329967631106513], + [78.18707494457955, 22.398705350734062], + [78.26965108537851, 22.401454859519163] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Junagadh", + "dt_code": "479", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [70.74298877033122, 21.641215680438513], + [70.77816008956042, 21.661836996326777], + [70.79345196748615, 21.66596125950443], + [70.86379460594455, 21.598598294269436], + [70.8316816623005, 21.456998591836694], + [70.92343292985491, 21.462497609406896], + [70.94331237115837, 21.3112746262263], + [70.80415628203417, 21.23428838024345], + [70.8546194791891, 21.166925415008457], + [70.74604714591638, 21.132556555194682], + [70.74757633370895, 21.2384126434211], + [70.59312836665902, 21.281030029590177], + [70.49067278455658, 21.14355459033509], + [70.40045070479474, 21.05282080042673], + [70.2398859865745, 20.99233160715449], + [70.09155477069487, 21.11468474809152], + [69.98145324962957, 21.227414608280696], + [69.9447527426078, 21.397884152957005], + [69.9967451275553, 21.474870398939856], + [69.99062837638502, 21.579351732773723], + [70.12060933875377, 21.68108355782249], + [70.14813471902009, 21.664586505111878], + [70.3041118738626, 21.590349767914134], + [70.4371512118165, 21.659087487541676], + [70.55031110846696, 21.63434190847576], + [70.74298877033122, 21.641215680438513] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Deogarh", + "dt_code": "373", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.14487940078945, 21.594474031091785], + [85.20298853690726, 21.521612048286585], + [85.1540545275449, 21.462497609406896], + [85.02560275296872, 21.447375311088837], + [84.9919606215321, 21.411631696882516], + [85.01184006283555, 21.29752708230079], + [84.89715097839253, 21.260408713701914], + [84.93996823658459, 21.195795257252023], + [84.87727153708907, 21.164175906223353], + [84.74423219913517, 21.169674923793558], + [84.76105326485347, 21.276905766412526], + [84.71059006769855, 21.318148398189052], + [84.56684641519664, 21.24941067856151], + [84.54696697389318, 21.37313857389109], + [84.40322332139127, 21.378637591461292], + [84.40934007256155, 21.476245153332407], + [84.53626265934517, 21.566978943240766], + [84.50262052790853, 21.68245831221504], + [84.63107230248472, 21.6975806105331], + [84.6616560583362, 21.760819312590442], + [84.69071062639509, 21.70995340006606], + [84.79010783291238, 21.668710768289532], + [85.02560275296872, 21.672835031467187], + [85.04854056985732, 21.590349767914134], + [85.14487940078945, 21.594474031091785] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jamnagar", + "dt_code": "477", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [70.07320451718398, 21.73882324230963], + [69.99215756417759, 21.807560961937174], + [69.8178301558242, 21.74157275109473], + [69.81477178023904, 21.82130850586268], + [69.90958142337861, 21.840555067358395], + [69.91569817454891, 21.9271645940891], + [69.85911822622369, 22.088010858017554], + [69.8117134046539, 22.12787873540153], + [69.73219563944008, 22.3079715608257], + [69.75360426853611, 22.41795191222977], + [69.8637057896014, 22.463318807183953], + [69.97533649845927, 22.543054561951905], + [70.12519690213149, 22.552677842699758], + [70.2230649208562, 22.661283439711283], + [70.21847735747848, 22.717648369805868], + [70.29187837152202, 22.76576477354515], + [70.39892151700217, 22.90461496719279], + [70.44938471415709, 22.84412577392055], + [70.49678953572688, 22.933484809436358], + [70.57936567652585, 22.91698775672575], + [70.64512075160651, 22.863372335416262], + [70.64512075160651, 22.70665033466546], + [70.58089486431842, 22.603543755224145], + [70.55031110846696, 22.556802105877413], + [70.58701161548872, 22.490813895034968], + [70.46620577987541, 22.470192579146705], + [70.47385171883828, 22.30934631521825], + [70.51972735261548, 22.24473285876836], + [70.57936567652585, 22.239233841198157], + [70.582424052111, 22.099008893157965], + [70.54878192067437, 22.046768226241028], + [70.33010806633635, 22.050892489418683], + [70.26588217904826, 22.00140133128685], + [70.2169481696859, 21.906543278200836], + [70.03038725899192, 21.793813418011666], + [70.07320451718398, 21.73882324230963] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Devbhumi Dwarka", + "dt_code": "728", + "st_nm": "Gujarat", + "st_code": "24", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [69.81477178023904, 21.82130850586268], + [69.6557362498114, 21.837805558573294], + [69.6664405643594, 21.92578983969655], + [69.55939741887926, 21.94091213801461], + [69.44776671002138, 21.852927856891355], + [69.39577432507387, 21.888671471097677], + [69.35142787908924, 21.839180312965844], + [69.21685935334277, 21.957409190725222], + [68.9660725553607, 22.23373482362795], + [68.9370179873018, 22.3107210696108], + [69.00583143796761, 22.43994798251059], + [69.16333778060269, 22.347839438209675], + [69.17862965852842, 22.21311350773969], + [69.34072356454124, 22.31209582400335], + [69.49058396821344, 22.33684140306927], + [69.54104716536837, 22.376709280453245], + [69.6205649305822, 22.37121026288304], + [69.75360426853611, 22.41795191222977], + [69.73219563944008, 22.3079715608257], + [69.8117134046539, 22.12787873540153], + [69.85911822622369, 22.088010858017554], + [69.91569817454891, 21.9271645940891], + [69.90958142337861, 21.840555067358395], + [69.81477178023904, 21.82130850586268] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Aurangabad", + "dt_code": "515", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.93449250977548, 20.27058555106527], + [74.99413083368586, 20.336573761907715], + [75.12564098384718, 20.35032130583322], + [75.10576154254373, 20.412185253498013], + [75.1592831152838, 20.476798709947904], + [75.22656737815704, 20.494670517051066], + [75.25715113400851, 20.57578102621157], + [75.38866128416984, 20.57715578060412], + [75.39630722313271, 20.520790850509535], + [75.52781737329404, 20.555159710323306], + [75.53546331225691, 20.60602562284769], + [75.75413716659493, 20.61289939481044], + [75.82447980505333, 20.555159710323306], + [75.93152295053348, 20.57440627181902], + [76.00645315236959, 20.647268254624215], + [76.03550772042848, 20.555159710323306], + [75.9758693965181, 20.531788885649938], + [75.88105975337855, 20.56065872789351], + [75.83824249518648, 20.457552148452194], + [75.76484148114295, 20.452053130881986], + [75.64403564552964, 20.185350778727113], + [75.59204326058213, 20.006632707695495], + [75.64403564552964, 20.006632707695495], + [75.65473996007765, 19.907650391431833], + [75.62415620422618, 19.770174952176745], + [75.63180214318905, 19.668443127127976], + [75.59816001175243, 19.59970540750043], + [75.65473996007765, 19.569460810864314], + [75.6058059507153, 19.38524372226249], + [75.47582498834655, 19.42648635403902], + [75.36572346728124, 19.397616511795448], + [75.32902296025948, 19.50484735441442], + [75.25562194621594, 19.522719161517582], + [75.1531663641135, 19.588707372360027], + [74.88402931262056, 19.65607033759502], + [74.84885799339136, 19.646447056847162], + [74.71734784323003, 19.7797982329246], + [74.591954444239, 19.78117298731715], + [74.66994302166025, 19.946143514423255], + [74.73569809674092, 20.080869444893246], + [74.71428946764489, 20.134484866202733], + [74.8182742375399, 20.249964235177007], + [74.89626281496115, 20.17985176115691], + [74.93449250977548, 20.27058555106527] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Vijayapura", + "dt_code": "557", + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.60427676292272, 17.305240326332985], + [75.57369300707126, 17.383601326708384], + [75.63333133098162, 17.477084625401844], + [75.81377549050531, 17.372603291567977], + [75.89482244351171, 17.401473133811546], + [75.93152295053348, 17.323112133436144], + [76.07526660303539, 17.33685967736165], + [76.1272589879829, 17.244751133060745], + [76.24194807242591, 17.15126783436728], + [76.36887065920953, 17.166390132685343], + [76.36275390803924, 17.115524220160957], + [76.44074248546049, 16.997295342401582], + [76.37498741037982, 16.858445148753944], + [76.3703998470021, 16.76908611323813], + [76.46215111455652, 16.711346428750993], + [76.4055711662313, 16.64260870912345], + [76.4346257342902, 16.437770304633368], + [76.33217015218776, 16.426772269492957], + [76.30005720854372, 16.283797812667665], + [76.33217015218776, 16.19443877715186], + [76.23888969684077, 16.165568934908286], + [76.06762066407252, 16.208186321077367], + [76.02633259367303, 16.300294865378277], + [75.95598995521465, 16.297545356593176], + [75.63333133098162, 16.44326932220357], + [75.49876280523515, 16.45426735734398], + [75.49417524185742, 16.593117550991618], + [75.38407372079212, 16.76358709566793], + [75.39477803534014, 16.862569411931595], + [75.33513971142978, 16.869443183894347], + [75.34125646260006, 16.956052710625055], + [75.46512067379852, 16.989046816046276], + [75.52934656108661, 16.969800254550563], + [75.66544427462567, 16.97942353529842], + [75.67309021358854, 17.115524220160957], + [75.62568539201875, 17.173263904648095], + [75.65473996007765, 17.27362097530431], + [75.60427676292272, 17.305240326332985] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bijapur", + "dt_code": "417", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.2759454692351, 18.71986259626786], + [80.27441628144251, 18.765229491222037], + [80.34934648327862, 18.84771475477509], + [80.27135790585737, 18.942572807861104], + [80.32946704197516, 19.070424966368336], + [80.33252541756032, 19.144661703566086], + [80.39369292926327, 19.187279089735163], + [80.48238582123253, 19.33712731852321], + [80.5771954643721, 19.397616511795448], + [80.61236678360129, 19.309632230672193], + [80.75152287272549, 19.28763616039138], + [80.85244926703534, 19.364622406374227], + [80.95184647355262, 19.311006985064743], + [80.95490484913778, 19.236770247866993], + [81.12923225749117, 19.256016809362706], + [81.1445241354169, 19.18178007216496], + [81.21027921049756, 19.18315482655751], + [81.23627540297132, 18.96731838692702], + [81.19804570815698, 18.748732438511425], + [81.15981601334263, 18.690992754024286], + [81.18275383023123, 18.54114452523624], + [81.0344226143516, 18.534270753273486], + [81.022189112011, 18.46553303364594], + [80.91514596653086, 18.381673015700336], + [81.0405393655219, 18.34180513831636], + [81.07571068475109, 18.19195690952831], + [80.97937185381895, 18.165836576069843], + [80.8662119571685, 18.139716242611378], + [80.85244926703534, 18.20570445345382], + [80.7561104361032, 18.169960839247498], + [80.74846449714033, 18.308811032895136], + [80.70564723894827, 18.439412700187475], + [80.63683378828246, 18.52327271813308], + [80.4548604409662, 18.630503560752047], + [80.37228430016722, 18.611256999256334], + [80.2759454692351, 18.71986259626786] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Raigad", + "dt_code": "520", + "st_nm": "Maharashtra", + "st_code": "27", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.5261105528152, 19.129539405248025], + [73.53222730398548, 19.03055708898436], + [73.46035547773452, 18.964568878141918], + [73.42977172188306, 18.873835088233555], + [73.36860421018011, 18.795474087858157], + [73.35484152004695, 18.72123735066041], + [73.38848365148357, 18.653874385425414], + [73.3227285764029, 18.557641577946853], + [73.40836309278703, 18.499901893459715], + [73.39918796603158, 18.40091957719605], + [73.4205965951276, 18.303312015324934], + [73.5368148673632, 18.242822822052695], + [73.54140243074093, 18.20707920784637], + [73.6530331395988, 18.172710348032602], + [73.59339481568843, 18.108096891582708], + [73.65762070297652, 18.029735891207306], + [73.5719861865924, 17.875763399241606], + [73.50623111151174, 17.85101782017569], + [73.37319177355783, 17.92525455737344], + [73.2875572571737, 18.070978522983832], + [73.17286817273069, 18.058605733450875], + [73.1147590366129, 17.980244733075473], + [73.04441639815451, 17.981619487468024], + [72.97254457190354, 18.124593944293316], + [72.9694861963184, 18.242822822052695], + [73.02912452022876, 18.26481889233351], + [72.91443543578575, 18.354177927849317], + [72.89455599448229, 18.46278352486084], + [72.93431487708921, 18.54114452523624], + [72.85632629966796, 18.699241280379596], + [72.86855980200853, 18.79959835103581], + [72.8364468583645, 18.864211807485702], + [72.9113770602006, 18.948071825431306], + [72.89455599448229, 18.981065930852527], + [72.95572350618524, 18.987939702815282], + [73.04441639815451, 19.018184299451402], + [73.04747477373965, 19.097920054219355], + [73.17592654831583, 19.10891808935976], + [73.25085675015194, 19.06080168562048], + [73.35331233225438, 19.130914159640575], + [73.5261105528152, 19.129539405248025] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Raigarh", + "dt_code": "403", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.26856597930164, 21.37726283706874], + [83.05906725171906, 21.43637727594843], + [82.93367385272802, 21.49686646922067], + [82.92296953818001, 21.547732381745053], + [82.98566623767553, 21.64808945240127], + [82.94896573065375, 21.723700943991567], + [83.26397841592392, 21.715452417636264], + [83.1783438995398, 21.85017834810625], + [83.18751902629523, 21.9271645940891], + [83.09118019536311, 21.975280997828385], + [83.0040164911864, 21.965657717080525], + [83.01472080573443, 22.0756380684846], + [82.93673222831316, 22.12237971783133], + [83.03001268366016, 22.169121367178057], + [83.03001268366016, 22.239233841198157], + [83.08047588081509, 22.3107210696108], + [83.11411801225171, 22.422076175407426], + [83.08659263198538, 22.470192579146705], + [83.11105963666657, 22.670906720459136], + [83.15846445823634, 22.774013299900453], + [83.21810278214672, 22.787760843825964], + [83.35114212010062, 22.730021159338825], + [83.40925125621841, 22.640662123823017], + [83.40007612946297, 22.55405259709231], + [83.57593272560894, 22.4591945440063], + [83.64933373965246, 22.391831578771303], + [83.73802663162174, 22.3780840348458], + [83.80225251890982, 22.29422401690019], + [83.62792511055643, 22.203490226991832], + [83.5377030307946, 22.045393471848477], + [83.53923221858717, 21.965657717080525], + [83.59122460353467, 21.825432769040333], + [83.46124364116592, 21.6975806105331], + [83.48723983363966, 21.643965189223614], + [83.38325506374466, 21.62059436455025], + [83.33737942996746, 21.50099073239832], + [83.3985469416704, 21.40475792491976], + [83.39243019050011, 21.34289397725497], + [83.27468273047194, 21.37726283706874], + [83.27162435488678, 21.37726283706874], + [83.26856597930164, 21.37726283706874] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bilaspur", + "dt_code": "406", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.45809644923763, 22.21448826213224], + [82.42139594221587, 22.13750201614939], + [82.33423223803916, 22.105882665120717], + [82.30517766998027, 21.90791803259339], + [82.38316624740152, 21.760819312590442], + [82.44586294689704, 21.74432225987983], + [82.39234137415697, 21.712702908851163], + [82.20119290008526, 21.760819312590442], + [82.03756980627989, 21.88317245352747], + [81.98863579691754, 21.994527559324098], + [81.76537437920179, 22.241983349983258], + [81.76384519140922, 22.290099753722536], + [81.89688452936312, 22.305222052040598], + [81.97640229457694, 22.360212227742636], + [81.7470241256909, 22.591170965691184], + [81.72867387218002, 22.669531966066586], + [81.73173224776517, 22.67640573802934], + [81.79442894726068, 22.76576477354515], + [81.7760786937498, 22.87437037055667], + [81.86171321013393, 22.88949266887473], + [81.95040610210319, 22.98297596756819], + [81.94276016314032, 23.079208775046755], + [82.12320432266401, 23.10395435411267], + [82.216484778011, 22.944482844576765], + [82.13390863721203, 22.853749054668405], + [82.17366751981893, 22.670906720459136], + [82.23942259489961, 22.653034913355974], + [82.15684645410063, 22.544429316344456], + [82.13849620058974, 22.455070280828647], + [82.18284264657439, 22.409703385874465], + [82.20425127567042, 22.31209582400335], + [82.35105330375748, 22.327218122321412], + [82.45809644923763, 22.21448826213224] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Karaikal", + "dt_code": "637", + "st_nm": "Puducherry", + "st_code": "34", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.72390867611603, 10.92912945368192], + [79.7483756807972, 10.996492418916914], + [79.85083126289963, 10.985494383776505], + [79.84930207510706, 10.827397628633154], + [79.81871831925558, 10.879638295550087], + [79.72390867611603, 10.92912945368192] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mahe", + "dt_code": "636", + "st_nm": "Puducherry", + "st_code": "34", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.55534275356037, 11.722362738183786], + [75.53699250004948, 11.719613229398686], + [75.5415800634272, 11.738859790894399], + [75.55534275356037, 11.722362738183786] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Yanam", + "dt_code": "634", + "st_nm": "Puducherry", + "st_code": "34", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.18590102215953, 16.737466762209465], + [82.27000635075107, 16.722344463891403], + [82.26694797516593, 16.694849376040384], + [82.23942259489961, 16.7168454463212], + [82.19966371229269, 16.720969709498853], + [82.18590102215953, 16.737466762209465] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sambalpur", + "dt_code": "372", + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.2793591101928, 20.922219133134398], + [84.23807103979331, 20.922219133134398], + [84.14326139665374, 21.033574238931017], + [84.0178679976627, 21.05144604603418], + [83.98422586622608, 21.131181800802132], + [83.89400378646425, 21.17517394136376], + [83.91082485218256, 21.2384126434211], + [83.87259515736821, 21.304400854263545], + [83.88635784750137, 21.43775203034098], + [83.79919414332468, 21.56285468006311], + [83.96740480050778, 21.580726487166274], + [83.98116749064094, 21.780065874086155], + [84.08973982391367, 21.7704425933383], + [84.23807103979331, 21.80618620754462], + [84.28853423694824, 21.771817347730853], + [84.37416875333236, 21.956034436332672], + [84.35887687540662, 22.037144945493175], + [84.27018398343735, 22.01514887521236], + [84.26712560785221, 22.104507910728167], + [84.47662433543479, 22.18974268306632], + [84.51026646687141, 22.05776626138144], + [84.52555834479715, 21.81443473389993], + [84.58825504429267, 21.75806980380534], + [84.6616560583362, 21.760819312590442], + [84.63107230248472, 21.6975806105331], + [84.50262052790853, 21.68245831221504], + [84.53626265934517, 21.566978943240766], + [84.40934007256155, 21.476245153332407], + [84.40322332139127, 21.378637591461292], + [84.54696697389318, 21.37313857389109], + [84.56684641519664, 21.24941067856151], + [84.71059006769855, 21.318148398189052], + [84.76105326485347, 21.276905766412526], + [84.74423219913517, 21.169674923793558], + [84.66777280950649, 21.092688677810706], + [84.58519666870751, 21.061069326782036], + [84.48121189881252, 21.08031588827775], + [84.37416875333236, 20.955213238555615], + [84.2793591101928, 20.922219133134398] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Navsari", + "dt_code": "490", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.40683390499444, 20.62389742995085], + [73.2585026891148, 20.579905289389224], + [73.2187438065079, 20.601901359670038], + [73.0734709662134, 20.600526605277487], + [73.04747477373965, 20.69950892154115], + [72.97254457190354, 20.74487581649533], + [72.85479711187537, 20.750374834065532], + [72.72175777392147, 21.04869653724908], + [72.75081234198038, 21.062444081174586], + [72.90831868461545, 21.041822765286323], + [72.95266513060008, 21.069317853137342], + [73.02453695685105, 21.01982669500551], + [73.1254633511609, 20.89747355406848], + [73.2997907595143, 20.816363044907977], + [73.31661182523261, 20.879601746965317], + [73.3808377125207, 20.824611571263283], + [73.49552679696372, 20.819112553693078], + [73.47411816786769, 20.720130237429416], + [73.40683390499444, 20.62389742995085] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lakshadweep", + "dt_code": "587", + "st_nm": "Lakshadweep", + "st_code": "31", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.05359152490995, 8.273103967273585], + [73.04288721036193, 8.263480686525728], + [73.01842020568075, 8.275853476058687], + [73.05359152490995, 8.273103967273585] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Daman", + "dt_code": "495", + "st_nm": "Dadra and Nagar Haveli and Daman and Diu", + "st_code": "26", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.88691005551942, 20.461676411629846], + [72.82880091940163, 20.368193112936382], + [72.8364468583645, 20.45342788527454], + [72.88691005551942, 20.461676411629846] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Diu", + "dt_code": "494", + "st_nm": "Dadra and Nagar Haveli and Daman and Diu", + "st_code": "26", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [70.92037455426977, 20.74212630771023], + [70.99989231948359, 20.74212630771023], + [70.97695450259499, 20.702258430326253], + [70.92037455426977, 20.74212630771023] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jayashankar Bhupalapally", + "dt_code": "750", + "st_nm": "Telangana", + "st_code": "36", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.91352796239515, 18.825718684494277], + [80.01904192008273, 18.77072850879224], + [80.11843912660001, 18.679994718883883], + [80.2759454692351, 18.71986259626786], + [80.37228430016722, 18.611256999256334], + [80.23159902325045, 18.5562668235543], + [80.21630714532472, 18.389921542055642], + [79.92270308915059, 18.40641859476625], + [79.85388963848477, 18.259319874763307], + [79.84012694835161, 18.132842470648626], + [79.72390867611603, 18.194706418313416], + [79.6963832958497, 18.27719168186647], + [79.57863583582153, 18.242822822052695], + [79.5633439578958, 18.263444137940958], + [79.56640233348094, 18.424290401869413], + [79.67038710337594, 18.480655331964], + [79.7254378639086, 18.574138630657462], + [79.79119293898925, 18.57276387626491], + [79.83095182159617, 18.655249139817965], + [79.80954319250014, 18.703365543557247], + [79.86612314082537, 18.835341965242133], + [79.91352796239515, 18.825718684494277] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Narayanpet", + "dt_code": "781", + "st_nm": "Telangana", + "st_code": "36", + "year": "2019" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.4591815553145, 16.88456548221241], + [77.46682749427738, 16.954677956232505], + [77.59680845664613, 16.91481007884853], + [77.63503815146048, 17.00966813193454], + [77.7145559166743, 17.03991272857066], + [77.76043155045151, 17.002794359971787], + [77.72678941901489, 16.850196622398634], + [77.78795693071783, 16.573870989495905], + [77.75125642369606, 16.403401444819593], + [77.66103434393422, 16.362158813043067], + [77.59375008106099, 16.342912251547354], + [77.48976531116598, 16.38552963771643], + [77.41483510932987, 16.36765783061327], + [77.28791252254626, 16.4089004623898], + [77.24203688876905, 16.47351391883969], + [77.41636429712244, 16.51750605940132], + [77.45306480414422, 16.616488375664986], + [77.4255394238779, 16.720969709498853], + [77.47600262103282, 16.788332674733844], + [77.4591815553145, 16.88456548221241] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sukma", + "dt_code": "723", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.89994290494826, 18.66074815738817], + [81.91064721949628, 18.570014367479807], + [81.7699619425795, 18.41879138429921], + [81.75008250127605, 18.354177927849317], + [81.65833123372164, 18.34730415588656], + [81.52987945914545, 18.240073313267594], + [81.52529189576774, 18.15346378653689], + [81.48094544978309, 18.051731961488123], + [81.48247463757566, 17.977495224290372], + [81.3998984967767, 17.89363520634477], + [81.39684012119154, 17.818023714754467], + [81.26532997103021, 17.811149942791715], + [81.16593276451293, 17.857891592138444], + [81.08488581150652, 17.797402398866204], + [81.01607236084072, 17.794652890081103], + [80.97019672706351, 18.04760769831047], + [80.97937185381895, 18.165836576069843], + [81.07571068475109, 18.19195690952831], + [81.0405393655219, 18.34180513831636], + [80.91514596653086, 18.381673015700336], + [81.022189112011, 18.46553303364594], + [81.0344226143516, 18.534270753273486], + [81.18275383023123, 18.54114452523624], + [81.25921321985992, 18.47928057757145], + [81.36931474092522, 18.43253892822472], + [81.48859138874596, 18.623629788789295], + [81.54364214927861, 18.607132736078682], + [81.56963834175237, 18.740483912156122], + [81.62774747787016, 18.734984894585917], + [81.67362311164737, 18.65249963103286], + [81.76690356699436, 18.593385192153175], + [81.89994290494826, 18.66074815738817] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Upper Subansiri", + "dt_code": "249", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.4010531092375, 28.33901908094649], + [94.35670666325287, 28.198794132906297], + [94.39187798248206, 28.083314763932023], + [94.48515843782906, 28.02145081626723], + [94.59525995889435, 27.870227833086634], + [94.31847696843852, 27.77262027121552], + [94.19308356944748, 27.811113394206945], + [94.14873712346285, 27.86610356990898], + [94.07380692162675, 27.849606517198367], + [94.06769017045646, 27.938965552714176], + [93.96217621276887, 27.978833430098152], + [93.85513306728872, 28.08194000953947], + [93.89183357431048, 28.1286816588862], + [93.83984118936299, 28.237287255897723], + [93.67927647114276, 28.322522028235877], + [93.61199220826953, 28.271656115711494], + [93.45601505342701, 28.271656115711494], + [93.33673840560627, 28.352766624871997], + [93.22357850895582, 28.34176858973159], + [93.18229043855634, 28.43250237963995], + [93.27862926948848, 28.503989608052596], + [93.33979678119141, 28.640090292915136], + [93.49271556044877, 28.684082433476764], + [93.62269652281753, 28.656587345625745], + [93.84595794053328, 28.707453258150128], + [93.96217621276887, 28.712952275720333], + [94.02334372447181, 28.651088328055543], + [94.00193509537579, 28.578226345250346], + [94.10897824085595, 28.521861415155758], + [94.14873712346285, 28.439376151602705], + [94.24201757880985, 28.44624992356546], + [94.32918128298654, 28.358265642442202], + [94.4010531092375, 28.33901908094649] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Anjaw", + "dt_code": "260", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [96.86151626748844, 27.631020568782777], + [96.69942236147563, 27.659890411026346], + [96.62907972301724, 27.68463599009226], + [96.6321380986024, 27.811113394206945], + [96.52815332870739, 27.900472429722754], + [96.41652261984952, 27.923843254396118], + [96.28807084527332, 28.061318693651206], + [96.33547566684311, 28.17267379944783], + [96.29571678423619, 28.24966004543068], + [96.30489191099164, 28.36926367758261], + [96.31406703774708, 28.383011221508117], + [96.50827388740393, 28.413255818144236], + [96.57861652586232, 28.457247958705867], + [96.66272185445386, 28.459997467490968], + [96.78046931448203, 28.363764660012404], + [96.89668758671763, 28.380261712723016], + [96.99455560544234, 28.31014923870292], + [97.0893652485819, 28.362389905619853], + [97.1704122015883, 28.292277431599757], + [97.22087539874323, 28.292277431599757], + [97.37073580241545, 28.21804069440201], + [97.32791854422338, 28.15480199234467], + [97.32791854422338, 28.057194430473555], + [97.38755686813376, 28.00357900916407], + [97.37532336579316, 27.908720956078056], + [97.25298834238728, 27.900472429722754], + [97.15664951145514, 27.813862902992046], + [97.0312561124641, 27.749249446542155], + [96.90280433788791, 27.613148761679614], + [96.86151626748844, 27.631020568782777] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tinsukia", + "dt_code": "309", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.7742637469686, 27.732752393831543], + [95.7803804981389, 27.62139728803492], + [95.87366095348588, 27.54441104205207], + [95.88283608024133, 27.43580544504055], + [95.94094521635913, 27.4371801994331], + [96.01587541819524, 27.368442479805555], + [95.95929546987, 27.310702795318416], + [95.85683988776758, 27.27083491793444], + [95.74215080332455, 27.26671065475679], + [95.63357847005183, 27.230967040550464], + [95.53418126353455, 27.263961145971688], + [95.48371806637961, 27.24196507569087], + [95.44548837156528, 27.294205742607808], + [95.47454293962417, 27.367067725413005], + [95.30939065802622, 27.38906379569382], + [95.22069776605696, 27.444053971395853], + [95.22834370501982, 27.49904414709789], + [95.31856578478167, 27.58702842822115], + [95.26963177541931, 27.68051172691461], + [95.3919667988252, 27.727253376261338], + [95.51430182223109, 27.879851113834487], + [95.51888938560882, 27.883975377012142], + [95.6060530897855, 27.95546260542479], + [95.81861019295323, 27.9719596581354], + [95.96999978441802, 27.95958686860244], + [95.7742637469686, 27.732752393831543] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dhemaji", + "dt_code": "308", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.51430182223109, 27.879851113834487], + [95.3919667988252, 27.727253376261338], + [95.26963177541931, 27.68051172691461], + [95.19623076137577, 27.703882551587974], + [95.09224599148077, 27.659890411026346], + [94.99590716054863, 27.658515656633796], + [94.74664955035914, 27.4371801994331], + [94.69312797761906, 27.42205790111504], + [94.62584371474583, 27.336823128776885], + [94.5922015833092, 27.37806576055341], + [94.4989211279622, 27.32994935681413], + [94.39034879468949, 27.350570672702393], + [94.30930184168308, 27.318951321673723], + [94.30777265389051, 27.43580544504055], + [94.26648458349102, 27.519665462986154], + [94.21296301075094, 27.60627498971686], + [94.23743001543212, 27.632395323175327], + [94.36435260221573, 27.57465563868819], + [94.46222062094044, 27.555409077192476], + [94.85216350804671, 27.727253376261338], + [95.13659243746541, 27.815237657384596], + [95.30939065802622, 27.86747832430153], + [95.3797332964846, 27.83860848205796], + [95.51430182223109, 27.879851113834487] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Changlang", + "dt_code": "253", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [96.69942236147563, 27.659890411026346], + [96.86151626748844, 27.631020568782777], + [96.93491728153197, 27.508667427845747], + [96.90280433788791, 27.45230249775116], + [96.96244266179829, 27.401436585226776], + [97.09089443637447, 27.213095233447305], + [97.16429545041801, 27.141608005034655], + [97.06336905610814, 27.092116846902826], + [96.98385129089432, 27.153980794567616], + [96.85998707969586, 27.189724408773937], + [96.88445408437704, 27.259836882794033], + [96.79729038020034, 27.34644640952474], + [96.60614190612864, 27.365692971020454], + [96.50827388740393, 27.29833000578546], + [96.30642109878421, 27.294205742607808], + [96.08927643223876, 27.222718514195158], + [96.02199216936552, 27.18010112802608], + [95.94553277973685, 27.050874215126296], + [95.80178912723493, 27.015130600919974], + [95.7452091789097, 26.895526968768046], + [95.68404166720676, 26.90377549512335], + [95.6809832916216, 26.984886004283855], + [95.6289909066741, 27.02750339045293], + [95.66722060148845, 27.171852601670775], + [95.63357847005183, 27.230967040550464], + [95.74215080332455, 27.26671065475679], + [95.85683988776758, 27.27083491793444], + [95.95929546987, 27.310702795318416], + [96.01587541819524, 27.368442479805555], + [95.94094521635913, 27.4371801994331], + [95.88283608024133, 27.43580544504055], + [95.87366095348588, 27.54441104205207], + [96.00211272806206, 27.55678383158503], + [96.06175105197244, 27.60627498971686], + [96.2253741457778, 27.567781866725436], + [96.31100866216194, 27.570531375510537], + [96.37217617386489, 27.644768112708284], + [96.64131322535783, 27.628271059997676], + [96.69942236147563, 27.659890411026346] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dibrugarh", + "dt_code": "310", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.26963177541931, 27.68051172691461], + [95.31856578478167, 27.58702842822115], + [95.22834370501982, 27.49904414709789], + [95.22069776605696, 27.444053971395853], + [95.30939065802622, 27.38906379569382], + [95.47454293962417, 27.367067725413005], + [95.44548837156528, 27.294205742607808], + [95.48371806637961, 27.24196507569087], + [95.44854674715042, 27.131984724286802], + [95.37667492089946, 27.096241110080477], + [95.3690289819366, 27.109988654005985], + [95.35832466738859, 27.166353584100573], + [95.28339446555248, 27.197972935129243], + [95.15341350318371, 27.123736197931496], + [94.98520284600062, 27.169103092885674], + [94.9683817802823, 27.224093268587712], + [94.8353424423284, 27.092116846902826], + [94.7604122404923, 27.129235215501698], + [94.76958736724774, 27.23784081251322], + [94.64113559267156, 27.246089338868526], + [94.59373077110178, 27.14573226821231], + [94.56314701525031, 27.18147588241863], + [94.62584371474583, 27.336823128776885], + [94.69312797761906, 27.42205790111504], + [94.74664955035914, 27.4371801994331], + [94.99590716054863, 27.658515656633796], + [95.09224599148077, 27.659890411026346], + [95.19623076137577, 27.703882551587974], + [95.26963177541931, 27.68051172691461] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tawang", + "dt_code": "245", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.0139909650301, 27.489420866350034], + [91.94058995098656, 27.460551024106465], + [91.6546318337753, 27.48254709438728], + [91.56440975401345, 27.584278919436045], + [91.55982219063574, 27.633770077567878], + [91.6255772657164, 27.705257305980524], + [91.63016482909413, 27.80149011345909], + [91.82590086654355, 27.809738639814395], + [91.8809516270762, 27.721754358691136], + [91.98646558476378, 27.76987076243042], + [92.05680822322216, 27.75887272729001], + [92.15773461753201, 27.83723372766541], + [92.25713182404931, 27.861979306731328], + [92.3091242089968, 27.779494043178275], + [92.46815973942446, 27.815237657384596], + [92.4605138004616, 27.782243551963376], + [92.39322953758835, 27.672263200559303], + [92.22196050482012, 27.626896305605122], + [92.11185898375481, 27.525164480556356], + [92.0139909650301, 27.489420866350034] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Papum Pare", + "dt_code": "248", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.94229677146542, 27.511416936630848], + [94.10591986527079, 27.493545129527686], + [94.21907976192124, 27.504543164668092], + [93.99123078082778, 27.32857460242158], + [93.80619905792636, 27.14848177699741], + [93.82913687481496, 27.067371267836908], + [93.69762672465365, 26.99450928503171], + [93.6655137810096, 26.968388951573242], + [93.47130693135274, 26.936769600544572], + [93.39790591730922, 26.957390916432836], + [93.33979678119141, 26.99313453063916], + [93.31227140092508, 27.079744057369865], + [93.21440338220037, 27.137483741857004], + [93.31227140092508, 27.17322735606333], + [93.2251076967484, 27.251588356438727], + [93.33062165443597, 27.354694935880048], + [93.37038053704289, 27.415184129152287], + [93.22969526012612, 27.603525480931758], + [93.3290924666434, 27.669513691774203], + [93.51412418954482, 27.65026713027849], + [93.5431787576037, 27.62139728803492], + [93.61810895943981, 27.53203825251911], + [93.56764576228488, 27.471549059246872], + [93.59975870592893, 27.367067725413005], + [93.6655137810096, 27.336823128776885], + [93.83525362598527, 27.36294346223535], + [93.85207469170358, 27.464675287284116], + [93.94229677146542, 27.511416936630848] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lakhimpur", + "dt_code": "307", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.26648458349102, 27.519665462986154], + [94.30777265389051, 27.43580544504055], + [94.30930184168308, 27.318951321673723], + [94.39034879468949, 27.350570672702393], + [94.4989211279622, 27.32994935681413], + [94.5922015833092, 27.37806576055341], + [94.62584371474583, 27.336823128776885], + [94.56314701525031, 27.18147588241863], + [94.50656706692507, 27.12098668914639], + [94.31236021726824, 27.071495531014563], + [94.23437163984698, 27.071495531014563], + [94.18849600606977, 27.004132565779567], + [93.96370540056145, 26.924396811011615], + [93.89183357431048, 26.865282372131926], + [93.7694985509046, 26.844661056243663], + [93.78020286545262, 26.88590368802019], + [93.69762672465365, 26.99450928503171], + [93.82913687481496, 27.067371267836908], + [93.80619905792636, 27.14848177699741], + [93.99123078082778, 27.32857460242158], + [94.21907976192124, 27.504543164668092], + [94.26648458349102, 27.519665462986154] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tirap", + "dt_code": "254", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.48371806637961, 27.24196507569087], + [95.53418126353455, 27.263961145971688], + [95.63357847005183, 27.230967040550464], + [95.66722060148845, 27.171852601670775], + [95.6289909066741, 27.02750339045293], + [95.6809832916216, 26.984886004283855], + [95.68404166720676, 26.90377549512335], + [95.60758227757808, 26.813041705214992], + [95.4959515687202, 26.817165968392644], + [95.36749979414402, 26.935394846152022], + [95.37667492089946, 27.096241110080477], + [95.44854674715042, 27.131984724286802], + [95.48371806637961, 27.24196507569087] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sivasagar", + "dt_code": "311", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.59373077110178, 27.14573226821231], + [94.64113559267156, 27.246089338868526], + [94.76958736724774, 27.23784081251322], + [94.7604122404923, 27.129235215501698], + [94.8353424423284, 27.092116846902826], + [94.82922569115811, 27.016505355312525], + [94.73441604801855, 26.93264533736692], + [94.92403533429767, 26.94914239007753], + [94.86592619817988, 26.909274512693553], + [94.79099599634377, 26.79654465250438], + [94.73594523581112, 26.749803003157652], + [94.58608483213891, 26.725057424091734], + [94.51268381809537, 26.771799073438466], + [94.47445412328103, 26.935394846152022], + [94.39646554585978, 26.950517144470084], + [94.54479676173942, 27.076994548584764], + [94.59373077110178, 27.14573226821231] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jorhat", + "dt_code": "312", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.39646554585978, 26.950517144470084], + [94.47445412328103, 26.935394846152022], + [94.51268381809537, 26.771799073438466], + [94.58608483213891, 26.725057424091734], + [94.40258229703008, 26.61095280951001], + [94.4010531092375, 26.53396656352716], + [94.3138894050608, 26.461104580721962], + [94.28483483700191, 26.561461651378178], + [94.18390844269204, 26.45560556315176], + [94.1640290013886, 26.35112422931789], + [94.09674473851535, 26.484475405395326], + [94.09827392630793, 26.64257216053868], + [93.97288052731689, 26.76767481026081], + [94.00040590758321, 26.866657126524476], + [94.20837544737323, 26.927146319796716], + [94.30471427830537, 26.909274512693553], + [94.39646554585978, 26.950517144470084] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mon", + "dt_code": "261", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.79099599634377, 26.79654465250438], + [94.86592619817988, 26.909274512693553], + [94.92403533429767, 26.94914239007753], + [94.98214447041548, 26.913398775871208], + [95.1014211182362, 26.96151517961049], + [95.19623076137577, 27.034377162415687], + [95.2298728928124, 26.923022056619065], + [95.20234751254607, 26.846035810636213], + [95.23446045619012, 26.682440037922657], + [95.0616622356293, 26.450106545581555], + [95.12282974733225, 26.34837472053279], + [95.00049472392635, 26.293384544830754], + [94.94238558780856, 26.30575733436371], + [94.91333101974966, 26.37999407156146], + [94.87968888831304, 26.57658394969624], + [94.77876249400319, 26.659069213249293], + [94.83381325453583, 26.71818365212898], + [94.79099599634377, 26.79654465250438] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sonitpur", + "dt_code": "306", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.06148460294303, 26.921647302226514], + [93.06760135411332, 26.747053494372548], + [93.14406074374199, 26.594455756799398], + [93.09665592217222, 26.57658394969624], + [92.95138308187772, 26.620576090257867], + [92.72200491299168, 26.536716072312263], + [92.57520288490461, 26.499597703713388], + [92.41922573006211, 26.514720002031446], + [92.34123715264084, 26.50234721249849], + [92.35958740615173, 26.58345772165899], + [92.3274744625077, 26.813041705214992], + [92.35958740615173, 26.925771565404165], + [92.44675111032844, 26.958765670825386], + [92.56296938256402, 26.957390916432836], + [92.65624983791102, 27.00825682895722], + [92.67307090362932, 27.031627653630586], + [92.88715719458963, 27.000008302601913], + [93.02172572033611, 26.913398775871208], + [93.06148460294303, 26.921647302226514] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Golaghat", + "dt_code": "313", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.7694985509046, 26.844661056243663], + [93.89183357431048, 26.865282372131926], + [93.96370540056145, 26.924396811011615], + [94.00040590758321, 26.866657126524476], + [93.97288052731689, 26.76767481026081], + [94.09827392630793, 26.64257216053868], + [94.09674473851535, 26.484475405395326], + [94.1640290013886, 26.35112422931789], + [94.10439067747822, 26.31950487828922], + [94.00040590758321, 26.172406158286275], + [93.954530273806, 25.96894250818874], + [93.97899727848718, 25.916701841271806], + [93.88112925976247, 25.84383985846661], + [93.77714448986747, 25.849338876036814], + [93.7756153020749, 25.96894250818874], + [93.7863196166229, 26.054177280526897], + [93.89336276210307, 26.371745545206153], + [93.79396555558577, 26.4404832648337], + [93.70068510023879, 26.60682854633236], + [93.49577393603393, 26.61095280951001], + [93.45754424121958, 26.57658394969624], + [93.29697952299935, 26.575209195303685], + [93.3061546497548, 26.69756233624072], + [93.39637672951665, 26.751177757550202], + [93.50494906278936, 26.756676775120404], + [93.65022190308386, 26.70581086259602], + [93.64869271529129, 26.788296126149078], + [93.7694985509046, 26.844661056243663] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Longleng", + "dt_code": "268", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.73594523581112, 26.749803003157652], + [94.79099599634377, 26.79654465250438], + [94.83381325453583, 26.71818365212898], + [94.77876249400319, 26.659069213249293], + [94.87968888831304, 26.57658394969624], + [94.91333101974966, 26.37999407156146], + [94.84757594466899, 26.38274358034656], + [94.7665289916626, 26.45972982632941], + [94.70994904333736, 26.445982282403904], + [94.68854041424134, 26.52021901960165], + [94.73288686022597, 26.601329528762154], + [94.73594523581112, 26.749803003157652] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mokokchung", + "dt_code": "262", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.58608483213891, 26.725057424091734], + [94.73594523581112, 26.749803003157652], + [94.73288686022597, 26.601329528762154], + [94.68854041424134, 26.52021901960165], + [94.70994904333736, 26.445982282403904], + [94.650310719427, 26.338751439784932], + [94.56467620304288, 26.28788552726055], + [94.58302645655377, 26.219147807633004], + [94.3719985411786, 26.19577698295964], + [94.3658817900083, 26.33600193099983], + [94.3138894050608, 26.461104580721962], + [94.4010531092375, 26.53396656352716], + [94.40258229703008, 26.61095280951001], + [94.58608483213891, 26.725057424091734] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Udalguri", + "dt_code": "326", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.35958740615173, 26.925771565404165], + [92.3274744625077, 26.813041705214992], + [92.35958740615173, 26.58345772165899], + [92.24183994612356, 26.602704283154704], + [92.17761405883547, 26.650820686893987], + [92.0721001011479, 26.64669642371633], + [92.00328665048208, 26.543589844275015], + [91.82743005433612, 26.544964598667566], + [91.77849604497376, 26.513345247638895], + [91.73720797457428, 26.605453791939805], + [91.74485391353714, 26.687939055492862], + [91.70356584313765, 26.813041705214992], + [91.89318512941679, 26.91889779344141], + [91.98340720917862, 26.85840860016917], + [92.05680822322216, 26.846035810636213], + [92.11338817154738, 26.892777459982945], + [92.19443512455379, 26.890027951197844], + [92.35958740615173, 26.925771565404165] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chirang", + "dt_code": "320", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.87474605956277, 26.562836405770728], + [90.84722067929644, 26.528467545956957], + [90.744765097194, 26.465228843899617], + [90.68206839769849, 26.499597703713388], + [90.51997449168569, 26.509220984461244], + [90.50468261375995, 26.42673572090819], + [90.39916865607236, 26.44185801922625], + [90.35482221008773, 26.569710177733484], + [90.37776002697635, 26.71818365212898], + [90.33647195657684, 26.862532863346825], + [90.41751890958325, 26.905150249515902], + [90.54597068415944, 26.817165968392644], + [90.71723971692768, 26.769049564653365], + [90.95120544919143, 26.777298091008667], + [90.89921306424394, 26.689313809885412], + [90.87474605956277, 26.562836405770728] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Baksa", + "dt_code": "324", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.70356584313765, 26.813041705214992], + [91.74485391353714, 26.687939055492862], + [91.73720797457428, 26.605453791939805], + [91.77849604497376, 26.513345247638895], + [91.78002523276633, 26.478976387825124], + [91.72497447223368, 26.50372196689104], + [91.6255772657164, 26.447357036796454], + [91.57817244414662, 26.528467545956957], + [91.57817244414662, 26.572459686518584], + [91.31209376823881, 26.51746951081655], + [91.24939706874329, 26.522968528386752], + [91.23410519081756, 26.60820330072491], + [91.15152905001858, 26.63844789736103], + [91.11024097961909, 26.561461651378178], + [90.99096433179835, 26.524343282779302], + [90.98943514400578, 26.590331493621747], + [90.87474605956277, 26.562836405770728], + [90.89921306424394, 26.689313809885412], + [90.95120544919143, 26.777298091008667], + [91.05366103129387, 26.781422354186322], + [91.09800747727851, 26.82266498596285], + [91.2371635664027, 26.811666950822442], + [91.33656077292, 26.78004759979377], + [91.40843259917095, 26.84053679306601], + [91.49559630334764, 26.79104563493418], + [91.6255772657164, 26.8212902315703], + [91.70356584313765, 26.813041705214992] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nagaon", + "dt_code": "305", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.41922573006211, 26.514720002031446], + [92.57520288490461, 26.499597703713388], + [92.72200491299168, 26.536716072312263], + [92.95138308187772, 26.620576090257867], + [93.09665592217222, 26.57658394969624], + [93.14406074374199, 26.594455756799398], + [93.3061546497548, 26.69756233624072], + [93.29697952299935, 26.575209195303685], + [93.19146556531177, 26.566960668948383], + [93.01255059358067, 26.507846230068694], + [92.94220795512229, 26.330502913429626], + [92.8137561805461, 26.263139948194635], + [92.80152267820552, 26.20127600052984], + [92.7036546594808, 26.125664508939543], + [92.75258866884315, 26.054177280526897], + [92.65472065011843, 26.000561859217413], + [92.54614831684572, 25.971692016973844], + [92.59508232620807, 26.080297613985362], + [92.5293272511274, 26.150410088005458], + [92.39475872538092, 26.113291719406586], + [92.43145923240269, 26.190277965389434], + [92.41922573006211, 26.270013720157387], + [92.50486024644623, 26.27276322894249], + [92.56755694594175, 26.337376685392382], + [92.55073588022344, 26.38274358034656], + [92.44063435915814, 26.370370790813602], + [92.41922573006211, 26.514720002031446] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kokrajhar", + "dt_code": "300", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.33647195657684, 26.862532863346825], + [90.37776002697635, 26.71818365212898], + [90.35482221008773, 26.569710177733484], + [90.39916865607236, 26.44185801922625], + [90.42516484854612, 26.363497018850847], + [90.2875379472145, 26.252141913054224], + [90.26765850591104, 26.330502913429626], + [90.11626891444625, 26.338751439784932], + [90.13614835574971, 26.215023544455352], + [90.02451764689184, 26.127039263332094], + [89.88230318218248, 26.1352877896874], + [89.85936536529388, 26.220522562025554], + [89.90371181127853, 26.337376685392382], + [89.84254429957558, 26.38274358034656], + [89.83489836061271, 26.414362931375234], + [89.8700696798419, 26.61370231829511], + [89.85171942633102, 26.69756233624072], + [89.85936536529388, 26.73468070483959], + [90.04898465157302, 26.73055644166194], + [90.1942574918675, 26.773173827831016], + [90.23095799888927, 26.85840860016917], + [90.33647195657684, 26.862532863346825] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Darrang", + "dt_code": "325", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.35958740615173, 26.58345772165899], + [92.34123715264084, 26.50234721249849], + [92.21890212923496, 26.415737685767784], + [92.15773461753201, 26.41161342259013], + [92.03998715750384, 26.27276322894249], + [91.98034883359348, 26.27413798333504], + [91.87942243928362, 26.216398298847903], + [91.7479122891223, 26.209524526885147], + [91.8228424909584, 26.370370790813602], + [91.78002523276633, 26.478976387825124], + [91.77849604497376, 26.513345247638895], + [91.82743005433612, 26.544964598667566], + [92.00328665048208, 26.543589844275015], + [92.0721001011479, 26.64669642371633], + [92.17761405883547, 26.650820686893987], + [92.24183994612356, 26.602704283154704], + [92.35958740615173, 26.58345772165899] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tuensang", + "dt_code": "267", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.91333101974966, 26.37999407156146], + [94.94238558780856, 26.30575733436371], + [95.00049472392635, 26.293384544830754], + [95.12282974733225, 26.34837472053279], + [95.11671299616195, 26.10779270183638], + [95.18552644682777, 26.07342384202261], + [95.12588812291739, 25.986814315291902], + [95.01425741405951, 25.89058150781334], + [94.97296934366003, 25.882332981458035], + [94.84604675687642, 26.04180449099394], + [94.66866097293789, 26.019808420713122], + [94.70536147995965, 26.04867826295669], + [94.70536147995965, 26.172406158286275], + [94.58302645655377, 26.219147807633004], + [94.56467620304288, 26.28788552726055], + [94.650310719427, 26.338751439784932], + [94.70994904333736, 26.445982282403904], + [94.7665289916626, 26.45972982632941], + [94.84757594466899, 26.38274358034656], + [94.91333101974966, 26.37999407156146] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Barpeta", + "dt_code": "303", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.84722067929644, 26.528467545956957], + [90.87474605956277, 26.562836405770728], + [90.98943514400578, 26.590331493621747], + [90.99096433179835, 26.524343282779302], + [91.11024097961909, 26.561461651378178], + [91.15152905001858, 26.63844789736103], + [91.23410519081756, 26.60820330072491], + [91.24939706874329, 26.522968528386752], + [91.23104681523242, 26.439108510441148], + [91.27692244900962, 26.341500948570033], + [91.21575493730668, 26.267264211372286], + [91.22340087626955, 26.179279930249027], + [91.0811864115602, 26.161408123145865], + [90.94355951022857, 26.094045157910873], + [90.71418134134254, 26.129788772117195], + [90.6698348953579, 26.202650754922395], + [90.65301382963959, 26.237019614736166], + [90.78911154317865, 26.329128159037076], + [90.8609833694296, 26.430859984085842], + [90.84722067929644, 26.528467545956957] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nalbari", + "dt_code": "323", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.24939706874329, 26.522968528386752], + [91.31209376823881, 26.51746951081655], + [91.57817244414662, 26.572459686518584], + [91.57817244414662, 26.528467545956957], + [91.52465087140655, 26.33600193099983], + [91.41302016254868, 26.265889456979735], + [91.3533818386383, 26.16690714071607], + [91.22340087626955, 26.179279930249027], + [91.21575493730668, 26.267264211372286], + [91.27692244900962, 26.341500948570033], + [91.23104681523242, 26.439108510441148], + [91.24939706874329, 26.522968528386752] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Morigaon", + "dt_code": "304", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.34123715264084, 26.50234721249849], + [92.41922573006211, 26.514720002031446], + [92.44063435915814, 26.370370790813602], + [92.55073588022344, 26.38274358034656], + [92.56755694594175, 26.337376685392382], + [92.50486024644623, 26.27276322894249], + [92.41922573006211, 26.270013720157387], + [92.43145923240269, 26.190277965389434], + [92.39475872538092, 26.113291719406586], + [92.27395288976761, 26.065175315667304], + [92.17302649545775, 26.07617335080771], + [92.16690974428747, 26.16415763193097], + [92.0598665988073, 26.19577698295964], + [91.98034883359348, 26.27413798333504], + [92.03998715750384, 26.27276322894249], + [92.15773461753201, 26.41161342259013], + [92.21890212923496, 26.415737685767784], + [92.34123715264084, 26.50234721249849] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kamrup", + "dt_code": "321", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.57817244414662, 26.528467545956957], + [91.6255772657164, 26.447357036796454], + [91.72497447223368, 26.50372196689104], + [91.78002523276633, 26.478976387825124], + [91.8228424909584, 26.370370790813602], + [91.7479122891223, 26.209524526885147], + [91.56899731739118, 26.150410088005458], + [91.56440975401345, 26.10366843865873], + [91.72344528444111, 26.034930719031184], + [91.72191609664854, 25.96619299940364], + [91.5797016319392, 26.033555964638634], + [91.44513310619271, 25.839715595288958], + [91.33503158512741, 25.841090349681508], + [91.22187168847697, 25.72286147192213], + [91.14694148664086, 25.850713630429365], + [91.00778539751667, 25.824593296970896], + [91.02613565102754, 25.886457244635686], + [91.09953666507108, 26.01018513996527], + [90.94355951022857, 26.094045157910873], + [91.0811864115602, 26.161408123145865], + [91.22340087626955, 26.179279930249027], + [91.3533818386383, 26.16690714071607], + [91.41302016254868, 26.265889456979735], + [91.52465087140655, 26.33600193099983], + [91.57817244414662, 26.528467545956957] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bongaigaon", + "dt_code": "319", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.39916865607236, 26.44185801922625], + [90.50468261375995, 26.42673572090819], + [90.51997449168569, 26.509220984461244], + [90.68206839769849, 26.499597703713388], + [90.744765097194, 26.465228843899617], + [90.84722067929644, 26.528467545956957], + [90.8609833694296, 26.430859984085842], + [90.78911154317865, 26.329128159037076], + [90.65301382963959, 26.237019614736166], + [90.6698348953579, 26.202650754922395], + [90.52150367947826, 26.19990124613729], + [90.46951129453076, 26.16828189510862], + [90.38999352931692, 26.204025509314945], + [90.48327398466392, 26.296134053615855], + [90.42516484854612, 26.363497018850847], + [90.39916865607236, 26.44185801922625] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dhubri", + "dt_code": "301", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [89.84254429957558, 26.38274358034656], + [89.90371181127853, 26.337376685392382], + [89.85936536529388, 26.220522562025554], + [89.88230318218248, 26.1352877896874], + [90.02451764689184, 26.127039263332094], + [90.13614835574971, 26.215023544455352], + [90.11626891444625, 26.338751439784932], + [90.26765850591104, 26.330502913429626], + [90.2875379472145, 26.252141913054224], + [90.42516484854612, 26.363497018850847], + [90.48327398466392, 26.296134053615855], + [90.38999352931692, 26.204025509314945], + [90.26460013032589, 26.183404193426682], + [90.17437805056406, 26.10366843865873], + [90.17896561394177, 26.04867826295669], + [90.08262678300963, 26.04042973660139], + [89.84254429957558, 25.882332981458035], + [89.88689074556021, 25.945571683515375], + [89.72938440292513, 26.17103140389372], + [89.70032983486624, 26.217773053240453], + [89.78137678787263, 26.35249898371044], + [89.84254429957558, 26.38274358034656] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kamrup Metropolitan", + "dt_code": "322", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.7479122891223, 26.209524526885147], + [91.87942243928362, 26.216398298847903], + [91.98034883359348, 26.27413798333504], + [92.0598665988073, 26.19577698295964], + [92.16690974428747, 26.16415763193097], + [92.17302649545775, 26.07617335080771], + [92.13326761285084, 26.04455399977904], + [91.86718893694304, 26.04180449099394], + [91.82590086654355, 26.118790736976788], + [91.72344528444111, 26.034930719031184], + [91.56440975401345, 26.10366843865873], + [91.56899731739118, 26.150410088005458], + [91.7479122891223, 26.209524526885147] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kiphire", + "dt_code": "269", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.66866097293789, 26.019808420713122], + [94.84604675687642, 26.04180449099394], + [94.97296934366003, 25.882332981458035], + [95.01425741405951, 25.89058150781334], + [95.04025360653327, 25.742108033417843], + [94.93626883663826, 25.667871296220095], + [94.88274726389818, 25.586760787059593], + [94.85675107142444, 25.717362454351928], + [94.8185213766101, 25.764104103698656], + [94.71300741892252, 25.758605086128455], + [94.61055183682008, 25.81771952500814], + [94.56926376642059, 25.88920675342079], + [94.66866097293789, 26.019808420713122] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Goalpara", + "dt_code": "302", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.6698348953579, 26.202650754922395], + [90.71418134134254, 26.129788772117195], + [90.94355951022857, 26.094045157910873], + [91.09953666507108, 26.01018513996527], + [91.02613565102754, 25.886457244635686], + [90.9481470736063, 25.948321192300476], + [90.71723971692768, 25.95519496426323], + [90.63160520054356, 25.91945135005691], + [90.43433997530157, 25.990938578469557], + [90.18661155290464, 25.944196929122825], + [90.12238566561655, 25.959319227440886], + [90.17896561394177, 26.04867826295669], + [90.17437805056406, 26.10366843865873], + [90.26460013032589, 26.183404193426682], + [90.38999352931692, 26.204025509314945], + [90.46951129453076, 26.16828189510862], + [90.52150367947826, 26.19990124613729], + [90.6698348953579, 26.202650754922395] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ribhoi", + "dt_code": "297", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.17302649545775, 26.07617335080771], + [92.27395288976761, 26.065175315667304], + [92.16385136870231, 25.970317262581293], + [92.20208106351666, 25.90707856052395], + [92.15161786636173, 25.81634477061559], + [92.15161786636173, 25.671995559397747], + [92.13173842505827, 25.640376208369076], + [91.83354680550642, 25.644500471546728], + [91.82895924212869, 25.673370313790297], + [91.7876711717292, 25.790224437157125], + [91.58734757090207, 25.81222050743794], + [91.45889579632588, 25.788849682764575], + [91.33503158512741, 25.841090349681508], + [91.44513310619271, 25.839715595288958], + [91.5797016319392, 26.033555964638634], + [91.72191609664854, 25.96619299940364], + [91.72344528444111, 26.034930719031184], + [91.82590086654355, 26.118790736976788], + [91.86718893694304, 26.04180449099394], + [92.13326761285084, 26.04455399977904], + [92.17302649545775, 26.07617335080771] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dima Hasao", + "dt_code": "315", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.06454297852817, 25.775102138839063], + [93.14253155594942, 25.71873720874448], + [93.20828663103009, 25.54276864649796], + [93.3290924666434, 25.54276864649796], + [93.45601505342701, 25.434163049486443], + [93.46977774356017, 25.30631089097921], + [93.38108485159091, 25.240322680136764], + [93.34438434456914, 25.12346855676994], + [93.24651632584442, 24.97224557358934], + [93.17923206297118, 25.00111541583291], + [93.06148460294303, 25.00249017022546], + [93.01407978137324, 25.06160460910515], + [92.89786150913764, 25.07947641620831], + [92.83516480964212, 25.051981328357293], + [92.72200491299168, 25.112470521629533], + [92.54003156567542, 25.09872297770402], + [92.62107851868183, 25.115220030414633], + [92.66389577687389, 25.177083978079423], + [92.74341354208771, 25.207328574715543], + [92.79234755145006, 25.282940066305844], + [92.65319146232586, 25.434163049486443], + [92.56908613373432, 25.465782400515113], + [92.66083740128873, 25.57163848874153], + [92.73423841533227, 25.593634559022345], + [92.82140211950896, 25.740733279025292], + [93.01866734475095, 25.801222472297532], + [93.06454297852817, 25.775102138839063] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kamjong", + "dt_code": "770", + "st_nm": "Manipur", + "st_code": "14", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.17320412814404, 24.631306484236717], + [94.1869668182772, 24.716541256574875], + [94.13956199670741, 24.870513748540574], + [94.16708737697374, 24.92687867863516], + [94.3322396585717, 24.985993117514848], + [94.53103407160626, 25.03410952125413], + [94.65336909501215, 25.115220030414633], + [94.73594523581112, 25.113845276022083], + [94.743591174774, 25.03685903003923], + [94.68701122644876, 24.889760310036287], + [94.63196046591611, 24.838894397511904], + [94.62890209033097, 24.75640913395885], + [94.54479676173942, 24.71104223900467], + [94.5340924471914, 24.642304519377124], + [94.37505691676375, 24.49383104498163], + [94.28177646141675, 24.601061887600597], + [94.17320412814404, 24.631306484236717] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Khasi Hills", + "dt_code": "296", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.00778539751667, 25.824593296970896], + [91.14694148664086, 25.850713630429365], + [91.22187168847697, 25.72286147192213], + [91.33503158512741, 25.841090349681508], + [91.45889579632588, 25.788849682764575], + [91.58734757090207, 25.81222050743794], + [91.7876711717292, 25.790224437157125], + [91.82895924212869, 25.673370313790297], + [91.7999046740698, 25.610131611732957], + [91.54147193712485, 25.51114929546929], + [91.54605950050258, 25.482279453225722], + [91.51700493244368, 25.456159119767257], + [91.30903539265367, 25.4437863302343], + [91.1683501157369, 25.465782400515113], + [91.13776635988542, 25.39979418967267], + [91.02460646323497, 25.33793024200788], + [90.92368006892512, 25.351677785933386], + [90.83957474033357, 25.30768564537176], + [90.74782347277915, 25.379172873784405], + [90.7906407309712, 25.50702503229164], + [90.76158616291232, 25.552391927245818], + [90.87474605956277, 25.607382102947856], + [90.98331839283549, 25.743482787810393], + [90.942030322436, 25.7544808229508], + [91.00778539751667, 25.824593296970896] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Peren", + "dt_code": "271", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.46977774356017, 25.30631089097921], + [93.45601505342701, 25.434163049486443], + [93.3290924666434, 25.54276864649796], + [93.42696048536811, 25.63212768201377], + [93.51259500175223, 25.674745068182848], + [93.6593970298393, 25.649999489116933], + [93.92853408133226, 25.670620805005196], + [93.93618002029513, 25.559265699208574], + [93.76491098752687, 25.53864438332031], + [93.8046698701338, 25.46303289173001], + [93.66704296880216, 25.31043515415686], + [93.60587545709922, 25.199080048360237], + [93.50189068720422, 25.243072188921868], + [93.46977774356017, 25.30631089097921] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Senapati", + "dt_code": "272", + "st_nm": "Manipur", + "st_code": "14", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.8046698701338, 25.46303289173001], + [93.76491098752687, 25.53864438332031], + [93.93618002029513, 25.559265699208574], + [94.00652265875351, 25.56751422556388], + [94.10744905306336, 25.522147330609698], + [94.19002519386234, 25.548267664068167], + [94.20837544737323, 25.496026997151233], + [94.32153534402367, 25.502900769113985], + [94.41634498716323, 25.53589487453521], + [94.4882168134142, 25.60463259416275], + [94.37964448014147, 25.408042716027975], + [94.3781152923489, 25.35717680350359], + [94.21449219854352, 25.175709223686873], + [94.07227773383417, 25.170210206116668], + [93.99734753199806, 25.192206276397485], + [93.97135133952432, 25.2925633470537], + [93.98817240524262, 25.375048610606754], + [93.92088814236939, 25.395669926495017], + [93.8046698701338, 25.46303289173001] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "East Jaintia Hills", + "dt_code": "714", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.56908613373432, 25.465782400515113], + [92.65319146232586, 25.434163049486443], + [92.79234755145006, 25.282940066305844], + [92.74341354208771, 25.207328574715543], + [92.66389577687389, 25.177083978079423], + [92.62107851868183, 25.115220030414633], + [92.54003156567542, 25.09872297770402], + [92.48039324176506, 25.108346258451878], + [92.4253424812324, 25.02998525807648], + [92.1990226879315, 25.12484331116249], + [92.2051394391018, 25.226575136211256], + [92.17455568325033, 25.35442729471849], + [92.26936532638989, 25.395669926495017], + [92.3733500962849, 25.405293207242874], + [92.56908613373432, 25.465782400515113] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "East Khasi Hills", + "dt_code": "298", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.82895924212869, 25.673370313790297], + [91.83354680550642, 25.644500471546728], + [92.13173842505827, 25.640376208369076], + [92.0950379180365, 25.45066010219705], + [92.11185898375481, 25.30631089097921], + [91.98799477255635, 25.28156531191329], + [92.01704934061524, 25.18945676761238], + [91.74638310132971, 25.17158496050922], + [91.64239833143472, 25.12484331116249], + [91.6026394488278, 25.174334469294323], + [91.4925379277625, 25.134466591910346], + [91.37937803111205, 25.177083978079423], + [91.35491102643087, 25.23344890817401], + [91.54758868829515, 25.287064329483496], + [91.52465087140655, 25.348928277148286], + [91.54605950050258, 25.482279453225722], + [91.54147193712485, 25.51114929546929], + [91.7999046740698, 25.610131611732957], + [91.82895924212869, 25.673370313790297] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tamenglong", + "dt_code": "273", + "st_nm": "Manipur", + "st_code": "14", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.24651632584442, 24.97224557358934], + [93.34438434456914, 25.12346855676994], + [93.38108485159091, 25.240322680136764], + [93.46977774356017, 25.30631089097921], + [93.50189068720422, 25.243072188921868], + [93.60587545709922, 25.199080048360237], + [93.66704296880216, 25.31043515415686], + [93.8046698701338, 25.46303289173001], + [93.92088814236939, 25.395669926495017], + [93.9025378888585, 25.271942031165437], + [93.77255692648976, 25.15371315340606], + [93.81690337247439, 25.023111486113724], + [93.75879423635658, 24.907632117139446], + [93.75726504856401, 24.792152748165172], + [93.40708104406465, 24.825146853586393], + [93.27862926948848, 24.658801572087736], + [93.21440338220037, 24.69729469507916], + [93.17464449959347, 24.797651765735377], + [93.248045513637, 24.9145058891022], + [93.24651632584442, 24.97224557358934] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "South Garo Hills", + "dt_code": "295", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.76158616291232, 25.552391927245818], + [90.7906407309712, 25.50702503229164], + [90.74782347277915, 25.379172873784405], + [90.83957474033357, 25.30768564537176], + [90.95885138815432, 25.24719645209952], + [90.96955570270232, 25.172959714901772], + [90.85486661825931, 25.15921217097626], + [90.7799364164232, 25.18395775004218], + [90.6927727122465, 25.15921217097626], + [90.51079936493025, 25.168835451724117], + [90.44504428984958, 25.144089872658203], + [90.33188439319913, 25.192206276397485], + [90.23401637447442, 25.203204311537892], + [90.26154175474075, 25.321433189297267], + [90.30894657631053, 25.365425329858898], + [90.31965089085854, 25.464407646122563], + [90.44198591426444, 25.46028338294491], + [90.64383870288415, 25.41629124238328], + [90.76158616291232, 25.552391927245818] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Cachar", + "dt_code": "316", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.89633232134507, 24.39072446554031], + [92.79999349041293, 24.41959430778388], + [92.7617637955986, 24.51307760647734], + [92.66848334025161, 24.59143860685274], + [92.6287244576447, 24.855391450222513], + [92.57979044828234, 24.871888502933125], + [92.51556456099425, 24.88013702928843], + [92.4253424812324, 25.02998525807648], + [92.48039324176506, 25.108346258451878], + [92.54003156567542, 25.09872297770402], + [92.72200491299168, 25.112470521629533], + [92.83516480964212, 25.051981328357293], + [92.89786150913764, 25.07947641620831], + [93.01407978137324, 25.06160460910515], + [93.06148460294303, 25.00249017022546], + [93.17923206297118, 25.00111541583291], + [93.24651632584442, 24.97224557358934], + [93.248045513637, 24.9145058891022], + [93.17464449959347, 24.797651765735377], + [93.1088894245128, 24.811399309660885], + [93.0859516076242, 24.70966748461212], + [93.08748079541677, 24.572192045357028], + [93.04925110060243, 24.544696957506012], + [93.00949221799551, 24.412720535821126], + [92.89633232134507, 24.39072446554031] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Imphal West", + "dt_code": "277", + "st_nm": "Manipur", + "st_code": "14", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.9147713911991, 24.91038162592455], + [93.94535514705056, 24.830645871156598], + [93.94229677146542, 24.719290765359975], + [93.88877519872534, 24.61618418591866], + [93.91324220340653, 24.55432023825387], + [93.86889575742188, 24.52682515040285], + [93.80619905792636, 24.61755894031121], + [93.7694985509046, 24.734413063678033], + [93.80619905792636, 24.86501473097037], + [93.87807088417733, 24.9873678719074], + [93.9147713911991, 24.91038162592455] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Karimganj", + "dt_code": "317", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.51556456099425, 24.88013702928843], + [92.57979044828234, 24.871888502933125], + [92.5063894342388, 24.664300589657937], + [92.50944780982395, 24.455337921990203], + [92.46357217604674, 24.29999067563195], + [92.42228410564725, 24.250499517500117], + [92.29536151886364, 24.245000499929915], + [92.21890212923496, 24.286243131706442], + [92.26019019963445, 24.35910511451164], + [92.21431456585725, 24.508953343299687], + [92.25407344846415, 24.67804813358345], + [92.29536151886364, 24.737162572463138], + [92.2341940071607, 24.899383590784144], + [92.29841989444878, 24.915880643494752], + [92.38558359862549, 24.85126718704486], + [92.51556456099425, 24.88013702928843] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hailakandi", + "dt_code": "318", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.7617637955986, 24.51307760647734], + [92.68989196934763, 24.353606096941437], + [92.62566608205954, 24.33161002666062], + [92.61190339192638, 24.255998535070322], + [92.55073588022344, 24.247750008715016], + [92.53238562671255, 24.17763753469492], + [92.43604679578041, 24.154266710021556], + [92.42228410564725, 24.250499517500117], + [92.46357217604674, 24.29999067563195], + [92.50944780982395, 24.455337921990203], + [92.5063894342388, 24.664300589657937], + [92.57979044828234, 24.871888502933125], + [92.6287244576447, 24.855391450222513], + [92.66848334025161, 24.59143860685274], + [92.7617637955986, 24.51307760647734] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kakching", + "dt_code": "768", + "st_nm": "Manipur", + "st_code": "14", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.86889575742188, 24.52682515040285], + [93.91324220340653, 24.55432023825387], + [94.02334372447181, 24.519951378440094], + [94.03863560239756, 24.448464150027448], + [93.98358484186491, 24.485582518626323], + [93.89183357431048, 24.350856588156333], + [93.9025378888585, 24.254623780677772], + [93.86277900625159, 24.20788213133104], + [93.87042494521447, 24.272495587780934], + [93.86736656962931, 24.288992640491543], + [93.86583738183674, 24.293116903669198], + [93.83831200157042, 24.426468079746634], + [93.86889575742188, 24.52682515040285] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bishnupur", + "dt_code": "275", + "st_nm": "Manipur", + "st_code": "14", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.7694985509046, 24.734413063678033], + [93.80619905792636, 24.61755894031121], + [93.86889575742188, 24.52682515040285], + [93.83831200157042, 24.426468079746634], + [93.86583738183674, 24.293116903669198], + [93.81231580909666, 24.39209921993286], + [93.69762672465365, 24.425093325354084], + [93.72973966829768, 24.485582518626323], + [93.73432723167541, 24.61755894031121], + [93.73738560726056, 24.62443271227396], + [93.7694985509046, 24.734413063678033] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chandel", + "dt_code": "280", + "st_nm": "Manipur", + "st_code": "14", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.86277900625159, 24.20788213133104], + [93.9025378888585, 24.254623780677772], + [93.89183357431048, 24.350856588156333], + [93.98358484186491, 24.485582518626323], + [94.03863560239756, 24.448464150027448], + [94.14720793567028, 24.382475939185007], + [94.15332468684058, 24.301365430024504], + [94.21143382295837, 24.245000499929915], + [94.19614194503264, 24.133645394133293], + [94.25272189335786, 24.11439883263758], + [94.23743001543212, 24.036037832262178], + [94.17014575255888, 23.92880698964321], + [94.15638306242572, 23.847696480482707], + [94.01722697330152, 23.92743223525066], + [93.89336276210307, 23.953552568709124], + [93.80772824571895, 23.926057480858105], + [93.7404439828457, 24.005793235626058], + [93.78020286545262, 24.136394902918394], + [93.86277900625159, 24.20788213133104] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Churachandpur", + "dt_code": "274", + "st_nm": "Manipur", + "st_code": "14", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.87042494521447, 24.272495587780934], + [93.86277900625159, 24.20788213133104], + [93.78020286545262, 24.136394902918394], + [93.7404439828457, 24.005793235626058], + [93.6242257106101, 24.011292253196263], + [93.50494906278936, 23.942554533568718], + [93.4162561708201, 24.071781446468503], + [93.37802647600576, 24.08827849917911], + [93.39484754172406, 24.185886061050226], + [93.47895287031562, 24.249124763107567], + [93.4911863726562, 24.365978886474394], + [93.36579297366517, 24.383850693577557], + [93.38873079055378, 24.568067782179376], + [93.44836911446414, 24.540572694328358], + [93.56764576228488, 24.59281336124529], + [93.73432723167541, 24.61755894031121], + [93.72973966829768, 24.485582518626323], + [93.69762672465365, 24.425093325354084], + [93.81231580909666, 24.39209921993286], + [93.86583738183674, 24.293116903669198], + [93.86736656962931, 24.288992640491543], + [93.87042494521447, 24.272495587780934] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "North Tripura", + "dt_code": "292", + "st_nm": "Tripura", + "st_code": "16", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.29536151886364, 24.245000499929915], + [92.33053283809284, 24.183136552265125], + [92.31218258458196, 24.05253488497279], + [92.32441608692254, 23.913684691325148], + [92.25713182404931, 23.813327620668932], + [92.26477776301218, 23.726718093938228], + [92.1760848710429, 23.707471532442515], + [92.15467624194687, 23.851820743660358], + [92.08433360348849, 23.98929618291545], + [92.14244273960628, 24.040162095439833], + [92.20361025130923, 24.181761797872575], + [92.06904172556276, 24.271120833388384], + [92.07057091335533, 24.3769769216148], + [92.13938436402114, 24.425093325354084], + [92.15620542973944, 24.5254503960103], + [92.21431456585725, 24.508953343299687], + [92.26019019963445, 24.35910511451164], + [92.21890212923496, 24.286243131706442], + [92.29536151886364, 24.245000499929915] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dhalai", + "dt_code": "291", + "st_nm": "Tripura", + "st_code": "16", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.08433360348849, 23.98929618291545], + [92.15467624194687, 23.851820743660358], + [92.1760848710429, 23.707471532442515], + [92.11950492271768, 23.73221711150843], + [92.0598665988073, 23.64285807599262], + [91.93753157540142, 23.689599725339352], + [91.97423208242319, 23.480637057671615], + [91.94211913877913, 23.42702163636213], + [91.86565974915047, 23.446268197857844], + [91.80449223744752, 23.51500591748539], + [91.76779173042576, 23.688224970946802], + [91.78461279614406, 23.818826638239138], + [91.7479122891223, 23.99479520048565], + [91.75555822808516, 24.1418939204886], + [91.74638310132971, 24.245000499929915], + [91.85954299798016, 24.183136552265125], + [91.92376888526826, 24.108899815067375], + [91.96964451904546, 24.075905709646154], + [92.07362928894047, 24.095152271141867], + [92.08433360348849, 23.98929618291545] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sipahijala", + "dt_code": "707", + "st_nm": "Tripura", + "st_code": "16", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.42066610151154, 23.374780969445197], + [91.31973970720168, 23.277173407574082], + [91.25551381991359, 23.48613607524182], + [91.16070417677403, 23.594741672253342], + [91.1561166133963, 23.741840392256286], + [91.22645925185469, 23.73221711150843], + [91.38855315786749, 23.772084988892406], + [91.47418767425162, 23.74733940982649], + [91.56440975401345, 23.787207287210467], + [91.56899731739118, 23.75971219935945], + [91.39772828462293, 23.585118391505485], + [91.37631965552691, 23.444893443465293], + [91.42066610151154, 23.374780969445197] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gomati", + "dt_code": "709", + "st_nm": "Tripura", + "st_code": "16", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.76779173042576, 23.688224970946802], + [91.80449223744752, 23.51500591748539], + [91.83813436888414, 23.370656706267543], + [91.7586166036703, 23.266175372433676], + [91.60722701220553, 23.403650811688767], + [91.42066610151154, 23.374780969445197], + [91.37631965552691, 23.444893443465293], + [91.39772828462293, 23.585118391505485], + [91.56899731739118, 23.75971219935945], + [91.71732853327082, 23.767960725714754], + [91.76779173042576, 23.688224970946802] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Wokha", + "dt_code": "264", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.1640290013886, 26.35112422931789], + [94.18390844269204, 26.45560556315176], + [94.28483483700191, 26.561461651378178], + [94.3138894050608, 26.461104580721962], + [94.3658817900083, 26.33600193099983], + [94.3719985411786, 26.19577698295964], + [94.38729041910435, 26.116041228191687], + [94.35823585104544, 26.021183175105676], + [94.27565971024646, 26.004686122395064], + [94.00193509537579, 25.990938578469557], + [93.954530273806, 25.96894250818874], + [94.00040590758321, 26.172406158286275], + [94.10439067747822, 26.31950487828922], + [94.1640290013886, 26.35112422931789] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Zunheboto", + "dt_code": "263", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.3719985411786, 26.19577698295964], + [94.58302645655377, 26.219147807633004], + [94.70536147995965, 26.172406158286275], + [94.70536147995965, 26.04867826295669], + [94.66866097293789, 26.019808420713122], + [94.56926376642059, 25.88920675342079], + [94.61055183682008, 25.81771952500814], + [94.71300741892252, 25.758605086128455], + [94.60749346123494, 25.777851647624168], + [94.45610386977015, 25.853463139214465], + [94.27260133466132, 25.794348700334776], + [94.21449219854352, 25.87545920949528], + [94.28330564920932, 25.940072665945173], + [94.27565971024646, 26.004686122395064], + [94.35823585104544, 26.021183175105676], + [94.38729041910435, 26.116041228191687], + [94.3719985411786, 26.19577698295964] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Phek", + "dt_code": "266", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.71300741892252, 25.758605086128455], + [94.8185213766101, 25.764104103698656], + [94.85675107142444, 25.717362454351928], + [94.88274726389818, 25.586760787059593], + [94.80781706206207, 25.49327748836613], + [94.67477772410817, 25.44516108462685], + [94.55397188849486, 25.504275523506536], + [94.55091351290972, 25.579887015096837], + [94.4882168134142, 25.60463259416275], + [94.41634498716323, 25.53589487453521], + [94.32153534402367, 25.502900769113985], + [94.20837544737323, 25.496026997151233], + [94.19002519386234, 25.548267664068167], + [94.21296301075094, 25.671995559397747], + [94.27260133466132, 25.794348700334776], + [94.45610386977015, 25.853463139214465], + [94.60749346123494, 25.777851647624168], + [94.71300741892252, 25.758605086128455] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Garo Hills", + "dt_code": "293", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.12238566561655, 25.959319227440886], + [90.18661155290464, 25.944196929122825], + [90.43433997530157, 25.990938578469557], + [90.38234759035406, 25.868585437532527], + [90.40069784386495, 25.758605086128455], + [90.41293134620554, 25.65824801547224], + [90.38999352931692, 25.546892909675616], + [90.31965089085854, 25.464407646122563], + [90.30894657631053, 25.365425329858898], + [90.26154175474075, 25.321433189297267], + [90.23401637447442, 25.203204311537892], + [90.11168135106854, 25.223825627426155], + [89.97405444973691, 25.299437119016453], + [90.03522196143985, 25.344804013970634], + [90.15144023367544, 25.375048610606754], + [90.1713196749789, 25.544143400890512], + [90.01993008351411, 25.607382102947856], + [89.8991242479008, 25.726985735099785], + [90.05968896612103, 25.913952332486705], + [90.12238566561655, 25.959319227440886] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "East Garo Hills", + "dt_code": "294", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.942030322436, 25.7544808229508], + [90.98331839283549, 25.743482787810393], + [90.87474605956277, 25.607382102947856], + [90.76158616291232, 25.552391927245818], + [90.64383870288415, 25.41629124238328], + [90.44198591426444, 25.46028338294491], + [90.31965089085854, 25.464407646122563], + [90.38999352931692, 25.546892909675616], + [90.41293134620554, 25.65824801547224], + [90.40069784386495, 25.758605086128455], + [90.50009505038223, 25.71873720874448], + [90.54291230857429, 25.78197591080182], + [90.6239592615807, 25.736609015847637], + [90.67901002211335, 25.78335066519437], + [90.83192880137071, 25.819094279400694], + [90.942030322436, 25.7544808229508] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kohima", + "dt_code": "270", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.93618002029513, 25.559265699208574], + [93.92853408133226, 25.670620805005196], + [93.96370540056145, 25.69399162967856], + [94.01722697330152, 25.84521461285916], + [93.97746809069461, 25.882332981458035], + [94.00193509537579, 25.990938578469557], + [94.27565971024646, 26.004686122395064], + [94.28330564920932, 25.940072665945173], + [94.21449219854352, 25.87545920949528], + [94.27260133466132, 25.794348700334776], + [94.21296301075094, 25.671995559397747], + [94.19002519386234, 25.548267664068167], + [94.10744905306336, 25.522147330609698], + [94.00652265875351, 25.56751422556388], + [93.93618002029513, 25.559265699208574] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dimapur", + "dt_code": "265", + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.7756153020749, 25.96894250818874], + [93.77714448986747, 25.849338876036814], + [93.88112925976247, 25.84383985846661], + [93.97899727848718, 25.916701841271806], + [93.954530273806, 25.96894250818874], + [94.00193509537579, 25.990938578469557], + [93.97746809069461, 25.882332981458035], + [94.01722697330152, 25.84521461285916], + [93.96370540056145, 25.69399162967856], + [93.92853408133226, 25.670620805005196], + [93.6593970298393, 25.649999489116933], + [93.51259500175223, 25.674745068182848], + [93.5431787576037, 25.731109998277436], + [93.70221428803136, 25.852088384821915], + [93.68080565893533, 25.90432905173885], + [93.7756153020749, 25.96894250818874] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "East Siang", + "dt_code": "251", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.51888938560882, 27.883975377012142], + [95.51430182223109, 27.879851113834487], + [95.3797332964846, 27.83860848205796], + [95.30939065802622, 27.86747832430153], + [95.13659243746541, 27.815237657384596], + [95.0677789867996, 28.022825570659784], + [95.24057720736042, 28.047571149725698], + [95.29562796789307, 28.120433132530895], + [95.22834370501982, 28.15617674673722], + [95.34150360167027, 28.24416102786048], + [95.38279167206976, 28.31152399309547], + [95.46536781286873, 28.257908571785986], + [95.56323583159345, 28.255159063000885], + [95.56017745600829, 28.05169541290335], + [95.50053913209793, 27.949963587854583], + [95.51888938560882, 27.883975377012142] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lohit", + "dt_code": "259", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [96.30489191099164, 28.36926367758261], + [96.29571678423619, 28.24966004543068], + [96.33547566684311, 28.17267379944783], + [96.28807084527332, 28.061318693651206], + [96.41652261984952, 27.923843254396118], + [96.52815332870739, 27.900472429722754], + [96.6321380986024, 27.811113394206945], + [96.62907972301724, 27.68463599009226], + [96.69942236147563, 27.659890411026346], + [96.64131322535783, 27.628271059997676], + [96.37217617386489, 27.644768112708284], + [96.31100866216194, 27.570531375510537], + [96.260545465007, 27.719004849906035], + [96.27277896734759, 27.787742569533577], + [96.2085530800595, 27.877101605049386], + [96.0235213571581, 27.849606517198367], + [95.7742637469686, 27.732752393831543], + [95.96999978441802, 27.95958686860244], + [96.07092617872789, 28.120433132530895], + [96.2146698312298, 28.230413483934967], + [96.30489191099164, 28.36926367758261] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kurung Kumey", + "dt_code": "256", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.22357850895582, 28.34176858973159], + [93.33673840560627, 28.352766624871997], + [93.45601505342701, 28.271656115711494], + [93.46060261680474, 28.113559360568143], + [93.57070413787002, 28.057194430473555], + [93.61810895943981, 27.954087851032238], + [93.59211276696607, 27.83310946448776], + [93.50953662616709, 27.7423756745794], + [93.51412418954482, 27.65026713027849], + [93.3290924666434, 27.669513691774203], + [93.22969526012612, 27.603525480931758], + [93.1960531286895, 27.675012709344404], + [93.23887038688156, 27.80149011345909], + [93.17617368738604, 27.822111429347352], + [92.97890846214405, 27.823486183739902], + [92.93150364057426, 27.92521800878867], + [92.73423841533227, 27.97608392131305], + [92.6623665890813, 28.06681771122141], + [92.68836278155506, 28.1259321501011], + [92.80152267820552, 28.201543641691398], + [92.89633232134507, 28.204293150476502], + [93.02478409592126, 28.303275466740164], + [93.22357850895582, 28.34176858973159] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lower Subansiri", + "dt_code": "255", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.94229677146542, 27.511416936630848], + [93.85207469170358, 27.464675287284116], + [93.83525362598527, 27.36294346223535], + [93.6655137810096, 27.336823128776885], + [93.59975870592893, 27.367067725413005], + [93.56764576228488, 27.471549059246872], + [93.61810895943981, 27.53203825251911], + [93.5431787576037, 27.62139728803492], + [93.57682088904033, 27.61727302485727], + [93.76796936311203, 27.730002885046442], + [93.76796936311203, 27.78911732392613], + [93.89030438651791, 27.8207366749548], + [93.94076758367285, 27.637894340745532], + [94.05239829253071, 27.607649744109413], + [94.07227773383417, 27.5155411998085], + [93.94229677146542, 27.511416936630848] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "East Kameng", + "dt_code": "247", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.4605138004616, 27.782243551963376], + [92.46815973942446, 27.815237657384596], + [92.56144019477145, 27.8207366749548], + [92.67001252804417, 27.8990976753302], + [92.73423841533227, 27.97608392131305], + [92.93150364057426, 27.92521800878867], + [92.97890846214405, 27.823486183739902], + [93.17617368738604, 27.822111429347352], + [93.23887038688156, 27.80149011345909], + [93.1960531286895, 27.675012709344404], + [93.22969526012612, 27.603525480931758], + [93.37038053704289, 27.415184129152287], + [93.33062165443597, 27.354694935880048], + [93.3000378985845, 27.400061830834225], + [93.19452394089693, 27.37806576055341], + [93.16546937283803, 27.312077549710967], + [93.00184627903265, 27.250213602046177], + [93.01255059358067, 27.14298275942721], + [92.8948031335525, 27.134734233071903], + [92.80916861716838, 27.17735161924098], + [92.79999349041293, 27.259836882794033], + [92.82293130730153, 27.400061830834225], + [92.80305186599809, 27.448178234573508], + [92.66083740128873, 27.48254709438728], + [92.59508232620807, 27.631020568782777], + [92.53085643891998, 27.628271059997676], + [92.51556456099425, 27.734127148224093], + [92.4605138004616, 27.782243551963376] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Kameng", + "dt_code": "246", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.0139909650301, 27.489420866350034], + [92.11185898375481, 27.525164480556356], + [92.22196050482012, 27.626896305605122], + [92.39322953758835, 27.672263200559303], + [92.4605138004616, 27.782243551963376], + [92.51556456099425, 27.734127148224093], + [92.53085643891998, 27.628271059997676], + [92.59508232620807, 27.631020568782777], + [92.66083740128873, 27.48254709438728], + [92.80305186599809, 27.448178234573508], + [92.82293130730153, 27.400061830834225], + [92.79999349041293, 27.259836882794033], + [92.80916861716838, 27.17735161924098], + [92.75258866884315, 27.193848671951592], + [92.61496176751153, 27.14298275942721], + [92.59814070179321, 27.0536237239114], + [92.65624983791102, 27.00825682895722], + [92.56296938256402, 26.957390916432836], + [92.44675111032844, 26.958765670825386], + [92.35958740615173, 26.925771565404165], + [92.19443512455379, 26.890027951197844], + [92.11338817154738, 26.892777459982945], + [92.10421304479195, 27.00688207456467], + [92.03387040633356, 27.064621759051807], + [92.02469527957811, 27.16222932092292], + [92.07057091335533, 27.276333935504645], + [92.05527903542959, 27.400061830834225], + [92.0139909650301, 27.489420866350034] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Jaintia Hills", + "dt_code": "299", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.13173842505827, 25.640376208369076], + [92.15161786636173, 25.671995559397747], + [92.22501888040526, 25.715987699959374], + [92.44369273474328, 25.72011196313703], + [92.50486024644623, 25.617005383695712], + [92.58437801166005, 25.551017172853268], + [92.66083740128873, 25.57163848874153], + [92.56908613373432, 25.465782400515113], + [92.3733500962849, 25.405293207242874], + [92.26936532638989, 25.395669926495017], + [92.17455568325033, 25.35442729471849], + [92.2051394391018, 25.226575136211256], + [92.1990226879315, 25.12484331116249], + [92.08127522790333, 25.18395775004218], + [92.01704934061524, 25.18945676761238], + [91.98799477255635, 25.28156531191329], + [92.11185898375481, 25.30631089097921], + [92.0950379180365, 25.45066010219705], + [92.13173842505827, 25.640376208369076] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "South West Khasi Hills", + "dt_code": "713", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.83957474033357, 25.30768564537176], + [90.92368006892512, 25.351677785933386], + [91.02460646323497, 25.33793024200788], + [91.13776635988542, 25.39979418967267], + [91.1683501157369, 25.465782400515113], + [91.30903539265367, 25.4437863302343], + [91.51700493244368, 25.456159119767257], + [91.54605950050258, 25.482279453225722], + [91.52465087140655, 25.348928277148286], + [91.54758868829515, 25.287064329483496], + [91.35491102643087, 25.23344890817401], + [91.25245544432845, 25.197705293967687], + [91.0811864115602, 25.20182955714534], + [90.96955570270232, 25.172959714901772], + [90.95885138815432, 25.24719645209952], + [90.83957474033357, 25.30768564537176] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "North Garo Hills", + "dt_code": "712", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.02613565102754, 25.886457244635686], + [91.00778539751667, 25.824593296970896], + [90.942030322436, 25.7544808229508], + [90.83192880137071, 25.819094279400694], + [90.67901002211335, 25.78335066519437], + [90.6239592615807, 25.736609015847637], + [90.54291230857429, 25.78197591080182], + [90.50009505038223, 25.71873720874448], + [90.40069784386495, 25.758605086128455], + [90.38234759035406, 25.868585437532527], + [90.43433997530157, 25.990938578469557], + [90.63160520054356, 25.91945135005691], + [90.71723971692768, 25.95519496426323], + [90.9481470736063, 25.948321192300476], + [91.02613565102754, 25.886457244635686] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "South West Garo Hills", + "dt_code": "711", + "st_nm": "Meghalaya", + "st_code": "17", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [90.01993008351411, 25.607382102947856], + [90.1713196749789, 25.544143400890512], + [90.15144023367544, 25.375048610606754], + [90.03522196143985, 25.344804013970634], + [89.97405444973691, 25.299437119016453], + [89.83489836061271, 25.296687610231352], + [89.81501891930925, 25.388796154532262], + [89.87159886763448, 25.47678043565552], + [89.87771561880477, 25.549642418460717], + [90.01993008351411, 25.607382102947856] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Khowai", + "dt_code": "708", + "st_nm": "Tripura", + "st_code": "16", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.75555822808516, 24.1418939204886], + [91.7479122891223, 23.99479520048565], + [91.78461279614406, 23.818826638239138], + [91.76779173042576, 23.688224970946802], + [91.71732853327082, 23.767960725714754], + [91.56899731739118, 23.75971219935945], + [91.56440975401345, 23.787207287210467], + [91.55064706388029, 23.909560428147497], + [91.4696001108739, 24.062158165720646], + [91.63016482909413, 24.103400797497173], + [91.65616102156787, 24.185886061050226], + [91.75555822808516, 24.1418939204886] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Tripura", + "dt_code": "289", + "st_nm": "Tripura", + "st_code": "16", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.56440975401345, 23.787207287210467], + [91.47418767425162, 23.74733940982649], + [91.38855315786749, 23.772084988892406], + [91.22645925185469, 23.73221711150843], + [91.24786788095072, 23.829824673379544], + [91.21881331289183, 23.879315831511377], + [91.29986026589822, 23.997544709270752], + [91.37326127994176, 24.001668972448407], + [91.4696001108739, 24.062158165720646], + [91.55064706388029, 23.909560428147497], + [91.56440975401345, 23.787207287210467] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "South Tripura", + "dt_code": "290", + "st_nm": "Tripura", + "st_code": "16", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.31973970720168, 23.277173407574082], + [91.42066610151154, 23.374780969445197], + [91.60722701220553, 23.403650811688767], + [91.7586166036703, 23.266175372433676], + [91.81519655199553, 23.145196985889196], + [91.80602142524009, 23.062711722336143], + [91.72038690885597, 22.987100230745845], + [91.57664325635405, 22.965104160465028], + [91.54300112491742, 22.999473020278803], + [91.50782980568823, 23.183690108880622], + [91.45430823294816, 23.260676354863474], + [91.31973970720168, 23.277173407574082] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Unokoti", + "dt_code": "710", + "st_nm": "Tripura", + "st_code": "16", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.07057091335533, 24.3769769216148], + [92.06904172556276, 24.271120833388384], + [92.20361025130923, 24.181761797872575], + [92.14244273960628, 24.040162095439833], + [92.08433360348849, 23.98929618291545], + [92.07362928894047, 24.095152271141867], + [91.96964451904546, 24.075905709646154], + [91.92376888526826, 24.108899815067375], + [91.94211913877913, 24.262872307033078], + [91.92223969747567, 24.338483798623376], + [91.97117370683804, 24.382475939185007], + [92.07057091335533, 24.3769769216148] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Charaideo", + "dt_code": "755", + "st_nm": "Assam", + "st_code": "18", + "year": "2015_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.8353424423284, 27.092116846902826], + [94.9683817802823, 27.224093268587712], + [94.98520284600062, 27.169103092885674], + [95.15341350318371, 27.123736197931496], + [95.28339446555248, 27.197972935129243], + [95.35832466738859, 27.166353584100573], + [95.3690289819366, 27.109988654005985], + [95.25892746087129, 27.030252899238032], + [95.19623076137577, 27.034377162415687], + [95.1014211182362, 26.96151517961049], + [94.98214447041548, 26.913398775871208], + [94.92403533429767, 26.94914239007753], + [94.73441604801855, 26.93264533736692], + [94.82922569115811, 27.016505355312525], + [94.8353424423284, 27.092116846902826] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Majuli", + "dt_code": "760", + "st_nm": "Assam", + "st_code": "18", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.56314701525031, 27.18147588241863], + [94.59373077110178, 27.14573226821231], + [94.54479676173942, 27.076994548584764], + [94.39646554585978, 26.950517144470084], + [94.30471427830537, 26.909274512693553], + [94.20837544737323, 26.927146319796716], + [94.00040590758321, 26.866657126524476], + [93.96370540056145, 26.924396811011615], + [94.18849600606977, 27.004132565779567], + [94.23437163984698, 27.071495531014563], + [94.31236021726824, 27.071495531014563], + [94.50656706692507, 27.12098668914639], + [94.56314701525031, 27.18147588241863] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Biswanath", + "dt_code": "756", + "st_nm": "Assam", + "st_code": "18", + "year": "2015_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.39790591730922, 26.957390916432836], + [93.47130693135274, 26.936769600544572], + [93.6655137810096, 26.968388951573242], + [93.69762672465365, 26.99450928503171], + [93.78020286545262, 26.88590368802019], + [93.7694985509046, 26.844661056243663], + [93.64869271529129, 26.788296126149078], + [93.65022190308386, 26.70581086259602], + [93.50494906278936, 26.756676775120404], + [93.39637672951665, 26.751177757550202], + [93.3061546497548, 26.69756233624072], + [93.14406074374199, 26.594455756799398], + [93.06760135411332, 26.747053494372548], + [93.06148460294303, 26.921647302226514], + [93.39790591730922, 26.957390916432836] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hojai", + "dt_code": "757", + "st_nm": "Assam", + "st_code": "18", + "year": "2015_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.75258866884315, 26.054177280526897], + [92.7036546594808, 26.125664508939543], + [92.80152267820552, 26.20127600052984], + [92.93914957953713, 26.202650754922395], + [92.93150364057426, 26.151784842398012], + [93.1088894245128, 26.07754810520026], + [93.18229043855634, 25.902954297346298], + [93.24039957467413, 25.84658936725171], + [93.22663688454097, 25.726985735099785], + [93.14253155594942, 25.71873720874448], + [93.06454297852817, 25.775102138839063], + [92.98196683772919, 25.87545920949528], + [92.86880694107874, 25.868585437532527], + [92.76329298339117, 25.960693981833437], + [92.75258866884315, 26.054177280526897] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "South Salmara Mankachar", + "dt_code": "758", + "st_nm": "Assam", + "st_code": "18", + "year": "2015_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [89.84254429957558, 25.882332981458035], + [90.08262678300963, 26.04042973660139], + [90.17896561394177, 26.04867826295669], + [90.12238566561655, 25.959319227440886], + [90.05968896612103, 25.913952332486705], + [89.8991242479008, 25.726985735099785], + [90.01993008351411, 25.607382102947856], + [89.87771561880477, 25.549642418460717], + [89.87159886763448, 25.47678043565552], + [89.85171942633102, 25.465782400515113], + [89.88230318218248, 25.617005383695712], + [89.82725242164985, 25.732484752669986], + [89.84254429957558, 25.882332981458035] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Karbi Anglong", + "dt_code": "314", + "st_nm": "Assam", + "st_code": "18", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.29697952299935, 26.575209195303685], + [93.45754424121958, 26.57658394969624], + [93.49577393603393, 26.61095280951001], + [93.70068510023879, 26.60682854633236], + [93.79396555558577, 26.4404832648337], + [93.89336276210307, 26.371745545206153], + [93.7863196166229, 26.054177280526897], + [93.7756153020749, 25.96894250818874], + [93.68080565893533, 25.90432905173885], + [93.70221428803136, 25.852088384821915], + [93.5431787576037, 25.731109998277436], + [93.51259500175223, 25.674745068182848], + [93.42696048536811, 25.63212768201377], + [93.3290924666434, 25.54276864649796], + [93.20828663103009, 25.54276864649796], + [93.14253155594942, 25.71873720874448], + [93.22663688454097, 25.726985735099785], + [93.24039957467413, 25.84658936725171], + [93.18229043855634, 25.902954297346298], + [93.1088894245128, 26.07754810520026], + [92.93150364057426, 26.151784842398012], + [92.93914957953713, 26.202650754922395], + [92.80152267820552, 26.20127600052984], + [92.8137561805461, 26.263139948194635], + [92.94220795512229, 26.330502913429626], + [93.01255059358067, 26.507846230068694], + [93.19146556531177, 26.566960668948383], + [93.29697952299935, 26.575209195303685] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Karbi Anglong", + "dt_code": "759", + "st_nm": "Assam", + "st_code": "18", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.39475872538092, 26.113291719406586], + [92.5293272511274, 26.150410088005458], + [92.59508232620807, 26.080297613985362], + [92.54614831684572, 25.971692016973844], + [92.65472065011843, 26.000561859217413], + [92.75258866884315, 26.054177280526897], + [92.76329298339117, 25.960693981833437], + [92.86880694107874, 25.868585437532527], + [92.98196683772919, 25.87545920949528], + [93.06454297852817, 25.775102138839063], + [93.01866734475095, 25.801222472297532], + [92.82140211950896, 25.740733279025292], + [92.73423841533227, 25.593634559022345], + [92.66083740128873, 25.57163848874153], + [92.58437801166005, 25.551017172853268], + [92.50486024644623, 25.617005383695712], + [92.44369273474328, 25.72011196313703], + [92.22501888040526, 25.715987699959374], + [92.15161786636173, 25.671995559397747], + [92.15161786636173, 25.81634477061559], + [92.20208106351666, 25.90707856052395], + [92.16385136870231, 25.970317262581293], + [92.27395288976761, 26.065175315667304], + [92.39475872538092, 26.113291719406586] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kra Daadi", + "dt_code": "763", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2015_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.45601505342701, 28.271656115711494], + [93.61199220826953, 28.271656115711494], + [93.67927647114276, 28.322522028235877], + [93.83984118936299, 28.237287255897723], + [93.89183357431048, 28.1286816588862], + [93.85513306728872, 28.08194000953947], + [93.96217621276887, 27.978833430098152], + [93.89030438651791, 27.8207366749548], + [93.76796936311203, 27.78911732392613], + [93.76796936311203, 27.730002885046442], + [93.57682088904033, 27.61727302485727], + [93.5431787576037, 27.62139728803492], + [93.51412418954482, 27.65026713027849], + [93.50953662616709, 27.7423756745794], + [93.59211276696607, 27.83310946448776], + [93.61810895943981, 27.954087851032238], + [93.57070413787002, 28.057194430473555], + [93.46060261680474, 28.113559360568143], + [93.45601505342701, 28.271656115711494] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Namsai", + "dt_code": "762", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2014_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.87366095348588, 27.54441104205207], + [95.7803804981389, 27.62139728803492], + [95.7742637469686, 27.732752393831543], + [96.0235213571581, 27.849606517198367], + [96.2085530800595, 27.877101605049386], + [96.27277896734759, 27.787742569533577], + [96.260545465007, 27.719004849906035], + [96.31100866216194, 27.570531375510537], + [96.2253741457778, 27.567781866725436], + [96.06175105197244, 27.60627498971686], + [96.00211272806206, 27.55678383158503], + [95.87366095348588, 27.54441104205207] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Longding", + "dt_code": "761", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2012_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.3690289819366, 27.109988654005985], + [95.37667492089946, 27.096241110080477], + [95.36749979414402, 26.935394846152022], + [95.4959515687202, 26.817165968392644], + [95.42713811805439, 26.69756233624072], + [95.30327390685594, 26.650820686893987], + [95.23446045619012, 26.682440037922657], + [95.20234751254607, 26.846035810636213], + [95.2298728928124, 26.923022056619065], + [95.19623076137577, 27.034377162415687], + [95.25892746087129, 27.030252899238032], + [95.3690289819366, 27.109988654005985] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Imphal East", + "dt_code": "278", + "st_nm": "Manipur", + "st_code": "14", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.94229677146542, 24.719290765359975], + [93.94535514705056, 24.830645871156598], + [93.9147713911991, 24.91038162592455], + [94.02793128784954, 24.963997047234034], + [94.11968255540395, 24.920004906672407], + [94.06769017045646, 24.74541109881844], + [94.07992367279704, 24.689046168723856], + [93.97288052731689, 24.66567534405049], + [93.94229677146542, 24.719290765359975] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jiribam", + "dt_code": "766", + "st_nm": "Manipur", + "st_code": "14", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.17464449959347, 24.797651765735377], + [93.21440338220037, 24.69729469507916], + [93.21746175778553, 24.59418811563784], + [93.17770287517861, 24.536448431150706], + [93.08748079541677, 24.572192045357028], + [93.0859516076242, 24.70966748461212], + [93.1088894245128, 24.811399309660885], + [93.17464449959347, 24.797651765735377] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kangpokpi", + "dt_code": "767", + "st_nm": "Manipur", + "st_code": "14", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.16708737697374, 24.92687867863516], + [94.13956199670741, 24.870513748540574], + [94.1869668182772, 24.716541256574875], + [94.17320412814404, 24.631306484236717], + [94.11968255540395, 24.625807466666515], + [94.07992367279704, 24.689046168723856], + [94.06769017045646, 24.74541109881844], + [94.11968255540395, 24.920004906672407], + [94.02793128784954, 24.963997047234034], + [93.9147713911991, 24.91038162592455], + [93.87807088417733, 24.9873678719074], + [93.80619905792636, 24.86501473097037], + [93.7694985509046, 24.734413063678033], + [93.73738560726056, 24.62443271227396], + [93.72668129271254, 24.746785853210994], + [93.75726504856401, 24.792152748165172], + [93.75879423635658, 24.907632117139446], + [93.81690337247439, 25.023111486113724], + [93.77255692648976, 25.15371315340606], + [93.9025378888585, 25.271942031165437], + [93.92088814236939, 25.395669926495017], + [93.98817240524262, 25.375048610606754], + [93.97135133952432, 25.2925633470537], + [93.99734753199806, 25.192206276397485], + [94.07227773383417, 25.170210206116668], + [94.21449219854352, 25.175709223686873], + [94.13191605774455, 25.117969539199734], + [94.16708737697374, 24.92687867863516] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Thoubal", + "dt_code": "276", + "st_nm": "Manipur", + "st_code": "14", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.91324220340653, 24.55432023825387], + [93.88877519872534, 24.61618418591866], + [93.94229677146542, 24.719290765359975], + [93.97288052731689, 24.66567534405049], + [94.07992367279704, 24.689046168723856], + [94.11968255540395, 24.625807466666515], + [94.07839448500447, 24.54332220311346], + [94.02334372447181, 24.519951378440094], + [93.91324220340653, 24.55432023825387] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tengnoupal", + "dt_code": "769", + "st_nm": "Manipur", + "st_code": "14", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.17320412814404, 24.631306484236717], + [94.28177646141675, 24.601061887600597], + [94.37505691676375, 24.49383104498163], + [94.40716986040779, 24.43746611488704], + [94.29095158817219, 24.232627710396958], + [94.25272189335786, 24.11439883263758], + [94.19614194503264, 24.133645394133293], + [94.21143382295837, 24.245000499929915], + [94.15332468684058, 24.301365430024504], + [94.14720793567028, 24.382475939185007], + [94.03863560239756, 24.448464150027448], + [94.02334372447181, 24.519951378440094], + [94.07839448500447, 24.54332220311346], + [94.11968255540395, 24.625807466666515], + [94.17320412814404, 24.631306484236717] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ukhrul", + "dt_code": "279", + "st_nm": "Manipur", + "st_code": "14", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.65336909501215, 25.115220030414633], + [94.53103407160626, 25.03410952125413], + [94.3322396585717, 24.985993117514848], + [94.16708737697374, 24.92687867863516], + [94.13191605774455, 25.117969539199734], + [94.21449219854352, 25.175709223686873], + [94.3781152923489, 25.35717680350359], + [94.37964448014147, 25.408042716027975], + [94.4882168134142, 25.60463259416275], + [94.55091351290972, 25.579887015096837], + [94.55397188849486, 25.504275523506536], + [94.67477772410817, 25.44516108462685], + [94.57538051759089, 25.2142023466783], + [94.65336909501215, 25.115220030414633] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Noney", + "dt_code": "771", + "st_nm": "Manipur", + "st_code": "14", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.21440338220037, 24.69729469507916], + [93.27862926948848, 24.658801572087736], + [93.40708104406465, 24.825146853586393], + [93.75726504856401, 24.792152748165172], + [93.72668129271254, 24.746785853210994], + [93.73738560726056, 24.62443271227396], + [93.73432723167541, 24.61755894031121], + [93.56764576228488, 24.59281336124529], + [93.44836911446414, 24.540572694328358], + [93.38873079055378, 24.568067782179376], + [93.28168764507362, 24.568067782179376], + [93.17770287517861, 24.536448431150706], + [93.21746175778553, 24.59418811563784], + [93.21440338220037, 24.69729469507916] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pherzawl", + "dt_code": "772", + "st_nm": "Manipur", + "st_code": "14", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.2067574432375, 24.047035867402585], + [92.97585008655889, 24.11577358703013], + [93.02325490812868, 24.23400246478951], + [93.00949221799551, 24.412720535821126], + [93.04925110060243, 24.544696957506012], + [93.08748079541677, 24.572192045357028], + [93.17770287517861, 24.536448431150706], + [93.28168764507362, 24.568067782179376], + [93.38873079055378, 24.568067782179376], + [93.36579297366517, 24.383850693577557], + [93.4911863726562, 24.365978886474394], + [93.47895287031562, 24.249124763107567], + [93.39484754172406, 24.185886061050226], + [93.37802647600576, 24.08827849917911], + [93.25263307701472, 24.02091553394412], + [93.2067574432375, 24.047035867402585] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Upper Siang", + "dt_code": "252", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.38279167206976, 28.31152399309547], + [95.34150360167027, 28.24416102786048], + [95.22834370501982, 28.15617674673722], + [95.10600868161393, 28.263407589356188], + [95.11059624499165, 28.46274697627607], + [95.0846000525179, 28.52598567833341], + [94.98826122158576, 28.528735187118514], + [94.82005056440266, 28.56860306450249], + [94.75888305269973, 28.534234204688715], + [94.74512036256657, 28.686831942261865], + [94.61972696357553, 28.794062784880836], + [94.52491732043596, 28.811934591984], + [94.39493635806721, 28.931538224135927], + [94.3429439731197, 28.98377889105286], + [94.1869668182772, 29.038769066754895], + [94.29095158817219, 29.147374663766417], + [94.35976503883802, 29.15287368133662], + [94.43316605288155, 29.22711041853437], + [94.56008863966515, 29.22848517292692], + [94.57996808096861, 29.280725839843853], + [94.6793652874859, 29.327467489190585], + [94.79252518413634, 29.22573566414182], + [94.87357213714274, 29.18311827797274], + [95.252810709701, 29.10888154077499], + [95.26963177541931, 29.049767101895302], + [95.24516477073813, 29.00165069815602], + [95.3277409115371, 28.928788715350823], + [95.32315334815938, 28.84355394301267], + [95.39349598661778, 28.741822117963903], + [95.35373710401086, 28.706078503757578], + [95.39502517441035, 28.530109941511064], + [95.33844522608513, 28.476494520201577], + [95.33844522608513, 28.365139414404954], + [95.38279167206976, 28.31152399309547] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lower Siang", + "dt_code": "779", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2018" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.31847696843852, 27.77262027121552], + [94.59525995889435, 27.870227833086634], + [94.71759498230024, 27.824860938132453], + [94.74664955035914, 27.77262027121552], + [94.90109751740907, 27.823486183739902], + [94.95614827794172, 27.980208184490703], + [94.8934515784462, 28.015951798697028], + [94.9286228976754, 28.05169541290335], + [95.0677789867996, 28.022825570659784], + [95.13659243746541, 27.815237657384596], + [94.85216350804671, 27.727253376261338], + [94.46222062094044, 27.555409077192476], + [94.36435260221573, 27.57465563868819], + [94.23743001543212, 27.632395323175327], + [94.21296301075094, 27.60627498971686], + [94.24507595439499, 27.64889237588594], + [94.35364828766771, 27.723129113083687], + [94.31847696843852, 27.77262027121552] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Upper Dibang Valley", + "dt_code": "257", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.39502517441035, 28.530109941511064], + [95.35373710401086, 28.706078503757578], + [95.39349598661778, 28.741822117963903], + [95.32315334815938, 28.84355394301267], + [95.3277409115371, 28.928788715350823], + [95.24516477073813, 29.00165069815602], + [95.26963177541931, 29.049767101895302], + [95.45466349832071, 29.034644803577244], + [95.53876882691226, 29.211988120216308], + [95.58770283627462, 29.216112383393963], + [95.70392110851022, 29.298597646947016], + [95.88283608024133, 29.389331436855375], + [95.95776628207743, 29.38108291050007], + [96.08927643223876, 29.45944391087547], + [96.17644013641547, 29.361836349004356], + [96.2437243992887, 29.23260943610457], + [96.3935848029609, 29.253230751992835], + [96.34617998139113, 29.16799597965468], + [96.21772820681494, 29.13500187423346], + [96.15044394394171, 29.049767101895302], + [96.24831196266642, 28.93978675049123], + [96.34617998139113, 29.02914578600704], + [96.43640206115298, 29.034644803577244], + [96.51897820195194, 28.96728183834225], + [96.53732845546283, 28.88067231161154], + [96.60767109392121, 28.794062784880836], + [96.58473327703261, 28.717076538897985], + [96.47157338038217, 28.684082433476764], + [96.4929820094782, 28.63321652095238], + [96.32630054008767, 28.51086338001535], + [96.25595790162929, 28.536983713473816], + [96.10303912237192, 28.488867309734538], + [96.01434623040265, 28.50811387123025], + [95.94859115532199, 28.481993537771782], + [95.94553277973685, 28.40225778300383], + [95.85072313659728, 28.366514168797508], + [95.83237288308639, 28.274405624496598], + [95.67639572824389, 28.362389905619853], + [95.57394014614145, 28.37063843197516], + [95.58005689731175, 28.46274697627607], + [95.39502517441035, 28.530109941511064] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lower Dibang Valley", + "dt_code": "258", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [96.31406703774708, 28.383011221508117], + [96.30489191099164, 28.36926367758261], + [96.2146698312298, 28.230413483934967], + [96.07092617872789, 28.120433132530895], + [95.96999978441802, 27.95958686860244], + [95.81861019295323, 27.9719596581354], + [95.6060530897855, 27.95546260542479], + [95.51888938560882, 27.883975377012142], + [95.50053913209793, 27.949963587854583], + [95.56017745600829, 28.05169541290335], + [95.56323583159345, 28.255159063000885], + [95.46536781286873, 28.257908571785986], + [95.38279167206976, 28.31152399309547], + [95.33844522608513, 28.365139414404954], + [95.33844522608513, 28.476494520201577], + [95.39502517441035, 28.530109941511064], + [95.58005689731175, 28.46274697627607], + [95.57394014614145, 28.37063843197516], + [95.67639572824389, 28.362389905619853], + [95.83237288308639, 28.274405624496598], + [95.85072313659728, 28.366514168797508], + [95.94553277973685, 28.40225778300383], + [95.94859115532199, 28.481993537771782], + [96.01434623040265, 28.50811387123025], + [96.10303912237192, 28.488867309734538], + [96.25595790162929, 28.536983713473816], + [96.32630054008767, 28.51086338001535], + [96.37217617386489, 28.481993537771782], + [96.31406703774708, 28.383011221508117] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Siang", + "dt_code": "764", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2015_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.22834370501982, 28.15617674673722], + [95.29562796789307, 28.120433132530895], + [95.24057720736042, 28.047571149725698], + [95.0677789867996, 28.022825570659784], + [94.9286228976754, 28.05169541290335], + [94.94850233897886, 28.1286816588862], + [94.89498076623877, 28.22079020318711], + [94.77417493062546, 28.18642134337334], + [94.61361021240523, 28.257908571785986], + [94.48515843782906, 28.395384011041074], + [94.55855945187258, 28.49436632730474], + [94.53562163498398, 28.589224380390753], + [94.46833737211074, 28.626342748989625], + [94.48515843782906, 28.69095620543952], + [94.3781152923489, 28.89167034675195], + [94.39493635806721, 28.931538224135927], + [94.52491732043596, 28.811934591984], + [94.61972696357553, 28.794062784880836], + [94.74512036256657, 28.686831942261865], + [94.75888305269973, 28.534234204688715], + [94.82005056440266, 28.56860306450249], + [94.98826122158576, 28.528735187118514], + [95.0846000525179, 28.52598567833341], + [95.11059624499165, 28.46274697627607], + [95.10600868161393, 28.263407589356188], + [95.22834370501982, 28.15617674673722] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shi Yomi", + "dt_code": "785", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2018" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.4010531092375, 28.33901908094649], + [94.32918128298654, 28.358265642442202], + [94.24201757880985, 28.44624992356546], + [94.14873712346285, 28.439376151602705], + [94.10897824085595, 28.521861415155758], + [94.00193509537579, 28.578226345250346], + [94.02334372447181, 28.651088328055543], + [93.96217621276887, 28.712952275720333], + [93.99734753199806, 28.840804434227568], + [94.15791225021829, 28.95490904880929], + [94.1869668182772, 29.038769066754895], + [94.3429439731197, 28.98377889105286], + [94.39493635806721, 28.931538224135927], + [94.3781152923489, 28.89167034675195], + [94.48515843782906, 28.69095620543952], + [94.46833737211074, 28.626342748989625], + [94.53562163498398, 28.589224380390753], + [94.55855945187258, 28.49436632730474], + [94.48515843782906, 28.395384011041074], + [94.4010531092375, 28.33901908094649] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pakke Kessang", + "dt_code": "783", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2018" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.33062165443597, 27.354694935880048], + [93.2251076967484, 27.251588356438727], + [93.31227140092508, 27.17322735606333], + [93.21440338220037, 27.137483741857004], + [93.31227140092508, 27.079744057369865], + [93.33979678119141, 26.99313453063916], + [93.39790591730922, 26.957390916432836], + [93.06148460294303, 26.921647302226514], + [93.02172572033611, 26.913398775871208], + [92.88715719458963, 27.000008302601913], + [92.67307090362932, 27.031627653630586], + [92.65624983791102, 27.00825682895722], + [92.59814070179321, 27.0536237239114], + [92.61496176751153, 27.14298275942721], + [92.75258866884315, 27.193848671951592], + [92.80916861716838, 27.17735161924098], + [92.8948031335525, 27.134734233071903], + [93.01255059358067, 27.14298275942721], + [93.00184627903265, 27.250213602046177], + [93.16546937283803, 27.312077549710967], + [93.19452394089693, 27.37806576055341], + [93.3000378985845, 27.400061830834225], + [93.33062165443597, 27.354694935880048] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Siang", + "dt_code": "250", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.48515843782906, 28.02145081626723], + [94.39187798248206, 28.083314763932023], + [94.35670666325287, 28.198794132906297], + [94.4010531092375, 28.33901908094649], + [94.48515843782906, 28.395384011041074], + [94.61361021240523, 28.257908571785986], + [94.77417493062546, 28.18642134337334], + [94.89498076623877, 28.22079020318711], + [94.94850233897886, 28.1286816588862], + [94.9286228976754, 28.05169541290335], + [94.8934515784462, 28.015951798697028], + [94.82005056440266, 27.985707202060908], + [94.60290589785721, 28.061318693651206], + [94.48515843782906, 28.02145081626723] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lepa Rada", + "dt_code": "784", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2018" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.59525995889435, 27.870227833086634], + [94.48515843782906, 28.02145081626723], + [94.60290589785721, 28.061318693651206], + [94.82005056440266, 27.985707202060908], + [94.8934515784462, 28.015951798697028], + [94.95614827794172, 27.980208184490703], + [94.90109751740907, 27.823486183739902], + [94.74664955035914, 27.77262027121552], + [94.71759498230024, 27.824860938132453], + [94.59525995889435, 27.870227833086634] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kamle", + "dt_code": "778", + "st_nm": "Arunachal Pradesh", + "st_code": "12", + "year": "2018" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.96217621276887, 27.978833430098152], + [94.06769017045646, 27.938965552714176], + [94.07380692162675, 27.849606517198367], + [94.14873712346285, 27.86610356990898], + [94.19308356944748, 27.811113394206945], + [94.31847696843852, 27.77262027121552], + [94.35364828766771, 27.723129113083687], + [94.24507595439499, 27.64889237588594], + [94.21296301075094, 27.60627498971686], + [94.26648458349102, 27.519665462986154], + [94.21907976192124, 27.504543164668092], + [94.10591986527079, 27.493545129527686], + [93.94229677146542, 27.511416936630848], + [94.07227773383417, 27.5155411998085], + [94.05239829253071, 27.607649744109413], + [93.94076758367285, 27.637894340745532], + [93.89030438651791, 27.8207366749548], + [93.96217621276887, 27.978833430098152] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "North and Middle Andaman", + "dt_code": "639", + "st_nm": "Andaman and Nicobar Islands", + "st_code": "35", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [92.8657485654936, 12.235146126605272], + [92.85504425094558, 12.159534635014973], + [92.76940973456146, 12.182905459688339], + [92.74035516650257, 12.24614416174568], + [92.81069780496095, 12.313507126980674], + [92.83210643405698, 12.301134337447715], + [92.8718653166639, 12.302509091840266], + [92.8657485654936, 12.235146126605272] + ] + ], + [ + [ + [92.87339450445647, 12.331378934083835], + [92.8305772462644, 12.302509091840266], + [92.80916861716838, 12.316256635765775], + [92.7785848613169, 12.313507126980674], + [92.71894653740654, 12.299759583055163], + [92.69906709610308, 12.328629425298733], + [92.71282978623624, 12.544465864929224], + [92.74494272988028, 12.72318393596084], + [92.72965085195455, 12.835913796150015], + [92.79387673924263, 12.862034129608482], + [92.78775998807234, 13.020130884751834], + [92.82140211950896, 13.112239429052746], + [92.84128156081242, 13.391314570740576], + [92.87033612887132, 13.472425079901079], + [92.93303282836683, 13.498545413359547], + [92.98808358889949, 13.574156904949847], + [93.04313434943214, 13.528790009995667], + [93.03090084709154, 13.344572921393848], + [93.06454297852817, 13.2730856929812], + [93.03090084709154, 13.178227639895187], + [93.0339592226767, 13.081994832416626], + [92.95902902084059, 13.016006621574181], + [92.9116241992708, 13.054499744565607], + [92.85810262653072, 12.901902006992458], + [92.9238577016114, 12.884030199889295], + [92.96820414759603, 12.739680988671452], + [92.95597064525543, 12.624201619697176], + [92.97432089876632, 12.543091110536674], + [92.87339450445647, 12.331378934083835] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "South Andaman", + "dt_code": "640", + "st_nm": "Andaman and Nicobar Islands", + "st_code": "35", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [92.52015212437196, 10.89751010265325], + [92.58590719945263, 10.787529751249178], + [92.59661151400064, 10.681673663022757], + [92.53085643891998, 10.520827399094303], + [92.43298842019527, 10.551071995730423], + [92.38405441083292, 10.67067562788235], + [92.37793765966262, 10.782030733678972], + [92.52015212437196, 10.89751010265325] + ] + ], + [ + [ + [92.6394287721927, 11.510650561730948], + [92.68989196934763, 11.37454987686841], + [92.59814070179321, 11.347054789017392], + [92.58590719945263, 11.400670210326878], + [92.6394287721927, 11.510650561730948] + ] + ], + [ + [ + [92.7556470444283, 12.177406442118134], + [92.7556470444283, 12.174656933333033], + [92.73423841533227, 12.083923143424673], + [92.78164323690206, 12.04817952921835], + [92.70671303506595, 11.973942792020601], + [92.7908183636575, 11.885958510897344], + [92.75411785663573, 11.701741422295523], + [92.66083740128873, 11.653625018556243], + [92.75105948105058, 11.609632877994613], + [92.66542496466646, 11.505151544160746], + [92.55073588022344, 11.719613229398686], + [92.5354440022977, 11.912078844355811], + [92.60119907737837, 11.84884014229847], + [92.6226077064744, 12.101794950527836], + [92.66083740128873, 12.214524810717009], + [92.7556470444283, 12.177406442118134] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nicobars", + "dt_code": "638", + "st_nm": "Andaman and Nicobar Islands", + "st_code": "35", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [93.83678281377783, 7.240663418467861], + [93.86889575742188, 7.204919804261538], + [93.9147713911991, 6.94921548724707], + [93.87807088417733, 6.793868240888819], + [93.80008230675607, 6.766373153037801], + [93.7175061659571, 6.991832873416148], + [93.66704296880216, 7.023452224444819], + [93.64563433970613, 7.126558803886136], + [93.67468890776505, 7.191172260336028], + [93.83678281377783, 7.240663418467861] + ] + ], + [ + [ + [93.70068510023879, 7.445501822957945], + [93.74350235843085, 7.3767641033304], + [93.71291860257938, 7.312150646880507], + [93.6364592129507, 7.244787681645513], + [93.60893383268437, 7.312150646880507], + [93.70068510023879, 7.445501822957945] + ] + ], + [ + [ + [92.79234755145006, 9.238181550844315], + [92.82598968288669, 9.140573988973202], + [92.72812166416197, 9.126826445047692], + [92.72047572519911, 9.218934989348602], + [92.79234755145006, 9.238181550844315] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Amroha", + "dt_code": "137", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.07238586013652, 29.082761207316523], + [78.21460032484588, 29.02914578600704], + [78.38586935761411, 29.020897259651733], + [78.53267138570118, 29.064889400213364], + [78.52808382232345, 28.9659070839497], + [78.61371833870759, 28.945285768061435], + [78.65959397248479, 28.84905296058287], + [78.62289346546302, 28.806435574413793], + [78.40727798671014, 28.78168999534788], + [78.4393909303542, 28.589224380390753], + [78.41186555008787, 28.46274697627607], + [78.3048224046077, 28.438001397210154], + [78.21001276146815, 28.528735187118514], + [78.21001276146815, 28.626342748989625], + [78.1320241840469, 28.78168999534788], + [78.12131986949888, 28.87792280282644], + [78.07697342351425, 28.976905119090105], + [78.07238586013652, 29.082761207316523] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Churu", + "dt_code": "102", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.47429580055396, 28.926039206565722], + [75.52017143433117, 28.833930662264812], + [75.56145950473066, 28.612595205064117], + [75.62262701643361, 28.60159716992371], + [75.67003183800338, 28.519111906370657], + [75.50029199302772, 28.336269572161388], + [75.38254453299955, 28.33764432655394], + [75.24797600725307, 28.46412173066862], + [75.22503819036447, 28.395384011041074], + [75.14552042515064, 28.381636467115566], + [75.14704961294322, 28.29502694038486], + [75.04459403084078, 28.255159063000885], + [75.02471458953733, 28.20291839608395], + [74.8870876882057, 28.18917085215844], + [74.8060407351993, 28.06269344804376], + [74.78463210610327, 27.954087851032238], + [74.73569809674092, 27.890849148974898], + [74.8182742375399, 27.80149011345909], + [74.74181484791121, 27.767121253645314], + [74.71734784323003, 27.677762218129505], + [74.62712576346819, 27.64889237588594], + [74.49102804992914, 27.68738549887736], + [74.34116764625692, 27.68188648130716], + [74.25400394208023, 27.600775972146657], + [74.19589480596242, 27.49904414709789], + [74.2035407449253, 27.42205790111504], + [74.08120572151941, 27.478422831209627], + [74.02921333657191, 27.534787761304212], + [73.90840750095859, 27.489420866350034], + [73.87476536952197, 27.537537270089317], + [73.89464481082543, 27.602150726539207], + [73.85794430380366, 27.659890411026346], + [73.8671194305591, 27.779494043178275], + [73.99251282955014, 27.811113394206945], + [73.99710039292786, 27.734127148224093], + [74.06591384359368, 27.731377639438993], + [74.11943541633374, 27.797365850281434], + [74.2264785618139, 27.816612411777147], + [74.2387120641545, 27.999454745986416], + [74.29529201247972, 28.044821640940597], + [74.29376282468714, 28.145178711596813], + [74.35798871197524, 28.205667904869053], + [74.24788719090994, 28.24691053664558], + [74.19742399375501, 28.330770554591183], + [74.06132628021595, 28.332145308983733], + [74.02768414877933, 28.376137449545364], + [74.05368034125308, 28.52598567833341], + [74.10873110178574, 28.5851001172131], + [74.07967653372684, 28.670334889551256], + [74.19283643037728, 28.70882801254268], + [74.16072348673323, 28.776190977777674], + [74.2677666322134, 28.796812293665937], + [74.41915622367817, 28.884796574789195], + [74.4757361720034, 28.8146841007691], + [74.74946078687408, 28.853177223760525], + [74.80298235961415, 28.928788715350823], + [74.92378819522747, 28.89167034675195], + [74.99413083368586, 28.90954215385511], + [75.21892143919418, 28.865550013293483], + [75.24338844387535, 28.931538224135927], + [75.33361052363719, 28.98240413666031], + [75.36572346728124, 28.915041171425315], + [75.47429580055396, 28.926039206565722] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hapur", + "dt_code": "705", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.12131986949888, 28.87792280282644], + [78.1320241840469, 28.78168999534788], + [78.21001276146815, 28.626342748989625], + [78.13049499625433, 28.63596602973748], + [77.96228433907123, 28.715701784505434], + [77.90111682736828, 28.63321652095238], + [77.85524119359107, 28.655212591233195], + [77.74819804811092, 28.558979783754634], + [77.68397216082283, 28.557605029362083], + [77.56622470079466, 28.652463082448094], + [77.5463452594912, 28.685457187869314], + [77.69008891199312, 28.744571626749003], + [78.02498103856675, 28.87654804843389], + [78.12131986949888, 28.87792280282644] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Delhi", + "st_nm": "Delhi", + "st_code": "07", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.22827419863589, 28.769317205814918], + [77.29861683709427, 28.70882801254268], + [77.31696709060516, 28.641465047307687], + [77.34143409528635, 28.609845696279017], + [77.2970876493017, 28.567228310109936], + [77.34755084645664, 28.520486660763208], + [77.25427039110964, 28.483368292164332], + [77.17475262589582, 28.40500729178893], + [77.11970186536317, 28.488867309734538], + [77.09676404847457, 28.5094886256228], + [77.00654196871272, 28.54110797665147], + [76.88420694530683, 28.502614853660045], + [76.8459772504925, 28.550731257399327], + [76.88879450868455, 28.63184176655983], + [76.95302039597264, 28.667585380766152], + [76.97137064948353, 28.69782997740227], + [76.94231608142462, 28.798187048058487], + [76.96831227389838, 28.811934591984], + [77.12123105315574, 28.858676241330727], + [77.21604069629531, 28.853177223760525], + [77.2221574474656, 28.83118115347971], + [77.20839475733244, 28.791313276095735], + [77.22827419863589, 28.769317205814918] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jhajjar", + "dt_code": "083", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.88420694530683, 28.809185083198894], + [76.94231608142462, 28.798187048058487], + [76.97137064948353, 28.69782997740227], + [76.95302039597264, 28.667585380766152], + [76.88879450868455, 28.63184176655983], + [76.8459772504925, 28.550731257399327], + [76.88420694530683, 28.502614853660045], + [76.7175254759163, 28.436626642817604], + [76.66859146655395, 28.378886958330465], + [76.62730339615446, 28.424253853284643], + [76.29241126958084, 28.468245993846274], + [76.37345822258725, 28.60022241553116], + [76.46520949014166, 28.613969959456668], + [76.4223922319496, 28.701954240579926], + [76.47132624131196, 28.741822117963903], + [76.5783693867921, 28.734948346001147], + [76.60436557926586, 28.792688030488286], + [76.75728435852322, 28.769317205814918], + [76.88420694530683, 28.809185083198894] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bareilly", + "dt_code": "150", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.68262060571654, 28.854551978153076], + [79.6902665446794, 28.75282015310431], + [79.62145309401359, 28.642839801700237], + [79.78201781223382, 28.503989608052596], + [79.76978430989323, 28.4338771340325], + [79.6963832958497, 28.31014923870292], + [79.70250004702, 28.256533817393436], + [79.60157365271013, 28.086064272717124], + [79.50370563398542, 28.015951798697028], + [79.49605969502255, 28.121807886923445], + [79.4241878687716, 28.174048553840382], + [79.17645944637466, 28.18642134337334], + [79.10152924453857, 28.22079020318711], + [79.0587119863465, 28.383011221508117], + [78.9715482821698, 28.421504344499542], + [79.07553305206481, 28.50811387123025], + [79.20551401443356, 28.57135257328759], + [79.23456858249247, 28.65933685441085], + [79.30644040874343, 28.743196872356453], + [79.35996198148351, 28.75282015310431], + [79.42265868097903, 28.897169364322153], + [79.58475258699183, 28.84630345179777], + [79.68262060571654, 28.854551978153076] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pilibhit", + "dt_code": "151", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.70250004702, 28.256533817393436], + [79.6963832958497, 28.31014923870292], + [79.76978430989323, 28.4338771340325], + [79.78201781223382, 28.503989608052596], + [79.62145309401359, 28.642839801700237], + [79.6902665446794, 28.75282015310431], + [79.68262060571654, 28.854551978153076], + [79.82024750704815, 28.887546083574296], + [79.95481603279464, 28.72257555646819], + [80.02974623463074, 28.748695889926655], + [80.06491755385994, 28.836680171049913], + [80.11996831439258, 28.827056890302057], + [80.27747465702767, 28.711577521327783], + [80.31417516404943, 28.62909225777473], + [80.44721450200333, 28.517737151978107], + [80.35546323444892, 28.41875483571444], + [80.35852161003407, 28.329395800198633], + [80.22242389649502, 28.300525957955063], + [80.14902288245148, 28.345892852909245], + [80.01598354449757, 28.378886958330465], + [79.9853997886461, 28.28127939645935], + [79.9853997886461, 28.106685588605387], + [79.88906095771397, 28.193295115336092], + [79.79730969015955, 28.15892625552232], + [79.70250004702, 28.256533817393436] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bulandshahr", + "dt_code": "142", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.21001276146815, 28.626342748989625], + [78.21001276146815, 28.528735187118514], + [78.3048224046077, 28.438001397210154], + [78.27882621213396, 28.38851023907832], + [78.31246834357059, 28.274405624496598], + [78.47914981296111, 28.11218460617559], + [78.41186555008787, 28.083314763932023], + [78.33999372383691, 28.146553465989363], + [78.17942900561668, 28.076440991969267], + [78.03109778973703, 28.1286816588862], + [77.99439728271527, 28.077815746361818], + [77.91487951750145, 28.09981181664263], + [77.8414785034579, 28.178172817018034], + [77.73290617018519, 28.1286816588862], + [77.68855972420054, 28.2799046420668], + [77.7374937335629, 28.318397765058226], + [77.63350896366791, 28.427003362069748], + [77.68397216082283, 28.557605029362083], + [77.74819804811092, 28.558979783754634], + [77.85524119359107, 28.655212591233195], + [77.90111682736828, 28.63321652095238], + [77.96228433907123, 28.715701784505434], + [78.13049499625433, 28.63596602973748], + [78.21001276146815, 28.626342748989625] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gautam Buddha Nagar", + "dt_code": "141", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.56622470079466, 28.652463082448094], + [77.68397216082283, 28.557605029362083], + [77.63350896366791, 28.427003362069748], + [77.7374937335629, 28.318397765058226], + [77.68855972420054, 28.2799046420668], + [77.73290617018519, 28.1286816588862], + [77.56775388858723, 28.087439027109674], + [77.47600262103282, 28.084689518324573], + [77.50046962571399, 28.205667904869053], + [77.50505718909172, 28.37063843197516], + [77.34755084645664, 28.520486660763208], + [77.2970876493017, 28.567228310109936], + [77.34143409528635, 28.609845696279017], + [77.56622470079466, 28.652463082448094] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lakhimpur Kheri", + "dt_code": "153", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.35852161003407, 28.329395800198633], + [80.35546323444892, 28.41875483571444], + [80.44721450200333, 28.517737151978107], + [80.31417516404943, 28.62909225777473], + [80.45944800434393, 28.624967994597075], + [80.55272845969091, 28.69095620543952], + [80.66741754413394, 28.642839801700237], + [80.71482236570372, 28.56860306450249], + [81.05277286786249, 28.40500729178893], + [81.0405393655219, 28.285403659637005], + [81.1965165203644, 28.102561325427736], + [81.19498733257183, 28.007703272341722], + [81.30508885363713, 27.907346201685506], + [81.28215103674853, 27.68188648130716], + [81.1796954546461, 27.784993060748477], + [80.99007616836697, 27.824860938132453], + [80.95796322472292, 27.8990976753302], + [80.82645307456158, 27.79049207831868], + [80.64142135166018, 27.83860848205796], + [80.60472084463842, 27.750624200934705], + [80.51755714046172, 27.809738639814395], + [80.45027287758849, 27.749249446542155], + [80.31111678846429, 27.68051172691461], + [80.25300765234648, 27.757497972897458], + [80.09091374633368, 27.783618306355926], + [80.06032999048222, 27.760247481682562], + [80.02974623463074, 27.901847184115304], + [80.1245558777703, 28.00220425477152], + [80.25453684013907, 28.090188535894775], + [80.2988832861237, 28.163050518699972], + [80.31111678846429, 28.2771551332817], + [80.35852161003407, 28.329395800198633] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jhunjhunu", + "dt_code": "103", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.02471458953733, 28.20291839608395], + [75.04459403084078, 28.255159063000885], + [75.14704961294322, 28.29502694038486], + [75.14552042515064, 28.381636467115566], + [75.22503819036447, 28.395384011041074], + [75.24797600725307, 28.46412173066862], + [75.38254453299955, 28.33764432655394], + [75.50029199302772, 28.336269572161388], + [75.67003183800338, 28.519111906370657], + [75.89329325571913, 28.389884993470872], + [76.05538716173194, 28.22079020318711], + [75.9988072134067, 28.123182641316], + [76.00798234016216, 28.058569184866105], + [75.97281102093297, 27.932091780751424], + [75.93305213832605, 27.92796751757377], + [75.76789985672809, 27.830359955702658], + [75.6868529037217, 27.67913697252206], + [75.54005087563463, 27.71213107794328], + [75.42842016677676, 27.642018603923184], + [75.28467651427484, 27.719004849906035], + [75.2862057020674, 27.8207366749548], + [75.24338844387535, 27.846857008413266], + [75.09658641578828, 28.072316728791616], + [75.12717017163976, 28.136930185241507], + [75.02471458953733, 28.20291839608395] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gurugram", + "dt_code": "086", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.66859146655395, 28.378886958330465], + [76.7175254759163, 28.436626642817604], + [76.88420694530683, 28.502614853660045], + [77.00654196871272, 28.54110797665147], + [77.09676404847457, 28.5094886256228], + [77.11970186536317, 28.488867309734538], + [77.17475262589582, 28.40500729178893], + [77.15640237238493, 28.317023010665675], + [77.22368663525818, 28.266157098141292], + [77.19157369161412, 28.208417413654153], + [77.02183384663846, 28.24828529103813], + [76.9790165884464, 28.334894817768834], + [76.85821075283309, 28.229038729542417], + [76.6777665933094, 28.263407589356188], + [76.66859146655395, 28.378886958330465] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Faridabad", + "dt_code": "088", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.34755084645664, 28.520486660763208], + [77.50505718909172, 28.37063843197516], + [77.50046962571399, 28.205667904869053], + [77.22368663525818, 28.266157098141292], + [77.15640237238493, 28.317023010665675], + [77.17475262589582, 28.40500729178893], + [77.25427039110964, 28.483368292164332], + [77.34755084645664, 28.520486660763208] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mahendragarh", + "dt_code": "084", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.93305213832605, 27.92796751757377], + [75.97281102093297, 27.932091780751424], + [76.00798234016216, 28.058569184866105], + [75.9988072134067, 28.123182641316], + [76.05538716173194, 28.22079020318711], + [75.89329325571913, 28.389884993470872], + [75.90552675805972, 28.43250237963995], + [75.98351533548097, 28.444875169172906], + [76.0171574669176, 28.38576073029322], + [76.1104379222646, 28.45037418674311], + [76.28476533061797, 28.42975287085485], + [76.36734147141695, 28.322522028235877], + [76.3122907108843, 28.178172817018034], + [76.35969553245408, 28.12455739570855], + [76.3184074620546, 28.015951798697028], + [76.2602983259368, 28.06681771122141], + [76.15937193162694, 27.998079991593865], + [76.16854705838239, 27.903221938507855], + [76.22512700670761, 27.83310946448776], + [76.17619299734525, 27.798740604673984], + [76.07679579082797, 27.841357990843065], + [75.9712818331404, 27.85235602598347], + [75.93305213832605, 27.92796751757377] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rewari", + "dt_code": "085", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.29241126958084, 28.468245993846274], + [76.62730339615446, 28.424253853284643], + [76.66859146655395, 28.378886958330465], + [76.6777665933094, 28.263407589356188], + [76.85821075283309, 28.229038729542417], + [76.85362318945536, 28.22079020318711], + [76.79551405333757, 28.147928220381914], + [76.68694172006484, 28.087439027109674], + [76.66859146655395, 28.013202289911927], + [76.5386105041852, 27.9747091669205], + [76.54319806756291, 28.03382360580019], + [76.3122907108843, 28.178172817018034], + [76.36734147141695, 28.322522028235877], + [76.28476533061797, 28.42975287085485], + [76.29241126958084, 28.468245993846274] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Budaun", + "dt_code": "149", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.9715482821698, 28.421504344499542], + [79.0587119863465, 28.383011221508117], + [79.10152924453857, 28.22079020318711], + [79.17645944637466, 28.18642134337334], + [79.4241878687716, 28.174048553840382], + [79.49605969502255, 28.121807886923445], + [79.50370563398542, 28.015951798697028], + [79.43336299552703, 27.844107499628166], + [79.35843279369092, 27.80286486785164], + [79.35078685472806, 27.658515656633796], + [79.18410538533753, 27.71350583233583], + [79.16422594403409, 27.797365850281434], + [79.09694168116084, 27.830359955702658], + [78.91802670942972, 27.849606517198367], + [78.88744295357826, 27.915594728040812], + [78.60760158753729, 28.01870130748213], + [78.57854701947839, 28.06269344804376], + [78.65194803352192, 28.318397765058226], + [78.79416249823127, 28.398133519826178], + [78.87215107565252, 28.468245993846274], + [78.93943533852575, 28.459997467490968], + [78.9715482821698, 28.421504344499542] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jaisalmer", + "dt_code": "114", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [71.88070448800599, 27.91421997364826], + [72.02903570388563, 27.951338342247137], + [72.13913722495093, 27.879851113834487], + [72.16207504183953, 27.791866832711232], + [72.0947907789663, 27.74375042897195], + [72.21406742678704, 27.67913697252206], + [72.33793163798549, 27.692884516447567], + [72.27829331407513, 27.552659568407375], + [72.24312199484594, 27.488046111957484], + [72.24312199484594, 27.48392184877983], + [72.17430854418012, 27.461925778499015], + [72.04891514518908, 27.615898270464715], + [71.80883266175503, 27.441304462610752], + [71.8164786007179, 27.340947391954536], + [71.88529205138371, 27.291456233822704], + [71.9617514410124, 27.141608005034655], + [72.04126920622622, 27.105864390828334], + [72.03821083064108, 26.935394846152022], + [72.10243671792917, 26.88727844241274], + [72.05503189635938, 26.803418424467136], + [72.08714484000343, 26.73193119605449], + [72.03821083064108, 26.681065283530106], + [72.09784915455144, 26.602704283154704], + [72.02750651609306, 26.500972458105938], + [72.07644052545541, 26.452856054366656], + [72.06420702311482, 26.35112422931789], + [71.89293799034658, 26.297508808008406], + [71.83788722981393, 26.374495053991257], + [71.787424032659, 26.34699996614024], + [71.63450525340164, 26.404739650627377], + [71.5733377416987, 26.506471475676143], + [71.48770322531458, 26.45698031754431], + [71.43571084036707, 26.496848194928287], + [71.32713850709435, 26.421236703337986], + [71.2827920611097, 26.466603598292167], + [71.21244942265132, 26.4432327736188], + [71.14057759640036, 26.308506843148812], + [71.0748225213197, 26.32225438707432], + [71.0105966340316, 26.279637000905243], + [71.05035551663852, 26.13941205286505], + [70.94025399557322, 26.07892285959281], + [70.86685298152969, 26.13116352650975], + [70.74145958253865, 26.1407868072576], + [70.65429587836196, 26.19577698295964], + [70.43103446064622, 26.175155667071376], + [70.3622210099804, 26.142161561650155], + [70.14048878005723, 26.155909105575663], + [70.17413091149385, 26.250767158661674], + [70.18483522604186, 26.374495053991257], + [70.17413091149385, 26.55183837063032], + [70.05638345146568, 26.599954774369603], + [69.88664360649001, 26.57933345848134], + [69.79183396335044, 26.598580019977053], + [69.71996213709949, 26.654944950071638], + [69.5104634095169, 26.742929231194896], + [69.48446721704315, 26.804793178859686], + [69.51352178510204, 27.00963158334977], + [69.58692279914558, 27.184225391203736], + [69.8637057896014, 27.402811339619326], + [69.93404842805978, 27.49766939270534], + [70.02579969561421, 27.56228284915523], + [70.13284284109436, 27.80561437663674], + [70.22612329644134, 27.900472429722754], + [70.37139613673584, 28.011827535519377], + [70.5074938502749, 28.03657311458529], + [70.58854080328129, 28.010452781126823], + [70.67723369525056, 27.921093745611017], + [70.68335044642086, 27.827610446917554], + [70.75828064825696, 27.721754358691136], + [70.90661186413661, 27.70938156915818], + [71.20480348368845, 27.83585897327286], + [71.382189267627, 27.872977341871735], + [71.66661819704568, 27.878476359441937], + [71.8745877368357, 27.95546260542479], + [71.88070448800599, 27.91421997364826] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bahraich", + "dt_code": "180", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.28215103674853, 27.68188648130716], + [81.30508885363713, 27.907346201685506], + [81.19498733257183, 28.007703272341722], + [81.1965165203644, 28.102561325427736], + [81.0405393655219, 28.285403659637005], + [81.05277286786249, 28.40500729178893], + [81.21333758608272, 28.358265642442202], + [81.23321702738617, 28.289527922814656], + [81.32038073156286, 28.197419378513747], + [81.42589468925044, 28.171299045055278], + [81.47788707419795, 28.083314763932023], + [81.74243656231317, 27.952713096639688], + [81.67668148723251, 27.86610356990898], + [81.64456854358846, 27.77536978000062], + [81.69656092853597, 27.727253376261338], + [81.68126905061024, 27.571906129903088], + [81.7760786937498, 27.525164480556356], + [81.9030012805334, 27.5127916910234], + [81.98098985795467, 27.434430690647996], + [81.81430838856414, 27.26533590036424], + [81.74243656231317, 27.325825093636478], + [81.66444798489192, 27.23371654933557], + [81.64151016800332, 27.158105057745267], + [81.51458758121971, 27.08386832054752], + [81.43659900379846, 27.17872637363353], + [81.41213199911728, 27.33407361999178], + [81.26532997103021, 27.5911526913988], + [81.28215103674853, 27.68188648130716] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nuh", + "dt_code": "087", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.85821075283309, 28.229038729542417], + [76.9790165884464, 28.334894817768834], + [77.02183384663846, 28.24828529103813], + [77.19157369161412, 28.208417413654153], + [77.12123105315574, 28.116308869353244], + [77.1579315601775, 27.948588833462033], + [77.34449247087149, 27.849606517198367], + [77.28332495916854, 27.798740604673984], + [77.04477166352706, 27.8207366749548], + [76.97748740065381, 27.65439139345614], + [76.8918528842697, 27.732752393831543], + [76.94231608142462, 27.842732745235615], + [76.93008257908404, 27.993955728416214], + [76.96984146169095, 28.138304939634057], + [76.85362318945536, 28.22079020318711], + [76.85821075283309, 28.229038729542417] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shahjahanpur", + "dt_code": "152", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.50370563398542, 28.015951798697028], + [79.60157365271013, 28.086064272717124], + [79.70250004702, 28.256533817393436], + [79.79730969015955, 28.15892625552232], + [79.88906095771397, 28.193295115336092], + [79.9853997886461, 28.106685588605387], + [79.9853997886461, 28.28127939645935], + [80.01598354449757, 28.378886958330465], + [80.14902288245148, 28.345892852909245], + [80.22242389649502, 28.300525957955063], + [80.35852161003407, 28.329395800198633], + [80.31111678846429, 28.2771551332817], + [80.2988832861237, 28.163050518699972], + [80.25453684013907, 28.090188535894775], + [80.1245558777703, 28.00220425477152], + [80.02974623463074, 27.901847184115304], + [80.06032999048222, 27.760247481682562], + [79.96552034734265, 27.732752393831543], + [79.86153557744764, 27.64889237588594], + [79.7651967465155, 27.71350583233583], + [79.68567898130168, 27.637894340745532], + [79.73767136624919, 27.505917919060643], + [79.7361421784566, 27.445428725788407], + [79.65356603765764, 27.504543164668092], + [79.59086933816212, 27.598026463361556], + [79.35078685472806, 27.658515656633796], + [79.35843279369092, 27.80286486785164], + [79.43336299552703, 27.844107499628166], + [79.50370563398542, 28.015951798697028] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sikar", + "dt_code": "111", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.71734784323003, 27.677762218129505], + [74.74181484791121, 27.767121253645314], + [74.8182742375399, 27.80149011345909], + [74.73569809674092, 27.890849148974898], + [74.78463210610327, 27.954087851032238], + [74.8060407351993, 28.06269344804376], + [74.8870876882057, 28.18917085215844], + [75.02471458953733, 28.20291839608395], + [75.12717017163976, 28.136930185241507], + [75.09658641578828, 28.072316728791616], + [75.24338844387535, 27.846857008413266], + [75.2862057020674, 27.8207366749548], + [75.28467651427484, 27.719004849906035], + [75.42842016677676, 27.642018603923184], + [75.54005087563463, 27.71213107794328], + [75.6868529037217, 27.67913697252206], + [75.76789985672809, 27.830359955702658], + [75.93305213832605, 27.92796751757377], + [75.9712818331404, 27.85235602598347], + [76.07679579082797, 27.841357990843065], + [76.06762066407252, 27.767121253645314], + [75.94069807728891, 27.61864777924982], + [75.9529315796295, 27.56228284915523], + [75.91776026040031, 27.45092774335861], + [75.796954424787, 27.37531625176831], + [75.74037447646177, 27.400061830834225], + [75.599689199545, 27.30107951457056], + [75.52628818550147, 27.335448374384335], + [75.47429580055396, 27.283207707467398], + [75.391719659755, 27.279083444289746], + [75.3274937724669, 27.2103457246622], + [75.31526027012632, 27.14435751381976], + [75.19751281009815, 27.126485706716597], + [75.06906103552195, 27.215844742232406], + [75.16081230307638, 27.317576567281172], + [75.03541890408535, 27.354694935880048], + [74.89932119054629, 27.33132411120668], + [74.85956230793937, 27.449552988966058], + [74.72193540660776, 27.50179365588299], + [74.76169428921466, 27.565032357940332], + [74.71734784323003, 27.677762218129505] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Palwal", + "dt_code": "089", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.50046962571399, 28.205667904869053], + [77.47600262103282, 28.084689518324573], + [77.54175769611348, 27.98983146523856], + [77.5295241937729, 27.92659276318122], + [77.42095186050017, 27.855105534768573], + [77.34449247087149, 27.849606517198367], + [77.1579315601775, 27.948588833462033], + [77.12123105315574, 28.116308869353244], + [77.19157369161412, 28.208417413654153], + [77.22368663525818, 28.266157098141292], + [77.50046962571399, 28.205667904869053] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Alwar", + "dt_code": "104", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.22512700670761, 27.83310946448776], + [76.16854705838239, 27.903221938507855], + [76.15937193162694, 27.998079991593865], + [76.2602983259368, 28.06681771122141], + [76.3184074620546, 28.015951798697028], + [76.35969553245408, 28.12455739570855], + [76.3122907108843, 28.178172817018034], + [76.54319806756291, 28.03382360580019], + [76.5386105041852, 27.9747091669205], + [76.66859146655395, 28.013202289911927], + [76.68694172006484, 28.087439027109674], + [76.79551405333757, 28.147928220381914], + [76.85362318945536, 28.22079020318711], + [76.96984146169095, 28.138304939634057], + [76.93008257908404, 27.993955728416214], + [76.94231608142462, 27.842732745235615], + [76.8918528842697, 27.732752393831543], + [76.97748740065381, 27.65439139345614], + [76.93467014246175, 27.603525480931758], + [77.03559653677162, 27.51416644541595], + [77.0080711565053, 27.395937567656574], + [77.07076785600081, 27.39456281326402], + [77.14569805783692, 27.320326076066273], + [77.05394679028251, 27.158105057745267], + [76.9560787715578, 27.14298275942721], + [76.86738587958853, 27.229592286157914], + [76.8230394336039, 27.131984724286802], + [76.68082496889454, 27.11411291718364], + [76.64565364966535, 27.163604075315472], + [76.55237319431836, 27.171852601670775], + [76.45450517559365, 27.075619794192214], + [76.28017776724026, 27.064621759051807], + [76.26488588931451, 27.184225391203736], + [76.17619299734525, 27.184225391203736], + [76.11655467343488, 27.23371654933557], + [76.1670178705898, 27.309328040925866], + [76.2373605090482, 27.474298568031973], + [76.19301406306356, 27.614523516072165], + [76.2434772602185, 27.629645814390226], + [76.22512700670761, 27.83310946448776] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "North Sikkim", + "dt_code": "241", + "st_nm": "Sikkim", + "st_code": "11", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.48309635197764, 27.37531625176831], + [88.41428290131182, 27.41930839232994], + [88.35617376519403, 27.521040217378705], + [88.28124356335792, 27.5127916910234], + [88.20937173710696, 27.581529410650944], + [88.11456209396741, 27.61864777924982], + [88.19713823476638, 27.78911732392613], + [88.20478417372925, 27.94171506149928], + [88.4678044740519, 28.01732655308958], + [88.49532985431823, 28.054444921688454], + [88.6191940655167, 28.09843706225008], + [88.75682096684832, 28.076440991969267], + [88.84398467102501, 27.992580974023664], + [88.83633873206215, 27.92934227196632], + [88.88833111700964, 27.856480289161123], + [88.8562181733656, 27.816612411777147], + [88.84857223440274, 27.668138937381652], + [88.76446690581119, 27.565032357940332], + [88.79352147387009, 27.416558883544837], + [88.48309635197764, 27.37531625176831] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Aligarh", + "dt_code": "143", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.73290617018519, 28.1286816588862], + [77.8414785034579, 28.178172817018034], + [77.91487951750145, 28.09981181664263], + [77.99439728271527, 28.077815746361818], + [78.03109778973703, 28.1286816588862], + [78.17942900561668, 28.076440991969267], + [78.33999372383691, 28.146553465989363], + [78.41186555008787, 28.083314763932023], + [78.47914981296111, 28.11218460617559], + [78.57854701947839, 28.06269344804376], + [78.60760158753729, 28.01870130748213], + [78.47456224958339, 27.80836388542184], + [78.40574879891757, 27.83173471009521], + [78.37057747968838, 27.7478746921496], + [78.24059651731962, 27.665389428596548], + [78.13508255963204, 27.77262027121552], + [78.02345185077417, 27.764371744860213], + [78.02345185077417, 27.668138937381652], + [77.97145946582667, 27.595276954576452], + [77.89958763957571, 27.578779901865843], + [77.80019043305842, 27.701133042802873], + [77.81395312319158, 27.813862902992046], + [77.76501911382923, 27.903221938507855], + [77.64268409042334, 27.967835394957746], + [77.5295241937729, 27.92659276318122], + [77.54175769611348, 27.98983146523856], + [77.47600262103282, 28.084689518324573], + [77.56775388858723, 28.087439027109674], + [77.73290617018519, 28.1286816588862] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kasganj", + "dt_code": "202", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.60760158753729, 28.01870130748213], + [78.88744295357826, 27.915594728040812], + [78.91802670942972, 27.849606517198367], + [79.09694168116084, 27.830359955702658], + [79.16422594403409, 27.797365850281434], + [79.18410538533753, 27.71350583233583], + [79.1290546248049, 27.635144831960428], + [79.21621832898158, 27.578779901865843], + [79.07553305206481, 27.55815858597758], + [78.99601528685099, 27.647517621493385], + [78.95166884086635, 27.57465563868819], + [78.88591376578569, 27.58702842822115], + [78.69629447950656, 27.68601074448481], + [78.68711935275111, 27.7423756745794], + [78.59995564857442, 27.77124551682297], + [78.51126275660515, 27.74100092018685], + [78.47456224958339, 27.80836388542184], + [78.60760158753729, 28.01870130748213] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mathura", + "dt_code": "145", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.28332495916854, 27.798740604673984], + [77.34449247087149, 27.849606517198367], + [77.42095186050017, 27.855105534768573], + [77.5295241937729, 27.92659276318122], + [77.64268409042334, 27.967835394957746], + [77.76501911382923, 27.903221938507855], + [77.81395312319158, 27.813862902992046], + [77.80019043305842, 27.701133042802873], + [77.89958763957571, 27.578779901865843], + [77.88735413723512, 27.338197883169435], + [77.98216378037468, 27.325825093636478], + [77.92864220763461, 27.26533590036424], + [77.85218281800593, 27.29695525139291], + [77.74055210914806, 27.24059032129832], + [77.64574246600849, 27.24196507569087], + [77.43777292621847, 27.456426760928814], + [77.33990490749376, 27.52653923494891], + [77.35213840983435, 27.65164188467104], + [77.28332495916854, 27.798740604673984] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jaipur", + "dt_code": "110", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.07679579082797, 27.841357990843065], + [76.17619299734525, 27.798740604673984], + [76.22512700670761, 27.83310946448776], + [76.2434772602185, 27.629645814390226], + [76.19301406306356, 27.614523516072165], + [76.2373605090482, 27.474298568031973], + [76.1670178705898, 27.309328040925866], + [76.11655467343488, 27.23371654933557], + [76.17619299734525, 27.184225391203736], + [76.26488588931451, 27.184225391203736], + [76.28017776724026, 27.064621759051807], + [76.23888969684077, 27.013755846527424], + [76.21748106774474, 26.909274512693553], + [76.2602983259368, 26.833663021103256], + [76.20371837761158, 26.800668915682035], + [76.1440800537012, 26.694812827455614], + [76.18230974851555, 26.61232756390256], + [76.15325518045665, 26.5215937739942], + [76.10126279550914, 26.538090826704813], + [76.00798234016216, 26.499597703713388], + [75.81377549050531, 26.52021901960165], + [75.70826153281773, 26.445982282403904], + [75.56910544369353, 26.448731791189005], + [75.45441635925052, 26.496848194928287], + [75.36572346728124, 26.48859966857298], + [75.3274937724669, 26.561461651378178], + [75.20210037347586, 26.51746951081655], + [75.16692905424667, 26.463854089507063], + [75.06141509655909, 26.554587879415422], + [75.06447347214424, 26.654944950071638], + [74.96354707783438, 26.683814792315207], + [74.91308388067945, 26.837787284280907], + [74.9742513923824, 26.891402705590394], + [75.00942271161159, 26.94639288129243], + [75.16081230307638, 26.93264533736692], + [75.20057118568329, 26.975262723535998], + [75.2173922514016, 27.081118811762416], + [75.33055214805205, 27.092116846902826], + [75.31526027012632, 27.14435751381976], + [75.3274937724669, 27.2103457246622], + [75.391719659755, 27.279083444289746], + [75.47429580055396, 27.283207707467398], + [75.52628818550147, 27.335448374384335], + [75.599689199545, 27.30107951457056], + [75.74037447646177, 27.400061830834225], + [75.796954424787, 27.37531625176831], + [75.91776026040031, 27.45092774335861], + [75.9529315796295, 27.56228284915523], + [75.94069807728891, 27.61864777924982], + [76.06762066407252, 27.767121253645314], + [76.07679579082797, 27.841357990843065] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shrawasti", + "dt_code": "181", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.98098985795467, 27.434430690647996], + [81.9030012805334, 27.5127916910234], + [81.7760786937498, 27.525164480556356], + [81.68126905061024, 27.571906129903088], + [81.69656092853597, 27.727253376261338], + [81.64456854358846, 27.77536978000062], + [81.67668148723251, 27.86610356990898], + [81.74243656231317, 27.952713096639688], + [81.88465102702253, 27.856480289161123], + [81.96111041665121, 27.923843254396118], + [82.06968274992393, 27.923843254396118], + [82.12167513487144, 27.86610356990898], + [82.20730965125556, 27.844107499628166], + [82.12473351045658, 27.735501902616644], + [82.08497462784968, 27.633770077567878], + [82.02227792835416, 27.580154656258394], + [82.07427031330165, 27.401436585226776], + [81.98098985795467, 27.434430690647996] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jodhpur", + "dt_code": "113", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.06420702311482, 26.35112422931789], + [72.07644052545541, 26.452856054366656], + [72.02750651609306, 26.500972458105938], + [72.09784915455144, 26.602704283154704], + [72.03821083064108, 26.681065283530106], + [72.08714484000343, 26.73193119605449], + [72.05503189635938, 26.803418424467136], + [72.10243671792917, 26.88727844241274], + [72.03821083064108, 26.935394846152022], + [72.04126920622622, 27.105864390828334], + [71.9617514410124, 27.141608005034655], + [71.88529205138371, 27.291456233822704], + [71.8164786007179, 27.340947391954536], + [71.80883266175503, 27.441304462610752], + [72.04891514518908, 27.615898270464715], + [72.17430854418012, 27.461925778499015], + [72.24312199484594, 27.48392184877983], + [72.55354711673837, 27.62002253364237], + [72.65600269884081, 27.536162515696763], + [72.82574254381647, 27.585653673828595], + [72.82574254381647, 27.46879955046177], + [72.97866132307384, 27.382190023731063], + [73.0734709662134, 27.428931673077795], + [73.1254633511609, 27.401436585226776], + [73.13310929012377, 27.307953286533316], + [73.10099634647973, 27.222718514195158], + [73.12087578778319, 26.940893863722227], + [73.20345192858215, 26.868031880917027], + [73.32425776419548, 26.85428433699152], + [73.4098922805796, 26.88590368802019], + [73.59339481568843, 26.863907617739375], + [73.67902933207255, 26.758051529512958], + [73.65150395180623, 26.715434143343877], + [73.72031740247203, 26.539465581097364], + [73.76619303624925, 26.53534131791971], + [73.87017780614426, 26.42948522969329], + [73.81053948223388, 26.356623246888095], + [73.81053948223388, 26.11054221062148], + [73.65456232739137, 26.069299578844955], + [73.62703694712505, 26.144911070435256], + [73.46341385331968, 26.084421877163017], + [73.40224634161673, 26.161408123145865], + [73.33954964212121, 26.116041228191687], + [73.30743669847716, 26.030806455853533], + [73.19274761403415, 26.069299578844955], + [73.16216385818267, 26.032181210246083], + [73.05206233711738, 26.01430940314292], + [73.04288721036193, 25.964818245011088], + [72.95878188177038, 25.900204788561197], + [72.83491767057193, 25.864461174354872], + [72.62083137961162, 25.974441525758944], + [72.69423239365514, 26.037680227816285], + [72.68964483027743, 26.186153702211783], + [72.59483518713786, 26.278262246512693], + [72.45873747359882, 26.300258316793506], + [72.41133265202903, 26.237019614736166], + [72.34251920136322, 26.245268141091472], + [72.2675889995271, 26.19715173735219], + [72.06420702311482, 26.35112422931789] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sitapur", + "dt_code": "154", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.31111678846429, 27.68051172691461], + [80.45027287758849, 27.749249446542155], + [80.51755714046172, 27.809738639814395], + [80.60472084463842, 27.750624200934705], + [80.64142135166018, 27.83860848205796], + [80.82645307456158, 27.79049207831868], + [80.95796322472292, 27.8990976753302], + [80.99007616836697, 27.824860938132453], + [81.1796954546461, 27.784993060748477], + [81.28215103674853, 27.68188648130716], + [81.26532997103021, 27.5911526913988], + [81.41213199911728, 27.33407361999178], + [81.35861042637721, 27.257087374008933], + [81.25768403206735, 27.335448374384335], + [81.18275383023123, 27.244714584475975], + [81.11241119177285, 27.274959181112095], + [81.06653555799565, 27.218594251017507], + [80.96866753927094, 27.23921556690577], + [80.93043784445659, 27.158105057745267], + [80.82645307456158, 27.101740127650682], + [80.79739850650269, 27.199347689521794], + [80.69341373660768, 27.215844742232406], + [80.60166246905327, 27.262586391579134], + [80.51755714046172, 27.26808540914934], + [80.45180206538106, 27.401436585226776], + [80.32487947859745, 27.522414971771255], + [80.31111678846429, 27.68051172691461] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bharatpur", + "dt_code": "105", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.97748740065381, 27.65439139345614], + [77.04477166352706, 27.8207366749548], + [77.28332495916854, 27.798740604673984], + [77.35213840983435, 27.65164188467104], + [77.33990490749376, 27.52653923494891], + [77.43777292621847, 27.456426760928814], + [77.64574246600849, 27.24196507569087], + [77.65797596834908, 27.170477847278224], + [77.55093282286893, 27.111363408398535], + [77.66103434393422, 26.971138460358347], + [77.48976531116598, 26.90102598633825], + [77.39801404361157, 26.830913512318155], + [77.45459399193679, 26.742929231194896], + [77.34755084645664, 26.711309880166226], + [77.29250008592399, 26.78004759979377], + [77.09676404847457, 26.862532863346825], + [77.0248922222236, 26.940893863722227], + [77.01112953209044, 27.042625688770993], + [76.9560787715578, 27.14298275942721], + [77.05394679028251, 27.158105057745267], + [77.14569805783692, 27.320326076066273], + [77.07076785600081, 27.39456281326402], + [77.0080711565053, 27.395937567656574], + [77.03559653677162, 27.51416644541595], + [76.93467014246175, 27.603525480931758], + [76.97748740065381, 27.65439139345614] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hathras", + "dt_code": "144", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.89958763957571, 27.578779901865843], + [77.97145946582667, 27.595276954576452], + [78.02345185077417, 27.668138937381652], + [78.02345185077417, 27.764371744860213], + [78.13508255963204, 27.77262027121552], + [78.24059651731962, 27.665389428596548], + [78.37057747968838, 27.7478746921496], + [78.40574879891757, 27.83173471009521], + [78.47456224958339, 27.80836388542184], + [78.51126275660515, 27.74100092018685], + [78.51585031998287, 27.669513691774203], + [78.41492392567301, 27.580154656258394], + [78.33234778487403, 27.582904165043495], + [78.20389601029785, 27.50179365588299], + [78.19777925912756, 27.40693560279698], + [78.13508255963204, 27.3643182166279], + [77.98216378037468, 27.325825093636478], + [77.88735413723512, 27.338197883169435], + [77.89958763957571, 27.578779901865843] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nagaur", + "dt_code": "112", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.87476536952197, 27.537537270089317], + [73.90840750095859, 27.489420866350034], + [74.02921333657191, 27.534787761304212], + [74.08120572151941, 27.478422831209627], + [74.2035407449253, 27.42205790111504], + [74.19589480596242, 27.49904414709789], + [74.25400394208023, 27.600775972146657], + [74.34116764625692, 27.68188648130716], + [74.49102804992914, 27.68738549887736], + [74.62712576346819, 27.64889237588594], + [74.71734784323003, 27.677762218129505], + [74.76169428921466, 27.565032357940332], + [74.72193540660776, 27.50179365588299], + [74.85956230793937, 27.449552988966058], + [74.89932119054629, 27.33132411120668], + [75.03541890408535, 27.354694935880048], + [75.16081230307638, 27.317576567281172], + [75.06906103552195, 27.215844742232406], + [75.19751281009815, 27.126485706716597], + [75.31526027012632, 27.14435751381976], + [75.33055214805205, 27.092116846902826], + [75.2173922514016, 27.081118811762416], + [75.20057118568329, 26.975262723535998], + [75.16081230307638, 26.93264533736692], + [75.00942271161159, 26.94639288129243], + [74.9742513923824, 26.891402705590394], + [74.9803681435527, 26.943643372507328], + [74.8519163689765, 26.97938698671365], + [74.77545697934782, 26.789670880541628], + [74.69746840192657, 26.774548582223566], + [74.72193540660776, 26.70031184502582], + [74.66994302166025, 26.59583051119195], + [74.58889606865385, 26.630199371005723], + [74.46197348187025, 26.48722491418043], + [74.36869302652325, 26.48722491418043], + [74.290704449102, 26.448731791189005], + [74.23718287636191, 26.461104580721962], + [74.15919429894066, 26.41023866819758], + [73.87017780614426, 26.42948522969329], + [73.76619303624925, 26.53534131791971], + [73.72031740247203, 26.539465581097364], + [73.65150395180623, 26.715434143343877], + [73.67902933207255, 26.758051529512958], + [73.59339481568843, 26.863907617739375], + [73.4098922805796, 26.88590368802019], + [73.32425776419548, 26.85428433699152], + [73.20345192858215, 26.868031880917027], + [73.12087578778319, 26.940893863722227], + [73.10099634647973, 27.222718514195158], + [73.13310929012377, 27.307953286533316], + [73.22791893326334, 27.335448374384335], + [73.2585026891148, 27.259836882794033], + [73.3578998956321, 27.259836882794033], + [73.48635167020828, 27.35744444466515], + [73.54446080632607, 27.494919883920236], + [73.7050255245463, 27.519665462986154], + [73.79524760430814, 27.49766939270534], + [73.87476536952197, 27.537537270089317] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Etah", + "dt_code": "201", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.51126275660515, 27.74100092018685], + [78.59995564857442, 27.77124551682297], + [78.68711935275111, 27.7423756745794], + [78.69629447950656, 27.68601074448481], + [78.88591376578569, 27.58702842822115], + [78.95166884086635, 27.57465563868819], + [78.99601528685099, 27.647517621493385], + [79.07553305206481, 27.55815858597758], + [79.21621832898158, 27.578779901865843], + [79.2727982773068, 27.51416644541595], + [79.25444802379593, 27.32857460242158], + [79.06941630089452, 27.417933637937388], + [78.93790615073318, 27.431681181862896], + [78.88744295357826, 27.472923813639422], + [78.83392138083818, 27.3615687078428], + [78.71770310860259, 27.343696900739637], + [78.66418153586251, 27.472923813639422], + [78.59689727298927, 27.508667427845747], + [78.49138331530169, 27.387689041301268], + [78.38739854540668, 27.3615687078428], + [78.28953052668197, 27.386314286908718], + [78.19777925912756, 27.40693560279698], + [78.20389601029785, 27.50179365588299], + [78.33234778487403, 27.582904165043495], + [78.41492392567301, 27.580154656258394], + [78.51585031998287, 27.669513691774203], + [78.51126275660515, 27.74100092018685] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hardoi", + "dt_code": "155", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.06032999048222, 27.760247481682562], + [80.09091374633368, 27.783618306355926], + [80.25300765234648, 27.757497972897458], + [80.31111678846429, 27.68051172691461], + [80.32487947859745, 27.522414971771255], + [80.45180206538106, 27.401436585226776], + [80.51755714046172, 27.26808540914934], + [80.60166246905327, 27.262586391579134], + [80.69341373660768, 27.215844742232406], + [80.79739850650269, 27.199347689521794], + [80.82645307456158, 27.101740127650682], + [80.64600891503791, 27.078369302977315], + [80.54967008410577, 27.013755846527424], + [80.36310917341179, 26.921647302226514], + [80.30805841287913, 27.02612863606038], + [80.17807745051039, 26.957390916432836], + [80.11538075101487, 26.99450928503171], + [80.0435089247639, 26.924396811011615], + [80.01292516891243, 26.956016162040285], + [79.92881984032088, 27.14298275942721], + [79.80495562912242, 27.171852601670775], + [79.72237948832344, 27.221343759802608], + [79.68720816909425, 27.37806576055341], + [79.7361421784566, 27.445428725788407], + [79.73767136624919, 27.505917919060643], + [79.68567898130168, 27.637894340745532], + [79.7651967465155, 27.71350583233583], + [79.86153557744764, 27.64889237588594], + [79.96552034734265, 27.732752393831543], + [80.06032999048222, 27.760247481682562] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Farrukhabad", + "dt_code": "159", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.18410538533753, 27.71350583233583], + [79.35078685472806, 27.658515656633796], + [79.59086933816212, 27.598026463361556], + [79.65356603765764, 27.504543164668092], + [79.7361421784566, 27.445428725788407], + [79.68720816909425, 27.37806576055341], + [79.72237948832344, 27.221343759802608], + [79.66885791558337, 27.166353584100573], + [79.51899751191115, 27.20897097026965], + [79.39360411292012, 27.196598180736693], + [79.31561553549886, 27.243339830083425], + [79.25444802379593, 27.32857460242158], + [79.2727982773068, 27.51416644541595], + [79.21621832898158, 27.578779901865843], + [79.1290546248049, 27.635144831960428], + [79.18410538533753, 27.71350583233583] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Sikkim", + "dt_code": "242", + "st_nm": "Sikkim", + "st_code": "11", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.11456209396741, 27.61864777924982], + [88.20937173710696, 27.581529410650944], + [88.28124356335792, 27.5127916910234], + [88.27512681218764, 27.40556084840443], + [88.30265219245396, 27.228217531765363], + [88.28124356335792, 27.131984724286802], + [88.15432097657431, 27.109988654005985], + [88.09621184045652, 27.133359478679353], + [88.03810270433873, 27.219969005410057], + [88.04421945550902, 27.478422831209627], + [88.11456209396741, 27.61864777924982] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "South Sikkim", + "dt_code": "243", + "st_nm": "Sikkim", + "st_code": "11", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.28124356335792, 27.5127916910234], + [88.35617376519403, 27.521040217378705], + [88.41428290131182, 27.41930839232994], + [88.48309635197764, 27.37531625176831], + [88.438749905993, 27.263961145971688], + [88.53203036133999, 27.17597686484843], + [88.42498721585984, 27.071495531014563], + [88.28124356335792, 27.131984724286802], + [88.30265219245396, 27.228217531765363], + [88.27512681218764, 27.40556084840443], + [88.28124356335792, 27.5127916910234] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "East Sikkim", + "dt_code": "244", + "st_nm": "Sikkim", + "st_code": "11", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.48309635197764, 27.37531625176831], + [88.79352147387009, 27.416558883544837], + [88.91891487286112, 27.320326076066273], + [88.90362299493538, 27.27220967232699], + [88.80269660062552, 27.247464093261076], + [88.79199228607752, 27.185600145596286], + [88.72164964761913, 27.138858496249554], + [88.59778543642066, 27.188349654381387], + [88.53203036133999, 27.17597686484843], + [88.438749905993, 27.263961145971688], + [88.48309635197764, 27.37531625176831] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Firozabad", + "dt_code": "147", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.28953052668197, 27.386314286908718], + [78.38739854540668, 27.3615687078428], + [78.49138331530169, 27.387689041301268], + [78.59689727298927, 27.508667427845747], + [78.66418153586251, 27.472923813639422], + [78.71770310860259, 27.343696900739637], + [78.72534904756546, 27.195223426344143], + [78.81404193953472, 27.14848177699741], + [78.76357874237979, 27.05224896951885], + [78.809454376157, 26.957390916432836], + [78.73911173769862, 26.920272547833964], + [78.67182747482538, 26.880404670449987], + [78.45315362048736, 27.00825682895722], + [78.33387697266662, 27.098990618865578], + [78.22836301497904, 27.094866355687927], + [78.19472088354242, 27.191099163166488], + [78.2360089539419, 27.313452304103517], + [78.28953052668197, 27.386314286908718] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Champaran", + "dt_code": "203", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.50262052790853, 26.602704283154704], + [84.418515199317, 26.631574125398274], + [84.32982230734773, 26.683814792315207], + [84.25947966888934, 26.804793178859686], + [84.06068525585476, 26.88727844241274], + [84.04998094130676, 27.044000443163544], + [83.96434642492264, 27.08386832054752], + [83.99340099298153, 27.17460211045588], + [83.9077664765974, 27.274959181112095], + [83.8618908428202, 27.335448374384335], + [83.83130708696874, 27.427556918685244], + [84.01633880987013, 27.4371801994331], + [84.09738576287654, 27.516915954201053], + [84.25795048109677, 27.45092774335861], + [84.2793591101928, 27.39456281326402], + [84.6203679879367, 27.339572637561986], + [84.68918143860252, 27.221343759802608], + [84.64177661703275, 27.048124706341195], + [84.75799488926833, 27.002757811387017], + [84.67847712405451, 26.913398775871208], + [84.74423219913517, 26.815791214000093], + [84.72741113341687, 26.742929231194896], + [84.54390859830804, 26.653570195679087], + [84.50262052790853, 26.602704283154704] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Siddharthnagar", + "dt_code": "184", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.14776014368833, 27.11411291718364], + [83.120234763422, 27.10036537325813], + [82.90461928466912, 27.004132565779567], + [82.79298857581125, 27.048124706341195], + [82.76393400775235, 27.111363408398535], + [82.58501903602124, 27.104489636435783], + [82.55902284354748, 27.08249356615497], + [82.45656726144506, 27.15123128578251], + [82.51161802197771, 27.21172047905475], + [82.49326776846682, 27.3588191990577], + [82.57737309705837, 27.42205790111504], + [82.71499999839, 27.401436585226776], + [82.7318210641083, 27.486671357564934], + [82.9290862893503, 27.50041890149044], + [83.03460024703787, 27.448178234573508], + [83.18904821408782, 27.45367725214371], + [83.29150379619024, 27.335448374384335], + [83.1661103971992, 27.225468022980262], + [83.14776014368833, 27.11411291718364] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mainpuri", + "dt_code": "148", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.71770310860259, 27.343696900739637], + [78.83392138083818, 27.3615687078428], + [78.88744295357826, 27.472923813639422], + [78.93790615073318, 27.431681181862896], + [79.06941630089452, 27.417933637937388], + [79.25444802379593, 27.32857460242158], + [79.31561553549886, 27.243339830083425], + [79.39360411292012, 27.196598180736693], + [79.41348355422357, 27.138858496249554], + [79.38137061057954, 26.987635513068955], + [79.32479066225432, 26.96014042521794], + [79.17951782195982, 27.005507320172118], + [78.809454376157, 26.957390916432836], + [78.76357874237979, 27.05224896951885], + [78.81404193953472, 27.14848177699741], + [78.72534904756546, 27.195223426344143], + [78.71770310860259, 27.343696900739637] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Maharajganj", + "dt_code": "187", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.8618908428202, 27.335448374384335], + [83.9077664765974, 27.274959181112095], + [83.81754439683557, 27.24059032129832], + [83.80072333111725, 27.109988654005985], + [83.72426394148857, 26.951891898862634], + [83.62486673497129, 26.956016162040285], + [83.54534896975747, 26.88865319680529], + [83.43830582427731, 26.958765670825386], + [83.32361673983429, 26.968388951573242], + [83.38937181491495, 27.08249356615497], + [83.22269034552443, 27.090742092510272], + [83.14776014368833, 27.11411291718364], + [83.1661103971992, 27.225468022980262], + [83.29150379619024, 27.335448374384335], + [83.34349618113775, 27.335448374384335], + [83.40925125621841, 27.413809374759733], + [83.39548856608525, 27.479797585602178], + [83.61416242042327, 27.46879955046177], + [83.83130708696874, 27.369817234198106], + [83.8618908428202, 27.335448374384335] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Agra", + "dt_code": "146", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.64574246600849, 27.24196507569087], + [77.74055210914806, 27.24059032129832], + [77.85218281800593, 27.29695525139291], + [77.92864220763461, 27.26533590036424], + [77.98216378037468, 27.325825093636478], + [78.13508255963204, 27.3643182166279], + [78.19777925912756, 27.40693560279698], + [78.28953052668197, 27.386314286908718], + [78.2360089539419, 27.313452304103517], + [78.19472088354242, 27.191099163166488], + [78.22836301497904, 27.094866355687927], + [78.33387697266662, 27.098990618865578], + [78.45315362048736, 27.00825682895722], + [78.67182747482538, 26.880404670449987], + [78.73911173769862, 26.920272547833964], + [78.85380082214164, 26.811666950822442], + [78.78039980809811, 26.769049564653365], + [78.54490488804177, 26.76355054708316], + [78.39504448436955, 26.817165968392644], + [78.35834397734779, 26.86940663530958], + [78.22224626380874, 26.832288266710705], + [78.2711802731711, 26.920272547833964], + [78.1488452497652, 26.94914239007753], + [78.11061555495087, 26.895526968768046], + [77.9867513437524, 26.88865319680529], + [77.76043155045151, 26.93264533736692], + [77.72220185563717, 26.874905652879782], + [77.52493663039517, 26.818540722785194], + [77.45459399193679, 26.742929231194896], + [77.39801404361157, 26.830913512318155], + [77.48976531116598, 26.90102598633825], + [77.66103434393422, 26.971138460358347], + [77.55093282286893, 27.111363408398535], + [77.65797596834908, 27.170477847278224], + [77.64574246600849, 27.24196507569087] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gonda", + "dt_code": "183", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.51458758121971, 27.08386832054752], + [81.64151016800332, 27.158105057745267], + [81.66444798489192, 27.23371654933557], + [81.74243656231317, 27.325825093636478], + [81.81430838856414, 27.26533590036424], + [81.98098985795467, 27.434430690647996], + [82.07427031330165, 27.401436585226776], + [82.2975317310174, 27.247464093261076], + [82.22871828035159, 27.169103092885674], + [82.32505711128373, 27.065996513444357], + [82.42139594221587, 27.08524307494007], + [82.45656726144506, 27.15123128578251], + [82.55902284354748, 27.08249356615497], + [82.56208121913264, 26.96426468839559], + [82.4886802050891, 26.90377549512335], + [82.31588198452829, 26.9780122323211], + [82.23024746814416, 26.868031880917027], + [82.22871828035159, 26.811666950822442], + [82.19201777332982, 26.836412529888356], + [81.97640229457694, 26.781422354186322], + [81.8922969659854, 26.8267892491405], + [81.74855331348347, 26.868031880917027], + [81.72255712100973, 26.925771565404165], + [81.613984787737, 27.031627653630586], + [81.51458758121971, 27.08386832054752] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Barabanki", + "dt_code": "176", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.41213199911728, 27.33407361999178], + [81.43659900379846, 27.17872637363353], + [81.51458758121971, 27.08386832054752], + [81.613984787737, 27.031627653630586], + [81.72255712100973, 26.925771565404165], + [81.74855331348347, 26.868031880917027], + [81.64151016800332, 26.82266498596285], + [81.55893402720434, 26.64119740614613], + [81.53599621031574, 26.543589844275015], + [81.38154824326581, 26.590331493621747], + [81.34484773624405, 26.543589844275015], + [81.18122464243866, 26.60682854633236], + [81.1613452011352, 26.587581984836646], + [81.21639596166786, 26.70718561698857], + [80.97172591485608, 27.05499847830395], + [81.011484797463, 27.141608005034655], + [80.93043784445659, 27.158105057745267], + [80.96866753927094, 27.23921556690577], + [81.06653555799565, 27.218594251017507], + [81.11241119177285, 27.274959181112095], + [81.18275383023123, 27.244714584475975], + [81.25768403206735, 27.335448374384335], + [81.35861042637721, 27.257087374008933], + [81.41213199911728, 27.33407361999178] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Darjeeling", + "dt_code": "327", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.03810270433873, 27.219969005410057], + [88.09621184045652, 27.133359478679353], + [88.15432097657431, 27.109988654005985], + [88.28124356335792, 27.131984724286802], + [88.42498721585984, 27.071495531014563], + [88.42345802806727, 26.956016162040285], + [88.47850878859992, 26.880404670449987], + [88.43110396703014, 26.819915477177748], + [88.44945422054101, 26.70306135381092], + [88.40052021117867, 26.64394691493123], + [88.33323594830543, 26.496848194928287], + [88.23995549295844, 26.45835507193686], + [88.10997453058968, 26.54771410745267], + [88.16043772774461, 26.63707314296848], + [88.18643392021836, 26.771799073438466], + [88.12067884513769, 26.950517144470084], + [87.99222707056151, 27.108613899613434], + [88.03810270433873, 27.219969005410057] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dausa", + "dt_code": "109", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.28017776724026, 27.064621759051807], + [76.45450517559365, 27.075619794192214], + [76.55237319431836, 27.171852601670775], + [76.64565364966535, 27.163604075315472], + [76.68082496889454, 27.11411291718364], + [76.8230394336039, 27.131984724286802], + [76.86738587958853, 27.229592286157914], + [76.9560787715578, 27.14298275942721], + [77.01112953209044, 27.042625688770993], + [77.0248922222236, 26.940893863722227], + [77.09676404847457, 26.862532863346825], + [76.95149120818007, 26.87215614409468], + [76.90102801102515, 26.971138460358347], + [76.79551405333757, 26.984886004283855], + [76.77257623644896, 26.891402705590394], + [76.6135407060213, 26.782797108578873], + [76.53555212860005, 26.781422354186322], + [76.47438461689711, 26.716808897736428], + [76.40251279064614, 26.56558591455583], + [76.47744299248225, 26.499597703713388], + [76.4116879174016, 26.415737685767784], + [76.32299502543232, 26.45698031754431], + [76.17466380955268, 26.48585015978788], + [76.15325518045665, 26.5215937739942], + [76.18230974851555, 26.61232756390256], + [76.1440800537012, 26.694812827455614], + [76.20371837761158, 26.800668915682035], + [76.2602983259368, 26.833663021103256], + [76.21748106774474, 26.909274512693553], + [76.23888969684077, 27.013755846527424], + [76.28017776724026, 27.064621759051807] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kushinagar", + "dt_code": "189", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.9077664765974, 27.274959181112095], + [83.99340099298153, 27.17460211045588], + [83.96434642492264, 27.08386832054752], + [84.04998094130676, 27.044000443163544], + [84.06068525585476, 26.88727844241274], + [84.25947966888934, 26.804793178859686], + [84.32982230734773, 26.683814792315207], + [84.418515199317, 26.631574125398274], + [84.28088829798537, 26.599954774369603], + [84.11267764080227, 26.630199371005723], + [84.05151012909933, 26.55183837063032], + [83.84048221372417, 26.75942628390551], + [83.77013957526579, 26.70031184502582], + [83.62792511055643, 26.661818722034393], + [83.62180835938614, 26.753927266335303], + [83.52394034066143, 26.85290958259897], + [83.54534896975747, 26.88865319680529], + [83.62486673497129, 26.956016162040285], + [83.72426394148857, 26.951891898862634], + [83.80072333111725, 27.109988654005985], + [83.81754439683557, 27.24059032129832], + [83.9077664765974, 27.274959181112095] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kannauj", + "dt_code": "160", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.72237948832344, 27.221343759802608], + [79.80495562912242, 27.171852601670775], + [79.92881984032088, 27.14298275942721], + [80.01292516891243, 26.956016162040285], + [79.94105334266148, 26.939519109329673], + [79.89670689667683, 26.817165968392644], + [79.8416561361442, 26.773173827831016], + [79.75602161976006, 26.79379514371928], + [79.60004446491756, 26.892777459982945], + [79.49605969502255, 26.881779424842538], + [79.43642137111217, 26.940893863722227], + [79.34619929135035, 26.92989582858182], + [79.32479066225432, 26.96014042521794], + [79.38137061057954, 26.987635513068955], + [79.41348355422357, 27.138858496249554], + [79.39360411292012, 27.196598180736693], + [79.51899751191115, 27.20897097026965], + [79.66885791558337, 27.166353584100573], + [79.72237948832344, 27.221343759802608] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lucknow", + "dt_code": "157", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.82645307456158, 27.101740127650682], + [80.93043784445659, 27.158105057745267], + [81.011484797463, 27.141608005034655], + [80.97172591485608, 27.05499847830395], + [81.21639596166786, 26.70718561698857], + [81.1613452011352, 26.587581984836646], + [81.04818530448476, 26.50509672128359], + [80.9992512951224, 26.53259180913461], + [80.84174495248733, 26.665942985212045], + [80.79281094312498, 26.64532166932378], + [80.71940992908144, 26.70168659941837], + [80.720939116874, 26.800668915682035], + [80.62765866152702, 26.879029916057434], + [80.6001332812607, 26.986260758676405], + [80.54967008410577, 27.013755846527424], + [80.64600891503791, 27.078369302977315], + [80.82645307456158, 27.101740127650682] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jalpaiguri", + "dt_code": "328", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.40052021117867, 26.64394691493123], + [88.44945422054101, 26.70306135381092], + [88.43110396703014, 26.819915477177748], + [88.47850878859992, 26.880404670449987], + [88.60237299979838, 26.880404670449987], + [88.66354051150132, 26.925771565404165], + [88.75987934243346, 26.925771565404165], + [88.78893391049236, 26.99175977624661], + [88.86845167570618, 26.96563944278814], + [88.9204440606537, 26.99450928503171], + [89.08865471783679, 26.88865319680529], + [89.09018390562936, 26.84053679306601], + [89.04277908405959, 26.631574125398274], + [89.10547578355511, 26.593081002406848], + [89.11923847368826, 26.524343282779302], + [88.96173213105318, 26.538090826704813], + [88.92656081182399, 26.452856054366656], + [88.75987934243346, 26.329128159037076], + [88.70177020631567, 26.386867843524215], + [88.53050117354742, 26.478976387825124], + [88.42039965248212, 26.562836405770728], + [88.40052021117867, 26.64394691493123] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Basti", + "dt_code": "185", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.55902284354748, 27.08249356615497], + [82.58501903602124, 27.104489636435783], + [82.76393400775235, 27.111363408398535], + [82.79298857581125, 27.048124706341195], + [82.90461928466912, 27.004132565779567], + [82.86944796543993, 26.939519109329673], + [82.88626903115824, 26.77867284540122], + [82.97802029871265, 26.70718561698857], + [82.8939149701211, 26.60957805511746], + [82.818984768285, 26.568335423340933], + [82.71194162280484, 26.554587879415422], + [82.66300761344249, 26.604079037547255], + [82.57737309705837, 26.604079037547255], + [82.47338832716336, 26.652195441286537], + [82.39234137415697, 26.652195441286537], + [82.28223985309167, 26.73743021362469], + [82.22871828035159, 26.811666950822442], + [82.23024746814416, 26.868031880917027], + [82.31588198452829, 26.9780122323211], + [82.4886802050891, 26.90377549512335], + [82.56208121913264, 26.96426468839559], + [82.55902284354748, 27.08249356615497] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gorakhpur", + "dt_code": "188", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.120234763422, 27.10036537325813], + [83.14776014368833, 27.11411291718364], + [83.22269034552443, 27.090742092510272], + [83.38937181491495, 27.08249356615497], + [83.32361673983429, 26.968388951573242], + [83.43830582427731, 26.958765670825386], + [83.54534896975747, 26.88865319680529], + [83.52394034066143, 26.85290958259897], + [83.62180835938614, 26.753927266335303], + [83.62792511055643, 26.661818722034393], + [83.60039973029012, 26.514720002031446], + [83.49641496039511, 26.492723931750632], + [83.50559008715055, 26.417112440160334], + [83.62333754717872, 26.32087963268177], + [83.62945429834902, 26.219147807633004], + [83.53464465520945, 26.27413798333504], + [83.46736039233622, 26.275512737727592], + [83.41842638297385, 26.27413798333504], + [83.33737942996746, 26.34974947492534], + [83.22880709669472, 26.39511636987952], + [83.13246826576258, 26.385493089131664], + [83.07130075405965, 26.41023866819758], + [83.1554060826512, 26.539465581097364], + [83.11105963666657, 26.619201335865316], + [83.09729694653339, 26.806167933252237], + [83.15234770706604, 26.87215614409468], + [83.21657359435414, 26.881779424842538], + [83.22421953331701, 26.980761741106203], + [83.120234763422, 27.10036537325813] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sant Kabir Nagar", + "dt_code": "186", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.90461928466912, 27.004132565779567], + [83.120234763422, 27.10036537325813], + [83.22421953331701, 26.980761741106203], + [83.21657359435414, 26.881779424842538], + [83.15234770706604, 26.87215614409468], + [83.09729694653339, 26.806167933252237], + [83.11105963666657, 26.619201335865316], + [83.1554060826512, 26.539465581097364], + [83.07130075405965, 26.41023866819758], + [83.01930836911214, 26.474852124647473], + [82.9000317212914, 26.514720002031446], + [82.818984768285, 26.568335423340933], + [82.8939149701211, 26.60957805511746], + [82.97802029871265, 26.70718561698857], + [82.88626903115824, 26.77867284540122], + [82.86944796543993, 26.939519109329673], + [82.90461928466912, 27.004132565779567] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Karauli", + "dt_code": "107", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.09676404847457, 26.862532863346825], + [77.29250008592399, 26.78004759979377], + [77.34755084645664, 26.711309880166226], + [77.37660541451554, 26.619201335865316], + [77.22827419863589, 26.529842300349507], + [77.25579957890221, 26.432234738478392], + [77.3322589685309, 26.432234738478392], + [77.37507622672297, 26.3648717732434], + [77.27109145682796, 26.267264211372286], + [77.11970186536317, 26.213648790062802], + [76.99889602974986, 26.129788772117195], + [76.90102801102515, 26.092670403518323], + [76.85209400166279, 26.032181210246083], + [76.70223359799057, 26.180654684641578], + [76.57684019899953, 26.215023544455352], + [76.60130720368072, 26.33600193099983], + [76.8689150673811, 26.509220984461244], + [76.96984146169095, 26.55183837063032], + [76.98054577623897, 26.602704283154704], + [76.91631988895088, 26.683814792315207], + [76.83068537256676, 26.652195441286537], + [76.75728435852322, 26.568335423340933], + [76.47438461689711, 26.716808897736428], + [76.53555212860005, 26.781422354186322], + [76.6135407060213, 26.782797108578873], + [76.77257623644896, 26.891402705590394], + [76.79551405333757, 26.984886004283855], + [76.90102801102515, 26.971138460358347], + [76.95149120818007, 26.87215614409468], + [77.09676404847457, 26.862532863346825] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "East Champaran", + "dt_code": "204", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.50262052790853, 26.602704283154704], + [84.54390859830804, 26.653570195679087], + [84.72741113341687, 26.742929231194896], + [84.74423219913517, 26.815791214000093], + [84.67847712405451, 26.913398775871208], + [84.75799488926833, 27.002757811387017], + [84.82374996434899, 27.020629618490176], + [84.96137686568062, 26.96014042521794], + [85.03019031634643, 26.874905652879782], + [85.19228422235923, 26.86940663530958], + [85.17852153222607, 26.79791940689693], + [85.25498092185475, 26.753927266335303], + [85.26568523640277, 26.64669642371633], + [85.26109767302505, 26.587581984836646], + [85.17852153222607, 26.48722491418043], + [85.29015224108394, 26.353873738102994], + [85.2870938654988, 26.35249898371044], + [85.28097711432851, 26.34974947492534], + [85.1999301613221, 26.28513601847545], + [85.04548219427217, 26.341500948570033], + [84.90173854177026, 26.326378650251975], + [84.8650380347485, 26.26039043940953], + [84.65095174378818, 26.466603598292167], + [84.5913134198778, 26.437733756048598], + [84.51026646687141, 26.53259180913461], + [84.50262052790853, 26.602704283154704] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Unnao", + "dt_code": "156", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.0435089247639, 26.924396811011615], + [80.11538075101487, 26.99450928503171], + [80.17807745051039, 26.957390916432836], + [80.30805841287913, 27.02612863606038], + [80.36310917341179, 26.921647302226514], + [80.54967008410577, 27.013755846527424], + [80.6001332812607, 26.986260758676405], + [80.62765866152702, 26.879029916057434], + [80.720939116874, 26.800668915682035], + [80.71940992908144, 26.70168659941837], + [80.79281094312498, 26.64532166932378], + [80.84174495248733, 26.665942985212045], + [80.9992512951224, 26.53259180913461], + [81.00995560967043, 26.423986212123086], + [81.04971449227733, 26.375869808383808], + [80.81880713559872, 26.20127600052984], + [80.69341373660768, 26.161408123145865], + [80.67353429530424, 26.122915000154443], + [80.59095815450526, 26.176530421463927], + [80.59095815450526, 26.23152059716596], + [80.51755714046172, 26.357998001280645], + [80.3095876006717, 26.542215089882465], + [80.24689090117619, 26.687939055492862], + [80.16431476037722, 26.714059388951327], + [80.11690993880744, 26.777298091008667], + [80.1429061312812, 26.859783354561724], + [80.0435089247639, 26.924396811011615] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Etawah", + "dt_code": "161", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.73911173769862, 26.920272547833964], + [78.809454376157, 26.957390916432836], + [79.17951782195982, 27.005507320172118], + [79.32479066225432, 26.96014042521794], + [79.34619929135035, 26.92989582858182], + [79.31867391108402, 26.659069213249293], + [79.21927670456672, 26.56421116016328], + [79.26973990172166, 26.480351142217675], + [79.21468914118901, 26.436359001656047], + [79.13517137597518, 26.4404832648337], + [78.9898985356807, 26.57933345848134], + [79.006719601399, 26.67144200278225], + [78.87215107565252, 26.69756233624072], + [78.78039980809811, 26.769049564653365], + [78.85380082214164, 26.811666950822442], + [78.73911173769862, 26.920272547833964] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dholpur", + "dt_code": "106", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.34755084645664, 26.711309880166226], + [77.45459399193679, 26.742929231194896], + [77.52493663039517, 26.818540722785194], + [77.72220185563717, 26.874905652879782], + [77.76043155045151, 26.93264533736692], + [77.9867513437524, 26.88865319680529], + [78.11061555495087, 26.895526968768046], + [78.1488452497652, 26.94914239007753], + [78.2711802731711, 26.920272547833964], + [78.22224626380874, 26.832288266710705], + [78.11214474274344, 26.79516989811183], + [78.08920692585484, 26.6755662659599], + [78.00051403388557, 26.694812827455614], + [77.90417520295343, 26.659069213249293], + [77.82312824994703, 26.55046361623777], + [77.74513967252577, 26.538090826704813], + [77.53869932052834, 26.41161342259013], + [77.43777292621847, 26.403364896234823], + [77.37507622672297, 26.3648717732434], + [77.3322589685309, 26.432234738478392], + [77.25579957890221, 26.432234738478392], + [77.22827419863589, 26.529842300349507], + [77.37660541451554, 26.619201335865316], + [77.34755084645664, 26.711309880166226] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kanpur Nagar", + "dt_code": "164", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.01292516891243, 26.956016162040285], + [80.0435089247639, 26.924396811011615], + [80.1429061312812, 26.859783354561724], + [80.11690993880744, 26.777298091008667], + [80.16431476037722, 26.714059388951327], + [80.24689090117619, 26.687939055492862], + [80.3095876006717, 26.542215089882465], + [80.51755714046172, 26.357998001280645], + [80.59095815450526, 26.23152059716596], + [80.32487947859745, 26.114666473799137], + [80.25453684013907, 26.04592875417159], + [80.23618658662818, 25.926325122019662], + [80.08479699516339, 25.99781235043231], + [80.11232237542971, 26.04592875417159], + [79.95634522058721, 26.07754810520026], + [79.9624619717575, 26.149035333612908], + [80.0083376055347, 26.26039043940953], + [80.1765482627178, 26.344250457355137], + [80.11996831439258, 26.465228843899617], + [80.17501907492523, 26.50372196689104], + [80.13373100452574, 26.571084932126034], + [80.02210029566787, 26.60957805511746], + [80.003750042157, 26.69756233624072], + [79.89670689667683, 26.817165968392644], + [79.94105334266148, 26.939519109329673], + [80.01292516891243, 26.956016162040285] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Auraiya", + "dt_code": "162", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.34619929135035, 26.92989582858182], + [79.43642137111217, 26.940893863722227], + [79.49605969502255, 26.881779424842538], + [79.60004446491756, 26.892777459982945], + [79.75602161976006, 26.79379514371928], + [79.71779192494573, 26.657694458856742], + [79.63980334752448, 26.60682854633236], + [79.59851527712499, 26.466603598292167], + [79.50676400957057, 26.3648717732434], + [79.47312187813395, 26.432234738478392], + [79.32479066225432, 26.39786587866462], + [79.21468914118901, 26.436359001656047], + [79.26973990172166, 26.480351142217675], + [79.21927670456672, 26.56421116016328], + [79.31867391108402, 26.659069213249293], + [79.34619929135035, 26.92989582858182] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Morena", + "dt_code": "419", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.22224626380874, 26.832288266710705], + [78.35834397734779, 26.86940663530958], + [78.39504448436955, 26.817165968392644], + [78.54490488804177, 26.76355054708316], + [78.49444169088684, 26.6700672483897], + [78.36751910410322, 26.571084932126034], + [78.21612951263845, 26.529842300349507], + [78.29258890226713, 26.404739650627377], + [78.25741758303793, 26.329128159037076], + [78.15037443755777, 26.341500948570033], + [78.02803941415189, 26.308506843148812], + [78.01121834843357, 26.27276322894249], + [77.81548231098415, 26.25489142183933], + [77.7436104847332, 26.161408123145865], + [77.72831860680746, 26.04592875417159], + [77.6686802828971, 25.96756775379619], + [77.69620566316341, 25.901579542953748], + [77.64268409042334, 25.898830034168647], + [77.64880084159364, 25.962068736225987], + [77.4255394238779, 26.122915000154443], + [77.31390871502002, 26.142161561650155], + [77.25274120331707, 26.087171385948118], + [77.11970186536317, 26.213648790062802], + [77.27109145682796, 26.267264211372286], + [77.37507622672297, 26.3648717732434], + [77.43777292621847, 26.403364896234823], + [77.53869932052834, 26.41161342259013], + [77.74513967252577, 26.538090826704813], + [77.82312824994703, 26.55046361623777], + [77.90417520295343, 26.659069213249293], + [78.00051403388557, 26.694812827455614], + [78.08920692585484, 26.6755662659599], + [78.11214474274344, 26.79516989811183], + [78.22224626380874, 26.832288266710705] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Barmer", + "dt_code": "115", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [70.14048878005723, 26.155909105575663], + [70.3622210099804, 26.142161561650155], + [70.43103446064622, 26.175155667071376], + [70.65429587836196, 26.19577698295964], + [70.74145958253865, 26.1407868072576], + [70.86685298152969, 26.13116352650975], + [70.94025399557322, 26.07892285959281], + [71.05035551663852, 26.13941205286505], + [71.0105966340316, 26.279637000905243], + [71.0748225213197, 26.32225438707432], + [71.14057759640036, 26.308506843148812], + [71.21244942265132, 26.4432327736188], + [71.2827920611097, 26.466603598292167], + [71.32713850709435, 26.421236703337986], + [71.43571084036707, 26.496848194928287], + [71.48770322531458, 26.45698031754431], + [71.5733377416987, 26.506471475676143], + [71.63450525340164, 26.404739650627377], + [71.787424032659, 26.34699996614024], + [71.83788722981393, 26.374495053991257], + [71.89293799034658, 26.297508808008406], + [72.06420702311482, 26.35112422931789], + [72.2675889995271, 26.19715173735219], + [72.34251920136322, 26.245268141091472], + [72.41133265202903, 26.237019614736166], + [72.45873747359882, 26.300258316793506], + [72.59483518713786, 26.278262246512693], + [72.68964483027743, 26.186153702211783], + [72.69423239365514, 26.037680227816285], + [72.62083137961162, 25.974441525758944], + [72.83491767057193, 25.864461174354872], + [72.7783377222467, 25.803971981082633], + [72.75998746873582, 25.72423622631468], + [72.68658645469228, 25.669246050612646], + [72.67588214014427, 25.612881120518058], + [72.59024762376015, 25.608756857340406], + [72.56119305570124, 25.530395856965004], + [72.42203696657705, 25.439662067056645], + [72.33640245019292, 25.439662067056645], + [72.32111057226719, 25.388796154532262], + [72.03209407947078, 25.47403092687042], + [71.91587580723518, 25.346178768363185], + [71.94645956308665, 25.315934171727065], + [71.8455331687768, 25.199080048360237], + [71.79048240824415, 25.078101661815758], + [71.73696083550406, 25.0684783810679], + [71.68191007497143, 24.985993117514848], + [71.63450525340164, 25.03410952125413], + [71.5549874881878, 24.981868854337197], + [71.50452429103288, 25.009363942188216], + [71.33937200943494, 24.93925146816812], + [71.32713850709435, 24.843018660689555], + [71.18798241797015, 24.65055304573243], + [71.11152302834147, 24.675298624798344], + [70.93719561998807, 24.93925146816812], + [70.88826161062572, 25.148214135835854], + [70.75063470929409, 25.27744104873564], + [70.66500019290997, 25.397044680887568], + [70.67417531966541, 25.676119822575398], + [70.60842024458475, 25.714612945566824], + [70.5304316671635, 25.682993594538154], + [70.38668801466157, 25.673370313790297], + [70.2689405546334, 25.713238191174273], + [70.09920070965774, 25.93869791155262], + [70.083908831732, 26.083047122770466], + [70.14048878005723, 26.155909105575663] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ayodhya", + "dt_code": "177", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.74855331348347, 26.868031880917027], + [81.8922969659854, 26.8267892491405], + [81.97640229457694, 26.781422354186322], + [82.19201777332982, 26.836412529888356], + [82.22871828035159, 26.811666950822442], + [82.28223985309167, 26.73743021362469], + [82.39234137415697, 26.652195441286537], + [82.47338832716336, 26.652195441286537], + [82.42751269338616, 26.54633935306012], + [82.33576142583175, 26.57795870408879], + [82.25318528503277, 26.421236703337986], + [82.22260152918129, 26.41023866819758], + [82.09720813019025, 26.477601633432574], + [81.93970178755518, 26.507846230068694], + [81.69809011632854, 26.543589844275015], + [81.64151016800332, 26.63982265175358], + [81.55893402720434, 26.64119740614613], + [81.64151016800332, 26.82266498596285], + [81.74855331348347, 26.868031880917027] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kanpur Dehat", + "dt_code": "163", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.75602161976006, 26.79379514371928], + [79.8416561361442, 26.773173827831016], + [79.89670689667683, 26.817165968392644], + [80.003750042157, 26.69756233624072], + [80.02210029566787, 26.60957805511746], + [80.13373100452574, 26.571084932126034], + [80.17501907492523, 26.50372196689104], + [80.11996831439258, 26.465228843899617], + [80.1765482627178, 26.344250457355137], + [80.0083376055347, 26.26039043940953], + [79.9624619717575, 26.149035333612908], + [79.91658633798029, 26.08992089473322], + [79.78201781223382, 26.11054221062148], + [79.76213837093036, 26.183404193426682], + [79.64897847427991, 26.210899281277698], + [79.55263964334777, 26.270013720157387], + [79.50676400957057, 26.3648717732434], + [79.59851527712499, 26.466603598292167], + [79.63980334752448, 26.60682854633236], + [79.71779192494573, 26.657694458856742], + [79.75602161976006, 26.79379514371928] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhind", + "dt_code": "420", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.54490488804177, 26.76355054708316], + [78.78039980809811, 26.769049564653365], + [78.87215107565252, 26.69756233624072], + [79.006719601399, 26.67144200278225], + [78.9898985356807, 26.57933345848134], + [79.13517137597518, 26.4404832648337], + [79.13822975156033, 26.338751439784932], + [78.9944860990584, 26.19715173735219], + [79.01130716477672, 26.083047122770466], + [78.9486104652812, 26.02805694706843], + [78.93790615073318, 25.95244545547813], + [78.88591376578569, 25.912577578094155], + [78.80486681277928, 25.944196929122825], + [78.77275386913524, 26.018433666320572], + [78.8446256953862, 26.111916965014036], + [78.78957493485355, 26.22327207081066], + [78.69629447950656, 26.217773053240453], + [78.62748102884075, 26.157283859968214], + [78.41186555008787, 26.296134053615855], + [78.29105971447456, 26.34837472053279], + [78.25741758303793, 26.329128159037076], + [78.29258890226713, 26.404739650627377], + [78.21612951263845, 26.529842300349507], + [78.36751910410322, 26.571084932126034], + [78.49444169088684, 26.6700672483897], + [78.54490488804177, 26.76355054708316] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sawai Madhopur", + "dt_code": "108", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.17466380955268, 26.48585015978788], + [76.32299502543232, 26.45698031754431], + [76.4116879174016, 26.415737685767784], + [76.47744299248225, 26.499597703713388], + [76.40251279064614, 26.56558591455583], + [76.47438461689711, 26.716808897736428], + [76.75728435852322, 26.568335423340933], + [76.83068537256676, 26.652195441286537], + [76.91631988895088, 26.683814792315207], + [76.98054577623897, 26.602704283154704], + [76.96984146169095, 26.55183837063032], + [76.8689150673811, 26.509220984461244], + [76.60130720368072, 26.33600193099983], + [76.57684019899953, 26.215023544455352], + [76.70223359799057, 26.180654684641578], + [76.85209400166279, 26.032181210246083], + [76.78786811437469, 25.944196929122825], + [76.71599628812373, 25.901579542953748], + [76.64259527408021, 25.9084533149165], + [76.54625644314807, 25.838340840896407], + [76.47744299248225, 25.841090349681508], + [76.44227167325306, 25.773727384446513], + [76.35663715686894, 25.740733279025292], + [76.3122907108843, 25.81359526183049], + [76.20983512878188, 25.86033691117722], + [76.24041888463334, 26.022557929498227], + [76.09514604433885, 26.000561859217413], + [76.08750010537598, 26.10366843865873], + [75.994219650029, 26.116041228191687], + [75.98963208665127, 26.221897316418104], + [76.10126279550914, 26.241143877913817], + [76.17466380955268, 26.48585015978788] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Deoria", + "dt_code": "190", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.62792511055643, 26.661818722034393], + [83.77013957526579, 26.70031184502582], + [83.84048221372417, 26.75942628390551], + [84.05151012909933, 26.55183837063032], + [83.91541241556028, 26.50234721249849], + [83.9077664765974, 26.447357036796454], + [84.1570240867869, 26.375869808383808], + [84.17690352809036, 26.264514702587185], + [84.08668144832852, 26.219147807633004], + [84.05609769247705, 26.099544175481075], + [83.90623728880483, 26.122915000154443], + [83.85883246723506, 26.184778947819233], + [83.83436546255388, 26.232895351558515], + [83.74261419499946, 26.265889456979735], + [83.62945429834902, 26.219147807633004], + [83.62333754717872, 26.32087963268177], + [83.50559008715055, 26.417112440160334], + [83.49641496039511, 26.492723931750632], + [83.60039973029012, 26.514720002031446], + [83.62792511055643, 26.661818722034393] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sitamarhi", + "dt_code": "206", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.26568523640277, 26.64669642371633], + [85.25498092185475, 26.753927266335303], + [85.33449868706859, 26.741554476802346], + [85.54399741465117, 26.837787284280907], + [85.64339462116845, 26.85290958259897], + [85.72902913755257, 26.80891744203734], + [85.72291238638228, 26.67419151156735], + [85.81619284172928, 26.599954774369603], + [85.82536796848471, 26.540840335489914], + [85.76725883236692, 26.436359001656047], + [85.70609132066397, 26.444607528011353], + [85.7045621328714, 26.30300782557861], + [85.50423853204425, 26.38136882595401], + [85.4614212738522, 26.301633071186057], + [85.37578675746806, 26.337376685392382], + [85.36049487954233, 26.506471475676143], + [85.40178294994182, 26.514720002031446], + [85.31767762135027, 26.661818722034393], + [85.26568523640277, 26.64669642371633] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tonk", + "dt_code": "120", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.16692905424667, 26.463854089507063], + [75.20210037347586, 26.51746951081655], + [75.3274937724669, 26.561461651378178], + [75.36572346728124, 26.48859966857298], + [75.45441635925052, 26.496848194928287], + [75.56910544369353, 26.448731791189005], + [75.70826153281773, 26.445982282403904], + [75.81377549050531, 26.52021901960165], + [76.00798234016216, 26.499597703713388], + [76.10126279550914, 26.538090826704813], + [76.15325518045665, 26.5215937739942], + [76.17466380955268, 26.48585015978788], + [76.10126279550914, 26.241143877913817], + [75.98963208665127, 26.221897316418104], + [75.994219650029, 26.116041228191687], + [76.08750010537598, 26.10366843865873], + [76.09514604433885, 26.000561859217413], + [76.24041888463334, 26.022557929498227], + [76.20983512878188, 25.86033691117722], + [76.3122907108843, 25.81359526183049], + [76.1379633025309, 25.78472541958692], + [76.04468284718392, 25.81222050743794], + [76.05232878614679, 25.863086419962322], + [75.86270949986766, 25.87545920949528], + [75.76637066893552, 25.820469033793245], + [75.75413716659493, 25.757230331735904], + [75.65473996007765, 25.7489818053806], + [75.61498107747074, 25.680244085753053], + [75.45900392262823, 25.72286147192213], + [75.40089478651043, 25.775102138839063], + [75.31678945791889, 25.766853612483757], + [75.3045559555783, 25.86033691117722], + [75.2464468194605, 25.93869791155262], + [75.35043158935551, 26.01155989435782], + [75.30302676778572, 26.07067433323751], + [75.18680849555012, 26.116041228191687], + [75.11187829371403, 26.28788552726055], + [75.12869935943233, 26.403364896234823], + [75.16692905424667, 26.463854089507063] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sheohar", + "dt_code": "205", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.29015224108394, 26.353873738102994], + [85.17852153222607, 26.48722491418043], + [85.26109767302505, 26.587581984836646], + [85.26568523640277, 26.64669642371633], + [85.31767762135027, 26.661818722034393], + [85.40178294994182, 26.514720002031446], + [85.36049487954233, 26.506471475676143], + [85.37578675746806, 26.337376685392382], + [85.29015224108394, 26.353873738102994] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sultanpur", + "dt_code": "179", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.93970178755518, 26.507846230068694], + [82.09720813019025, 26.477601633432574], + [82.22260152918129, 26.41023866819758], + [82.37857868402381, 26.37999407156146], + [82.39845812532727, 26.300258316793506], + [82.54984771679204, 26.28788552726055], + [82.67829949136822, 26.25626617623188], + [82.67829949136822, 26.151784842398012], + [82.57890228485094, 26.186153702211783], + [82.43515863234903, 26.098169421088524], + [82.43362944455646, 26.006060876787615], + [82.35869924272035, 26.004686122395064], + [82.24248097048475, 26.056926789311998], + [82.19813452450012, 26.018433666320572], + [82.10026650577541, 26.07204908763006], + [82.0482741208279, 26.058301543704548], + [82.04980330862048, 26.149035333612908], + [81.85253808337848, 26.283761264082898], + [81.88159265143739, 26.388242597916765], + [81.94887691431062, 26.419861948945435], + [81.93970178755518, 26.507846230068694] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pali", + "dt_code": "118", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.83491767057193, 25.864461174354872], + [72.95878188177038, 25.900204788561197], + [73.04288721036193, 25.964818245011088], + [73.05206233711738, 26.01430940314292], + [73.16216385818267, 26.032181210246083], + [73.19274761403415, 26.069299578844955], + [73.30743669847716, 26.030806455853533], + [73.33954964212121, 26.116041228191687], + [73.40224634161673, 26.161408123145865], + [73.46341385331968, 26.084421877163017], + [73.62703694712505, 26.144911070435256], + [73.65456232739137, 26.069299578844955], + [73.81053948223388, 26.11054221062148], + [73.81053948223388, 26.356623246888095], + [73.87017780614426, 26.42948522969329], + [74.15919429894066, 26.41023866819758], + [74.23718287636191, 26.461104580721962], + [74.290704449102, 26.448731791189005], + [74.30446713923516, 26.329128159037076], + [74.25094556649508, 26.286510772868], + [74.36716383873068, 26.191652719781985], + [74.18060292803669, 26.032181210246083], + [74.12708135529662, 25.960693981833437], + [74.10720191399317, 25.856212647999566], + [74.05368034125308, 25.8300923145411], + [73.99557120513529, 25.865835928747423], + [73.90687831316602, 25.740733279025292], + [73.90840750095859, 25.684368348930704], + [73.86406105497396, 25.649999489116933], + [73.74172603156806, 25.392920417709913], + [73.61021588140675, 25.285689575090945], + [73.59339481568843, 25.193581030790035], + [73.48788085800085, 25.104221995274226], + [73.40836309278703, 25.087724942563614], + [73.34413720549892, 25.010738696580766], + [73.33037451536578, 24.906257362746896], + [73.20956867975245, 24.785278976202417], + [73.14687198025693, 24.748160607603545], + [73.1484011680495, 24.845768169474656], + [72.992424013207, 24.921379661064957], + [72.99701157658473, 24.961247538448934], + [73.1086422854426, 25.039608538824336], + [73.1376968535015, 25.09734822331147], + [73.00006995216987, 25.100097732096575], + [72.94960675501494, 25.142715118265652], + [72.93584406488178, 25.241697434529318], + [72.97254457190354, 25.335180733222778], + [73.09182121972428, 25.467157154907664], + [73.05359152490995, 25.556516190423473], + [72.93584406488178, 25.636251945191425], + [72.88996843110456, 25.736609015847637], + [72.7783377222467, 25.803971981082633], + [72.83491767057193, 25.864461174354872] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gopalganj", + "dt_code": "217", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.418515199317, 26.631574125398274], + [84.50262052790853, 26.602704283154704], + [84.51026646687141, 26.53259180913461], + [84.5913134198778, 26.437733756048598], + [84.65095174378818, 26.466603598292167], + [84.8650380347485, 26.26039043940953], + [84.89715097839253, 26.215023544455352], + [84.7656408282312, 26.209524526885147], + [84.65401011937332, 26.298883562400956], + [84.36346443878435, 26.368996036421052], + [84.26712560785221, 26.309881597541363], + [84.1570240867869, 26.375869808383808], + [83.9077664765974, 26.447357036796454], + [83.91541241556028, 26.50234721249849], + [84.05151012909933, 26.55183837063032], + [84.11267764080227, 26.630199371005723], + [84.28088829798537, 26.599954774369603], + [84.418515199317, 26.631574125398274] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ambedkar Nagar", + "dt_code": "178", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.47338832716336, 26.652195441286537], + [82.57737309705837, 26.604079037547255], + [82.66300761344249, 26.604079037547255], + [82.71194162280484, 26.554587879415422], + [82.818984768285, 26.568335423340933], + [82.9000317212914, 26.514720002031446], + [83.01930836911214, 26.474852124647473], + [83.07130075405965, 26.41023866819758], + [83.13246826576258, 26.385493089131664], + [83.10953044887398, 26.283761264082898], + [83.06365481509678, 26.279637000905243], + [82.93520304052059, 26.41023866819758], + [82.88168146778052, 26.38274358034656], + [82.88626903115824, 26.245268141091472], + [82.82204314387015, 26.187528456604333], + [82.67829949136822, 26.25626617623188], + [82.54984771679204, 26.28788552726055], + [82.39845812532727, 26.300258316793506], + [82.37857868402381, 26.37999407156146], + [82.22260152918129, 26.41023866819758], + [82.25318528503277, 26.421236703337986], + [82.33576142583175, 26.57795870408879], + [82.42751269338616, 26.54633935306012], + [82.47338832716336, 26.652195441286537] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rae Bareli", + "dt_code": "158", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.1613452011352, 26.587581984836646], + [81.18122464243866, 26.60682854633236], + [81.34484773624405, 26.543589844275015], + [81.40754443573957, 26.315380615111568], + [81.35708123858463, 26.278262246512693], + [81.37390230430294, 26.188903210996884], + [81.33873098507375, 26.04730350856414], + [81.3066180414297, 26.018433666320572], + [81.4457741305539, 25.93457364837497], + [81.33261423390346, 25.869960191925077], + [81.33873098507375, 25.81084575304539], + [81.21945433725301, 25.865835928747423], + [81.21639596166786, 25.940072665945173], + [81.0634771824105, 26.000561859217413], + [81.01454317304814, 26.07479859641516], + [80.87538708392395, 26.055552034919447], + [80.67353429530424, 26.122915000154443], + [80.69341373660768, 26.161408123145865], + [80.81880713559872, 26.20127600052984], + [81.04971449227733, 26.375869808383808], + [81.00995560967043, 26.423986212123086], + [80.9992512951224, 26.53259180913461], + [81.04818530448476, 26.50509672128359], + [81.1613452011352, 26.587581984836646] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jalaun", + "dt_code": "165", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.13517137597518, 26.4404832648337], + [79.21468914118901, 26.436359001656047], + [79.32479066225432, 26.39786587866462], + [79.47312187813395, 26.432234738478392], + [79.50676400957057, 26.3648717732434], + [79.55263964334777, 26.270013720157387], + [79.64897847427991, 26.210899281277698], + [79.76213837093036, 26.183404193426682], + [79.78201781223382, 26.11054221062148], + [79.91658633798029, 26.08992089473322], + [79.95481603279464, 26.023932683890777], + [79.86612314082537, 25.93594840276752], + [79.87071070420309, 25.882332981458035], + [79.78507618781896, 25.863086419962322], + [79.7483756807972, 25.9084533149165], + [79.61074877946558, 25.897455279776093], + [79.5511104555552, 25.821843788185795], + [79.49758888281512, 25.857587402392117], + [79.39819167629784, 25.788849682764575], + [79.32479066225432, 25.766853612483757], + [79.21163076560386, 25.788849682764575], + [79.03883254504305, 25.868585437532527], + [78.93790615073318, 25.95244545547813], + [78.9486104652812, 26.02805694706843], + [79.01130716477672, 26.083047122770466], + [78.9944860990584, 26.19715173735219], + [79.13822975156033, 26.338751439784932], + [79.13517137597518, 26.4404832648337] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Azamgarh", + "dt_code": "191", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.13246826576258, 26.385493089131664], + [83.22880709669472, 26.39511636987952], + [83.33737942996746, 26.34974947492534], + [83.41842638297385, 26.27413798333504], + [83.46736039233622, 26.275512737727592], + [83.40925125621841, 26.16828189510862], + [83.41842638297385, 26.11054221062148], + [83.31902917645657, 26.04867826295669], + [83.29609135956797, 25.945571683515375], + [83.34808374451546, 25.819094279400694], + [83.21810278214672, 25.758605086128455], + [83.18751902629523, 25.677494576967952], + [83.06671319068192, 25.652748997902034], + [82.98260786209038, 25.680244085753053], + [82.89850253349883, 25.775102138839063], + [82.8251015194553, 25.76960312126886], + [82.75475888099692, 25.836966086503853], + [82.77310913450779, 25.896080525383542], + [82.67829949136822, 26.151784842398012], + [82.67829949136822, 26.25626617623188], + [82.82204314387015, 26.187528456604333], + [82.88626903115824, 26.245268141091472], + [82.88168146778052, 26.38274358034656], + [82.93520304052059, 26.41023866819758], + [83.06365481509678, 26.279637000905243], + [83.10953044887398, 26.283761264082898], + [83.13246826576258, 26.385493089131664] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gwalior", + "dt_code": "421", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.69620566316341, 25.901579542953748], + [77.6686802828971, 25.96756775379619], + [77.72831860680746, 26.04592875417159], + [77.7436104847332, 26.161408123145865], + [77.81548231098415, 26.25489142183933], + [78.01121834843357, 26.27276322894249], + [78.02803941415189, 26.308506843148812], + [78.15037443755777, 26.341500948570033], + [78.25741758303793, 26.329128159037076], + [78.29105971447456, 26.34837472053279], + [78.41186555008787, 26.296134053615855], + [78.62748102884075, 26.157283859968214], + [78.58466377064869, 26.006060876787615], + [78.48220818854625, 25.962068736225987], + [78.47303306179082, 25.909828069309054], + [78.33081859708146, 25.832841823326202], + [78.29564727785227, 25.78610017397947], + [78.21460032484588, 25.73798377024019], + [78.05403560662565, 25.709113927996622], + [77.91640870529402, 25.7544808229508], + [77.69620566316341, 25.901579542953748] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sheopur", + "dt_code": "418", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.85209400166279, 26.032181210246083], + [76.90102801102515, 26.092670403518323], + [76.99889602974986, 26.129788772117195], + [77.11970186536317, 26.213648790062802], + [77.25274120331707, 26.087171385948118], + [77.31390871502002, 26.142161561650155], + [77.4255394238779, 26.122915000154443], + [77.64880084159364, 25.962068736225987], + [77.64268409042334, 25.898830034168647], + [77.52187825481002, 25.850713630429365], + [77.42401023608531, 25.89195626220589], + [77.40871835815958, 25.81222050743794], + [77.32920059294575, 25.790224437157125], + [77.27720820799826, 25.72011196313703], + [77.30014602488686, 25.534520120142655], + [77.17934018927355, 25.51114929546929], + [77.0830013583414, 25.33655548761533], + [76.94537445700978, 25.284314820698395], + [76.8566815650405, 25.332431224437673], + [76.76187192190095, 25.320058434904716], + [76.67012065434653, 25.348928277148286], + [76.59366126471785, 25.408042716027975], + [76.51567268729659, 25.527646348179903], + [76.50343918495601, 25.670620805005196], + [76.54625644314807, 25.838340840896407], + [76.64259527408021, 25.9084533149165], + [76.71599628812373, 25.901579542953748], + [76.78786811437469, 25.944196929122825], + [76.85209400166279, 26.032181210246083] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mau", + "dt_code": "192", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.46736039233622, 26.275512737727592], + [83.53464465520945, 26.27413798333504], + [83.62945429834902, 26.219147807633004], + [83.74261419499946, 26.265889456979735], + [83.83436546255388, 26.232895351558515], + [83.85883246723506, 26.184778947819233], + [83.79460657994696, 26.10779270183638], + [83.68144668329651, 26.07342384202261], + [83.67685911991879, 26.01155989435782], + [83.78848982877666, 25.977191034544045], + [83.79766495553211, 25.902954297346298], + [83.72120556590343, 25.856212647999566], + [83.64627536406732, 25.900204788561197], + [83.34808374451546, 25.819094279400694], + [83.29609135956797, 25.945571683515375], + [83.31902917645657, 26.04867826295669], + [83.41842638297385, 26.11054221062148], + [83.40925125621841, 26.16828189510862], + [83.46736039233622, 26.275512737727592] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Fatehpur", + "dt_code": "172", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.59095815450526, 26.23152059716596], + [80.59095815450526, 26.176530421463927], + [80.67353429530424, 26.122915000154443], + [80.87538708392395, 26.055552034919447], + [81.01454317304814, 26.07479859641516], + [81.0634771824105, 26.000561859217413], + [81.21639596166786, 25.940072665945173], + [81.21945433725301, 25.865835928747423], + [81.33873098507375, 25.81084575304539], + [81.22710027621588, 25.714612945566824], + [81.20722083491242, 25.5977588222], + [81.2607424076525, 25.548267664068167], + [81.19345814477926, 25.44791059341195], + [81.18887058140153, 25.490527979581028], + [81.01913073642586, 25.546892909675616], + [80.95490484913778, 25.608756857340406], + [80.93196703224916, 25.69261687528601], + [80.83868657690218, 25.72561098070723], + [80.72399749245916, 25.681618840145603], + [80.57260790099437, 25.717362454351928], + [80.52214470383944, 25.773727384446513], + [80.55272845969091, 25.871334946317628], + [80.40592643160385, 25.913952332486705], + [80.34628810769348, 25.898830034168647], + [80.23618658662818, 25.926325122019662], + [80.25453684013907, 26.04592875417159], + [80.32487947859745, 26.114666473799137], + [80.59095815450526, 26.23152059716596] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ballia", + "dt_code": "193", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.85883246723506, 26.184778947819233], + [83.90623728880483, 26.122915000154443], + [84.05609769247705, 26.099544175481075], + [84.2961801759111, 25.945571683515375], + [84.3542893120289, 25.959319227440886], + [84.47203677205707, 25.882332981458035], + [84.62495555131443, 25.791599191549675], + [84.60048854663326, 25.732484752669986], + [84.55767128844118, 25.680244085753053], + [84.33593905851802, 25.743482787810393], + [84.3191179927997, 25.667871296220095], + [84.20595809614926, 25.669246050612646], + [84.1402030210686, 25.731109998277436], + [84.07444794598793, 25.69536638407111], + [84.08056469715822, 25.636251945191425], + [83.93070429348602, 25.557890944816023], + [83.95364211037462, 25.7489818053806], + [83.82060277242071, 25.78610017397947], + [83.72120556590343, 25.856212647999566], + [83.79766495553211, 25.902954297346298], + [83.78848982877666, 25.977191034544045], + [83.67685911991879, 26.01155989435782], + [83.68144668329651, 26.07342384202261], + [83.79460657994696, 26.10779270183638], + [83.85883246723506, 26.184778947819233] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jaunpur", + "dt_code": "194", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.43362944455646, 26.006060876787615], + [82.43515863234903, 26.098169421088524], + [82.57890228485094, 26.186153702211783], + [82.67829949136822, 26.151784842398012], + [82.77310913450779, 25.896080525383542], + [82.75475888099692, 25.836966086503853], + [82.8251015194553, 25.76960312126886], + [82.89850253349883, 25.775102138839063], + [82.98260786209038, 25.680244085753053], + [83.06671319068192, 25.652748997902034], + [83.07130075405965, 25.548267664068167], + [83.02083755690472, 25.577137506311736], + [82.94131979169089, 25.531770611357555], + [82.87403552881764, 25.56613947117133], + [82.73946700307117, 25.546892909675616], + [82.69359136929397, 25.394295172102467], + [82.62019035525043, 25.394295172102467], + [82.51620558535542, 25.441036821449195], + [82.4428045713119, 25.518023067432047], + [82.32964467466145, 25.533145365750105], + [82.22413071697386, 25.589510295844693], + [82.15072970293033, 25.673370313790297], + [82.1874302099521, 25.70773917360407], + [82.21801396580358, 25.839715595288958], + [82.27918147750651, 25.84246510407406], + [82.35411167934262, 25.90432905173885], + [82.36940355726836, 25.98269005211425], + [82.43362944455646, 26.006060876787615] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhilwara", + "dt_code": "122", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.31678945791889, 25.766853612483757], + [75.40089478651043, 25.775102138839063], + [75.45900392262823, 25.72286147192213], + [75.42994935456933, 25.623879155658464], + [75.35807752831838, 25.53726962892776], + [75.36266509169609, 25.482279453225722], + [75.28467651427484, 25.40254369845777], + [75.34125646260006, 25.32280794368982], + [75.44524123249506, 25.26369350481013], + [75.44677042028763, 25.15508790779861], + [75.402423974303, 25.102847240881676], + [75.45135798366536, 25.04923181957219], + [75.35196077714808, 25.01898722293607], + [75.19139605892785, 25.03685903003923], + [75.20362956126844, 25.09047445134872], + [74.96048870224924, 25.139965609480548], + [74.91002550509431, 25.177083978079423], + [74.79533642065128, 25.15233839901351], + [74.7127602798523, 25.204579065930442], + [74.6148922611276, 25.141340363873102], + [74.50937830344002, 25.18258299564963], + [74.38704328003413, 25.181208241257078], + [74.26317906883567, 25.0657288722828], + [74.18824886699956, 25.057480345927495], + [74.16531105011096, 25.12621806555504], + [74.04756359008279, 25.237573171351663], + [74.02156739760903, 25.347553522755735], + [74.12708135529662, 25.647249980331832], + [74.10720191399317, 25.72286147192213], + [74.19589480596242, 25.739358524632742], + [74.18213211582926, 25.84796412164426], + [74.19283643037728, 25.853463139214465], + [74.2264785618139, 25.84383985846661], + [74.2845876979317, 25.883707735850585], + [74.3885724678267, 25.963443490618538], + [74.4298605382262, 25.930449385197317], + [74.61642144892018, 25.90432905173885], + [74.70817271647459, 25.92082610444946], + [74.79992398402901, 25.87408445510273], + [74.90085037833886, 25.882332981458035], + [75.01706865057446, 25.85896215678467], + [75.03694809187792, 25.78610017397947], + [75.1072907303363, 25.696741138463665], + [75.1592831152838, 25.72423622631468], + [75.25103438283821, 25.685743103323254], + [75.31678945791889, 25.766853612483757] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Samastipur", + "dt_code": "221", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.39116745173695, 25.71873720874448], + [86.29329943301224, 25.637626699583976], + [86.18166872415436, 25.66512178743499], + [86.17708116077664, 25.713238191174273], + [86.08380070542965, 25.744857542202944], + [85.99816618904553, 25.681618840145603], + [85.8437182219956, 25.644500471546728], + [85.73514588872287, 25.524896839394803], + [85.65104056013132, 25.46165813733746], + [85.54399741465117, 25.483654207618272], + [85.52717634893285, 25.53864438332031], + [85.56999360712493, 25.68849261210836], + [85.6112816775244, 25.710488682389173], + [85.60975248973183, 25.854837893607016], + [85.64492380896102, 25.916701841271806], + [85.63269030662043, 25.95519496426323], + [85.71220807183427, 26.088546140340668], + [85.71985401079714, 26.04730350856414], + [85.86818522667677, 26.02805694706843], + [85.8895938557728, 25.995062841647208], + [86.09297583218509, 25.897455279776093], + [86.23977786027216, 25.880958227065484], + [86.22448598234642, 25.776476893231614], + [86.39116745173695, 25.71873720874448] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jalore", + "dt_code": "116", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [71.18798241797015, 24.65055304573243], + [71.32713850709435, 24.843018660689555], + [71.33937200943494, 24.93925146816812], + [71.50452429103288, 25.009363942188216], + [71.5549874881878, 24.981868854337197], + [71.63450525340164, 25.03410952125413], + [71.68191007497143, 24.985993117514848], + [71.73696083550406, 25.0684783810679], + [71.79048240824415, 25.078101661815758], + [71.8455331687768, 25.199080048360237], + [71.94645956308665, 25.315934171727065], + [71.91587580723518, 25.346178768363185], + [72.03209407947078, 25.47403092687042], + [72.32111057226719, 25.388796154532262], + [72.33640245019292, 25.439662067056645], + [72.42203696657705, 25.439662067056645], + [72.56119305570124, 25.530395856965004], + [72.59024762376015, 25.608756857340406], + [72.67588214014427, 25.612881120518058], + [72.68658645469228, 25.669246050612646], + [72.75998746873582, 25.72423622631468], + [72.7783377222467, 25.803971981082633], + [72.88996843110456, 25.736609015847637], + [72.93584406488178, 25.636251945191425], + [73.05359152490995, 25.556516190423473], + [73.09182121972428, 25.467157154907664], + [72.97254457190354, 25.335180733222778], + [72.93584406488178, 25.241697434529318], + [72.8303301071942, 25.284314820698395], + [72.64835675987794, 25.016237714150968], + [72.47861691490228, 24.870513748540574], + [72.49085041724285, 24.75915864274395], + [72.37310295721468, 24.766032414706704], + [72.31193544551175, 24.673923870405794], + [72.33487326240035, 24.632681238629267], + [72.16513341742468, 24.62168320348886], + [72.05809027194452, 24.71241699339722], + [71.91893418282034, 24.672549116013244], + [71.79201159603672, 24.6766733791909], + [71.65591388249767, 24.639555010592023], + [71.60850906092789, 24.6766733791909], + [71.47852809855914, 24.679422887976], + [71.37760170424927, 24.625807466666515], + [71.28737962448743, 24.61618418591866], + [71.18798241797015, 24.65055304573243] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bundi", + "dt_code": "121", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.3122907108843, 25.81359526183049], + [76.35663715686894, 25.740733279025292], + [76.29852802075114, 25.698115892856215], + [76.28629451841056, 25.545518155283066], + [76.20524756540415, 25.486403716403377], + [76.1563135560418, 25.359926312288692], + [75.93611051391119, 25.287064329483496], + [75.72355341074346, 25.175709223686873], + [75.74343285204692, 25.111095767236982], + [75.63944808215192, 25.014862959758418], + [75.57980975824154, 25.04923181957219], + [75.53699250004948, 25.014862959758418], + [75.45135798366536, 25.04923181957219], + [75.402423974303, 25.102847240881676], + [75.44677042028763, 25.15508790779861], + [75.44524123249506, 25.26369350481013], + [75.34125646260006, 25.32280794368982], + [75.28467651427484, 25.40254369845777], + [75.36266509169609, 25.482279453225722], + [75.35807752831838, 25.53726962892776], + [75.42994935456933, 25.623879155658464], + [75.45900392262823, 25.72286147192213], + [75.61498107747074, 25.680244085753053], + [75.65473996007765, 25.7489818053806], + [75.75413716659493, 25.757230331735904], + [75.76637066893552, 25.820469033793245], + [75.86270949986766, 25.87545920949528], + [76.05232878614679, 25.863086419962322], + [76.04468284718392, 25.81222050743794], + [76.1379633025309, 25.78472541958692], + [76.3122907108843, 25.81359526183049] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Katihar", + "dt_code": "212", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.06715727239762, 25.483654207618272], + [87.96011412691746, 25.53864438332031], + [87.86683367157048, 25.497401751543784], + [87.7674364650532, 25.41629124238328], + [87.7842575307715, 25.34067975079298], + [87.84695423026702, 25.298062364623902], + [87.81789966220812, 25.241697434529318], + [87.76284890167547, 25.265068259202682], + [87.71085651672797, 25.258194487239926], + [87.69250626321708, 25.31180990854941], + [87.55182098630031, 25.331056470045123], + [87.36678926339891, 25.409417470420525], + [87.22916236206729, 25.376423364999305], + [87.21692885972669, 25.456159119767257], + [87.2689212446742, 25.562015207993674], + [87.24139586440788, 25.696741138463665], + [87.41419408496868, 25.674745068182848], + [87.64968900502502, 25.682993594538154], + [87.68486032425422, 25.747607050988048], + [87.83013316454871, 25.787474928372024], + [87.82707478896356, 25.89058150781334], + [87.89282986404423, 25.865835928747423], + [87.96776006588033, 25.72561098070723], + [88.0503362066793, 25.700865401641316], + [88.02128163862041, 25.59638406780745], + [88.06715727239762, 25.483654207618272] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jhansi", + "dt_code": "166", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.88591376578569, 25.912577578094155], + [78.93790615073318, 25.95244545547813], + [79.03883254504305, 25.868585437532527], + [79.21163076560386, 25.788849682764575], + [79.32479066225432, 25.766853612483757], + [79.39819167629784, 25.788849682764575], + [79.35537441810578, 25.644500471546728], + [79.39360411292012, 25.519397821824597], + [79.28044421626967, 25.32418269808237], + [79.26362315055137, 25.273316785557988], + [79.2789150284771, 25.243072188921868], + [79.29267771861026, 25.18395775004218], + [79.30491122095086, 25.179833486864524], + [79.32326147446173, 25.149588890228404], + [79.24527289704048, 25.113845276022083], + [79.13058381259746, 25.109721012844428], + [79.06329954972422, 25.222450873033605], + [78.93026021177032, 25.207328574715543], + [78.87979701461539, 25.15783741658371], + [78.87062188785995, 25.18670725882728], + [78.96084396762178, 25.344804013970634], + [78.87979701461539, 25.38604664574716], + [78.94249371411091, 25.49190273397358], + [78.8843845779931, 25.515273558646946], + [78.73146579873575, 25.457533874159807], + [78.77428305692781, 25.35305254032594], + [78.65959397248479, 25.38329713696206], + [78.51279194439772, 25.27606629434309], + [78.55866757817493, 25.21282759228575], + [78.44703686931706, 25.12209380237739], + [78.39045692099184, 25.205953820322993], + [78.34458128721462, 25.328306961260022], + [78.33999372383691, 25.41629124238328], + [78.33999372383691, 25.43278829509389], + [78.35528560176265, 25.452034856589602], + [78.39504448436955, 25.4437863302343], + [78.4164531134656, 25.47678043565552], + [78.41951148905073, 25.531770611357555], + [78.45162443269479, 25.57163848874153], + [78.65806478469221, 25.559265699208574], + [78.71770310860259, 25.60463259416275], + [78.81098356394958, 25.619754892480813], + [78.76357874237979, 25.72011196313703], + [78.88591376578569, 25.912577578094155] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shivpuri", + "dt_code": "423", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.64268409042334, 25.898830034168647], + [77.69620566316341, 25.901579542953748], + [77.91640870529402, 25.7544808229508], + [78.05403560662565, 25.709113927996622], + [78.21460032484588, 25.73798377024019], + [78.29564727785227, 25.78610017397947], + [78.24824245628248, 25.72148671752958], + [78.37669423085867, 25.65824801547224], + [78.45162443269479, 25.57163848874153], + [78.41951148905073, 25.531770611357555], + [78.4164531134656, 25.47678043565552], + [78.39504448436955, 25.4437863302343], + [78.35528560176265, 25.452034856589602], + [78.33999372383691, 25.43278829509389], + [78.33999372383691, 25.41629124238328], + [78.34458128721462, 25.328306961260022], + [78.39045692099184, 25.205953820322993], + [78.33999372383691, 25.222450873033605], + [78.29258890226713, 25.12896757434014], + [78.37363585527352, 25.09872297770402], + [78.33693534825176, 25.084975433778514], + [78.33540616045919, 25.0684783810679], + [78.34611047500721, 25.012113450973317], + [78.1717830666538, 24.876012766110776], + [78.19013332016469, 24.841643906297005], + [78.11214474274344, 24.8361448887268], + [77.97145946582667, 24.884261292466082], + [78.01733509960387, 24.95574852087873], + [77.8307741889099, 25.00111541583291], + [77.73902292135548, 24.856766204615063], + [77.67632622185997, 24.86363997657782], + [77.59527926885356, 24.92687867863516], + [77.56469551300209, 24.871888502933125], + [77.47906099661796, 24.876012766110776], + [77.45153561635163, 24.928253433027713], + [77.37048866334524, 24.92550392424261], + [77.31237952722745, 25.080851170600862], + [77.39342648023384, 25.119344293592285], + [77.41177673374473, 25.223825627426155], + [77.36743028776009, 25.410792224813076], + [77.31390871502002, 25.43141354070134], + [77.23439094980618, 25.379172873784405], + [77.22368663525818, 25.318683680512166], + [77.0830013583414, 25.33655548761533], + [77.17934018927355, 25.51114929546929], + [77.30014602488686, 25.534520120142655], + [77.27720820799826, 25.72011196313703], + [77.32920059294575, 25.790224437157125], + [77.40871835815958, 25.81222050743794], + [77.42401023608531, 25.89195626220589], + [77.52187825481002, 25.850713630429365], + [77.64268409042334, 25.898830034168647] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kota", + "dt_code": "127", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.35663715686894, 25.740733279025292], + [76.44227167325306, 25.773727384446513], + [76.47744299248225, 25.841090349681508], + [76.54625644314807, 25.838340840896407], + [76.50343918495601, 25.670620805005196], + [76.51567268729659, 25.527646348179903], + [76.59366126471785, 25.408042716027975], + [76.55237319431836, 25.421790259953482], + [76.32299502543232, 25.381922382569506], + [76.28476533061797, 25.24994596088462], + [76.19607243864871, 25.12484331116249], + [76.30158639633629, 24.959872784056383], + [76.3933376638907, 24.984618363122298], + [76.46979705351939, 24.932377696205364], + [76.44074248546049, 24.830645871156598], + [76.35816634466151, 24.870513748540574], + [76.06456228848738, 24.74266159003334], + [76.07373741524282, 24.572192045357028], + [75.92081863598546, 24.54332220311346], + [75.82447980505333, 24.667050098443042], + [75.78472092244641, 24.761908151529052], + [75.81224630271274, 24.870513748540574], + [75.74954960321722, 24.885636046858632], + [75.58439732161926, 25.024486240506274], + [75.53699250004948, 25.014862959758418], + [75.57980975824154, 25.04923181957219], + [75.63944808215192, 25.014862959758418], + [75.74343285204692, 25.111095767236982], + [75.72355341074346, 25.175709223686873], + [75.93611051391119, 25.287064329483496], + [76.1563135560418, 25.359926312288692], + [76.20524756540415, 25.486403716403377], + [76.28629451841056, 25.545518155283066], + [76.29852802075114, 25.698115892856215], + [76.35663715686894, 25.740733279025292] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Banda", + "dt_code": "170", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.34628810769348, 25.898830034168647], + [80.40592643160385, 25.913952332486705], + [80.55272845969091, 25.871334946317628], + [80.52214470383944, 25.773727384446513], + [80.57260790099437, 25.717362454351928], + [80.72399749245916, 25.681618840145603], + [80.83868657690218, 25.72561098070723], + [80.93196703224916, 25.69261687528601], + [80.95490484913778, 25.608756857340406], + [81.01913073642586, 25.546892909675616], + [81.02524748759616, 25.50565027789909], + [80.88303302288682, 25.41491648799073], + [80.8371573891096, 25.350303031540836], + [80.69188454881511, 25.269192522380333], + [80.71482236570372, 25.0657288722828], + [80.59248734229783, 25.09047445134872], + [80.50073607474341, 25.040983293216886], + [80.4777982578548, 24.97636983676699], + [80.40133886822613, 25.069853135460455], + [80.34170054431576, 25.013488205365867], + [80.2637119668945, 25.024486240506274], + [80.29123734716083, 25.058855100320045], + [80.35240485886378, 25.12346855676994], + [80.43039343628503, 25.174334469294323], + [80.40439724381127, 25.243072188921868], + [80.31111678846429, 25.285689575090945], + [80.315704351842, 25.388796154532262], + [80.22089470870245, 25.397044680887568], + [80.10467643646685, 25.350303031540836], + [80.1429061312812, 25.458908628552358], + [80.21477795753215, 25.515273558646946], + [80.27900384482024, 25.62662866444357], + [80.32029191521973, 25.7517313141657], + [80.23159902325045, 25.79847296351243], + [80.34628810769348, 25.898830034168647] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ghazipur", + "dt_code": "195", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.06671319068192, 25.652748997902034], + [83.18751902629523, 25.677494576967952], + [83.21810278214672, 25.758605086128455], + [83.34808374451546, 25.819094279400694], + [83.64627536406732, 25.900204788561197], + [83.72120556590343, 25.856212647999566], + [83.82060277242071, 25.78610017397947], + [83.95364211037462, 25.7489818053806], + [83.93070429348602, 25.557890944816023], + [83.84659896489447, 25.434163049486443], + [83.77931470202122, 25.39841943528012], + [83.74108500720689, 25.410792224813076], + [83.64933373965246, 25.33930499640043], + [83.5377030307946, 25.30906039976431], + [83.5315862796243, 25.392920417709913], + [83.4046636928407, 25.49327748836613], + [83.33585024217489, 25.46303289173001], + [83.24409897462047, 25.52352208500225], + [83.17375633616207, 25.526271593787353], + [83.07130075405965, 25.548267664068167], + [83.06671319068192, 25.652748997902034] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kaushambi", + "dt_code": "174", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.19345814477926, 25.44791059341195], + [81.2607424076525, 25.548267664068167], + [81.20722083491242, 25.5977588222], + [81.22710027621588, 25.714612945566824], + [81.33873098507375, 25.81084575304539], + [81.39225255781382, 25.772352630053962], + [81.37390230430294, 25.69536638407111], + [81.4687119474425, 25.619754892480813], + [81.61092641215185, 25.5977588222], + [81.67056473606222, 25.50565027789909], + [81.62927666566273, 25.350303031540836], + [81.54975890044891, 25.2925633470537], + [81.45494925730934, 25.258194487239926], + [81.40142768456927, 25.317308926119615], + [81.15217007437977, 25.395669926495017], + [81.19345814477926, 25.44791059341195] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Khagaria", + "dt_code": "223", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.29329943301224, 25.637626699583976], + [86.39116745173695, 25.71873720874448], + [86.41257608083298, 25.729735243884885], + [86.49362303383938, 25.619754892480813], + [86.59760780373438, 25.621129646873364], + [86.724530390518, 25.66237227864989], + [86.79793140456152, 25.63487719079887], + [86.83921947496101, 25.617005383695712], + [86.82239840924271, 25.44516108462685], + [86.8575697284719, 25.364050575466347], + [86.72605957831057, 25.254070224062275], + [86.64654181309675, 25.273316785557988], + [86.64042506192644, 25.390170908924812], + [86.54102785540917, 25.49190273397358], + [86.51044409955769, 25.423165014346033], + [86.42480958317357, 25.500151260328884], + [86.35293775692261, 25.47540568126297], + [86.28259511846423, 25.54276864649796], + [86.29329943301224, 25.637626699583976] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhojpur", + "dt_code": "231", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.3191179927997, 25.667871296220095], + [84.33593905851802, 25.743482787810393], + [84.55767128844118, 25.680244085753053], + [84.60048854663326, 25.732484752669986], + [84.6326014902773, 25.70773917360407], + [84.84821696903018, 25.699490647248766], + [84.81916240097128, 25.581261769489387], + [84.75493651368319, 25.501526014721435], + [84.77940351836436, 25.44791059341195], + [84.7075316921134, 25.30906039976431], + [84.62954311469215, 25.237573171351663], + [84.52249996921199, 25.207328574715543], + [84.46286164530163, 25.16058692536881], + [84.32064718059229, 25.21282759228575], + [84.32217636838486, 25.321433189297267], + [84.27477154681507, 25.358551557896142], + [84.36499362657692, 25.471281418085315], + [84.32829311955516, 25.519397821824597], + [84.34817256085861, 25.639001453976526], + [84.3191179927997, 25.667871296220095] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Prayagraj", + "dt_code": "175", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.15072970293033, 25.673370313790297], + [82.22413071697386, 25.589510295844693], + [82.32964467466145, 25.533145365750105], + [82.29906091880997, 25.302186627801557], + [82.22260152918129, 25.27744104873564], + [82.19813452450012, 25.223825627426155], + [82.2684771629585, 25.18258299564963], + [82.32505711128373, 25.071227889853006], + [82.22565990476645, 24.929628187420263], + [82.15072970293033, 24.89525932760649], + [82.09414975460511, 24.81689832723109], + [81.94276016314032, 24.845768169474656], + [81.8922969659854, 24.98874262629995], + [81.79289975946811, 25.00386492461801], + [81.66750636047708, 25.06160460910515], + [81.62621829007759, 25.16058692536881], + [81.54058377369347, 25.18808201321983], + [81.54975890044891, 25.2925633470537], + [81.62927666566273, 25.350303031540836], + [81.67056473606222, 25.50565027789909], + [81.61092641215185, 25.5977588222], + [81.75161168906862, 25.669246050612646], + [81.79748732284583, 25.75035655977315], + [81.8861802148151, 25.711863436781723], + [82.02227792835416, 25.743482787810393], + [82.06356599875363, 25.655498506687135], + [82.15072970293033, 25.673370313790297] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Buxar", + "dt_code": "232", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.93070429348602, 25.557890944816023], + [84.08056469715822, 25.636251945191425], + [84.07444794598793, 25.69536638407111], + [84.1402030210686, 25.731109998277436], + [84.20595809614926, 25.669246050612646], + [84.3191179927997, 25.667871296220095], + [84.34817256085861, 25.639001453976526], + [84.32829311955516, 25.519397821824597], + [84.36499362657692, 25.471281418085315], + [84.27477154681507, 25.358551557896142], + [84.0469225657216, 25.375048610606754], + [84.03468906338102, 25.267817767987783], + [83.8970621620494, 25.289813838268596], + [83.77931470202122, 25.39841943528012], + [83.84659896489447, 25.434163049486443], + [83.93070429348602, 25.557890944816023] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dakshin Dinajpur", + "dt_code": "331", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.44639584495587, 25.595009313414895], + [88.64671944578302, 25.47815519004807], + [88.81187172738098, 25.52352208500225], + [88.83939710764729, 25.364050575466347], + [88.98772832352694, 25.273316785557988], + [88.90973974610569, 25.179833486864524], + [88.80575497621066, 25.170210206116668], + [88.73388314995971, 25.199080048360237], + [88.43569153040787, 25.200454802752787], + [88.44945422054101, 25.30768564537176], + [88.26901006101734, 25.303561382194108], + [88.1787879812555, 25.344804013970634], + [88.1665544789149, 25.425914523131137], + [88.35923214077917, 25.56613947117133], + [88.44639584495587, 25.595009313414895] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Malda", + "dt_code": "332", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.71085651672797, 25.258194487239926], + [87.76284890167547, 25.265068259202682], + [87.81789966220812, 25.241697434529318], + [87.84695423026702, 25.298062364623902], + [87.7842575307715, 25.34067975079298], + [87.7674364650532, 25.41629124238328], + [87.86683367157048, 25.497401751543784], + [87.96011412691746, 25.53864438332031], + [88.06715727239762, 25.483654207618272], + [88.10844534279711, 25.326932206867472], + [88.1497334131966, 25.271942031165437], + [88.26901006101734, 25.303561382194108], + [88.44945422054101, 25.30768564537176], + [88.43569153040787, 25.200454802752787], + [88.45251259612617, 25.07947641620831], + [88.39440346000838, 24.96949606480424], + [88.27818518777278, 24.889760310036287], + [88.22619280282527, 24.959872784056383], + [88.14055828644115, 24.9145058891022], + [88.17420041787777, 24.860890467792718], + [88.0686864601902, 24.77015667788436], + [88.0273983897907, 24.690420923116406], + [87.89130067625166, 24.855391450222513], + [87.96011412691746, 24.921379661064957], + [87.95399737574718, 24.97362032798189], + [87.79496184531952, 25.087724942563614], + [87.77966996739379, 25.144089872658203], + [87.77814077960122, 25.24994596088462], + [87.71085651672797, 25.258194487239926] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tikamgarh", + "dt_code": "424", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.87979701461539, 25.15783741658371], + [78.93026021177032, 25.207328574715543], + [79.06329954972422, 25.222450873033605], + [79.13058381259746, 25.109721012844428], + [79.24527289704048, 25.113845276022083], + [79.32326147446173, 25.149588890228404], + [79.34467010355776, 24.903507853961795], + [79.30491122095086, 24.797651765735377], + [79.30338203315827, 24.687671414331305], + [79.21774751677415, 24.662925835265387], + [79.19480969988555, 24.613434677133554], + [79.09082492999055, 24.632681238629267], + [79.0235406671173, 24.546071711898563], + [78.98531097230297, 24.441590378064692], + [78.91496833384458, 24.459462185167855], + [78.95319802865892, 24.547446466291113], + [78.88285539020053, 24.640929764984573], + [78.7513452400392, 24.599687133208047], + [78.78039980809811, 24.705543221434464], + [78.76969549355009, 24.859515713400167], + [78.6764150382031, 24.898008836391593], + [78.63206859221846, 24.95712327527128], + [78.63971453118134, 25.071227889853006], + [78.8446256953862, 25.09734822331147], + [78.87979701461539, 25.15783741658371] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Varanasi", + "dt_code": "197", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.69359136929397, 25.394295172102467], + [82.73946700307117, 25.546892909675616], + [82.87403552881764, 25.56613947117133], + [82.94131979169089, 25.531770611357555], + [83.02083755690472, 25.577137506311736], + [83.07130075405965, 25.548267664068167], + [83.17375633616207, 25.526271593787353], + [83.12482232679972, 25.45066010219705], + [83.18751902629523, 25.41629124238328], + [83.14164339251803, 25.321433189297267], + [83.02083755690472, 25.314559417334515], + [83.03001268366016, 25.243072188921868], + [83.00554567897898, 25.205953820322993], + [82.78381344905581, 25.203204311537892], + [82.77616751009293, 25.270567276772884], + [82.66759517682021, 25.255444978454825], + [82.70429568384198, 25.32280794368982], + [82.69359136929397, 25.394295172102467] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Darbhanga", + "dt_code": "215", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.7045621328714, 26.30300782557861], + [85.70609132066397, 26.444607528011353], + [85.76725883236692, 26.436359001656047], + [85.82078040510699, 26.40886391380503], + [85.81619284172928, 26.293384544830754], + [85.88194791680993, 26.27413798333504], + [85.97828674774208, 26.323629141466874], + [86.01345806697127, 26.246642895484023], + [86.10979689790341, 26.19302747417454], + [86.14955578051031, 26.235644860343616], + [86.329999940034, 26.155909105575663], + [86.329999940034, 26.091295649125772], + [86.3881090761518, 26.033555964638634], + [86.39422582732209, 25.975816280151495], + [86.31623724990084, 25.86033691117722], + [86.41410526862555, 25.794348700334776], + [86.41257608083298, 25.729735243884885], + [86.39116745173695, 25.71873720874448], + [86.22448598234642, 25.776476893231614], + [86.23977786027216, 25.880958227065484], + [86.09297583218509, 25.897455279776093], + [85.8895938557728, 25.995062841647208], + [85.86818522667677, 26.02805694706843], + [85.71985401079714, 26.04730350856414], + [85.71220807183427, 26.088546140340668], + [85.72749994976, 26.125664508939543], + [85.7045621328714, 26.30300782557861] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Saharsa", + "dt_code": "214", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.79793140456152, 25.63487719079887], + [86.724530390518, 25.66237227864989], + [86.59760780373438, 25.621129646873364], + [86.49362303383938, 25.619754892480813], + [86.41257608083298, 25.729735243884885], + [86.41410526862555, 25.794348700334776], + [86.31623724990084, 25.86033691117722], + [86.39422582732209, 25.975816280151495], + [86.3881090761518, 26.033555964638634], + [86.43704308551415, 26.07204908763006], + [86.53185272865372, 25.990938578469557], + [86.64501262530416, 26.018433666320572], + [86.7122968881774, 25.865835928747423], + [86.84380703833874, 25.871334946317628], + [86.87133241860506, 25.72286147192213], + [86.79793140456152, 25.63487719079887] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sirohi", + "dt_code": "117", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.93584406488178, 25.241697434529318], + [72.94960675501494, 25.142715118265652], + [73.00006995216987, 25.100097732096575], + [73.1376968535015, 25.09734822331147], + [73.1086422854426, 25.039608538824336], + [72.99701157658473, 24.961247538448934], + [72.992424013207, 24.921379661064957], + [73.1484011680495, 24.845768169474656], + [73.14687198025693, 24.748160607603545], + [73.14228441687922, 24.679422887976], + [73.00159913996245, 24.480083501056118], + [72.95878188177038, 24.36047986890419], + [72.72787452509176, 24.367353640866945], + [72.68352807910713, 24.46358644834551], + [72.51990498530176, 24.50070481694438], + [72.5000255439983, 24.416844798998778], + [72.35322351591124, 24.56394351900172], + [72.33487326240035, 24.632681238629267], + [72.31193544551175, 24.673923870405794], + [72.37310295721468, 24.766032414706704], + [72.49085041724285, 24.75915864274395], + [72.47861691490228, 24.870513748540574], + [72.64835675987794, 25.016237714150968], + [72.8303301071942, 25.284314820698395], + [72.93584406488178, 25.241697434529318] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chitrakoot", + "dt_code": "171", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.01913073642586, 25.546892909675616], + [81.18887058140153, 25.490527979581028], + [81.19345814477926, 25.44791059341195], + [81.15217007437977, 25.395669926495017], + [81.40142768456927, 25.317308926119615], + [81.45494925730934, 25.258194487239926], + [81.54975890044891, 25.2925633470537], + [81.54058377369347, 25.18808201321983], + [81.49929570329398, 25.148214135835854], + [81.39225255781382, 25.131717083125245], + [81.2775634733708, 25.166085942939016], + [81.26380078323764, 25.053356082749843], + [81.15981601334263, 24.91313113470965], + [81.12005713073572, 24.903507853961795], + [81.0344226143516, 24.952999012093628], + [80.94572972238234, 24.966746556019135], + [80.8600952059982, 24.928253433027713], + [80.83104063793931, 25.03273476686158], + [80.8784454595091, 25.0657288722828], + [80.84480332807247, 25.18670725882728], + [80.72399749245916, 25.117969539199734], + [80.71482236570372, 25.0657288722828], + [80.69188454881511, 25.269192522380333], + [80.8371573891096, 25.350303031540836], + [80.88303302288682, 25.41491648799073], + [81.02524748759616, 25.50565027789909], + [81.01913073642586, 25.546892909675616] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chandauli", + "dt_code": "196", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.17375633616207, 25.526271593787353], + [83.24409897462047, 25.52352208500225], + [83.33585024217489, 25.46303289173001], + [83.4046636928407, 25.49327748836613], + [83.5315862796243, 25.392920417709913], + [83.5377030307946, 25.30906039976431], + [83.34961293230805, 25.18395775004218], + [83.35114212010062, 25.009363942188216], + [83.39548856608525, 24.781154713024765], + [83.28997460839767, 24.720665519752526], + [83.18598983850266, 24.719290765359975], + [83.08659263198538, 24.781154713024765], + [83.06059643951163, 24.95712327527128], + [83.0621256273042, 25.0629793634977], + [83.13246826576258, 25.0602298547126], + [83.15846445823634, 25.18945676761238], + [83.03001268366016, 25.243072188921868], + [83.02083755690472, 25.314559417334515], + [83.14164339251803, 25.321433189297267], + [83.18751902629523, 25.41629124238328], + [83.12482232679972, 25.45066010219705], + [83.17375633616207, 25.526271593787353] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhadohi", + "dt_code": "198", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.32964467466145, 25.533145365750105], + [82.4428045713119, 25.518023067432047], + [82.51620558535542, 25.441036821449195], + [82.62019035525043, 25.394295172102467], + [82.69359136929397, 25.394295172102467], + [82.70429568384198, 25.32280794368982], + [82.66759517682021, 25.255444978454825], + [82.51773477314799, 25.23207415378146], + [82.3036484821877, 25.269192522380333], + [82.2684771629585, 25.18258299564963], + [82.19813452450012, 25.223825627426155], + [82.22260152918129, 25.27744104873564], + [82.29906091880997, 25.302186627801557], + [82.32964467466145, 25.533145365750105] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Baran", + "dt_code": "128", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.59366126471785, 25.408042716027975], + [76.67012065434653, 25.348928277148286], + [76.76187192190095, 25.320058434904716], + [76.8566815650405, 25.332431224437673], + [76.94537445700978, 25.284314820698395], + [77.0830013583414, 25.33655548761533], + [77.22368663525818, 25.318683680512166], + [77.23439094980618, 25.379172873784405], + [77.31390871502002, 25.43141354070134], + [77.36743028776009, 25.410792224813076], + [77.41177673374473, 25.223825627426155], + [77.39342648023384, 25.119344293592285], + [77.31237952722745, 25.080851170600862], + [77.26956226903538, 25.115220030414633], + [77.17475262589582, 25.111095767236982], + [77.08605973392655, 25.054730837142394], + [77.00042521754243, 25.075352153030657], + [76.87656100634396, 25.040983293216886], + [76.86126912841823, 24.961247538448934], + [76.9499620203875, 24.869138994148024], + [76.804689180093, 24.807275046483234], + [76.85515237724793, 24.74403634442589], + [76.94690364480235, 24.75915864274395], + [77.03406734897905, 24.70829273021957], + [77.06923866820824, 24.55706974703897], + [76.97748740065381, 24.460836939560405], + [76.86126912841823, 24.548821220683664], + [76.8169226824336, 24.533698922365602], + [76.84444806269991, 24.43609136049449], + [76.76034273410838, 24.447089395634897], + [76.60742395485101, 24.423718570961533], + [76.53555212860005, 24.510328097692238], + [76.52943537742975, 24.660176326480286], + [76.47591380468968, 24.658801572087736], + [76.44074248546049, 24.830645871156598], + [76.46979705351939, 24.932377696205364], + [76.3933376638907, 24.984618363122298], + [76.30158639633629, 24.959872784056383], + [76.19607243864871, 25.12484331116249], + [76.28476533061797, 25.24994596088462], + [76.32299502543232, 25.381922382569506], + [76.55237319431836, 25.421790259953482], + [76.59366126471785, 25.408042716027975] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sahibganj", + "dt_code": "352", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.55182098630031, 25.331056470045123], + [87.69250626321708, 25.31180990854941], + [87.71085651672797, 25.258194487239926], + [87.77814077960122, 25.24994596088462], + [87.77966996739379, 25.144089872658203], + [87.79496184531952, 25.087724942563614], + [87.95399737574718, 24.97362032798189], + [87.96011412691746, 24.921379661064957], + [87.89130067625166, 24.855391450222513], + [87.83930829130415, 24.74541109881844], + [87.71238570452054, 24.74128683564079], + [87.50900372810825, 24.799026520127928], + [87.4539529675756, 24.93925146816812], + [87.52123723044885, 25.0602298547126], + [87.47230322108649, 25.105596749666777], + [87.47841997225677, 25.194955785182586], + [87.55182098630031, 25.331056470045123] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kaimur", + "dt_code": "233", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.5377030307946, 25.30906039976431], + [83.64933373965246, 25.33930499640043], + [83.74108500720689, 25.410792224813076], + [83.77931470202122, 25.39841943528012], + [83.8970621620494, 25.289813838268596], + [83.83589465034645, 25.243072188921868], + [83.80531089449498, 25.112470521629533], + [83.83589465034645, 25.03823378443178], + [83.81142764566528, 24.959872784056383], + [83.71508881473314, 24.8361448887268], + [83.78543145319152, 24.75915864274395], + [83.73038069265887, 24.671174361620693], + [83.74108500720689, 24.569442536571927], + [83.69673856122225, 24.540572694328358], + [83.52394034066143, 24.550195975076214], + [83.53005709183172, 24.643679273769674], + [83.48876902143223, 24.735787818070584], + [83.39548856608525, 24.781154713024765], + [83.35114212010062, 25.009363942188216], + [83.34961293230805, 25.18395775004218], + [83.5377030307946, 25.30906039976431] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rohtas", + "dt_code": "234", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.27477154681507, 25.358551557896142], + [84.32217636838486, 25.321433189297267], + [84.32064718059229, 25.21282759228575], + [84.46286164530163, 25.16058692536881], + [84.4475697673759, 25.12759281994759], + [84.42310276269471, 25.080851170600862], + [84.30535530266656, 25.010738696580766], + [84.08515226053595, 24.77015667788436], + [84.00869287090727, 24.642304519377124], + [83.93682104465631, 24.548821220683664], + [83.87259515736821, 24.53232416797305], + [83.71814719031828, 24.503454325729482], + [83.50253171156541, 24.5254503960103], + [83.52394034066143, 24.550195975076214], + [83.69673856122225, 24.540572694328358], + [83.74108500720689, 24.569442536571927], + [83.73038069265887, 24.671174361620693], + [83.78543145319152, 24.75915864274395], + [83.71508881473314, 24.8361448887268], + [83.81142764566528, 24.959872784056383], + [83.83589465034645, 25.03823378443178], + [83.80531089449498, 25.112470521629533], + [83.83589465034645, 25.243072188921868], + [83.8970621620494, 25.289813838268596], + [84.03468906338102, 25.267817767987783], + [84.0469225657216, 25.375048610606754], + [84.27477154681507, 25.358551557896142] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Udaipur", + "dt_code": "130", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.14687198025693, 24.748160607603545], + [73.20956867975245, 24.785278976202417], + [73.33037451536578, 24.906257362746896], + [73.34413720549892, 25.010738696580766], + [73.40836309278703, 25.087724942563614], + [73.48788085800085, 25.104221995274226], + [73.47258898007512, 25.025860994898824], + [73.60868669361416, 24.870513748540574], + [73.688204458828, 24.86226522218527], + [73.67138339310968, 24.77015667788436], + [73.77536816300469, 24.779779958632215], + [73.82430217236704, 24.8333953799417], + [73.99404201734272, 24.921379661064957], + [74.06897221917882, 24.871888502933125], + [74.14237323322236, 24.88151178368098], + [74.10414353840801, 24.734413063678033], + [74.16989861348868, 24.71104223900467], + [74.27082500779854, 24.576316308534683], + [74.25706231766537, 24.484207764233773], + [74.30905470261288, 24.462211693952955], + [74.36716383873068, 24.28349362292134], + [74.4298605382262, 24.257373289462873], + [74.35645952418265, 24.166639499554513], + [74.2387120641545, 24.20650737693849], + [74.22189099843618, 24.09927653431952], + [74.27082500779854, 23.949428305531473], + [74.21883262285104, 23.906810919362393], + [74.15307754777037, 24.011292253196263], + [74.07203059476397, 23.96592535824208], + [73.91605343992146, 23.985171919737795], + [73.8380648625002, 23.93430600721341], + [73.67138339310968, 23.939805024783617], + [73.58269050114042, 23.96317584945698], + [73.5138770504746, 23.93018174403576], + [73.46341385331968, 23.8394479541274], + [73.36860421018011, 23.814702375061483], + [73.37777933693555, 23.90406141057729], + [73.4160090317499, 23.924682726465555], + [73.40530471720187, 24.041536849832383], + [73.31661182523261, 24.05390963936534], + [73.24321081118907, 24.001668972448407], + [73.21415624313018, 24.077280464038704], + [73.1254633511609, 24.125396867777987], + [73.06735421504311, 24.194134587405532], + [73.15145954363466, 24.354980851333988], + [73.07652934179855, 24.396223483110514], + [73.08723365634657, 24.49795530815928], + [73.00159913996245, 24.480083501056118], + [73.14228441687922, 24.679422887976], + [73.14687198025693, 24.748160607603545] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Godda", + "dt_code": "351", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.47841997225677, 25.194955785182586], + [87.47230322108649, 25.105596749666777], + [87.52123723044885, 25.0602298547126], + [87.4539529675756, 24.93925146816812], + [87.50900372810825, 24.799026520127928], + [87.4600697187459, 24.792152748165172], + [87.47383240887906, 24.64780353694733], + [87.42031083613898, 24.514452360869893], + [87.37749357794692, 24.504829080122036], + [87.30715093948854, 24.598312378815496], + [87.24445423999302, 24.58593958928254], + [87.12211921658712, 24.634055993021818], + [87.05177657812874, 24.627182221059066], + [87.10988571424654, 24.85126718704486], + [87.15729053581632, 24.88151178368098], + [87.14505703347574, 25.01898722293607], + [87.1756407893272, 25.057480345927495], + [87.29491743714794, 25.089099696956165], + [87.327030380792, 25.223825627426155], + [87.47841997225677, 25.194955785182586] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mirzapur", + "dt_code": "199", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.09414975460511, 24.81689832723109], + [82.15072970293033, 24.89525932760649], + [82.22565990476645, 24.929628187420263], + [82.32505711128373, 25.071227889853006], + [82.2684771629585, 25.18258299564963], + [82.3036484821877, 25.269192522380333], + [82.51773477314799, 25.23207415378146], + [82.66759517682021, 25.255444978454825], + [82.77616751009293, 25.270567276772884], + [82.78381344905581, 25.203204311537892], + [83.00554567897898, 25.205953820322993], + [83.03001268366016, 25.243072188921868], + [83.15846445823634, 25.18945676761238], + [83.13246826576258, 25.0602298547126], + [83.0621256273042, 25.0629793634977], + [83.06059643951163, 24.95712327527128], + [82.95355329403148, 24.8361448887268], + [82.80675126594441, 24.85126718704486], + [82.65842005006478, 24.781154713024765], + [82.54526015341432, 24.80452553769813], + [82.52385152431829, 24.6766733791909], + [82.41833756663071, 24.65192780012498], + [82.41833756663071, 24.59418811563784], + [82.2975317310174, 24.606560905170802], + [82.216484778011, 24.793527502557723], + [82.09414975460511, 24.81689832723109] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lalitpur", + "dt_code": "167", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.44703686931706, 25.12209380237739], + [78.55866757817493, 25.21282759228575], + [78.63971453118134, 25.071227889853006], + [78.63206859221846, 24.95712327527128], + [78.6764150382031, 24.898008836391593], + [78.76969549355009, 24.859515713400167], + [78.78039980809811, 24.705543221434464], + [78.7513452400392, 24.599687133208047], + [78.88285539020053, 24.640929764984573], + [78.95319802865892, 24.547446466291113], + [78.91496833384458, 24.459462185167855], + [78.98531097230297, 24.441590378064692], + [78.99142772347327, 24.416844798998778], + [78.9715482821698, 24.348107079371232], + [78.80639600057185, 24.17901228908747], + [78.70241123067686, 24.227128692826753], + [78.58619295844126, 24.353606096941437], + [78.50208762984971, 24.39072446554031], + [78.38892773319927, 24.262872307033078], + [78.32928940928889, 24.32748576348297], + [78.36904829189581, 24.3742274128297], + [78.26812189758594, 24.449838904419998], + [78.27576783654881, 24.662925835265387], + [78.19013332016469, 24.841643906297005], + [78.1717830666538, 24.876012766110776], + [78.34611047500721, 25.012113450973317], + [78.33540616045919, 25.0684783810679], + [78.33693534825176, 25.084975433778514], + [78.37363585527352, 25.09872297770402], + [78.44703686931706, 25.12209380237739] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jamui", + "dt_code": "238", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.50432734838739, 24.983243608729747], + [86.55784892112747, 24.701418958256813], + [86.61137049386755, 24.607935659563353], + [86.49973978500967, 24.510328097692238], + [86.4523349634399, 24.37285265843715], + [86.34987938133746, 24.447089395634897], + [86.27647836729392, 24.46633595713061], + [86.3009453719751, 24.56119401021662], + [86.13273471479201, 24.603811396385698], + [86.12814715141428, 24.698669449471712], + [86.05474613737076, 24.779779958632215], + [85.97369918436435, 24.867764239755473], + [85.89265223135794, 24.874638011718226], + [85.83454309524015, 24.9873678719074], + [85.97522837215692, 24.996991152655255], + [86.11897202465885, 24.97362032798189], + [86.21072329221326, 25.01761246854352], + [86.37128801043349, 25.144089872658203], + [86.38505070056665, 25.057480345927495], + [86.50432734838739, 24.983243608729747] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Neemuch", + "dt_code": "432", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.19139605892785, 25.03685903003923], + [75.35196077714808, 25.01898722293607], + [75.33666889922235, 24.952999012093628], + [75.18375011996498, 24.748160607603545], + [75.45594554704309, 24.68079764236855], + [75.54922600239007, 24.702793712649363], + [75.58133894603412, 24.642304519377124], + [75.59051407278956, 24.519951378440094], + [75.42994935456933, 24.356355605726538], + [75.36572346728124, 24.31511297395001], + [75.20515874906101, 24.308239201987256], + [75.02471458953733, 24.370103149652046], + [74.90849631730173, 24.212006394508695], + [74.86720824690224, 24.243625745537365], + [74.7540483502518, 24.242250991144815], + [74.78157373051812, 24.338483798623376], + [74.85497474456166, 24.423718570961533], + [74.81521586195474, 24.46908546591571], + [74.69746840192657, 24.48283300984122], + [74.78616129389584, 24.58593958928254], + [74.77239860376268, 24.661551080872837], + [74.80451154740673, 24.735787818070584], + [74.88861687599828, 24.634055993021818], + [74.99260164589327, 24.693170431901507], + [74.97730976796754, 24.764657660314153], + [74.86109149573196, 24.799026520127928], + [74.82592017650276, 24.899383590784144], + [74.90237956613144, 24.929628187420263], + [74.95895951445667, 24.858140959007617], + [75.03847727967049, 24.845768169474656], + [75.11646585709174, 24.877387520503326], + [75.1134074815066, 24.966746556019135], + [75.19139605892785, 25.03685903003923] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Banka", + "dt_code": "225", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.1756407893272, 25.057480345927495], + [87.14505703347574, 25.01898722293607], + [87.15729053581632, 24.88151178368098], + [87.10988571424654, 24.85126718704486], + [87.05177657812874, 24.627182221059066], + [86.95237937161146, 24.631306484236717], + [86.91262048900455, 24.547446466291113], + [86.7535849585769, 24.61755894031121], + [86.65265856426703, 24.570817290964477], + [86.61137049386755, 24.607935659563353], + [86.55784892112747, 24.701418958256813], + [86.50432734838739, 24.983243608729747], + [86.58384511360123, 24.947499994523422], + [86.65112937647446, 24.981868854337197], + [86.69241744687395, 25.115220030414633], + [86.81322328248726, 25.09184920574127], + [87.0135468833144, 25.109721012844428], + [87.1756407893272, 25.057480345927495] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rewa", + "dt_code": "430", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.54058377369347, 25.18808201321983], + [81.62621829007759, 25.16058692536881], + [81.66750636047708, 25.06160460910515], + [81.79289975946811, 25.00386492461801], + [81.8922969659854, 24.98874262629995], + [81.94276016314032, 24.845768169474656], + [82.09414975460511, 24.81689832723109], + [82.216484778011, 24.793527502557723], + [82.2975317310174, 24.606560905170802], + [82.3036484821877, 24.59418811563784], + [82.18284264657439, 24.602436641993148], + [81.86630077351164, 24.52407564161775], + [81.79137057167554, 24.52957465918795], + [81.50388326667169, 24.423718570961533], + [81.30508885363713, 24.321986745912767], + [81.29132616350397, 24.396223483110514], + [81.1567576377575, 24.49795530815928], + [81.1567576377575, 24.706917975827018], + [81.09100256267682, 24.77428094106201], + [81.12005713073572, 24.903507853961795], + [81.15981601334263, 24.91313113470965], + [81.26380078323764, 25.053356082749843], + [81.2775634733708, 25.166085942939016], + [81.39225255781382, 25.131717083125245], + [81.49929570329398, 25.148214135835854], + [81.54058377369347, 25.18808201321983] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Satna", + "dt_code": "429", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.4777982578548, 24.97636983676699], + [80.50073607474341, 25.040983293216886], + [80.59248734229783, 25.09047445134872], + [80.71482236570372, 25.0657288722828], + [80.72399749245916, 25.117969539199734], + [80.84480332807247, 25.18670725882728], + [80.8784454595091, 25.0657288722828], + [80.83104063793931, 25.03273476686158], + [80.8600952059982, 24.928253433027713], + [80.94572972238234, 24.966746556019135], + [81.0344226143516, 24.952999012093628], + [81.12005713073572, 24.903507853961795], + [81.09100256267682, 24.77428094106201], + [81.1567576377575, 24.706917975827018], + [81.1567576377575, 24.49795530815928], + [81.29132616350397, 24.396223483110514], + [81.30508885363713, 24.321986745912767], + [81.38919418222868, 24.26562181581818], + [81.34790611182919, 24.187260815442777], + [81.28215103674853, 24.190010324227877], + [81.18581220581639, 24.11027456945993], + [81.1338198208689, 24.135020148525843], + [81.00230967070756, 24.08140472721636], + [80.95796322472292, 24.064907674505747], + [80.86927033275366, 24.078655218431255], + [80.76528556285865, 23.99204569170055], + [80.73776018259233, 24.130895885348192], + [80.5542576474835, 24.048410621795135], + [80.46862313109936, 23.990670937308], + [80.35852161003407, 23.968674867027186], + [80.63224622490475, 24.17488802590982], + [80.55731602306864, 24.26699657021073], + [80.4609771921365, 24.43746611488704], + [80.47015231889193, 24.613434677133554], + [80.37687186354495, 24.68079764236855], + [80.43651018745533, 24.746785853210994], + [80.60319165684584, 24.830645871156598], + [80.57566627657951, 24.900758345176694], + [80.49461932357312, 24.9117563803171], + [80.4777982578548, 24.97636983676699] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Guna", + "dt_code": "458", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.31237952722745, 25.080851170600862], + [77.37048866334524, 24.92550392424261], + [77.45153561635163, 24.928253433027713], + [77.47906099661796, 24.876012766110776], + [77.56469551300209, 24.871888502933125], + [77.52034906701745, 24.826521607978943], + [77.55704957403921, 24.761908151529052], + [77.48211937220312, 24.632681238629267], + [77.49741125012885, 24.473209729093366], + [77.47600262103282, 24.43609136049449], + [77.59986683223129, 24.37560216722225], + [77.65185921717878, 24.31373821955746], + [77.55399119845407, 24.246375254322466], + [77.44694805297392, 24.23812672796716], + [77.32155465398289, 24.287617886098992], + [77.34602165866406, 24.181761797872575], + [77.26038714227994, 24.067657183290848], + [77.31237952722745, 24.00716799001861], + [77.31849627839773, 23.890313866651784], + [77.22674501084332, 23.890313866651784], + [77.16557749914037, 23.94667879674637], + [77.18239856485869, 24.078655218431255], + [77.0248922222236, 24.08277948160891], + [76.97137064948353, 24.044286358617484], + [76.88114856972169, 24.130895885348192], + [76.92243664012118, 24.212006394508695], + [76.8627983162108, 24.272495587780934], + [76.83221456035933, 24.35773036011909], + [76.84444806269991, 24.43609136049449], + [76.8169226824336, 24.533698922365602], + [76.86126912841823, 24.548821220683664], + [76.97748740065381, 24.460836939560405], + [77.06923866820824, 24.55706974703897], + [77.03406734897905, 24.70829273021957], + [76.94690364480235, 24.75915864274395], + [76.85515237724793, 24.74403634442589], + [76.804689180093, 24.807275046483234], + [76.9499620203875, 24.869138994148024], + [76.86126912841823, 24.961247538448934], + [76.87656100634396, 25.040983293216886], + [77.00042521754243, 25.075352153030657], + [77.08605973392655, 25.054730837142394], + [77.17475262589582, 25.111095767236982], + [77.26956226903538, 25.115220030414633], + [77.31237952722745, 25.080851170600862] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nawada", + "dt_code": "237", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.83454309524015, 24.9873678719074], + [85.89265223135794, 24.874638011718226], + [85.97369918436435, 24.867764239755473], + [86.05474613737076, 24.779779958632215], + [85.93241111396486, 24.73853732685569], + [85.9018273581134, 24.766032414706704], + [85.73820426430802, 24.81964783601619], + [85.66633243805705, 24.661551080872837], + [85.67703675260508, 24.59143860685274], + [85.5424682268586, 24.53232416797305], + [85.3742575696755, 24.55432023825387], + [85.30391493121711, 24.632681238629267], + [85.32991112369086, 24.71241699339722], + [85.27638955095078, 24.779779958632215], + [85.38802025980866, 24.962622292841484], + [85.54705579023631, 25.03273476686158], + [85.634219494413, 25.09734822331147], + [85.76572964457435, 25.078101661815758], + [85.76878802015949, 25.007989187795662], + [85.83454309524015, 24.9873678719074] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gaya", + "dt_code": "236", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.38802025980866, 24.962622292841484], + [85.27638955095078, 24.779779958632215], + [85.32991112369086, 24.71241699339722], + [85.30391493121711, 24.632681238629267], + [85.3742575696755, 24.55432023825387], + [85.33144031148343, 24.510328097692238], + [85.28862305329137, 24.522700887225195], + [85.08829945246424, 24.370103149652046], + [85.02866112855386, 24.415470044606227], + [84.90326772956283, 24.37285265843715], + [84.8879758516371, 24.46358644834551], + [84.80234133525298, 24.5309494135805], + [84.58519666870751, 24.400347746288165], + [84.49650377673825, 24.287617886098992], + [84.45980326971647, 24.337109044230825], + [84.34205580968832, 24.393473974325413], + [84.32676393176257, 24.489706781803974], + [84.39251900684324, 24.566693027786826], + [84.48427027439766, 24.51307760647734], + [84.54696697389318, 24.52682515040285], + [84.60201773442583, 24.656052063302635], + [84.72282357003914, 24.700044203864262], + [84.73505707237973, 24.764657660314153], + [84.64024742924016, 24.874638011718226], + [84.71670681886884, 24.924129169850058], + [84.73352788458716, 25.054730837142394], + [84.85586290799304, 25.06160460910515], + [84.90938448073312, 25.0657288722828], + [85.08982864025681, 24.992866889477604], + [85.12652914727857, 25.053356082749843], + [85.20145934911469, 25.058855100320045], + [85.34979056499432, 25.020361977328623], + [85.38802025980866, 24.962622292841484] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ashoknagar", + "dt_code": "459", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.56469551300209, 24.871888502933125], + [77.59527926885356, 24.92687867863516], + [77.67632622185997, 24.86363997657782], + [77.73902292135548, 24.856766204615063], + [77.8307741889099, 25.00111541583291], + [78.01733509960387, 24.95574852087873], + [77.97145946582667, 24.884261292466082], + [78.11214474274344, 24.8361448887268], + [78.19013332016469, 24.841643906297005], + [78.27576783654881, 24.662925835265387], + [78.26812189758594, 24.449838904419998], + [78.16413712769094, 24.396223483110514], + [78.09226530143998, 24.320611991520213], + [78.08309017468454, 24.258748043855423], + [78.01427672401873, 24.23675197357461], + [77.78489855513268, 24.31511297395001], + [77.65185921717878, 24.31373821955746], + [77.59986683223129, 24.37560216722225], + [77.47600262103282, 24.43609136049449], + [77.49741125012885, 24.473209729093366], + [77.48211937220312, 24.632681238629267], + [77.55704957403921, 24.761908151529052], + [77.52034906701745, 24.826521607978943], + [77.56469551300209, 24.871888502933125] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Banaskantha", + "dt_code": "469", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [71.28737962448743, 24.61618418591866], + [71.37760170424927, 24.625807466666515], + [71.47852809855914, 24.679422887976], + [71.60850906092789, 24.6766733791909], + [71.65591388249767, 24.639555010592023], + [71.79201159603672, 24.6766733791909], + [71.91893418282034, 24.672549116013244], + [72.05809027194452, 24.71241699339722], + [72.16513341742468, 24.62168320348886], + [72.33487326240035, 24.632681238629267], + [72.35322351591124, 24.56394351900172], + [72.5000255439983, 24.416844798998778], + [72.51990498530176, 24.50070481694438], + [72.68352807910713, 24.46358644834551], + [72.72787452509176, 24.367353640866945], + [72.95878188177038, 24.36047986890419], + [73.02759533243619, 24.273870342173485], + [72.95725269397781, 24.158390973199207], + [72.92361056254119, 24.040162095439833], + [72.86703061421596, 24.02503979712177], + [72.78292528562442, 24.102026043104622], + [72.65294432325567, 24.08415423600146], + [72.65141513546308, 23.9934204460931], + [72.58413087258985, 23.935680761605962], + [72.48626285386514, 23.935680761605962], + [72.37004458162954, 23.971424375812287], + [72.33946082577808, 24.037412586654728], + [72.22630092912763, 24.071781446468503], + [72.20642148782417, 24.11439883263758], + [71.9617514410124, 23.990670937308], + [71.86082504670253, 23.846321726090153], + [71.71402301861546, 23.86969255076352], + [71.68802682614171, 23.970049621419736], + [71.39595195776016, 23.96592535824208], + [71.31949256813148, 23.983797165345244], + [71.2950255634503, 24.301365430024504], + [71.37454332866413, 24.334359535445724], + [71.31949256813148, 24.401722500680716], + [71.34854713619038, 24.517201869654993], + [71.2598542442211, 24.533698922365602], + [71.28737962448743, 24.61618418591866] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jhalawar", + "dt_code": "129", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.92081863598546, 24.54332220311346], + [76.07373741524282, 24.572192045357028], + [76.06456228848738, 24.74266159003334], + [76.35816634466151, 24.870513748540574], + [76.44074248546049, 24.830645871156598], + [76.47591380468968, 24.658801572087736], + [76.52943537742975, 24.660176326480286], + [76.53555212860005, 24.510328097692238], + [76.60742395485101, 24.423718570961533], + [76.76034273410838, 24.447089395634897], + [76.84444806269991, 24.43609136049449], + [76.83221456035933, 24.35773036011909], + [76.8627983162108, 24.272495587780934], + [76.92243664012118, 24.212006394508695], + [76.88114856972169, 24.130895885348192], + [76.80163080450785, 24.11714834142268], + [76.67623740551682, 24.19138507862043], + [76.64412446187278, 24.26974607899583], + [76.57072344782924, 24.20925688572359], + [76.50496837274858, 24.20375786815339], + [76.32146583763975, 24.245000499929915], + [76.21289350436702, 24.20925688572359], + [76.11808386122746, 24.194134587405532], + [76.1272589879829, 24.08827849917911], + [76.04162447159878, 24.066282428898297], + [75.93763970170377, 23.89718763861454], + [75.79389604920185, 23.86694304197842], + [75.68991127930684, 23.74733940982649], + [75.5828681338267, 23.79545581356577], + [75.5645178803158, 23.85594500683801], + [75.46206229821338, 23.917808954502803], + [75.52170062212375, 24.02503979712177], + [75.70214478164743, 23.96592535824208], + [75.83671330739391, 24.05665914815044], + [75.75107879100979, 24.14326867488115], + [75.81377549050531, 24.245000499929915], + [75.72814097412119, 24.396223483110514], + [75.78625011023898, 24.4525884132051], + [75.900939194682, 24.442965132457246], + [75.92081863598546, 24.54332220311346] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Murshidabad", + "dt_code": "333", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.89130067625166, 24.855391450222513], + [88.0273983897907, 24.690420923116406], + [88.13291234747828, 24.510328097692238], + [88.334765136098, 24.442965132457246], + [88.38216995766778, 24.396223483110514], + [88.55955574160632, 24.308239201987256], + [88.68341995280478, 24.324736254697868], + [88.74152908892258, 24.254623780677772], + [88.7461166523003, 24.1473929380588], + [88.70024101852309, 24.096527025534417], + [88.63142756785729, 24.030538814691976], + [88.51215092003653, 23.99204569170055], + [88.40816615014154, 23.820201392631688], + [88.23842630516586, 23.802329585528526], + [88.17725879346293, 23.761086953752], + [88.06104052122733, 23.722593830760573], + [88.00904813627983, 23.844946971697603], + [87.96623087808776, 23.80920335749128], + [87.89130067625166, 23.8394479541274], + [87.84389585468188, 23.909560428147497], + [87.86071692040018, 24.02503979712177], + [87.89741742742194, 24.044286358617484], + [87.89894661521453, 24.162515236376862], + [87.98458113159865, 24.190010324227877], + [88.0166940752427, 24.310988710772357], + [87.95705575133232, 24.341233307408476], + [87.97846438042835, 24.416844798998778], + [87.94788062457688, 24.517201869654993], + [87.88977148845908, 24.565318273394276], + [87.90812174196996, 24.722040274145076], + [87.83930829130415, 24.74541109881844], + [87.89130067625166, 24.855391450222513] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sonbhadra", + "dt_code": "200", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.06059643951163, 24.95712327527128], + [83.08659263198538, 24.781154713024765], + [83.18598983850266, 24.719290765359975], + [83.28997460839767, 24.720665519752526], + [83.39548856608525, 24.781154713024765], + [83.48876902143223, 24.735787818070584], + [83.53005709183172, 24.643679273769674], + [83.52394034066143, 24.550195975076214], + [83.50253171156541, 24.5254503960103], + [83.40007612946297, 24.49795530815928], + [83.38019668815951, 24.31373821955746], + [83.40925125621841, 24.26699657021073], + [83.32973349100459, 24.102026043104622], + [83.2073984675987, 23.921933217680454], + [83.09118019536311, 23.87106730515607], + [82.94743654286118, 23.87106730515607], + [82.81286801711471, 23.96180109506443], + [82.66453680123507, 24.128146376563087], + [82.7440545664489, 24.165264745161963], + [82.77005075892265, 24.370103149652046], + [82.71347081059741, 24.379726430399902], + [82.7440545664489, 24.49658055376673], + [82.79757613918898, 24.576316308534683], + [82.77310913450779, 24.642304519377124], + [82.70735405942713, 24.636805501806922], + [82.67065355240535, 24.69729469507916], + [82.52385152431829, 24.6766733791909], + [82.54526015341432, 24.80452553769813], + [82.65842005006478, 24.781154713024765], + [82.80675126594441, 24.85126718704486], + [82.95355329403148, 24.8361448887268], + [83.06059643951163, 24.95712327527128] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pakur", + "dt_code": "353", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.50900372810825, 24.799026520127928], + [87.71238570452054, 24.74128683564079], + [87.83930829130415, 24.74541109881844], + [87.90812174196996, 24.722040274145076], + [87.88977148845908, 24.565318273394276], + [87.79343265752695, 24.583190080497435], + [87.80107859648982, 24.382475939185007], + [87.70626895335025, 24.260122798247973], + [87.638984690477, 24.254623780677772], + [87.5824047421518, 24.257373289462873], + [87.5640544886409, 24.52407564161775], + [87.42031083613898, 24.514452360869893], + [87.47383240887906, 24.64780353694733], + [87.4600697187459, 24.792152748165172], + [87.50900372810825, 24.799026520127928] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mandsaur", + "dt_code": "433", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.78472092244641, 24.761908151529052], + [75.82447980505333, 24.667050098443042], + [75.92081863598546, 24.54332220311346], + [75.900939194682, 24.442965132457246], + [75.78625011023898, 24.4525884132051], + [75.72814097412119, 24.396223483110514], + [75.81377549050531, 24.245000499929915], + [75.75107879100979, 24.14326867488115], + [75.83671330739391, 24.05665914815044], + [75.70214478164743, 23.96592535824208], + [75.52170062212375, 24.02503979712177], + [75.46206229821338, 23.917808954502803], + [75.33513971142978, 23.84082270851995], + [75.25562194621594, 23.82295090141679], + [75.05223996980365, 23.82570041020189], + [74.94060926094578, 23.76521121692965], + [74.90237956613144, 23.873816813941172], + [74.9742513923824, 24.040162095439833], + [74.87944174924283, 24.17351327151727], + [74.90849631730173, 24.212006394508695], + [75.02471458953733, 24.370103149652046], + [75.20515874906101, 24.308239201987256], + [75.36572346728124, 24.31511297395001], + [75.42994935456933, 24.356355605726538], + [75.59051407278956, 24.519951378440094], + [75.58133894603412, 24.642304519377124], + [75.54922600239007, 24.702793712649363], + [75.60886432630045, 24.6821723967611], + [75.78472092244641, 24.761908151529052] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Munger", + "dt_code": "226", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.51044409955769, 25.423165014346033], + [86.54102785540917, 25.49190273397358], + [86.64042506192644, 25.390170908924812], + [86.64654181309675, 25.273316785557988], + [86.72605957831057, 25.254070224062275], + [86.69241744687395, 25.115220030414633], + [86.65112937647446, 24.981868854337197], + [86.58384511360123, 24.947499994523422], + [86.50432734838739, 24.983243608729747], + [86.38505070056665, 25.057480345927495], + [86.37128801043349, 25.144089872658203], + [86.35293775692261, 25.299437119016453], + [86.26271567716077, 25.28019055752074], + [86.51044409955769, 25.423165014346033] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Giridih", + "dt_code": "349", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.05474613737076, 24.779779958632215], + [86.12814715141428, 24.698669449471712], + [86.13273471479201, 24.603811396385698], + [86.3009453719751, 24.56119401021662], + [86.27647836729392, 24.46633595713061], + [86.34987938133746, 24.447089395634897], + [86.4523349634399, 24.37285265843715], + [86.51503166293541, 24.2230044296491], + [86.48444790708393, 24.152891955629006], + [86.57008242346805, 24.1418939204886], + [86.48138953149879, 24.02229028833667], + [86.37893394939636, 24.059408656935545], + [86.29329943301224, 23.91643420011025], + [86.22295679455385, 23.941179779176167], + [86.10979689790341, 23.887564357866683], + [86.07156720308906, 23.921933217680454], + [85.96758243319405, 23.894438129829435], + [85.91406086045399, 23.949428305531473], + [85.83607228303273, 24.071781446468503], + [85.7106788840417, 24.102026043104622], + [85.68162431598279, 24.17626278030237], + [85.84677659758074, 24.218880166471447], + [85.84983497316588, 24.273870342173485], + [85.86818522667677, 24.52682515040285], + [85.77337558353722, 24.610685168348454], + [85.81772202952185, 24.723415028537627], + [85.9018273581134, 24.766032414706704], + [85.93241111396486, 24.73853732685569], + [86.05474613737076, 24.779779958632215] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dumka", + "dt_code": "362", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.05177657812874, 24.627182221059066], + [87.12211921658712, 24.634055993021818], + [87.24445423999302, 24.58593958928254], + [87.30715093948854, 24.598312378815496], + [87.37749357794692, 24.504829080122036], + [87.42031083613898, 24.514452360869893], + [87.5640544886409, 24.52407564161775], + [87.5824047421518, 24.257373289462873], + [87.638984690477, 24.254623780677772], + [87.63133875151414, 24.163889990769412], + [87.44019027744244, 23.982422410952694], + [87.33620550754743, 24.034663077869627], + [87.23374992544501, 24.02503979712177], + [87.1358819067203, 24.037412586654728], + [87.09612302411338, 24.107525060674824], + [87.01048850772926, 24.14601818366625], + [86.97378800070749, 24.108899815067375], + [86.93402911810058, 24.136394902918394], + [87.04565982695846, 24.2230044296491], + [87.02119282227727, 24.306864447594705], + [86.9615544983669, 24.31373821955746], + [86.88815348432337, 24.447089395634897], + [86.91262048900455, 24.547446466291113], + [86.95237937161146, 24.631306484236717], + [87.05177657812874, 24.627182221059066] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Singrauli", + "dt_code": "463", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.2975317310174, 24.606560905170802], + [82.41833756663071, 24.59418811563784], + [82.41833756663071, 24.65192780012498], + [82.52385152431829, 24.6766733791909], + [82.67065355240535, 24.69729469507916], + [82.70735405942713, 24.636805501806922], + [82.77310913450779, 24.642304519377124], + [82.79757613918898, 24.576316308534683], + [82.7440545664489, 24.49658055376673], + [82.71347081059741, 24.379726430399902], + [82.77005075892265, 24.370103149652046], + [82.7440545664489, 24.165264745161963], + [82.66453680123507, 24.128146376563087], + [82.81286801711471, 23.96180109506443], + [82.69359136929397, 23.919183708895353], + [82.63548223317616, 23.83807319973485], + [82.49785533184455, 23.784457778425363], + [82.26083122399564, 23.82157614702424], + [82.20883883904813, 23.85319549805291], + [82.20119290008526, 23.949428305531473], + [82.12167513487144, 23.9961699548782], + [81.96875635561408, 24.012667007588814], + [81.87853427585223, 24.126771622170537], + [81.93970178755518, 24.23675197357461], + [82.00086929925811, 24.23537721918206], + [82.16602158085607, 24.35773036011909], + [82.28988579205453, 24.50207957133693], + [82.3036484821877, 24.59418811563784], + [82.2975317310174, 24.606560905170802] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Birbhum", + "dt_code": "334", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.88977148845908, 24.565318273394276], + [87.94788062457688, 24.517201869654993], + [87.97846438042835, 24.416844798998778], + [87.95705575133232, 24.341233307408476], + [88.0166940752427, 24.310988710772357], + [87.98458113159865, 24.190010324227877], + [87.89894661521453, 24.162515236376862], + [87.89741742742194, 24.044286358617484], + [87.86071692040018, 24.02503979712177], + [87.84389585468188, 23.909560428147497], + [87.89130067625166, 23.8394479541274], + [87.96623087808776, 23.80920335749128], + [87.90965092976253, 23.718469567582922], + [87.95858493912489, 23.630485286459663], + [87.929530371066, 23.569996093187424], + [87.84542504247445, 23.55074953169171], + [87.70779814114283, 23.619487251319256], + [87.53347073278943, 23.60848921617885], + [87.44630702861274, 23.613988233749055], + [87.40960652159097, 23.68685021655425], + [87.26433368129648, 23.74871416421904], + [87.15423216023117, 23.74871416421904], + [87.08541870956536, 23.811952866276382], + [87.12976515555, 23.85319549805291], + [87.23374992544501, 23.85594500683801], + [87.29491743714794, 23.90131190179219], + [87.23374992544501, 24.02503979712177], + [87.33620550754743, 24.034663077869627], + [87.44019027744244, 23.982422410952694], + [87.63133875151414, 24.163889990769412], + [87.638984690477, 24.254623780677772], + [87.70626895335025, 24.260122798247973], + [87.80107859648982, 24.382475939185007], + [87.79343265752695, 24.583190080497435], + [87.88977148845908, 24.565318273394276] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Deoghar", + "dt_code": "350", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.4523349634399, 24.37285265843715], + [86.49973978500967, 24.510328097692238], + [86.61137049386755, 24.607935659563353], + [86.65265856426703, 24.570817290964477], + [86.7535849585769, 24.61755894031121], + [86.91262048900455, 24.547446466291113], + [86.88815348432337, 24.447089395634897], + [86.9615544983669, 24.31373821955746], + [87.02119282227727, 24.306864447594705], + [87.04565982695846, 24.2230044296491], + [86.93402911810058, 24.136394902918394], + [86.97378800070749, 24.108899815067375], + [86.95390855940403, 24.041536849832383], + [86.68018394453335, 24.12952113095564], + [86.57008242346805, 24.1418939204886], + [86.48444790708393, 24.152891955629006], + [86.51503166293541, 24.2230044296491], + [86.4523349634399, 24.37285265843715] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Palamu", + "dt_code": "358", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.87259515736821, 24.53232416797305], + [83.93682104465631, 24.548821220683664], + [84.00869287090727, 24.642304519377124], + [84.09279819949882, 24.533698922365602], + [84.25642129330419, 24.52682515040285], + [84.32676393176257, 24.489706781803974], + [84.34205580968832, 24.393473974325413], + [84.45980326971647, 24.337109044230825], + [84.49650377673825, 24.287617886098992], + [84.4475697673759, 24.23950148235971], + [84.58213829312237, 24.1418939204886], + [84.55461291285604, 24.008542744411162], + [84.57907991753723, 23.9879214285229], + [84.56684641519664, 23.92743223525066], + [84.46897839647193, 23.95767683188678], + [84.33440987072544, 23.909560428147497], + [84.13714464548345, 23.90406141057729], + [84.01939718545529, 23.802329585528526], + [83.93682104465631, 23.86831779637097], + [83.86494921840534, 24.069031937683402], + [83.98881342960381, 24.106150306282274], + [83.81754439683557, 24.288992640491543], + [83.87259515736821, 24.53232416797305] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sidhi", + "dt_code": "462", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.30508885363713, 24.321986745912767], + [81.50388326667169, 24.423718570961533], + [81.79137057167554, 24.52957465918795], + [81.86630077351164, 24.52407564161775], + [82.18284264657439, 24.602436641993148], + [82.3036484821877, 24.59418811563784], + [82.28988579205453, 24.50207957133693], + [82.16602158085607, 24.35773036011909], + [82.00086929925811, 24.23537721918206], + [81.93970178755518, 24.23675197357461], + [81.87853427585223, 24.126771622170537], + [81.96875635561408, 24.012667007588814], + [82.12167513487144, 23.9961699548782], + [82.20119290008526, 23.949428305531473], + [82.20883883904813, 23.85319549805291], + [82.08191625226452, 23.816077129454037], + [82.00698605042841, 23.861444024408215], + [81.92135153404429, 23.87106730515607], + [81.80972082518642, 23.80782860309873], + [81.72561549659487, 23.8394479541274], + [81.66750636047708, 23.924682726465555], + [81.60328047318899, 23.88481484908158], + [81.54364214927861, 23.913684691325148], + [81.53599621031574, 24.066282428898297], + [81.47024113523509, 24.17488802590982], + [81.48247463757566, 24.231252956004408], + [81.38919418222868, 24.26562181581818], + [81.30508885363713, 24.321986745912767] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chatra", + "dt_code": "347", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.49650377673825, 24.287617886098992], + [84.58519666870751, 24.400347746288165], + [84.80234133525298, 24.5309494135805], + [84.8879758516371, 24.46358644834551], + [84.90326772956283, 24.37285265843715], + [85.02866112855386, 24.415470044606227], + [85.08829945246424, 24.370103149652046], + [85.10053295480482, 24.32886051787552], + [85.22592635379586, 24.34398281619358], + [85.322265184728, 24.309613956379806], + [85.27180198757307, 24.216130657686346], + [85.1601712787152, 24.229878201611854], + [85.16934640547063, 24.09927653431952], + [85.24886417068447, 24.034663077869627], + [85.20145934911469, 23.956302077494225], + [85.02407356517614, 23.99204569170055], + [85.021015189591, 23.882065340296478], + [85.05312813323505, 23.711595795620166], + [84.96902280464349, 23.71572005879782], + [84.93843904879202, 23.73359186590098], + [84.95220173892518, 23.876566322726273], + [84.9338514854143, 23.941179779176167], + [84.67083118509164, 23.998919463663306], + [84.57907991753723, 23.9879214285229], + [84.55461291285604, 24.008542744411162], + [84.58213829312237, 24.1418939204886], + [84.4475697673759, 24.23950148235971], + [84.49650377673825, 24.287617886098992] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Garhwa", + "dt_code": "346", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.50253171156541, 24.5254503960103], + [83.71814719031828, 24.503454325729482], + [83.87259515736821, 24.53232416797305], + [83.81754439683557, 24.288992640491543], + [83.98881342960381, 24.106150306282274], + [83.86494921840534, 24.069031937683402], + [83.93682104465631, 23.86831779637097], + [84.01939718545529, 23.802329585528526], + [84.01633880987013, 23.634609549637318], + [83.93835023244888, 23.568621338794873], + [83.7747271386435, 23.6098639705714], + [83.7059136879777, 23.820201392631688], + [83.57134516223121, 23.862818778800765], + [83.51476521390599, 23.981047656560143], + [83.43218907310701, 24.08552899039401], + [83.32973349100459, 24.102026043104622], + [83.40925125621841, 24.26699657021073], + [83.38019668815951, 24.31373821955746], + [83.40007612946297, 24.49795530815928], + [83.50253171156541, 24.5254503960103] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sagar", + "dt_code": "427", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.26812189758594, 24.449838904419998], + [78.36904829189581, 24.3742274128297], + [78.32928940928889, 24.32748576348297], + [78.38892773319927, 24.262872307033078], + [78.50208762984971, 24.39072446554031], + [78.58619295844126, 24.353606096941437], + [78.70241123067686, 24.227128692826753], + [78.80639600057185, 24.17901228908747], + [78.9715482821698, 24.348107079371232], + [78.99142772347327, 24.416844798998778], + [79.07400386427224, 24.40722151825092], + [79.18104700975239, 24.43334185170939], + [79.25444802379593, 24.411345781428572], + [79.23303939469989, 24.334359535445724], + [79.09694168116084, 24.242250991144815], + [79.05412442296878, 24.170763762732168], + [79.14434650273063, 24.102026043104622], + [79.18716376092269, 24.009917498803713], + [79.0938833055757, 23.919183708895353], + [79.15046325390092, 23.847696480482707], + [79.23609777028504, 23.818826638239138], + [79.3018528453657, 23.677226935806395], + [79.28809015523254, 23.479262303279064], + [79.18104700975239, 23.42564688196958], + [79.23151020690732, 23.290920951499594], + [79.19022213650783, 23.2235579862646], + [79.09235411778312, 23.19468814402103], + [78.809454376157, 23.235930775797556], + [78.70852798184714, 23.354159653556934], + [78.63053940442589, 23.361033425519686], + [78.62901021663332, 23.451767215428045], + [78.73758254990605, 23.531502970195998], + [78.49902925426456, 23.585118391505485], + [78.50667519322742, 23.63598430402987], + [78.42868661580617, 23.719844321975472], + [78.36446072851808, 23.648357093562826], + [78.29258890226713, 23.675852181413845], + [78.25130083186764, 23.756962690574348], + [78.2941180900597, 23.909560428147497], + [78.27882621213396, 24.02778930590687], + [78.1840165689944, 24.009917498803713], + [78.11673230612116, 24.045661113010034], + [78.13508255963204, 24.121272604600335], + [78.08309017468454, 24.258748043855423], + [78.09226530143998, 24.320611991520213], + [78.16413712769094, 24.396223483110514], + [78.26812189758594, 24.449838904419998] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Patan", + "dt_code": "470", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [71.31949256813148, 23.983797165345244], + [71.39595195776016, 23.96592535824208], + [71.68802682614171, 23.970049621419736], + [71.71402301861546, 23.86969255076352], + [71.86082504670253, 23.846321726090153], + [71.9617514410124, 23.990670937308], + [72.20642148782417, 24.11439883263758], + [72.22630092912763, 24.071781446468503], + [72.33946082577808, 24.037412586654728], + [72.37004458162954, 23.971424375812287], + [72.48626285386514, 23.935680761605962], + [72.38074889617756, 23.86694304197842], + [72.32875651123005, 23.880690585903928], + [72.31040625771918, 23.67447742702129], + [72.29052681641572, 23.619487251319256], + [72.18348367093556, 23.64148332160007], + [72.07185296207768, 23.583743637112935], + [72.01374382595989, 23.629110532067113], + [71.96939737997526, 23.526003952625796], + [71.8623542344951, 23.47101377692376], + [71.77213215473327, 23.468264268138658], + [71.60392149755016, 23.497134110382227], + [71.53357885909178, 23.479262303279064], + [71.44794434270766, 23.535627233373653], + [71.3760725164567, 23.649731847955376], + [71.22162454940677, 23.656605619918132], + [71.21703698602904, 23.72946760272333], + [71.08093927249, 23.598865935430993], + [71.06411820677168, 23.83807319973485], + [71.10081871379344, 23.90268665618474], + [71.31949256813148, 23.983797165345244] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Damoh", + "dt_code": "428", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.19022213650783, 23.2235579862646], + [79.23151020690732, 23.290920951499594], + [79.18104700975239, 23.42564688196958], + [79.28809015523254, 23.479262303279064], + [79.3018528453657, 23.677226935806395], + [79.23609777028504, 23.818826638239138], + [79.15046325390092, 23.847696480482707], + [79.0938833055757, 23.919183708895353], + [79.18716376092269, 24.009917498803713], + [79.14434650273063, 24.102026043104622], + [79.30032365757313, 24.180387043480025], + [79.38289979837211, 24.195509341798083], + [79.41348355422357, 24.350856588156333], + [79.56640233348094, 24.427842834139184], + [79.63674497193932, 24.382475939185007], + [79.79578050236698, 24.3742274128297], + [79.8584772018625, 24.2986159212394], + [79.76672593430808, 24.041536849832383], + [79.84471451172934, 24.02229028833667], + [79.83248100938874, 23.942554533568718], + [79.8645939530328, 23.828449918986994], + [79.82789344601102, 23.695098742909558], + [79.93646577928375, 23.681351198984046], + [79.92881984032088, 23.597491181038443], + [79.78813456340411, 23.446268197857844], + [79.72390867611603, 23.42564688196958], + [79.67497466675367, 23.337662600846322], + [79.51593913632601, 23.268924881218776], + [79.37219548382409, 23.16581830177746], + [79.30644040874343, 23.231806512619904], + [79.19022213650783, 23.2235579862646] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shajapur", + "dt_code": "436", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.04935922690478, 23.466889513746107], + [77.01571709546816, 23.444893443465293], + [76.9790165884464, 23.311542267387857], + [76.90102801102515, 23.22768224944225], + [76.85515237724793, 23.10807861729032], + [76.77410542424153, 23.171317319347665], + [76.54166887977034, 23.13007468757114], + [76.51261431171145, 23.17956584570297], + [76.36428309583181, 23.233181267012455], + [76.16395949500466, 23.22493274065715], + [76.1211422368126, 23.24417930215286], + [76.18230974851555, 23.268924881218776], + [76.21289350436702, 23.384404250193054], + [76.21289350436702, 23.48888558402692], + [76.15478436824922, 23.569996093187424], + [76.33981609115062, 23.629110532067113], + [76.4346257342902, 23.633234795244764], + [76.45450517559365, 23.54387575972896], + [76.52637700184461, 23.57549511075763], + [76.66247471538367, 23.531502970195998], + [76.69305847123513, 23.48613607524182], + [76.80927674347072, 23.482011812064165], + [76.91631988895088, 23.51363116309284], + [77.04935922690478, 23.466889513746107] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Vidisha", + "dt_code": "443", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.31849627839773, 23.890313866651784], + [77.31237952722745, 24.00716799001861], + [77.26038714227994, 24.067657183290848], + [77.34602165866406, 24.181761797872575], + [77.32155465398289, 24.287617886098992], + [77.44694805297392, 24.23812672796716], + [77.55399119845407, 24.246375254322466], + [77.65185921717878, 24.31373821955746], + [77.78489855513268, 24.31511297395001], + [78.01427672401873, 24.23675197357461], + [78.08309017468454, 24.258748043855423], + [78.13508255963204, 24.121272604600335], + [78.11673230612116, 24.045661113010034], + [78.1840165689944, 24.009917498803713], + [78.27882621213396, 24.02778930590687], + [78.2941180900597, 23.909560428147497], + [78.25130083186764, 23.756962690574348], + [78.29258890226713, 23.675852181413845], + [78.22224626380874, 23.527378707018347], + [78.13508255963204, 23.51775542627049], + [78.08461936247711, 23.450392461035495], + [78.00051403388557, 23.466889513746107], + [77.81089474760644, 23.4558914786057], + [77.70690997771143, 23.564497075617222], + [77.62433383691246, 23.465514759353557], + [77.51729069143231, 23.506757391130083], + [77.50658637688429, 23.568621338794873], + [77.64727165380106, 23.712970550012717], + [77.57387063975753, 23.766585971322204], + [77.47447343324025, 23.756962690574348], + [77.41483510932987, 23.799580076743425], + [77.37660541451554, 23.88344009468903], + [77.31849627839773, 23.890313866651784] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mehsana", + "dt_code": "471", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.48626285386514, 23.935680761605962], + [72.58413087258985, 23.935680761605962], + [72.65141513546308, 23.9934204460931], + [72.65294432325567, 24.08415423600146], + [72.78292528562442, 24.102026043104622], + [72.86703061421596, 24.02503979712177], + [72.81809660485361, 23.948053551138923], + [72.78904203679471, 23.832574182164645], + [72.83491767057193, 23.67172791823619], + [72.83185929498677, 23.54525051412151], + [72.79821716355015, 23.501258373559878], + [72.62388975519676, 23.556248549261916], + [72.50461310737602, 23.384404250193054], + [72.52143417309433, 23.35003539037928], + [72.4128618398216, 23.281297670751737], + [72.42815371774734, 23.143822231496646], + [72.33640245019292, 23.10670386289777], + [72.28288087745285, 23.080583529439306], + [72.18807123431328, 23.143822231496646], + [72.17430854418012, 23.27304914439643], + [72.2507679338088, 23.33216358327612], + [72.29817275537859, 23.414648846829174], + [72.19112960989844, 23.416023601221724], + [72.15289991508409, 23.451767215428045], + [72.05197352077424, 23.443518689072743], + [71.98927682127872, 23.48888558402692], + [71.96939737997526, 23.526003952625796], + [72.01374382595989, 23.629110532067113], + [72.07185296207768, 23.583743637112935], + [72.18348367093556, 23.64148332160007], + [72.29052681641572, 23.619487251319256], + [72.31040625771918, 23.67447742702129], + [72.32875651123005, 23.880690585903928], + [72.38074889617756, 23.86694304197842], + [72.48626285386514, 23.935680761605962] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rajgarh", + "dt_code": "442", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.88114856972169, 24.130895885348192], + [76.97137064948353, 24.044286358617484], + [77.0248922222236, 24.08277948160891], + [77.18239856485869, 24.078655218431255], + [77.16557749914037, 23.94667879674637], + [77.22674501084332, 23.890313866651784], + [77.22368663525818, 23.813327620668932], + [77.16710668693295, 23.67310267262874], + [77.09523486068198, 23.49026033841947], + [77.04935922690478, 23.466889513746107], + [76.91631988895088, 23.51363116309284], + [76.80927674347072, 23.482011812064165], + [76.69305847123513, 23.48613607524182], + [76.66247471538367, 23.531502970195998], + [76.52637700184461, 23.57549511075763], + [76.45450517559365, 23.54387575972896], + [76.4346257342902, 23.633234795244764], + [76.38110416155011, 23.81057811188383], + [76.32911177660262, 23.864193533193315], + [76.30311558412886, 23.96042634067188], + [76.19148487527099, 24.08690374478656], + [76.21289350436702, 24.20925688572359], + [76.32146583763975, 24.245000499929915], + [76.50496837274858, 24.20375786815339], + [76.57072344782924, 24.20925688572359], + [76.64412446187278, 24.26974607899583], + [76.67623740551682, 24.19138507862043], + [76.80163080450785, 24.11714834142268], + [76.88114856972169, 24.130895885348192] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shahdol", + "dt_code": "460", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.00230967070756, 24.08140472721636], + [81.1338198208689, 24.135020148525843], + [81.18581220581639, 24.11027456945993], + [81.28215103674853, 24.190010324227877], + [81.34790611182919, 24.187260815442777], + [81.38919418222868, 24.26562181581818], + [81.48247463757566, 24.231252956004408], + [81.47024113523509, 24.17488802590982], + [81.53599621031574, 24.066282428898297], + [81.54364214927861, 23.913684691325148], + [81.60328047318899, 23.88481484908158], + [81.61092641215185, 23.8366984453423], + [81.69656092853597, 23.721219076368023], + [81.613984787737, 23.663479391880884], + [81.61092641215185, 23.512256408700285], + [81.75772844023892, 23.54937477729916], + [81.82042513973444, 23.51500591748539], + [81.91676397066658, 23.534252478981102], + [81.98557742133238, 23.414648846829174], + [81.91370559508142, 23.30054423224745], + [81.8403045810379, 23.296419969069795], + [81.75619925244635, 23.213934705516742], + [81.61245559994443, 23.19881240719868], + [81.51764595680486, 23.081958283831856], + [81.43812819159103, 23.057212704765938], + [81.3188515437703, 23.10395435411267], + [81.32802667052573, 23.147946494674297], + [81.25156728089705, 23.21255995112419], + [81.2836802245411, 23.220808477479498], + [81.35249367520692, 23.354159653556934], + [81.30814722922227, 23.42289737318448], + [81.29744291467426, 23.558998058047017], + [81.24850890531191, 23.58099412832783], + [81.24850890531191, 23.722593830760573], + [81.1796954546461, 23.796830567958324], + [81.22251271283815, 23.85457025244546], + [81.12923225749117, 23.971424375812287], + [81.06959393358079, 23.96592535824208], + [81.00230967070756, 24.08140472721636] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nadia", + "dt_code": "336", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.17725879346293, 23.761086953752], + [88.23842630516586, 23.802329585528526], + [88.40816615014154, 23.820201392631688], + [88.51215092003653, 23.99204569170055], + [88.63142756785729, 24.030538814691976], + [88.70024101852309, 24.096527025534417], + [88.74305827671515, 24.034663077869627], + [88.73235396216714, 23.910935182540047], + [88.6069605631761, 23.861444024408215], + [88.56414330498404, 23.712970550012717], + [88.59319787304294, 23.616737742534156], + [88.7231788354117, 23.512256408700285], + [88.7629377180186, 23.446268197857844], + [88.70941614527854, 23.231806512619904], + [88.67424482604935, 23.094331073364813], + [88.68800751618251, 23.025593353737268], + [88.65436538474589, 22.91973726551085], + [88.61154812655383, 22.907364475977893], + [88.40663696234895, 22.943108090184214], + [88.40969533793411, 22.989849739530946], + [88.50144660548852, 23.10532910850522], + [88.41428290131182, 23.20981044233909], + [88.32559000934256, 23.315666530565508], + [88.3867575210455, 23.497134110382227], + [88.25677655867675, 23.619487251319256], + [88.13444153527087, 23.664854146273438], + [88.17725879346293, 23.761086953752] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jamtara", + "dt_code": "363", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.48138953149879, 24.02229028833667], + [86.57008242346805, 24.1418939204886], + [86.68018394453335, 24.12952113095564], + [86.95390855940403, 24.041536849832383], + [86.97378800070749, 24.108899815067375], + [87.01048850772926, 24.14601818366625], + [87.09612302411338, 24.107525060674824], + [87.1358819067203, 24.037412586654728], + [87.23374992544501, 24.02503979712177], + [87.29491743714794, 23.90131190179219], + [87.23374992544501, 23.85594500683801], + [87.12976515555, 23.85319549805291], + [87.08541870956536, 23.811952866276382], + [86.9156788645897, 23.882065340296478], + [86.80098978014666, 23.833948936557196], + [86.58231592580864, 23.982422410952694], + [86.48138953149879, 24.02229028833667] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dungarpur", + "dt_code": "124", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.36860421018011, 23.814702375061483], + [73.46341385331968, 23.8394479541274], + [73.5138770504746, 23.93018174403576], + [73.58269050114042, 23.96317584945698], + [73.67138339310968, 23.939805024783617], + [73.8380648625002, 23.93430600721341], + [73.91605343992146, 23.985171919737795], + [74.07203059476397, 23.96592535824208], + [74.15307754777037, 24.011292253196263], + [74.21883262285104, 23.906810919362393], + [74.27082500779854, 23.949428305531473], + [74.37633896548611, 23.90406141057729], + [74.2723541955911, 23.832574182164645], + [74.14696079660007, 23.783083024032813], + [74.11790622854117, 23.721219076368023], + [74.1224937919189, 23.60848921617885], + [74.06897221917882, 23.600240689823544], + [73.95887069811351, 23.3802799870154], + [73.89158643524028, 23.33491309206122], + [73.83041892353734, 23.42564688196958], + [73.75548872170123, 23.45451672421315], + [73.62703694712505, 23.449017706642945], + [73.65609151518395, 23.620862005711807], + [73.5719861865924, 23.653856111133027], + [73.52305217723004, 23.6071144617863], + [73.47411816786769, 23.70472202365741], + [73.36860421018011, 23.814702375061483] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Katni", + "dt_code": "450", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.35852161003407, 23.968674867027186], + [80.46862313109936, 23.990670937308], + [80.5542576474835, 24.048410621795135], + [80.73776018259233, 24.130895885348192], + [80.76528556285865, 23.99204569170055], + [80.86927033275366, 24.078655218431255], + [80.95796322472292, 24.064907674505747], + [80.84633251586504, 23.96592535824208], + [80.84480332807247, 23.906810919362393], + [80.91820434211601, 23.78995679599557], + [80.90597083977542, 23.677226935806395], + [80.77140231402895, 23.67172791823619], + [80.69035536102254, 23.73221711150843], + [80.62460028594188, 23.593366917860788], + [80.56190358644636, 23.567246584402323], + [80.54355333293547, 23.39402753094091], + [80.45791881655136, 23.344536372809078], + [80.3279378541826, 23.314291776172958], + [80.29735409833113, 23.339037355238872], + [80.23618658662818, 23.57412035636508], + [80.09091374633368, 23.593366917860788], + [79.97010791072037, 23.57412035636508], + [79.92881984032088, 23.597491181038443], + [79.93646577928375, 23.681351198984046], + [79.82789344601102, 23.695098742909558], + [79.8645939530328, 23.828449918986994], + [79.98692897643868, 23.894438129829435], + [80.05268405151935, 23.99204569170055], + [80.14596450686633, 23.937055515998512], + [80.23159902325045, 23.94667879674637], + [80.30652922508656, 23.909560428147497], + [80.35852161003407, 23.968674867027186] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dhanbad", + "dt_code": "354", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.10979689790341, 23.887564357866683], + [86.22295679455385, 23.941179779176167], + [86.29329943301224, 23.91643420011025], + [86.37893394939636, 24.059408656935545], + [86.48138953149879, 24.02229028833667], + [86.58231592580864, 23.982422410952694], + [86.80098978014666, 23.833948936557196], + [86.82698597262042, 23.76521121692965], + [86.80098978014666, 23.69922300608721], + [86.7122968881774, 23.69922300608721], + [86.48597709487652, 23.63598430402987], + [86.37128801043349, 23.711595795620166], + [86.24436542364988, 23.712970550012717], + [86.1908438509098, 23.750088918611592], + [86.10979689790341, 23.887564357866683] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Banswara", + "dt_code": "125", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.95887069811351, 23.3802799870154], + [74.06897221917882, 23.600240689823544], + [74.1224937919189, 23.60848921617885], + [74.11790622854117, 23.721219076368023], + [74.14696079660007, 23.783083024032813], + [74.2723541955911, 23.832574182164645], + [74.37633896548611, 23.90406141057729], + [74.48032373538112, 23.924682726465555], + [74.56137068838753, 23.805079094313626], + [74.51855343019547, 23.63598430402987], + [74.65006358035679, 23.644232830385175], + [74.7479315990815, 23.613988233749055], + [74.77239860376268, 23.542501005336405], + [74.57207500293553, 23.420147864399375], + [74.52925774474348, 23.321165548135713], + [74.73416890894833, 23.220808477479498], + [74.50631992785488, 23.084707792616957], + [74.38551409224156, 23.112202880467976], + [74.31975901716089, 23.059962213551042], + [74.24788719090994, 23.183690108880622], + [74.12708135529662, 23.175441582525316], + [74.1393148576372, 23.266175372433676], + [73.98180851500213, 23.337662600846322], + [73.95887069811351, 23.3802799870154] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Umaria", + "dt_code": "431", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.95796322472292, 24.064907674505747], + [81.00230967070756, 24.08140472721636], + [81.06959393358079, 23.96592535824208], + [81.12923225749117, 23.971424375812287], + [81.22251271283815, 23.85457025244546], + [81.1796954546461, 23.796830567958324], + [81.24850890531191, 23.722593830760573], + [81.24850890531191, 23.58099412832783], + [81.29744291467426, 23.558998058047017], + [81.30814722922227, 23.42289737318448], + [81.35249367520692, 23.354159653556934], + [81.2836802245411, 23.220808477479498], + [81.25156728089705, 23.21255995112419], + [81.17663707906095, 23.31841603935061], + [81.12617388190601, 23.20981044233909], + [81.06806474578822, 23.19468814402103], + [80.92126271770115, 23.284047179536838], + [80.86468276937593, 23.233181267012455], + [80.72552668025173, 23.260676354863474], + [80.74999368493292, 23.329414074491016], + [80.70105967557055, 23.374780969445197], + [80.57566627657951, 23.351410144771833], + [80.54355333293547, 23.39402753094091], + [80.56190358644636, 23.567246584402323], + [80.62460028594188, 23.593366917860788], + [80.69035536102254, 23.73221711150843], + [80.77140231402895, 23.67172791823619], + [80.90597083977542, 23.677226935806395], + [80.91820434211601, 23.78995679599557], + [80.84480332807247, 23.906810919362393], + [80.84633251586504, 23.96592535824208], + [80.95796322472292, 24.064907674505747] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Latehar", + "dt_code": "359", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.01939718545529, 23.802329585528526], + [84.13714464548345, 23.90406141057729], + [84.33440987072544, 23.909560428147497], + [84.46897839647193, 23.95767683188678], + [84.56684641519664, 23.92743223525066], + [84.57907991753723, 23.9879214285229], + [84.67083118509164, 23.998919463663306], + [84.9338514854143, 23.941179779176167], + [84.95220173892518, 23.876566322726273], + [84.93843904879202, 23.73359186590098], + [84.96902280464349, 23.71572005879782], + [84.92314717086629, 23.66897840945109], + [84.94761417554746, 23.60848921617885], + [84.88491747605194, 23.558998058047017], + [84.85739209578563, 23.53287772458855], + [84.64177661703275, 23.66897840945109], + [84.46897839647193, 23.657980374310682], + [84.38793144346552, 23.6043649530012], + [84.31758880500713, 23.58099412832783], + [84.32829311955516, 23.494384601597126], + [84.24571697875618, 23.446268197857844], + [84.25947966888934, 23.381654741407953], + [84.1921954060161, 23.325289811313365], + [84.07444794598793, 23.33353833766867], + [83.96281723713005, 23.385779004585604], + [84.01480962207756, 23.504007882344983], + [84.01633880987013, 23.634609549637318], + [84.01939718545529, 23.802329585528526] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ratlam", + "dt_code": "434", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.46206229821338, 23.917808954502803], + [75.5645178803158, 23.85594500683801], + [75.5828681338267, 23.79545581356577], + [75.68991127930684, 23.74733940982649], + [75.62109782864103, 23.659355128703233], + [75.52170062212375, 23.66622890066599], + [75.47123742496882, 23.531502970195998], + [75.39630722313271, 23.601615444216094], + [75.28008895089712, 23.589242654683137], + [75.19904199789072, 23.535627233373653], + [75.16387067866152, 23.399526548511112], + [75.26020950959366, 23.267550126826226], + [75.22503819036447, 23.207060933553986], + [75.24185925608278, 23.13557370514134], + [75.23727169270506, 23.086082547009507], + [75.10881991812887, 23.114952389253077], + [75.00636433602644, 23.109453371682875], + [74.78004454272555, 23.152070757851952], + [74.73416890894833, 23.220808477479498], + [74.52925774474348, 23.321165548135713], + [74.57207500293553, 23.420147864399375], + [74.77239860376268, 23.542501005336405], + [74.84732880559879, 23.55212428608426], + [74.92225900743489, 23.66622890066599], + [74.94060926094578, 23.76521121692965], + [75.05223996980365, 23.82570041020189], + [75.25562194621594, 23.82295090141679], + [75.33513971142978, 23.84082270851995], + [75.46206229821338, 23.917808954502803] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bokaro", + "dt_code": "355", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.91406086045399, 23.949428305531473], + [85.96758243319405, 23.894438129829435], + [86.07156720308906, 23.921933217680454], + [86.10979689790341, 23.887564357866683], + [86.1908438509098, 23.750088918611592], + [86.24436542364988, 23.712970550012717], + [86.37128801043349, 23.711595795620166], + [86.48597709487652, 23.63598430402987], + [86.36517125926319, 23.531502970195998], + [86.31012049873054, 23.411899338044073], + [86.17708116077664, 23.469639022531208], + [86.15873090726576, 23.558998058047017], + [86.08227151763708, 23.565871830009772], + [86.03945425944502, 23.498508864774777], + [85.88500629239508, 23.48338656645672], + [85.75502533002633, 23.663479391880884], + [85.61434005310956, 23.633234795244764], + [85.61281086531699, 23.798205322350874], + [85.5822271094655, 23.85319549805291], + [85.64339462116845, 23.954927323101675], + [85.73667507651544, 23.950803059924024], + [85.83454309524015, 23.84082270851995], + [85.91406086045399, 23.949428305531473] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ramgarh", + "dt_code": "361", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.64339462116845, 23.954927323101675], + [85.5822271094655, 23.85319549805291], + [85.61281086531699, 23.798205322350874], + [85.61434005310956, 23.633234795244764], + [85.75502533002633, 23.663479391880884], + [85.88500629239508, 23.48338656645672], + [85.85901009992133, 23.42977114514723], + [85.77490477132979, 23.461390496175902], + [85.71373725962684, 23.444893443465293], + [85.6005773629764, 23.48888558402692], + [85.52870553672543, 23.561747566832118], + [85.38496188422351, 23.55074953169171], + [85.26721442419534, 23.57824461954273], + [85.20451772469983, 23.627735777674562], + [85.23051391717358, 23.684100707769147], + [85.33602787486116, 23.70472202365741], + [85.42319157903785, 23.684100707769147], + [85.46906721281506, 23.76521121692965], + [85.426249954623, 23.79408105917322], + [85.64339462116845, 23.954927323101675] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhopal", + "dt_code": "444", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.22674501084332, 23.890313866651784], + [77.31849627839773, 23.890313866651784], + [77.37660541451554, 23.88344009468903], + [77.41483510932987, 23.799580076743425], + [77.47447343324025, 23.756962690574348], + [77.57387063975753, 23.766585971322204], + [77.64727165380106, 23.712970550012717], + [77.50658637688429, 23.568621338794873], + [77.51729069143231, 23.506757391130083], + [77.48976531116598, 23.416023601221724], + [77.62586302470503, 23.315666530565508], + [77.56163713741694, 23.13694845953389], + [77.37966379010068, 23.072335003084], + [77.27109145682796, 23.094331073364813], + [77.2221574474656, 23.174066828132766], + [77.21451150850274, 23.28542193392939], + [77.1701650625181, 23.30191898664], + [77.28791252254626, 23.42564688196958], + [77.27720820799826, 23.600240689823544], + [77.16710668693295, 23.67310267262874], + [77.22368663525818, 23.813327620668932], + [77.22674501084332, 23.890313866651784] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Purba Bardhaman", + "dt_code": "335", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.96623087808776, 23.80920335749128], + [88.00904813627983, 23.844946971697603], + [88.06104052122733, 23.722593830760573], + [88.17725879346293, 23.761086953752], + [88.13444153527087, 23.664854146273438], + [88.25677655867675, 23.619487251319256], + [88.3867575210455, 23.497134110382227], + [88.32559000934256, 23.315666530565508], + [88.41428290131182, 23.20981044233909], + [88.36076132857175, 23.117701898038177], + [88.16961285450006, 23.156195021029603], + [88.14667503761144, 23.0778340206542], + [88.0503362066793, 22.989849739530946], + [87.94023468561402, 22.943108090184214], + [87.83930829130415, 22.93623431822146], + [87.74296946037202, 22.965104160465028], + [87.71238570452054, 23.01047105541921], + [87.76437808946804, 23.0750845118691], + [87.64510144164731, 23.19606289841358], + [87.55640854967804, 23.312917021780407], + [87.44936540419789, 23.402276057296216], + [87.44936540419789, 23.480637057671615], + [87.53347073278943, 23.60848921617885], + [87.70779814114283, 23.619487251319256], + [87.84542504247445, 23.55074953169171], + [87.929530371066, 23.569996093187424], + [87.95858493912489, 23.630485286459663], + [87.90965092976253, 23.718469567582922], + [87.96623087808776, 23.80920335749128] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Koriya", + "dt_code": "400", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.216484778011, 22.944482844576765], + [82.12320432266401, 23.10395435411267], + [82.19966371229269, 23.314291776172958], + [82.10332488136055, 23.39815179411856], + [81.98557742133238, 23.414648846829174], + [81.91676397066658, 23.534252478981102], + [81.82042513973444, 23.51500591748539], + [81.75772844023892, 23.54937477729916], + [81.61092641215185, 23.512256408700285], + [81.613984787737, 23.663479391880884], + [81.69656092853597, 23.721219076368023], + [81.61092641215185, 23.8366984453423], + [81.60328047318899, 23.88481484908158], + [81.66750636047708, 23.924682726465555], + [81.72561549659487, 23.8394479541274], + [81.80972082518642, 23.80782860309873], + [81.92135153404429, 23.87106730515607], + [82.00698605042841, 23.861444024408215], + [82.08191625226452, 23.816077129454037], + [82.20883883904813, 23.85319549805291], + [82.26083122399564, 23.82157614702424], + [82.49785533184455, 23.784457778425363], + [82.60184010173955, 23.675852181413845], + [82.5819606604361, 23.54525051412151], + [82.64159898434646, 23.501258373559878], + [82.65077411110191, 23.384404250193054], + [82.74864212982662, 23.354159653556934], + [82.7440545664489, 23.268924881218776], + [82.57737309705837, 23.127325178786034], + [82.60642766511727, 23.024218599344717], + [82.57278553368064, 22.960979897287377], + [82.45503807365247, 22.96647891485758], + [82.38469543519409, 22.999473020278803], + [82.25930203620305, 22.937609072614013], + [82.216484778011, 22.944482844576765] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ujjain", + "dt_code": "435", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.68991127930684, 23.74733940982649], + [75.72967016191376, 23.756962690574348], + [75.88105975337855, 23.557623303654466], + [76.00033640119929, 23.57412035636508], + [76.11655467343488, 23.541126250943854], + [76.15478436824922, 23.569996093187424], + [76.21289350436702, 23.48888558402692], + [76.21289350436702, 23.384404250193054], + [76.18230974851555, 23.268924881218776], + [76.1211422368126, 23.24417930215286], + [76.09514604433885, 23.201561915983785], + [76.08291254199827, 23.04758942401808], + [75.994219650029, 23.263425863648575], + [75.94681482845921, 23.156195021029603], + [75.98045695989583, 23.03934089766278], + [75.89788081909686, 23.003597283456454], + [75.87494300220825, 23.03934089766278], + [75.67156102579597, 23.01459531859686], + [75.62568539201875, 23.081958283831856], + [75.56604706810839, 23.086082547009507], + [75.47429580055396, 22.98572547635329], + [75.44065366911735, 22.867496598593917], + [75.37184021845154, 22.868871352986467], + [75.30608514337086, 22.932110055043808], + [75.33513971142978, 23.03934089766278], + [75.31984783350403, 23.10807861729032], + [75.24185925608278, 23.13557370514134], + [75.22503819036447, 23.207060933553986], + [75.26020950959366, 23.267550126826226], + [75.16387067866152, 23.399526548511112], + [75.19904199789072, 23.535627233373653], + [75.28008895089712, 23.589242654683137], + [75.39630722313271, 23.601615444216094], + [75.47123742496882, 23.531502970195998], + [75.52170062212375, 23.66622890066599], + [75.62109782864103, 23.659355128703233], + [75.68991127930684, 23.74733940982649] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gandhinagar", + "dt_code": "473", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.33640245019292, 23.10670386289777], + [72.42815371774734, 23.143822231496646], + [72.4128618398216, 23.281297670751737], + [72.52143417309433, 23.35003539037928], + [72.50461310737602, 23.384404250193054], + [72.62388975519676, 23.556248549261916], + [72.79821716355015, 23.501258373559878], + [72.79362960017244, 23.42702163636213], + [72.73399127626206, 23.403650811688767], + [72.94807756722237, 23.252427828508168], + [73.01689101788818, 23.278548161966633], + [72.98171969865899, 23.222183231872048], + [73.01230345451046, 23.160319284207258], + [73.00771589113273, 23.10257959972012], + [72.92513975033377, 23.080583529439306], + [72.83797604615707, 22.9967235114937], + [72.76610421990611, 23.095705827757364], + [72.66517782559625, 23.094331073364813], + [72.60859787727102, 23.128699933178588], + [72.48320447827999, 23.143822231496646], + [72.44956234684338, 23.059962213551042], + [72.33640245019292, 23.10670386289777] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ahmedabad", + "dt_code": "474", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.06114864752968, 22.101758401943066], + [72.13149128598806, 22.19936596381418], + [72.0596194597371, 22.24748236755346], + [71.83482885422879, 22.266728929049172], + [71.8623542344951, 22.37121026288304], + [71.93422606074607, 22.453695526436093], + [71.91281743165004, 22.526557509241293], + [72.03362326726335, 22.50731094774558], + [72.08408646441828, 22.435823719332934], + [72.16360422963211, 22.479815859894565], + [72.14984153949895, 22.584297193728432], + [72.06726539869997, 22.591170965691184], + [72.05656108415195, 22.79600937018127], + [71.98927682127872, 22.863372335416262], + [72.01527301375246, 23.057212704765938], + [71.91893418282034, 23.065461231121244], + [71.90670068047974, 23.176816336917867], + [71.98774763348614, 23.20981044233909], + [71.87305854904312, 23.278548161966633], + [71.87000017345798, 23.381654741407953], + [71.9556346898421, 23.387153758978155], + [71.98927682127872, 23.48888558402692], + [72.05197352077424, 23.443518689072743], + [72.15289991508409, 23.451767215428045], + [72.19112960989844, 23.416023601221724], + [72.29817275537859, 23.414648846829174], + [72.2507679338088, 23.33216358327612], + [72.17430854418012, 23.27304914439643], + [72.18807123431328, 23.143822231496646], + [72.28288087745285, 23.080583529439306], + [72.33640245019292, 23.10670386289777], + [72.44956234684338, 23.059962213551042], + [72.48320447827999, 23.143822231496646], + [72.60859787727102, 23.128699933178588], + [72.66517782559625, 23.094331073364813], + [72.76610421990611, 23.095705827757364], + [72.83797604615707, 22.9967235114937], + [72.79057122458728, 22.907364475977893], + [72.64376919650022, 22.897741195230036], + [72.52143417309433, 22.79600937018127], + [72.50920067075374, 22.610417527186897], + [72.42662452995476, 22.57054964980292], + [72.43885803229536, 22.50868570213813], + [72.37616133279984, 22.472942087931806], + [72.37616133279984, 22.314845332788455], + [72.33793163798549, 22.177369893533367], + [72.2446511826385, 21.994527559324098], + [72.1697209808024, 21.994527559324098], + [72.06114864752968, 22.101758401943066] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Raisen", + "dt_code": "446", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.29258890226713, 23.675852181413845], + [78.36446072851808, 23.648357093562826], + [78.42868661580617, 23.719844321975472], + [78.50667519322742, 23.63598430402987], + [78.49902925426456, 23.585118391505485], + [78.73758254990605, 23.531502970195998], + [78.62901021663332, 23.451767215428045], + [78.63053940442589, 23.361033425519686], + [78.70852798184714, 23.354159653556934], + [78.809454376157, 23.235930775797556], + [78.78804574706098, 23.117701898038177], + [78.73146579873575, 23.04483991523298], + [78.46997468620566, 23.004972037849004], + [78.44703686931706, 22.98297596756819], + [78.32011428253345, 22.91698775672575], + [78.21612951263845, 22.89361693205238], + [78.02803941415189, 22.802883142144022], + [77.96075515127865, 22.969228423642683], + [77.85524119359107, 22.94860710775442], + [77.69008891199312, 22.883993651304525], + [77.63962571483819, 22.838626756350347], + [77.53105338156547, 22.903240212800238], + [77.4362437384259, 22.930735300651257], + [77.33837571970119, 23.03934089766278], + [77.37966379010068, 23.072335003084], + [77.56163713741694, 23.13694845953389], + [77.62586302470503, 23.315666530565508], + [77.48976531116598, 23.416023601221724], + [77.51729069143231, 23.506757391130083], + [77.62433383691246, 23.465514759353557], + [77.70690997771143, 23.564497075617222], + [77.81089474760644, 23.4558914786057], + [78.00051403388557, 23.466889513746107], + [78.08461936247711, 23.450392461035495], + [78.13508255963204, 23.51775542627049], + [78.22224626380874, 23.527378707018347], + [78.29258890226713, 23.675852181413845] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Purulia", + "dt_code": "340", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.60984130607497, 22.79875887896637], + [86.55937810892004, 22.713524106628213], + [86.41869283200327, 22.790510352611065], + [86.43551389772158, 22.926611037473606], + [86.50126897280225, 22.993974002708597], + [86.24130704806473, 22.9967235114937], + [86.04404182282273, 23.145196985889196], + [85.88500629239508, 23.16719305617001], + [85.81925121731442, 23.268924881218776], + [85.8834771046025, 23.35003539037928], + [85.85901009992133, 23.42977114514723], + [85.88500629239508, 23.48338656645672], + [86.03945425944502, 23.498508864774777], + [86.08227151763708, 23.565871830009772], + [86.15873090726576, 23.558998058047017], + [86.17708116077664, 23.469639022531208], + [86.31012049873054, 23.411899338044073], + [86.36517125926319, 23.531502970195998], + [86.48597709487652, 23.63598430402987], + [86.7122968881774, 23.69922300608721], + [86.80098978014666, 23.69922300608721], + [86.90191617445653, 23.63873381281497], + [86.89427023549366, 23.512256408700285], + [86.8514529773016, 23.387153758978155], + [86.78722709001352, 23.339037355238872], + [86.78263952663579, 23.260676354863474], + [86.71688445155513, 23.121826161215832], + [86.75205577078432, 23.08883205579461], + [86.6893590712888, 22.930735300651257], + [86.70618013700711, 22.879869388126874], + [86.60984130607497, 22.79875887896637] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sehore", + "dt_code": "445", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.22062825967302, 22.56917489541037], + [77.13040617991118, 22.555427351484862], + [77.08758892171912, 22.620040807934753], + [77.00654196871272, 22.81388117728443], + [77.00348359312757, 22.878494633734324], + [76.81539349464101, 22.86062282663116], + [76.79551405333757, 22.83175298438759], + [76.64565364966535, 22.804257896536573], + [76.57531101120696, 22.771263791115352], + [76.45450517559365, 22.92248677429595], + [76.46826786572682, 23.066835985513794], + [76.54166887977034, 23.13007468757114], + [76.77410542424153, 23.171317319347665], + [76.85515237724793, 23.10807861729032], + [76.90102801102515, 23.22768224944225], + [76.9790165884464, 23.311542267387857], + [77.01571709546816, 23.444893443465293], + [77.04935922690478, 23.466889513746107], + [77.09523486068198, 23.49026033841947], + [77.16710668693295, 23.67310267262874], + [77.27720820799826, 23.600240689823544], + [77.28791252254626, 23.42564688196958], + [77.1701650625181, 23.30191898664], + [77.21451150850274, 23.28542193392939], + [77.2221574474656, 23.174066828132766], + [77.27109145682796, 23.094331073364813], + [77.37966379010068, 23.072335003084], + [77.33837571970119, 23.03934089766278], + [77.4362437384259, 22.930735300651257], + [77.53105338156547, 22.903240212800238], + [77.63962571483819, 22.838626756350347], + [77.69008891199312, 22.883993651304525], + [77.85524119359107, 22.94860710775442], + [77.96075515127865, 22.969228423642683], + [78.02803941415189, 22.802883142144022], + [77.8475952546282, 22.87299561616412], + [77.74208129694063, 22.760265755974945], + [77.62280464911989, 22.743768703264337], + [77.5753998275501, 22.67640573802934], + [77.4652983064848, 22.647535895785772], + [77.3322589685309, 22.56367587784017], + [77.22062825967302, 22.56917489541037] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ranchi", + "dt_code": "364", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.96902280464349, 23.71572005879782], + [85.05312813323505, 23.711595795620166], + [85.07606595012365, 23.66760365505854], + [85.23051391717358, 23.684100707769147], + [85.20451772469983, 23.627735777674562], + [85.26721442419534, 23.57824461954273], + [85.38496188422351, 23.55074953169171], + [85.52870553672543, 23.561747566832118], + [85.6005773629764, 23.48888558402692], + [85.71373725962684, 23.444893443465293], + [85.77490477132979, 23.461390496175902], + [85.85901009992133, 23.42977114514723], + [85.8834771046025, 23.35003539037928], + [85.81925121731442, 23.268924881218776], + [85.88500629239508, 23.16719305617001], + [85.81007609055898, 23.07645926626165], + [85.85748091212875, 22.900490704015137], + [85.72902913755257, 22.944482844576765], + [85.5822271094655, 22.894991686444932], + [85.54858497802888, 22.930735300651257], + [85.65562812350905, 23.004972037849004], + [85.61434005310956, 23.114952389253077], + [85.48282990294823, 23.124575670000933], + [85.38496188422351, 23.19331338962848], + [85.22133879041814, 23.208435687946537], + [85.22745554158843, 23.267550126826226], + [85.08829945246424, 23.24280454776031], + [85.04701138206474, 23.19468814402103], + [85.05465732102762, 23.120451406823282], + [84.94302661216975, 23.002222529063904], + [84.90326772956283, 23.055837950373387], + [84.88950503942966, 23.16719305617001], + [84.90173854177026, 23.326664565705915], + [84.88491747605194, 23.403650811688767], + [84.94455579996232, 23.498508864774777], + [84.88491747605194, 23.558998058047017], + [84.94761417554746, 23.60848921617885], + [84.92314717086629, 23.66897840945109], + [84.96902280464349, 23.71572005879782] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bankura", + "dt_code": "339", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.52276641824142, 22.927985791866156], + [87.45701134316076, 22.912863493548095], + [87.35761413664346, 22.95410612532462], + [87.27045043246677, 22.903240212800238], + [87.06401008046933, 22.850999545883305], + [87.07624358280992, 22.725896896161174], + [87.01507607110698, 22.650285404570873], + [86.89427023549366, 22.651660158963423], + [86.69547582245909, 22.76851428233025], + [86.60984130607497, 22.79875887896637], + [86.70618013700711, 22.879869388126874], + [86.6893590712888, 22.930735300651257], + [86.75205577078432, 23.08883205579461], + [86.71688445155513, 23.121826161215832], + [86.78263952663579, 23.260676354863474], + [86.78722709001352, 23.339037355238872], + [86.8514529773016, 23.387153758978155], + [86.89427023549366, 23.512256408700285], + [86.90191617445653, 23.63873381281497], + [87.01507607110698, 23.631860040852214], + [87.20928292076383, 23.557623303654466], + [87.27809637142964, 23.499883619167328], + [87.44936540419789, 23.402276057296216], + [87.55640854967804, 23.312917021780407], + [87.64510144164731, 23.19606289841358], + [87.76437808946804, 23.0750845118691], + [87.71238570452054, 23.01047105541921], + [87.64204306606216, 22.98160121317564], + [87.63133875151414, 22.899115949622587], + [87.52276641824142, 22.927985791866156] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lohardaga", + "dt_code": "356", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.38793144346552, 23.6043649530012], + [84.46897839647193, 23.657980374310682], + [84.64177661703275, 23.66897840945109], + [84.85739209578563, 23.53287772458855], + [84.88491747605194, 23.558998058047017], + [84.94455579996232, 23.498508864774777], + [84.88491747605194, 23.403650811688767], + [84.90173854177026, 23.326664565705915], + [84.79316620849752, 23.278548161966633], + [84.5913134198778, 23.31841603935061], + [84.51332484245656, 23.384404250193054], + [84.4414530162056, 23.405025566081317], + [84.47509514764222, 23.48613607524182], + [84.4705075842645, 23.57961937393528], + [84.38793144346552, 23.6043649530012] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Panchmahal", + "dt_code": "484", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.56281105983696, 22.329967631106513], + [73.46494304111225, 22.360212227742636], + [73.4205965951276, 22.428949947370178], + [73.41753821954246, 22.661283439711283], + [73.35025395666922, 22.791885107003615], + [73.42212578292019, 22.944482844576765], + [73.43588847305335, 23.003597283456454], + [73.58421968893299, 22.987100230745845], + [73.67444176869483, 23.10257959972012], + [73.74172603156806, 23.01184580981176], + [73.80901029444131, 23.109453371682875], + [73.90229074978829, 23.050338932803186], + [73.91452425212888, 23.01322056420431], + [73.85488592821852, 22.841376265135448], + [73.80289354327101, 22.548553579522107], + [73.72949252922749, 22.515559474100886], + [73.73102171702006, 22.287350244937436], + [73.65456232739137, 22.33684140306927], + [73.56281105983696, 22.329967631106513] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jabalpur", + "dt_code": "451", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.96399115955008, 22.852374300275855], + [79.78507618781896, 22.846875282705653], + [79.7483756807972, 22.9211120199034], + [79.62909903297646, 22.94998186214697], + [79.60769040388043, 23.098455336542468], + [79.51440994853344, 23.142447477104096], + [79.45783000020822, 23.098455336542468], + [79.34619929135035, 23.10670386289777], + [79.37219548382409, 23.16581830177746], + [79.51593913632601, 23.268924881218776], + [79.67497466675367, 23.337662600846322], + [79.72390867611603, 23.42564688196958], + [79.78813456340411, 23.446268197857844], + [79.92881984032088, 23.597491181038443], + [79.97010791072037, 23.57412035636508], + [80.09091374633368, 23.593366917860788], + [80.23618658662818, 23.57412035636508], + [80.29735409833113, 23.339037355238872], + [80.3279378541826, 23.314291776172958], + [80.45791881655136, 23.344536372809078], + [80.54355333293547, 23.39402753094091], + [80.57566627657951, 23.351410144771833], + [80.58178302774981, 23.284047179536838], + [80.50379445032856, 23.202936670376335], + [80.52979064280231, 23.083333038224406], + [80.45944800434393, 23.142447477104096], + [80.36005079782664, 23.139697968318995], + [80.30194166170884, 23.098455336542468], + [80.24842008896877, 23.152070757851952], + [79.99304572760897, 23.028342862522372], + [80.00527922994956, 22.97885170439054], + [79.96399115955008, 22.852374300275855] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gumla", + "dt_code": "366", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.07444794598793, 23.33353833766867], + [84.1921954060161, 23.325289811313365], + [84.25947966888934, 23.381654741407953], + [84.24571697875618, 23.446268197857844], + [84.32829311955516, 23.494384601597126], + [84.31758880500713, 23.58099412832783], + [84.38793144346552, 23.6043649530012], + [84.4705075842645, 23.57961937393528], + [84.47509514764222, 23.48613607524182], + [84.4414530162056, 23.405025566081317], + [84.51332484245656, 23.384404250193054], + [84.5913134198778, 23.31841603935061], + [84.79316620849752, 23.278548161966633], + [84.90173854177026, 23.326664565705915], + [84.88950503942966, 23.16719305617001], + [84.90326772956283, 23.055837950373387], + [84.94302661216975, 23.002222529063904], + [84.9858438703618, 22.91973726551085], + [84.97972711919151, 22.785011335040863], + [84.85739209578563, 22.72039787859097], + [84.73352788458716, 22.801508387751472], + [84.69529818977281, 22.741019194479232], + [84.55767128844118, 22.732770668123926], + [84.55614210064861, 22.787760843825964], + [84.44909895516847, 22.835877247565247], + [84.41545682373184, 22.7643900191526], + [84.29312180032596, 22.772638545507903], + [84.32370555617743, 22.850999545883305], + [84.39710657022096, 22.927985791866156], + [84.37416875333236, 22.97885170439054], + [84.17843271588293, 22.98022645878309], + [84.06374363143992, 23.113577634860526], + [84.03774743896616, 23.171317319347665], + [84.07444794598793, 23.33353833766867] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dahod", + "dt_code": "485", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.37939734107127, 22.63516310625281], + [74.26317906883567, 22.64341163260812], + [74.15001917218522, 22.52105849167109], + [74.05826790463081, 22.549928333914657], + [74.01545064643875, 22.559551614662514], + [73.87629455731455, 22.50318668456793], + [73.80289354327101, 22.548553579522107], + [73.85488592821852, 22.841376265135448], + [73.91452425212888, 23.01322056420431], + [73.90229074978829, 23.050338932803186], + [73.95887069811351, 23.113577634860526], + [73.99710039292786, 23.28954619710704], + [73.98180851500213, 23.337662600846322], + [74.1393148576372, 23.266175372433676], + [74.12708135529662, 23.175441582525316], + [74.24788719090994, 23.183690108880622], + [74.31975901716089, 23.059962213551042], + [74.39316003120443, 22.896366440837486], + [74.46044429407766, 22.907364475977893], + [74.46503185745539, 22.816630686069534], + [74.40233515795987, 22.731395913731376], + [74.37939734107127, 22.63516310625281] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dewas", + "dt_code": "437", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.13040617991118, 22.555427351484862], + [77.07841379496368, 22.50868570213813], + [76.91937826453602, 22.488064386249867], + [76.79398486554499, 22.426200438585077], + [76.78175136320439, 22.343715175032024], + [76.68235415668711, 22.296973525685292], + [76.60436557926586, 22.405579122696814], + [76.49732243378571, 22.411078140267016], + [76.32605340101746, 22.298348280077846], + [76.21136431657445, 22.327218122321412], + [76.21289350436702, 22.41795191222977], + [76.10126279550914, 22.470192579146705], + [76.08291254199827, 22.5375555443817], + [76.11961304902003, 22.604918509616695], + [76.24653563580364, 22.64341163260812], + [76.18995568747842, 22.69015328195485], + [76.10279198330171, 22.701151317095256], + [76.02327421808789, 22.85924807223861], + [75.89788081909686, 23.003597283456454], + [75.98045695989583, 23.03934089766278], + [75.94681482845921, 23.156195021029603], + [75.994219650029, 23.263425863648575], + [76.08291254199827, 23.04758942401808], + [76.09514604433885, 23.201561915983785], + [76.1211422368126, 23.24417930215286], + [76.16395949500466, 23.22493274065715], + [76.36428309583181, 23.233181267012455], + [76.51261431171145, 23.17956584570297], + [76.54166887977034, 23.13007468757114], + [76.46826786572682, 23.066835985513794], + [76.45450517559365, 22.92248677429595], + [76.57531101120696, 22.771263791115352], + [76.64565364966535, 22.804257896536573], + [76.79551405333757, 22.83175298438759], + [76.81539349464101, 22.86062282663116], + [77.00348359312757, 22.878494633734324], + [77.00654196871272, 22.81388117728443], + [77.08758892171912, 22.620040807934753], + [77.13040617991118, 22.555427351484862] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Anuppur", + "dt_code": "461", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.12320432266401, 23.10395435411267], + [81.94276016314032, 23.079208775046755], + [81.95040610210319, 22.98297596756819], + [81.86171321013393, 22.88949266887473], + [81.7760786937498, 22.87437037055667], + [81.79442894726068, 22.76576477354515], + [81.73173224776517, 22.67640573802934], + [81.69197336515825, 22.78088707186321], + [81.59410534643354, 22.75339198401219], + [81.45342006951677, 22.7698890367228], + [81.4289530648356, 22.835877247565247], + [81.19957489594955, 22.912863493548095], + [81.20416245932728, 23.003597283456454], + [81.26380078323764, 23.07096024869145], + [81.12617388190601, 23.20981044233909], + [81.17663707906095, 23.31841603935061], + [81.25156728089705, 23.21255995112419], + [81.32802667052573, 23.147946494674297], + [81.3188515437703, 23.10395435411267], + [81.43812819159103, 23.057212704765938], + [81.51764595680486, 23.081958283831856], + [81.61245559994443, 23.19881240719868], + [81.75619925244635, 23.213934705516742], + [81.8403045810379, 23.296419969069795], + [81.91370559508142, 23.30054423224745], + [81.98557742133238, 23.414648846829174], + [82.10332488136055, 23.39815179411856], + [82.19966371229269, 23.314291776172958], + [82.12320432266401, 23.10395435411267] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jhabua", + "dt_code": "464", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.74181484791121, 22.559551614662514], + [74.6087755099573, 22.558176860269963], + [74.44209404056679, 22.58292243933588], + [74.37939734107127, 22.63516310625281], + [74.40233515795987, 22.731395913731376], + [74.46503185745539, 22.816630686069534], + [74.46044429407766, 22.907364475977893], + [74.39316003120443, 22.896366440837486], + [74.31975901716089, 23.059962213551042], + [74.38551409224156, 23.112202880467976], + [74.50631992785488, 23.084707792616957], + [74.73416890894833, 23.220808477479498], + [74.78004454272555, 23.152070757851952], + [75.00636433602644, 23.109453371682875], + [75.0033059604413, 22.912863493548095], + [74.89473362716856, 22.747892966441988], + [74.76016510142209, 22.75201722961964], + [74.77851535493298, 22.578798176158227], + [74.74181484791121, 22.559551614662514] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "North 24 Parganas", + "dt_code": "337", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [89.05501258640017, 22.12787873540153], + [88.8042257884181, 22.328592876713962], + [88.82257604192898, 22.37121026288304], + [88.70329939410824, 22.434448964940383], + [88.62378162889442, 22.58017293055078], + [88.5610849293989, 22.624165071112408], + [88.52132604679198, 22.562301123447618], + [88.41428290131182, 22.556802105877413], + [88.35770295298661, 22.63241359746771], + [88.35005701402373, 22.654409667748524], + [88.35311538960889, 22.79600937018127], + [88.40663696234895, 22.943108090184214], + [88.61154812655383, 22.907364475977893], + [88.65436538474589, 22.91973726551085], + [88.68800751618251, 23.025593353737268], + [88.67424482604935, 23.094331073364813], + [88.70941614527854, 23.231806512619904], + [88.81034253958839, 23.25517733729327], + [88.94185268974972, 23.205686179161436], + [88.85774736115818, 22.967853669250132], + [88.96937807001605, 22.84412577392055], + [88.91279812169083, 22.757516247189844], + [88.96326131884575, 22.69290279073995], + [88.92656081182399, 22.650285404570873], + [88.99996182586752, 22.428949947370178], + [88.9953742624898, 22.287350244937436], + [89.06571690094819, 22.207614490169483], + [89.05501258640017, 22.12787873540153] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dindori", + "dt_code": "453", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.4748286986128, 22.489439140642418], + [81.32802667052573, 22.525182754848743], + [81.24850890531191, 22.4591945440063], + [81.19345814477926, 22.490813895034968], + [81.12005713073572, 22.593920474476285], + [81.01301398525557, 22.591170965691184], + [80.86774114496107, 22.757516247189844], + [80.87079952054623, 22.848250037098204], + [80.73011424362946, 22.81113166849933], + [80.52367389163201, 22.871620861771568], + [80.5649619620315, 22.993974002708597], + [80.52979064280231, 23.083333038224406], + [80.50379445032856, 23.202936670376335], + [80.58178302774981, 23.284047179536838], + [80.57566627657951, 23.351410144771833], + [80.70105967557055, 23.374780969445197], + [80.74999368493292, 23.329414074491016], + [80.72552668025173, 23.260676354863474], + [80.86468276937593, 23.233181267012455], + [80.92126271770115, 23.284047179536838], + [81.06806474578822, 23.19468814402103], + [81.12617388190601, 23.20981044233909], + [81.26380078323764, 23.07096024869145], + [81.20416245932728, 23.003597283456454], + [81.19957489594955, 22.912863493548095], + [81.4289530648356, 22.835877247565247], + [81.45342006951677, 22.7698890367228], + [81.59410534643354, 22.75339198401219], + [81.69197336515825, 22.78088707186321], + [81.73173224776517, 22.67640573802934], + [81.72867387218002, 22.669531966066586], + [81.64915610696619, 22.614541790364548], + [81.62163072669986, 22.5375555443817], + [81.4748286986128, 22.489439140642418] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hooghly", + "dt_code": "338", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.85307098143731, 22.595295228868835], + [87.81331209883041, 22.614541790364548], + [87.74144027257944, 22.776762808685557], + [87.62980956372157, 22.81250642289188], + [87.51053291590082, 22.897741195230036], + [87.52276641824142, 22.927985791866156], + [87.63133875151414, 22.899115949622587], + [87.64204306606216, 22.98160121317564], + [87.71238570452054, 23.01047105541921], + [87.74296946037202, 22.965104160465028], + [87.83930829130415, 22.93623431822146], + [87.94023468561402, 22.943108090184214], + [88.0503362066793, 22.989849739530946], + [88.14667503761144, 23.0778340206542], + [88.16961285450006, 23.156195021029603], + [88.36076132857175, 23.117701898038177], + [88.41428290131182, 23.20981044233909], + [88.50144660548852, 23.10532910850522], + [88.40969533793411, 22.989849739530946], + [88.40663696234895, 22.943108090184214], + [88.35311538960889, 22.79600937018127], + [88.35005701402373, 22.654409667748524], + [88.19713823476638, 22.662658194103834], + [87.99222707056151, 22.70390082588036], + [87.85307098143731, 22.595295228868835] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Khunti", + "dt_code": "365", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.94302661216975, 23.002222529063904], + [85.05465732102762, 23.120451406823282], + [85.04701138206474, 23.19468814402103], + [85.08829945246424, 23.24280454776031], + [85.22745554158843, 23.267550126826226], + [85.22133879041814, 23.208435687946537], + [85.38496188422351, 23.19331338962848], + [85.48282990294823, 23.124575670000933], + [85.61434005310956, 23.114952389253077], + [85.65562812350905, 23.004972037849004], + [85.54858497802888, 22.930735300651257], + [85.5822271094655, 22.894991686444932], + [85.51647203438485, 22.807007405321677], + [85.34061543823887, 22.882618896911975], + [85.24886417068447, 22.834502493172693], + [85.15711290313004, 22.83175298438759], + [85.0730075745385, 22.56780014101782], + [85.04089463089446, 22.681904755599547], + [85.04854056985732, 22.75339198401219], + [84.97972711919151, 22.785011335040863], + [84.9858438703618, 22.91973726551085], + [84.94302661216975, 23.002222529063904] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Narsinghpur", + "dt_code": "452", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.62909903297646, 22.94998186214697], + [79.57710664802896, 22.833127738780142], + [79.48841375605969, 22.730021159338825], + [79.411954366431, 22.721772632983523], + [79.32784903783946, 22.615916544757102], + [79.24374370924791, 22.71902312419842], + [79.24068533366275, 22.802883142144022], + [79.04189092062819, 22.758891001582395], + [79.01130716477672, 22.64341163260812], + [78.91802670942972, 22.672281474851687], + [78.72381985977287, 22.64478638700067], + [78.69017772833627, 22.70527558027291], + [78.6993528550917, 22.761640510367496], + [78.57701783168582, 22.86199758102371], + [78.57090108051553, 22.95548087971717], + [78.44703686931706, 22.98297596756819], + [78.46997468620566, 23.004972037849004], + [78.73146579873575, 23.04483991523298], + [78.78804574706098, 23.117701898038177], + [78.809454376157, 23.235930775797556], + [79.09235411778312, 23.19468814402103], + [79.19022213650783, 23.2235579862646], + [79.30644040874343, 23.231806512619904], + [79.37219548382409, 23.16581830177746], + [79.34619929135035, 23.10670386289777], + [79.45783000020822, 23.098455336542468], + [79.51440994853344, 23.142447477104096], + [79.60769040388043, 23.098455336542468], + [79.62909903297646, 22.94998186214697] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dhar", + "dt_code": "438", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.50173236447715, 22.045393471848477], + [74.47114860862568, 22.112756437083473], + [74.52619936915833, 22.236484332413056], + [74.64853439256422, 22.273602701011928], + [74.69135165075627, 22.36846075409794], + [74.74181484791121, 22.559551614662514], + [74.77851535493298, 22.578798176158227], + [74.76016510142209, 22.75201722961964], + [74.89473362716856, 22.747892966441988], + [75.0033059604413, 22.912863493548095], + [75.00636433602644, 23.109453371682875], + [75.10881991812887, 23.114952389253077], + [75.23727169270506, 23.086082547009507], + [75.24185925608278, 23.13557370514134], + [75.31984783350403, 23.10807861729032], + [75.33513971142978, 23.03934089766278], + [75.30608514337086, 22.932110055043808], + [75.37184021845154, 22.868871352986467], + [75.44065366911735, 22.867496598593917], + [75.43912448132477, 22.774013299900453], + [75.49111686627228, 22.76301526476005], + [75.52934656108661, 22.62966408868261], + [75.65473996007765, 22.637912615037916], + [75.69602803047714, 22.595295228868835], + [75.55687194135294, 22.515559474100886], + [75.56145950473066, 22.376709280453245], + [75.5186422465386, 22.32584336792886], + [75.53546331225691, 22.23373482362795], + [75.49111686627228, 22.15399906886], + [75.31678945791889, 22.133377752971736], + [75.1883376833427, 22.104507910728167], + [74.77851535493298, 22.0783875772697], + [74.6791181484157, 22.035770191100625], + [74.5628998761801, 22.023397401567664], + [74.50173236447715, 22.045393471848477] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jashpur", + "dt_code": "402", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.01175124649241, 22.527932263633843], + [84.0469225657216, 22.468817824754154], + [84.01022205869984, 22.37121026288304], + [83.86342003061277, 22.343715175032024], + [83.80225251890982, 22.29422401690019], + [83.73802663162174, 22.3780840348458], + [83.64933373965246, 22.391831578771303], + [83.57593272560894, 22.4591945440063], + [83.40007612946297, 22.55405259709231], + [83.40925125621841, 22.640662123823017], + [83.62945429834902, 22.712149352235663], + [83.64627536406732, 22.82625396681739], + [83.5958121669124, 22.849624791490754], + [83.50406089935798, 22.95135661653952], + [83.54840734534261, 23.031092371307473], + [83.49947333598026, 23.065461231121244], + [83.5545240965129, 23.169942564955115], + [83.62486673497129, 23.219433723086944], + [83.79154820436182, 23.251053074115617], + [83.92611673010829, 23.16856781056256], + [84.03774743896616, 23.171317319347665], + [84.06374363143992, 23.113577634860526], + [84.17843271588293, 22.98022645878309], + [84.37416875333236, 22.97885170439054], + [84.39710657022096, 22.927985791866156], + [84.32370555617743, 22.850999545883305], + [84.29312180032596, 22.772638545507903], + [84.23807103979331, 22.6915280363474], + [84.1524365234092, 22.636537860645365], + [84.08362307274338, 22.637912615037916], + [84.01022205869984, 22.57329915858802], + [84.01175124649241, 22.527932263633843] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Indore", + "dt_code": "439", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.08291254199827, 22.5375555443817], + [75.994219650029, 22.41382764905212], + [75.83365493180877, 22.408328631481915], + [75.76025391776523, 22.362961736527737], + [75.61498107747074, 22.338216157461822], + [75.56145950473066, 22.376709280453245], + [75.55687194135294, 22.515559474100886], + [75.69602803047714, 22.595295228868835], + [75.65473996007765, 22.637912615037916], + [75.52934656108661, 22.62966408868261], + [75.49111686627228, 22.76301526476005], + [75.43912448132477, 22.774013299900453], + [75.44065366911735, 22.867496598593917], + [75.47429580055396, 22.98572547635329], + [75.56604706810839, 23.086082547009507], + [75.62568539201875, 23.081958283831856], + [75.67156102579597, 23.01459531859686], + [75.87494300220825, 23.03934089766278], + [75.89788081909686, 23.003597283456454], + [76.02327421808789, 22.85924807223861], + [76.10279198330171, 22.701151317095256], + [76.18995568747842, 22.69015328195485], + [76.24653563580364, 22.64341163260812], + [76.11961304902003, 22.604918509616695], + [76.08291254199827, 22.5375555443817] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Saraikela-Kharsawan", + "dt_code": "369", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.06697963971135, 22.556802105877413], + [85.96299486981634, 22.485314877464766], + [85.90029817032082, 22.525182754848743], + [85.91406086045399, 22.604918509616695], + [85.86512685109163, 22.712149352235663], + [85.72444157417485, 22.684654264384648], + [85.70150375728625, 22.807007405321677], + [85.6464529967536, 22.850999545883305], + [85.51647203438485, 22.807007405321677], + [85.5822271094655, 22.894991686444932], + [85.72902913755257, 22.944482844576765], + [85.85748091212875, 22.900490704015137], + [85.81007609055898, 23.07645926626165], + [85.88500629239508, 23.16719305617001], + [86.04404182282273, 23.145196985889196], + [86.24130704806473, 22.9967235114937], + [86.18778547532466, 22.94723235336187], + [86.19848978987267, 22.818005440462084], + [86.15873090726576, 22.75201722961964], + [86.14955578051031, 22.63103884307516], + [86.06697963971135, 22.556802105877413] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mandla", + "dt_code": "454", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.10008887308913, 22.335466648676718], + [80.0496256759342, 22.456445035221197], + [80.03586298580103, 22.607668018401796], + [80.1536104458292, 22.59941949204649], + [80.28970815936826, 22.725896896161174], + [80.28053303261281, 22.78363658064831], + [80.06491755385994, 22.761640510367496], + [79.96399115955008, 22.852374300275855], + [80.00527922994956, 22.97885170439054], + [79.99304572760897, 23.028342862522372], + [80.24842008896877, 23.152070757851952], + [80.30194166170884, 23.098455336542468], + [80.36005079782664, 23.139697968318995], + [80.45944800434393, 23.142447477104096], + [80.52979064280231, 23.083333038224406], + [80.5649619620315, 22.993974002708597], + [80.52367389163201, 22.871620861771568], + [80.73011424362946, 22.81113166849933], + [80.87079952054623, 22.848250037098204], + [80.86774114496107, 22.757516247189844], + [81.01301398525557, 22.591170965691184], + [81.12005713073572, 22.593920474476285], + [81.19345814477926, 22.490813895034968], + [81.11088200398028, 22.435823719332934], + [81.11852794294315, 22.291474508115087], + [81.04512692889962, 22.240608595590707], + [81.00689723408527, 22.283225981759784], + [80.91514596653086, 22.279101718582133], + [80.8662119571685, 22.37945878923835], + [80.7041180511557, 22.270853192226824], + [80.70564723894827, 22.20211547259928], + [80.58025383995724, 22.226861051665196], + [80.39980968043355, 22.303847297648048], + [80.33558379314546, 22.298348280077846], + [80.10008887308913, 22.335466648676718] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "East Singhbhum", + "dt_code": "357", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.72758876610314, 22.21586301652479], + [86.55479054554232, 22.298348280077846], + [86.49668140942453, 22.346464683817125], + [86.42939714655128, 22.316220087181005], + [86.3590545080929, 22.349214192602226], + [86.28259511846423, 22.44819650886589], + [86.11897202465885, 22.486689631857317], + [86.06697963971135, 22.556802105877413], + [86.14955578051031, 22.63103884307516], + [86.15873090726576, 22.75201722961964], + [86.19848978987267, 22.818005440462084], + [86.18778547532466, 22.94723235336187], + [86.24130704806473, 22.9967235114937], + [86.50126897280225, 22.993974002708597], + [86.43551389772158, 22.926611037473606], + [86.41869283200327, 22.790510352611065], + [86.55937810892004, 22.713524106628213], + [86.64195424971902, 22.65715917653363], + [86.65877531543732, 22.576048667373126], + [86.76581846091747, 22.576048667373126], + [86.80098978014666, 22.488064386249867], + [86.7642892731249, 22.426200438585077], + [86.84533622613131, 22.400080105126612], + [86.83310272379072, 22.32584336792886], + [86.72758876610314, 22.21586301652479] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hoshangabad", + "dt_code": "449", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.69017772833627, 22.70527558027291], + [78.61218915091501, 22.648910650178323], + [78.52196707115317, 22.665407702888935], + [78.49750006647199, 22.592545720083734], + [78.54796326362691, 22.53618078998915], + [78.5601967659675, 22.419326666622325], + [78.46997468620566, 22.375334526060694], + [78.3812817942364, 22.420701421014876], + [78.26965108537851, 22.401454859519163], + [78.18707494457955, 22.398705350734062], + [78.03262697752962, 22.329967631106513], + [77.85524119359107, 22.36846075409794], + [77.68397216082283, 22.32171910475121], + [77.54787444728377, 22.351963701387326], + [77.45306480414422, 22.217237770917343], + [77.3903681046487, 22.222736788487545], + [77.28179577137597, 22.463318807183953], + [77.22062825967302, 22.56917489541037], + [77.3322589685309, 22.56367587784017], + [77.4652983064848, 22.647535895785772], + [77.5753998275501, 22.67640573802934], + [77.62280464911989, 22.743768703264337], + [77.74208129694063, 22.760265755974945], + [77.8475952546282, 22.87299561616412], + [78.02803941415189, 22.802883142144022], + [78.21612951263845, 22.89361693205238], + [78.32011428253345, 22.91698775672575], + [78.44703686931706, 22.98297596756819], + [78.57090108051553, 22.95548087971717], + [78.57701783168582, 22.86199758102371], + [78.6993528550917, 22.761640510367496], + [78.69017772833627, 22.70527558027291] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Korba", + "dt_code": "404", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.93673222831316, 22.12237971783133], + [82.86180202647706, 22.17187087596316], + [82.66912436461278, 22.081137086054802], + [82.66453680123507, 22.18836792867377], + [82.59419416277669, 22.26260466587152], + [82.45809644923763, 22.21448826213224], + [82.35105330375748, 22.327218122321412], + [82.20425127567042, 22.31209582400335], + [82.18284264657439, 22.409703385874465], + [82.13849620058974, 22.455070280828647], + [82.15684645410063, 22.544429316344456], + [82.23942259489961, 22.653034913355974], + [82.17366751981893, 22.670906720459136], + [82.13390863721203, 22.853749054668405], + [82.216484778011, 22.944482844576765], + [82.25930203620305, 22.937609072614013], + [82.38469543519409, 22.999473020278803], + [82.45503807365247, 22.96647891485758], + [82.57278553368064, 22.960979897287377], + [82.55902284354748, 22.85649856345351], + [82.65077411110191, 22.809756914106778], + [82.75781725658206, 22.79738412457382], + [82.87403552881764, 22.746518212049438], + [83.01319161794186, 22.639287369430466], + [83.11105963666657, 22.670906720459136], + [83.08659263198538, 22.470192579146705], + [83.11411801225171, 22.422076175407426], + [83.08047588081509, 22.3107210696108], + [83.03001268366016, 22.239233841198157], + [83.03001268366016, 22.169121367178057], + [82.93673222831316, 22.12237971783133] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "West Singhbhum", + "dt_code": "368", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.96299486981634, 22.485314877464766], + [86.01804563034898, 22.426200438585077], + [86.028749944897, 22.334091894284168], + [85.97369918436435, 22.24748236755346], + [86.03180832048216, 22.18974268306632], + [86.00887050359354, 22.115505945868577], + [85.89723979473567, 21.983529524183687], + [85.78407989808522, 21.984904278576238], + [85.74890857885603, 22.074263314092047], + [85.68315350377537, 22.05776626138144], + [85.3971953865641, 22.163622349607856], + [85.27486036315821, 22.082511840447353], + [85.23815985613645, 22.009649857642156], + [85.18005072001864, 22.072888559699496], + [85.02866112855386, 22.12237971783133], + [85.07759513791622, 22.25710564830132], + [85.06994919895335, 22.490813895034968], + [85.0730075745385, 22.56780014101782], + [85.15711290313004, 22.83175298438759], + [85.24886417068447, 22.834502493172693], + [85.34061543823887, 22.882618896911975], + [85.51647203438485, 22.807007405321677], + [85.6464529967536, 22.850999545883305], + [85.70150375728625, 22.807007405321677], + [85.72444157417485, 22.684654264384648], + [85.86512685109163, 22.712149352235663], + [85.91406086045399, 22.604918509616695], + [85.90029817032082, 22.525182754848743], + [85.96299486981634, 22.485314877464766] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Howrah", + "dt_code": "341", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.23842630516586, 22.544429316344456], + [88.16961285450006, 22.482565368679666], + [88.09009508928622, 22.362961736527737], + [88.08244915032336, 22.26122991147897], + [87.99834382173181, 22.24473285876836], + [87.9524681879546, 22.27635220979703], + [87.93717631002886, 22.422076175407426], + [87.89282986404423, 22.51968373727854], + [87.85307098143731, 22.595295228868835], + [87.99222707056151, 22.70390082588036], + [88.19713823476638, 22.662658194103834], + [88.35005701402373, 22.654409667748524], + [88.35770295298661, 22.63241359746771], + [88.32100244596484, 22.552677842699758], + [88.23842630516586, 22.544429316344456] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Simdega", + "dt_code": "367", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.06994919895335, 22.490813895034968], + [84.95831849009548, 22.44544700008079], + [84.80998727421584, 22.453695526436093], + [84.75034895030547, 22.419326666622325], + [84.53473347155258, 22.427575192977628], + [84.42921951386501, 22.351963701387326], + [84.29159261253338, 22.342340420639474], + [84.19678296939382, 22.3780840348458], + [84.11114845300969, 22.47706635110946], + [84.01175124649241, 22.527932263633843], + [84.01022205869984, 22.57329915858802], + [84.08362307274338, 22.637912615037916], + [84.1524365234092, 22.636537860645365], + [84.23807103979331, 22.6915280363474], + [84.29312180032596, 22.772638545507903], + [84.41545682373184, 22.7643900191526], + [84.44909895516847, 22.835877247565247], + [84.55614210064861, 22.787760843825964], + [84.55767128844118, 22.732770668123926], + [84.69529818977281, 22.741019194479232], + [84.73352788458716, 22.801508387751472], + [84.85739209578563, 22.72039787859097], + [84.97972711919151, 22.785011335040863], + [85.04854056985732, 22.75339198401219], + [85.04089463089446, 22.681904755599547], + [85.0730075745385, 22.56780014101782], + [85.06994919895335, 22.490813895034968] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kolkata", + "dt_code": "342", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.41428290131182, 22.556802105877413], + [88.34241107506087, 22.50456143896048], + [88.23842630516586, 22.544429316344456], + [88.32100244596484, 22.552677842699758], + [88.35770295298661, 22.63241359746771], + [88.41428290131182, 22.556802105877413] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Koderma", + "dt_code": "348", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.3742575696755, 24.55432023825387], + [85.5424682268586, 24.53232416797305], + [85.67703675260508, 24.59143860685274], + [85.66633243805705, 24.661551080872837], + [85.73820426430802, 24.81964783601619], + [85.9018273581134, 24.766032414706704], + [85.81772202952185, 24.723415028537627], + [85.77337558353722, 24.610685168348454], + [85.86818522667677, 24.52682515040285], + [85.84983497316588, 24.273870342173485], + [85.64186543337588, 24.33161002666062], + [85.51647203438485, 24.317862482735112], + [85.3971953865641, 24.36185462329674], + [85.41248726448984, 24.40722151825092], + [85.33144031148343, 24.510328097692238], + [85.3742575696755, 24.55432023825387] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hazaribagh", + "dt_code": "360", + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.08829945246424, 24.370103149652046], + [85.28862305329137, 24.522700887225195], + [85.33144031148343, 24.510328097692238], + [85.41248726448984, 24.40722151825092], + [85.3971953865641, 24.36185462329674], + [85.51647203438485, 24.317862482735112], + [85.64186543337588, 24.33161002666062], + [85.84983497316588, 24.273870342173485], + [85.84677659758074, 24.218880166471447], + [85.68162431598279, 24.17626278030237], + [85.7106788840417, 24.102026043104622], + [85.83607228303273, 24.071781446468503], + [85.91406086045399, 23.949428305531473], + [85.83454309524015, 23.84082270851995], + [85.73667507651544, 23.950803059924024], + [85.64339462116845, 23.954927323101675], + [85.426249954623, 23.79408105917322], + [85.46906721281506, 23.76521121692965], + [85.42319157903785, 23.684100707769147], + [85.33602787486116, 23.70472202365741], + [85.23051391717358, 23.684100707769147], + [85.07606595012365, 23.66760365505854], + [85.05312813323505, 23.711595795620166], + [85.021015189591, 23.882065340296478], + [85.02407356517614, 23.99204569170055], + [85.20145934911469, 23.956302077494225], + [85.24886417068447, 24.034663077869627], + [85.16934640547063, 24.09927653431952], + [85.1601712787152, 24.229878201611854], + [85.27180198757307, 24.216130657686346], + [85.322265184728, 24.309613956379806], + [85.22592635379586, 24.34398281619358], + [85.10053295480482, 24.32886051787552], + [85.08829945246424, 24.370103149652046] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Vaishali", + "dt_code": "220", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.64492380896102, 25.916701841271806], + [85.60975248973183, 25.854837893607016], + [85.6112816775244, 25.710488682389173], + [85.56999360712493, 25.68849261210836], + [85.52717634893285, 25.53864438332031], + [85.42930833020814, 25.496026997151233], + [85.31156087017999, 25.51252404986184], + [85.23051391717358, 25.6005083309851], + [85.19228422235923, 25.670620805005196], + [85.16475884209291, 25.838340840896407], + [85.11429564493798, 25.867210683139973], + [85.06842001116078, 25.974441525758944], + [85.17546315664093, 26.01155989435782], + [85.28403548991366, 25.95519496426323], + [85.4094288889047, 25.945571683515375], + [85.50882609542198, 25.90432905173885], + [85.64492380896102, 25.916701841271806] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Begusarai", + "dt_code": "222", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.73514588872287, 25.524896839394803], + [85.8437182219956, 25.644500471546728], + [85.99816618904553, 25.681618840145603], + [86.08380070542965, 25.744857542202944], + [86.17708116077664, 25.713238191174273], + [86.18166872415436, 25.66512178743499], + [86.29329943301224, 25.637626699583976], + [86.28259511846423, 25.54276864649796], + [86.35293775692261, 25.47540568126297], + [86.42480958317357, 25.500151260328884], + [86.51044409955769, 25.423165014346033], + [86.26271567716077, 25.28019055752074], + [86.19390222649496, 25.24994596088462], + [86.06850882750392, 25.335180733222778], + [85.95687811864605, 25.41354173359818], + [85.87430197784707, 25.439662067056645], + [85.8895938557728, 25.498776505936334], + [85.78102152250008, 25.549642418460717], + [85.73514588872287, 25.524896839394803] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhagalpur", + "dt_code": "224", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.21692885972669, 25.456159119767257], + [87.22916236206729, 25.376423364999305], + [87.36678926339891, 25.409417470420525], + [87.55182098630031, 25.331056470045123], + [87.47841997225677, 25.194955785182586], + [87.327030380792, 25.223825627426155], + [87.29491743714794, 25.089099696956165], + [87.1756407893272, 25.057480345927495], + [87.0135468833144, 25.109721012844428], + [86.81322328248726, 25.09184920574127], + [86.69241744687395, 25.115220030414633], + [86.72605957831057, 25.254070224062275], + [86.8575697284719, 25.364050575466347], + [86.82239840924271, 25.44516108462685], + [86.92026642796742, 25.49327748836613], + [87.0196636344847, 25.46165813733746], + [87.10071058749111, 25.519397821824597], + [87.10376896307625, 25.43278829509389], + [87.21692885972669, 25.456159119767257] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lakhisarai", + "dt_code": "227", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.37128801043349, 25.144089872658203], + [86.21072329221326, 25.01761246854352], + [86.11897202465885, 24.97362032798189], + [85.97522837215692, 24.996991152655255], + [85.95076136747575, 25.09459871452637], + [85.98134512332722, 25.179833486864524], + [85.9018273581134, 25.256819732847376], + [85.90641492149112, 25.288439083876046], + [86.01957481814156, 25.296687610231352], + [86.06850882750392, 25.335180733222778], + [86.19390222649496, 25.24994596088462], + [86.26271567716077, 25.28019055752074], + [86.35293775692261, 25.299437119016453], + [86.37128801043349, 25.144089872658203] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sheikhpura", + "dt_code": "228", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.97522837215692, 24.996991152655255], + [85.83454309524015, 24.9873678719074], + [85.76878802015949, 25.007989187795662], + [85.76572964457435, 25.078101661815758], + [85.634219494413, 25.09734822331147], + [85.68774106715308, 25.142715118265652], + [85.70150375728625, 25.26369350481013], + [85.83454309524015, 25.21557710107085], + [85.9018273581134, 25.256819732847376], + [85.98134512332722, 25.179833486864524], + [85.95076136747575, 25.09459871452637], + [85.97522837215692, 24.996991152655255] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Arwal", + "dt_code": "240", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.46286164530163, 25.16058692536881], + [84.52249996921199, 25.207328574715543], + [84.62954311469215, 25.237573171351663], + [84.7075316921134, 25.30906039976431], + [84.81151646200841, 25.2169518554634], + [84.85739209578563, 25.226575136211256], + [84.83292509110444, 25.20182955714534], + [84.85586290799304, 25.06160460910515], + [84.73352788458716, 25.054730837142394], + [84.6845938752248, 25.100097732096575], + [84.4475697673759, 25.12759281994759], + [84.46286164530163, 25.16058692536881] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jehanabad", + "dt_code": "239", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.20145934911469, 25.058855100320045], + [85.12652914727857, 25.053356082749843], + [85.08982864025681, 24.992866889477604], + [84.90938448073312, 25.0657288722828], + [84.85586290799304, 25.06160460910515], + [84.83292509110444, 25.20182955714534], + [84.85739209578563, 25.226575136211256], + [84.94914336334003, 25.29393810144625], + [85.07606595012365, 25.273316785557988], + [85.1662880298855, 25.30768564537176], + [85.16475884209291, 25.142715118265652], + [85.20145934911469, 25.058855100320045] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nalanda", + "dt_code": "229", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.634219494413, 25.09734822331147], + [85.54705579023631, 25.03273476686158], + [85.38802025980866, 24.962622292841484], + [85.34979056499432, 25.020361977328623], + [85.20145934911469, 25.058855100320045], + [85.16475884209291, 25.142715118265652], + [85.1662880298855, 25.30768564537176], + [85.17852153222607, 25.40254369845777], + [85.36049487954233, 25.40116894406522], + [85.41401645228241, 25.46165813733746], + [85.57458117050264, 25.421790259953482], + [85.6464529967536, 25.335180733222778], + [85.71832482300456, 25.361301066681243], + [85.80854690276641, 25.288439083876046], + [85.90641492149112, 25.288439083876046], + [85.9018273581134, 25.256819732847376], + [85.83454309524015, 25.21557710107085], + [85.70150375728625, 25.26369350481013], + [85.68774106715308, 25.142715118265652], + [85.634219494413, 25.09734822331147] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Patna", + "dt_code": "230", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.52717634893285, 25.53864438332031], + [85.54399741465117, 25.483654207618272], + [85.65104056013132, 25.46165813733746], + [85.73514588872287, 25.524896839394803], + [85.78102152250008, 25.549642418460717], + [85.8895938557728, 25.498776505936334], + [85.87430197784707, 25.439662067056645], + [85.95687811864605, 25.41354173359818], + [86.06850882750392, 25.335180733222778], + [86.01957481814156, 25.296687610231352], + [85.90641492149112, 25.288439083876046], + [85.80854690276641, 25.288439083876046], + [85.71832482300456, 25.361301066681243], + [85.6464529967536, 25.335180733222778], + [85.57458117050264, 25.421790259953482], + [85.41401645228241, 25.46165813733746], + [85.36049487954233, 25.40116894406522], + [85.17852153222607, 25.40254369845777], + [85.1662880298855, 25.30768564537176], + [85.07606595012365, 25.273316785557988], + [84.94914336334003, 25.29393810144625], + [84.85739209578563, 25.226575136211256], + [84.81151646200841, 25.2169518554634], + [84.7075316921134, 25.30906039976431], + [84.77940351836436, 25.44791059341195], + [84.75493651368319, 25.501526014721435], + [84.81916240097128, 25.581261769489387], + [84.84821696903018, 25.699490647248766], + [84.99501899711724, 25.729735243884885], + [85.06994919895335, 25.70773917360407], + [85.14335021299688, 25.622504401265914], + [85.23051391717358, 25.6005083309851], + [85.31156087017999, 25.51252404986184], + [85.42930833020814, 25.496026997151233], + [85.52717634893285, 25.53864438332031] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Saran", + "dt_code": "219", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.7656408282312, 26.209524526885147], + [84.89715097839253, 26.215023544455352], + [84.93690986099945, 26.023932683890777], + [85.06842001116078, 25.974441525758944], + [85.11429564493798, 25.867210683139973], + [85.16475884209291, 25.838340840896407], + [85.19228422235923, 25.670620805005196], + [85.23051391717358, 25.6005083309851], + [85.14335021299688, 25.622504401265914], + [85.06994919895335, 25.70773917360407], + [84.99501899711724, 25.729735243884885], + [84.84821696903018, 25.699490647248766], + [84.6326014902773, 25.70773917360407], + [84.60048854663326, 25.732484752669986], + [84.62495555131443, 25.791599191549675], + [84.47203677205707, 25.882332981458035], + [84.40934007256155, 26.032181210246083], + [84.56531722740405, 26.030806455853533], + [84.5867258565001, 26.07479859641516], + [84.70447331652827, 26.081672368377916], + [84.7656408282312, 26.209524526885147] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Siwan", + "dt_code": "218", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.05609769247705, 26.099544175481075], + [84.08668144832852, 26.219147807633004], + [84.17690352809036, 26.264514702587185], + [84.1570240867869, 26.375869808383808], + [84.26712560785221, 26.309881597541363], + [84.36346443878435, 26.368996036421052], + [84.65401011937332, 26.298883562400956], + [84.7656408282312, 26.209524526885147], + [84.70447331652827, 26.081672368377916], + [84.5867258565001, 26.07479859641516], + [84.56531722740405, 26.030806455853533], + [84.40934007256155, 26.032181210246083], + [84.47203677205707, 25.882332981458035], + [84.3542893120289, 25.959319227440886], + [84.2961801759111, 25.945571683515375], + [84.05609769247705, 26.099544175481075] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Muzaffarpur", + "dt_code": "216", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.2870938654988, 26.35249898371044], + [85.29015224108394, 26.353873738102994], + [85.37578675746806, 26.337376685392382], + [85.4614212738522, 26.301633071186057], + [85.50423853204425, 26.38136882595401], + [85.7045621328714, 26.30300782557861], + [85.72749994976, 26.125664508939543], + [85.71220807183427, 26.088546140340668], + [85.63269030662043, 25.95519496426323], + [85.64492380896102, 25.916701841271806], + [85.50882609542198, 25.90432905173885], + [85.4094288889047, 25.945571683515375], + [85.28403548991366, 25.95519496426323], + [85.17546315664093, 26.01155989435782], + [85.06842001116078, 25.974441525758944], + [84.93690986099945, 26.023932683890777], + [84.89715097839253, 26.215023544455352], + [84.8650380347485, 26.26039043940953], + [84.90173854177026, 26.326378650251975], + [85.04548219427217, 26.341500948570033], + [85.1999301613221, 26.28513601847545], + [85.28097711432851, 26.34974947492534], + [85.2870938654988, 26.35249898371044] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Madhepura", + "dt_code": "213", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.82239840924271, 25.44516108462685], + [86.83921947496101, 25.617005383695712], + [86.79793140456152, 25.63487719079887], + [86.87133241860506, 25.72286147192213], + [86.84380703833874, 25.871334946317628], + [86.7122968881774, 25.865835928747423], + [86.64501262530416, 26.018433666320572], + [86.78875627780609, 26.08992089473322], + [87.09306464852824, 26.0596762980971], + [87.07930195839506, 25.964818245011088], + [86.98907987863322, 25.945571683515375], + [87.0426014513733, 25.84796412164426], + [87.00743013214411, 25.744857542202944], + [87.025780385655, 25.655498506687135], + [87.10071058749111, 25.519397821824597], + [87.0196636344847, 25.46165813733746], + [86.92026642796742, 25.49327748836613], + [86.82239840924271, 25.44516108462685] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Araria", + "dt_code": "209", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.07930195839506, 25.964818245011088], + [87.09306464852824, 26.0596762980971], + [87.11753165320941, 26.177905175856477], + [87.04413063916587, 26.31675536950412], + [87.08083114618765, 26.404739650627377], + [87.0426014513733, 26.560086896985627], + [87.09153546073566, 26.450106545581555], + [87.16187809919404, 26.404739650627377], + [87.36831845119148, 26.407489159412478], + [87.46312809433104, 26.4404832648337], + [87.58852149332208, 26.38136882595401], + [87.65886413178046, 26.37999407156146], + [87.62522200034385, 26.345625211747688], + [87.70626895335025, 26.161408123145865], + [87.68486032425422, 26.10229368426618], + [87.63439712709929, 26.01705891192802], + [87.51817885486369, 25.974441525758944], + [87.4707740332939, 25.989563824077003], + [87.27197962025934, 25.98543956089935], + [87.1649364747792, 25.942822174730274], + [87.07930195839506, 25.964818245011088] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Supaul", + "dt_code": "208", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [86.64501262530416, 26.018433666320572], + [86.53185272865372, 25.990938578469557], + [86.43704308551415, 26.07204908763006], + [86.51503166293541, 26.217773053240453], + [86.53491110423886, 26.30300782557861], + [86.72300120272541, 26.42536096651564], + [86.84686541392388, 26.44185801922625], + [87.0426014513733, 26.560086896985627], + [87.08083114618765, 26.404739650627377], + [87.04413063916587, 26.31675536950412], + [87.11753165320941, 26.177905175856477], + [87.09306464852824, 26.0596762980971], + [86.78875627780609, 26.08992089473322], + [86.64501262530416, 26.018433666320572] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Madhubani", + "dt_code": "207", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.76725883236692, 26.436359001656047], + [85.82536796848471, 26.540840335489914], + [85.81619284172928, 26.599954774369603], + [85.85901009992133, 26.568335423340933], + [85.95993649423119, 26.650820686893987], + [86.028749944897, 26.665942985212045], + [86.1908438509098, 26.61507707268766], + [86.34070425458202, 26.60682854633236], + [86.54255704320173, 26.538090826704813], + [86.57008242346805, 26.496848194928287], + [86.72300120272541, 26.42536096651564], + [86.53491110423886, 26.30300782557861], + [86.51503166293541, 26.217773053240453], + [86.43704308551415, 26.07204908763006], + [86.3881090761518, 26.033555964638634], + [86.329999940034, 26.091295649125772], + [86.329999940034, 26.155909105575663], + [86.14955578051031, 26.235644860343616], + [86.10979689790341, 26.19302747417454], + [86.01345806697127, 26.246642895484023], + [85.97828674774208, 26.323629141466874], + [85.88194791680993, 26.27413798333504], + [85.81619284172928, 26.293384544830754], + [85.82078040510699, 26.40886391380503], + [85.76725883236692, 26.436359001656047] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Purnia", + "dt_code": "211", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.82707478896356, 25.89058150781334], + [87.83013316454871, 25.787474928372024], + [87.68486032425422, 25.747607050988048], + [87.64968900502502, 25.682993594538154], + [87.41419408496868, 25.674745068182848], + [87.24139586440788, 25.696741138463665], + [87.2689212446742, 25.562015207993674], + [87.21692885972669, 25.456159119767257], + [87.10376896307625, 25.43278829509389], + [87.10071058749111, 25.519397821824597], + [87.025780385655, 25.655498506687135], + [87.00743013214411, 25.744857542202944], + [87.0426014513733, 25.84796412164426], + [86.98907987863322, 25.945571683515375], + [87.07930195839506, 25.964818245011088], + [87.1649364747792, 25.942822174730274], + [87.27197962025934, 25.98543956089935], + [87.4707740332939, 25.989563824077003], + [87.51817885486369, 25.974441525758944], + [87.63439712709929, 26.01705891192802], + [87.68486032425422, 26.10229368426618], + [87.86224610819275, 26.094045157910873], + [87.85001260585217, 26.039054982208835], + [87.85307098143731, 26.02943170146098], + [87.84083747909673, 25.99643759603976], + [87.84695423026702, 25.992313332862107], + [87.82248722558585, 25.93594840276752], + [87.82707478896356, 25.89058150781334] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Surajpur", + "dt_code": "715", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.49785533184455, 23.784457778425363], + [82.63548223317616, 23.83807319973485], + [82.69359136929397, 23.919183708895353], + [82.77157994671522, 23.876566322726273], + [82.78228426126323, 23.817451883846587], + [82.90920684804684, 23.773459743284956], + [83.06518400288935, 23.769335480107305], + [83.19822334084326, 23.6854754621617], + [83.19975252863583, 23.594741672253342], + [83.27927029384966, 23.57686986515018], + [83.34808374451546, 23.469639022531208], + [83.2073984675987, 23.377530478230298], + [83.20892765539128, 23.245554056545412], + [83.24562816241304, 23.231806512619904], + [83.10035532211855, 23.128699933178588], + [82.83121827062558, 23.01597007298941], + [82.85262689972163, 22.987100230745845], + [82.75628806878949, 22.84412577392055], + [82.75781725658206, 22.79738412457382], + [82.65077411110191, 22.809756914106778], + [82.55902284354748, 22.85649856345351], + [82.57278553368064, 22.960979897287377], + [82.60642766511727, 23.024218599344717], + [82.57737309705837, 23.127325178786034], + [82.7440545664489, 23.268924881218776], + [82.74864212982662, 23.354159653556934], + [82.65077411110191, 23.384404250193054], + [82.64159898434646, 23.501258373559878], + [82.5819606604361, 23.54525051412151], + [82.60184010173955, 23.675852181413845], + [82.49785533184455, 23.784457778425363] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Surguja", + "dt_code": "401", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [83.40925125621841, 22.640662123823017], + [83.35114212010062, 22.730021159338825], + [83.21810278214672, 22.787760843825964], + [83.15846445823634, 22.774013299900453], + [83.11105963666657, 22.670906720459136], + [83.01319161794186, 22.639287369430466], + [82.87403552881764, 22.746518212049438], + [82.75781725658206, 22.79738412457382], + [82.75628806878949, 22.84412577392055], + [82.85262689972163, 22.987100230745845], + [82.83121827062558, 23.01597007298941], + [83.10035532211855, 23.128699933178588], + [83.24562816241304, 23.231806512619904], + [83.35420049568576, 23.172692073740215], + [83.39243019050011, 23.27029963561133], + [83.47653551909166, 23.25792684607837], + [83.5545240965129, 23.169942564955115], + [83.49947333598026, 23.065461231121244], + [83.54840734534261, 23.031092371307473], + [83.50406089935798, 22.95135661653952], + [83.5958121669124, 22.849624791490754], + [83.64627536406732, 22.82625396681739], + [83.62945429834902, 22.712149352235663], + [83.40925125621841, 22.640662123823017] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Aravalli", + "dt_code": "725", + "st_nm": "Gujarat", + "st_code": "24", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.37777933693555, 23.90406141057729], + [73.36860421018011, 23.814702375061483], + [73.47411816786769, 23.70472202365741], + [73.52305217723004, 23.6071144617863], + [73.5719861865924, 23.653856111133027], + [73.65609151518395, 23.620862005711807], + [73.62703694712505, 23.449017706642945], + [73.63009532271019, 23.413274092436623], + [73.52458136502261, 23.28542193392939], + [73.45118035097909, 23.282672425144288], + [73.34107882991378, 23.200187161591234], + [73.3747209613504, 23.171317319347665], + [73.32578695198805, 23.081958283831856], + [73.27226537924797, 23.058587459158492], + [73.20192274078958, 23.146571740281747], + [73.12087578778319, 23.186439617665723], + [73.01230345451046, 23.160319284207258], + [72.98171969865899, 23.222183231872048], + [73.01689101788818, 23.278548161966633], + [73.1025255342723, 23.323915056920814], + [73.20956867975245, 23.6098639705714], + [73.1254633511609, 23.707471532442515], + [73.14075522908664, 23.77620925207006], + [73.22486055767818, 23.85594500683801], + [73.28908644496629, 23.832574182164645], + [73.37777933693555, 23.90406141057729] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mahisagar", + "dt_code": "730", + "st_nm": "Gujarat", + "st_code": "24", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.62703694712505, 23.449017706642945], + [73.75548872170123, 23.45451672421315], + [73.83041892353734, 23.42564688196958], + [73.89158643524028, 23.33491309206122], + [73.95887069811351, 23.3802799870154], + [73.98180851500213, 23.337662600846322], + [73.99710039292786, 23.28954619710704], + [73.95887069811351, 23.113577634860526], + [73.90229074978829, 23.050338932803186], + [73.80901029444131, 23.109453371682875], + [73.74172603156806, 23.01184580981176], + [73.67444176869483, 23.10257959972012], + [73.58421968893299, 22.987100230745845], + [73.43588847305335, 23.003597283456454], + [73.42212578292019, 22.944482844576765], + [73.34872476887665, 22.9238615286885], + [73.2416816233965, 23.018719581774516], + [73.27226537924797, 23.058587459158492], + [73.32578695198805, 23.081958283831856], + [73.3747209613504, 23.171317319347665], + [73.34107882991378, 23.200187161591234], + [73.45118035097909, 23.282672425144288], + [73.52458136502261, 23.28542193392939], + [73.63009532271019, 23.413274092436623], + [73.62703694712505, 23.449017706642945] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Amethi", + "dt_code": "706", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [81.34484773624405, 26.543589844275015], + [81.38154824326581, 26.590331493621747], + [81.53599621031574, 26.543589844275015], + [81.55893402720434, 26.64119740614613], + [81.64151016800332, 26.63982265175358], + [81.69809011632854, 26.543589844275015], + [81.93970178755518, 26.507846230068694], + [81.94887691431062, 26.419861948945435], + [81.88159265143739, 26.388242597916765], + [81.85253808337848, 26.283761264082898], + [82.04980330862048, 26.149035333612908], + [82.0482741208279, 26.058301543704548], + [81.88465102702253, 26.081672368377916], + [81.76843275478693, 26.067924824452405], + [81.60022209760383, 26.143536316042706], + [81.56657996616721, 26.07342384202261], + [81.56963834175237, 25.975816280151495], + [81.4457741305539, 25.93457364837497], + [81.3066180414297, 26.018433666320572], + [81.33873098507375, 26.04730350856414], + [81.37390230430294, 26.188903210996884], + [81.35708123858463, 26.278262246512693], + [81.40754443573957, 26.315380615111568], + [81.34484773624405, 26.543589844275015] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ghaziabad", + "dt_code": "140", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.69008891199312, 28.744571626749003], + [77.5463452594912, 28.685457187869314], + [77.56622470079466, 28.652463082448094], + [77.34143409528635, 28.609845696279017], + [77.31696709060516, 28.641465047307687], + [77.29861683709427, 28.70882801254268], + [77.22827419863589, 28.769317205814918], + [77.20839475733244, 28.791313276095735], + [77.2221574474656, 28.83118115347971], + [77.3903681046487, 28.828431644694607], + [77.44694805297392, 28.927413960958273], + [77.53105338156547, 28.887546083574296], + [77.68397216082283, 28.87379853964879], + [77.69008891199312, 28.744571626749003] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Agar Malwa", + "dt_code": "724", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.68991127930684, 23.74733940982649], + [75.79389604920185, 23.86694304197842], + [75.93763970170377, 23.89718763861454], + [76.04162447159878, 24.066282428898297], + [76.1272589879829, 24.08827849917911], + [76.11808386122746, 24.194134587405532], + [76.21289350436702, 24.20925688572359], + [76.19148487527099, 24.08690374478656], + [76.30311558412886, 23.96042634067188], + [76.32911177660262, 23.864193533193315], + [76.38110416155011, 23.81057811188383], + [76.4346257342902, 23.633234795244764], + [76.33981609115062, 23.629110532067113], + [76.15478436824922, 23.569996093187424], + [76.11655467343488, 23.541126250943854], + [76.00033640119929, 23.57412035636508], + [75.88105975337855, 23.557623303654466], + [75.72967016191376, 23.756962690574348], + [75.68991127930684, 23.74733940982649] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sambhal", + "dt_code": "754", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.3048224046077, 28.438001397210154], + [78.41186555008787, 28.46274697627607], + [78.4393909303542, 28.589224380390753], + [78.40727798671014, 28.78168999534788], + [78.62289346546302, 28.806435574413793], + [78.68100260158081, 28.763818188244716], + [78.64430209455905, 28.668960135158706], + [78.75440361562435, 28.644214556092788], + [78.80180843719414, 28.534234204688715], + [78.87215107565252, 28.468245993846274], + [78.79416249823127, 28.398133519826178], + [78.65194803352192, 28.318397765058226], + [78.57854701947839, 28.06269344804376], + [78.47914981296111, 28.11218460617559], + [78.31246834357059, 28.274405624496598], + [78.27882621213396, 28.38851023907832], + [78.3048224046077, 28.438001397210154] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Charkhi Dadri", + "dt_code": "765", + "st_nm": "Haryana", + "st_code": "06", + "year": "2016_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.4223922319496, 28.701954240579926], + [76.46520949014166, 28.613969959456668], + [76.37345822258725, 28.60022241553116], + [76.29241126958084, 28.468245993846274], + [76.28476533061797, 28.42975287085485], + [76.1104379222646, 28.45037418674311], + [76.0171574669176, 28.38576073029322], + [75.98351533548097, 28.444875169172906], + [75.90552675805972, 28.43250237963995], + [75.81683386609045, 28.51086338001535], + [75.84741762194193, 28.58647487160565], + [75.95598995521465, 28.60434667870881], + [76.1333757391532, 28.686831942261865], + [76.23277294567048, 28.67720866151401], + [76.29241126958084, 28.807810328806344], + [76.32605340101746, 28.811934591984], + [76.38569172492784, 28.78306474974043], + [76.4223922319496, 28.701954240579926] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Alipurduar", + "dt_code": "774", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2014_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [89.85171942633102, 26.69756233624072], + [89.8700696798419, 26.61370231829511], + [89.83489836061271, 26.414362931375234], + [89.74926384422858, 26.465228843899617], + [89.69727145928108, 26.42811047530074], + [89.53670674106085, 26.44185801922625], + [89.45107222467674, 26.48722491418043], + [89.39143390076636, 26.462479335114512], + [89.11923847368826, 26.524343282779302], + [89.10547578355511, 26.593081002406848], + [89.04277908405959, 26.631574125398274], + [89.09018390562936, 26.84053679306601], + [89.12841360044371, 26.806167933252237], + [89.25533618722731, 26.807542687644787], + [89.37461283504805, 26.85428433699152], + [89.45413060026188, 26.79791940689693], + [89.54741105560888, 26.813041705214992], + [89.63610394757814, 26.751177757550202], + [89.76302653436176, 26.69893709063327], + [89.85171942633102, 26.69756233624072] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Paschim Bardhaman", + "dt_code": "777", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2017_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.08541870956536, 23.811952866276382], + [87.15423216023117, 23.74871416421904], + [87.26433368129648, 23.74871416421904], + [87.40960652159097, 23.68685021655425], + [87.44630702861274, 23.613988233749055], + [87.53347073278943, 23.60848921617885], + [87.44936540419789, 23.480637057671615], + [87.44936540419789, 23.402276057296216], + [87.27809637142964, 23.499883619167328], + [87.20928292076383, 23.557623303654466], + [87.01507607110698, 23.631860040852214], + [86.90191617445653, 23.63873381281497], + [86.80098978014666, 23.69922300608721], + [86.82698597262042, 23.76521121692965], + [86.80098978014666, 23.833948936557196], + [86.9156788645897, 23.882065340296478], + [87.08541870956536, 23.811952866276382] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kalimpong", + "dt_code": "775", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2017_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.42498721585984, 27.071495531014563], + [88.53203036133999, 27.17597686484843], + [88.59778543642066, 27.188349654381387], + [88.72164964761913, 27.138858496249554], + [88.86539330012104, 27.108613899613434], + [88.86845167570618, 26.96563944278814], + [88.78893391049236, 26.99175977624661], + [88.75987934243346, 26.925771565404165], + [88.66354051150132, 26.925771565404165], + [88.60237299979838, 26.880404670449987], + [88.47850878859992, 26.880404670449987], + [88.42345802806727, 26.956016162040285], + [88.42498721585984, 27.071495531014563] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ajmer", + "dt_code": "119", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [73.90840750095859, 25.684368348930704], + [73.90687831316602, 25.740733279025292], + [73.99557120513529, 25.865835928747423], + [74.05368034125308, 25.8300923145411], + [74.09191003606743, 25.76960312126886], + [74.00780470747588, 25.742108033417843], + [73.98639607837984, 25.666496541827545], + [73.90840750095859, 25.684368348930704] + ] + ], + [ + [ + [74.9742513923824, 26.891402705590394], + [74.91308388067945, 26.837787284280907], + [74.96354707783438, 26.683814792315207], + [75.06447347214424, 26.654944950071638], + [75.06141509655909, 26.554587879415422], + [75.16692905424667, 26.463854089507063], + [75.12869935943233, 26.403364896234823], + [75.11187829371403, 26.28788552726055], + [75.18680849555012, 26.116041228191687], + [75.30302676778572, 26.07067433323751], + [75.35043158935551, 26.01155989435782], + [75.2464468194605, 25.93869791155262], + [75.3045559555783, 25.86033691117722], + [75.31678945791889, 25.766853612483757], + [75.25103438283821, 25.685743103323254], + [75.1592831152838, 25.72423622631468], + [75.1072907303363, 25.696741138463665], + [75.03694809187792, 25.78610017397947], + [75.01706865057446, 25.85896215678467], + [74.90085037833886, 25.882332981458035], + [74.79992398402901, 25.87408445510273], + [74.70817271647459, 25.92082610444946], + [74.61642144892018, 25.90432905173885], + [74.4298605382262, 25.930449385197317], + [74.3885724678267, 25.963443490618538], + [74.32128820495346, 25.99918710482486], + [74.26623744442082, 25.93457364837497], + [74.2845876979317, 25.883707735850585], + [74.2264785618139, 25.84383985846661], + [74.19283643037728, 25.853463139214465], + [74.18213211582926, 25.84796412164426], + [74.10720191399317, 25.856212647999566], + [74.12708135529662, 25.960693981833437], + [74.18060292803669, 26.032181210246083], + [74.36716383873068, 26.191652719781985], + [74.25094556649508, 26.286510772868], + [74.30446713923516, 26.329128159037076], + [74.290704449102, 26.448731791189005], + [74.36869302652325, 26.48722491418043], + [74.46197348187025, 26.48722491418043], + [74.58889606865385, 26.630199371005723], + [74.66994302166025, 26.59583051119195], + [74.72193540660776, 26.70031184502582], + [74.69746840192657, 26.774548582223566], + [74.77545697934782, 26.789670880541628], + [74.8519163689765, 26.97938698671365], + [74.9803681435527, 26.943643372507328], + [74.9742513923824, 26.891402705590394] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Cooch Behar", + "dt_code": "329", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [89.83489836061271, 26.414362931375234], + [89.84254429957558, 26.38274358034656], + [89.78137678787263, 26.35249898371044], + [89.70032983486624, 26.217773053240453], + [89.72938440292513, 26.17103140389372], + [89.63457475978556, 26.22877108838086], + [89.60857856731181, 26.153159596790562], + [89.6498666377113, 26.063800561274753], + [89.54129430443858, 26.006060876787615], + [89.3486166425743, 26.01018513996527], + [89.22933999475356, 26.124289754546993], + [89.15440979291745, 26.13941205286505], + [89.09630065679966, 26.390992106701866], + [88.98314076014921, 26.447357036796454], + [88.90973974610569, 26.37999407156146], + [88.98619913573435, 26.34974947492534], + [88.92656081182399, 26.283761264082898], + [88.75987934243346, 26.329128159037076], + [88.92656081182399, 26.452856054366656], + [88.96173213105318, 26.538090826704813], + [89.11923847368826, 26.524343282779302], + [89.39143390076636, 26.462479335114512], + [89.45107222467674, 26.48722491418043], + [89.53670674106085, 26.44185801922625], + [89.69727145928108, 26.42811047530074], + [89.74926384422858, 26.465228843899617], + [89.83489836061271, 26.414362931375234] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Uttar Dinajpur", + "dt_code": "330", + "st_nm": "West Bengal", + "st_code": "19", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.23995549295844, 26.45835507193686], + [88.33323594830543, 26.496848194928287], + [88.4846255397702, 26.461104580721962], + [88.51520929562169, 26.3648717732434], + [88.40204939897124, 26.330502913429626], + [88.3515862018163, 26.221897316418104], + [88.1787879812555, 26.149035333612908], + [88.09315346487136, 25.930449385197317], + [88.10079940383424, 25.8300923145411], + [88.1436166620263, 25.794348700334776], + [88.26748087322477, 25.78197591080182], + [88.45404178391874, 25.66374703304244], + [88.44639584495587, 25.595009313414895], + [88.35923214077917, 25.56613947117133], + [88.1665544789149, 25.425914523131137], + [88.1787879812555, 25.344804013970634], + [88.26901006101734, 25.303561382194108], + [88.1497334131966, 25.271942031165437], + [88.10844534279711, 25.326932206867472], + [88.06715727239762, 25.483654207618272], + [88.02128163862041, 25.59638406780745], + [88.0503362066793, 25.700865401641316], + [87.96776006588033, 25.72561098070723], + [87.89282986404423, 25.865835928747423], + [87.82707478896356, 25.89058150781334], + [87.82248722558585, 25.93594840276752], + [87.84695423026702, 25.992313332862107], + [87.84083747909673, 25.99643759603976], + [87.85307098143731, 26.02943170146098], + [87.85001260585217, 26.039054982208835], + [87.97540600484321, 26.143536316042706], + [88.07327402356792, 26.175155667071376], + [88.14667503761144, 26.250767158661674], + [88.27971437556535, 26.330502913429626], + [88.23995549295844, 26.45835507193686] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Datia", + "dt_code": "422", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [78.39045692099184, 25.205953820322993], + [78.44703686931706, 25.12209380237739], + [78.37363585527352, 25.09872297770402], + [78.29258890226713, 25.12896757434014], + [78.33999372383691, 25.222450873033605], + [78.39045692099184, 25.205953820322993] + ] + ], + [ + [ + [78.62748102884075, 26.157283859968214], + [78.69629447950656, 26.217773053240453], + [78.78957493485355, 26.22327207081066], + [78.8446256953862, 26.111916965014036], + [78.77275386913524, 26.018433666320572], + [78.80486681277928, 25.944196929122825], + [78.88591376578569, 25.912577578094155], + [78.76357874237979, 25.72011196313703], + [78.81098356394958, 25.619754892480813], + [78.71770310860259, 25.60463259416275], + [78.65806478469221, 25.559265699208574], + [78.45162443269479, 25.57163848874153], + [78.37669423085867, 25.65824801547224], + [78.24824245628248, 25.72148671752958], + [78.29564727785227, 25.78610017397947], + [78.33081859708146, 25.832841823326202], + [78.47303306179082, 25.909828069309054], + [78.48220818854625, 25.962068736225987], + [78.58466377064869, 26.006060876787615], + [78.62748102884075, 26.157283859968214] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rajsamand", + "dt_code": "123", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [74.05368034125308, 25.8300923145411], + [74.10720191399317, 25.856212647999566], + [74.18213211582926, 25.84796412164426], + [74.19589480596242, 25.739358524632742], + [74.10720191399317, 25.72286147192213], + [74.12708135529662, 25.647249980331832], + [74.02156739760903, 25.347553522755735], + [74.04756359008279, 25.237573171351663], + [74.16531105011096, 25.12621806555504], + [74.18824886699956, 25.057480345927495], + [74.26317906883567, 25.0657288722828], + [74.31822982936832, 25.02998525807648], + [74.19436561816985, 24.954373766486178], + [74.14237323322236, 24.88151178368098], + [74.06897221917882, 24.871888502933125], + [73.99404201734272, 24.921379661064957], + [73.82430217236704, 24.8333953799417], + [73.77536816300469, 24.779779958632215], + [73.67138339310968, 24.77015667788436], + [73.688204458828, 24.86226522218527], + [73.60868669361416, 24.870513748540574], + [73.47258898007512, 25.025860994898824], + [73.48788085800085, 25.104221995274226], + [73.59339481568843, 25.193581030790035], + [73.61021588140675, 25.285689575090945], + [73.74172603156806, 25.392920417709913], + [73.86406105497396, 25.649999489116933], + [73.90840750095859, 25.684368348930704], + [73.98639607837984, 25.666496541827545], + [74.00780470747588, 25.742108033417843], + [74.09191003606743, 25.76960312126886], + [74.05368034125308, 25.8300923145411] + ] + ], + [ + [ + [74.3885724678267, 25.963443490618538], + [74.2845876979317, 25.883707735850585], + [74.26623744442082, 25.93457364837497], + [74.32128820495346, 25.99918710482486], + [74.3885724678267, 25.963443490618538] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mahoba", + "dt_code": "169", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.28044421626967, 25.32418269808237], + [79.39360411292012, 25.519397821824597], + [79.5281726386666, 25.482279453225722], + [79.63980334752448, 25.485028962010826], + [79.69944167143484, 25.551017172853268], + [79.78660537561154, 25.589510295844693], + [79.87071070420309, 25.577137506311736], + [80.07409268061538, 25.588135541452143], + [80.21477795753215, 25.515273558646946], + [80.1429061312812, 25.458908628552358], + [80.10467643646685, 25.350303031540836], + [80.03280461021589, 25.34205450518553], + [79.85541882627734, 25.193581030790035], + [79.84012694835161, 25.09872297770402], + [79.7483756807972, 25.139965609480548], + [79.67344547896109, 25.12071904798484], + [79.56946070906608, 25.17158496050922], + [79.49147213164483, 25.07947641620831], + [79.40583761526071, 25.106971504059327], + [79.39054573733497, 25.170210206116668], + [79.43642137111217, 25.254070224062275], + [79.35231604252064, 25.329681715652573], + [79.28044421626967, 25.32418269808237] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chhatarpur", + "dt_code": "425", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.26362315055137, 25.273316785557988], + [79.28044421626967, 25.32418269808237], + [79.35231604252064, 25.329681715652573], + [79.43642137111217, 25.254070224062275], + [79.39054573733497, 25.170210206116668], + [79.40583761526071, 25.106971504059327], + [79.49147213164483, 25.07947641620831], + [79.56946070906608, 25.17158496050922], + [79.67344547896109, 25.12071904798484], + [79.7483756807972, 25.139965609480548], + [79.84012694835161, 25.09872297770402], + [79.85541882627734, 25.193581030790035], + [80.03280461021589, 25.34205450518553], + [80.10467643646685, 25.350303031540836], + [80.22089470870245, 25.397044680887568], + [80.315704351842, 25.388796154532262], + [80.31111678846429, 25.285689575090945], + [80.40439724381127, 25.243072188921868], + [80.43039343628503, 25.174334469294323], + [80.35240485886378, 25.12346855676994], + [80.29123734716083, 25.058855100320045], + [80.2637119668945, 25.024486240506274], + [80.15055207024406, 24.935127204990465], + [80.03280461021589, 24.921379661064957], + [80.07868024399309, 24.799026520127928], + [79.99304572760897, 24.724789782930177], + [79.89364852109169, 24.69729469507916], + [79.8752982675808, 24.576316308534683], + [79.88600258212882, 24.3742274128297], + [79.79578050236698, 24.3742274128297], + [79.63674497193932, 24.382475939185007], + [79.56640233348094, 24.427842834139184], + [79.41348355422357, 24.350856588156333], + [79.38289979837211, 24.195509341798083], + [79.30032365757313, 24.180387043480025], + [79.14434650273063, 24.102026043104622], + [79.05412442296878, 24.170763762732168], + [79.09694168116084, 24.242250991144815], + [79.23303939469989, 24.334359535445724], + [79.25444802379593, 24.411345781428572], + [79.18104700975239, 24.43334185170939], + [79.07400386427224, 24.40722151825092], + [78.99142772347327, 24.416844798998778], + [78.98531097230297, 24.441590378064692], + [79.0235406671173, 24.546071711898563], + [79.09082492999055, 24.632681238629267], + [79.19480969988555, 24.613434677133554], + [79.21774751677415, 24.662925835265387], + [79.30338203315827, 24.687671414331305], + [79.30491122095086, 24.797651765735377], + [79.34467010355776, 24.903507853961795], + [79.32326147446173, 25.149588890228404], + [79.30491122095086, 25.179833486864524], + [79.29267771861026, 25.18395775004218], + [79.2789150284771, 25.243072188921868], + [79.26362315055137, 25.273316785557988] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chittorgarh", + "dt_code": "126", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [75.35196077714808, 25.01898722293607], + [75.45135798366536, 25.04923181957219], + [75.53699250004948, 25.014862959758418], + [75.58439732161926, 25.024486240506274], + [75.74954960321722, 24.885636046858632], + [75.81224630271274, 24.870513748540574], + [75.78472092244641, 24.761908151529052], + [75.60886432630045, 24.6821723967611], + [75.54922600239007, 24.702793712649363], + [75.45594554704309, 24.68079764236855], + [75.18375011996498, 24.748160607603545], + [75.33666889922235, 24.952999012093628], + [75.35196077714808, 25.01898722293607] + ] + ], + [ + [ + [74.26317906883567, 25.0657288722828], + [74.38704328003413, 25.181208241257078], + [74.50937830344002, 25.18258299564963], + [74.6148922611276, 25.141340363873102], + [74.7127602798523, 25.204579065930442], + [74.79533642065128, 25.15233839901351], + [74.91002550509431, 25.177083978079423], + [74.96048870224924, 25.139965609480548], + [75.20362956126844, 25.09047445134872], + [75.19139605892785, 25.03685903003923], + [75.1134074815066, 24.966746556019135], + [75.11646585709174, 24.877387520503326], + [75.03847727967049, 24.845768169474656], + [74.95895951445667, 24.858140959007617], + [74.90237956613144, 24.929628187420263], + [74.82592017650276, 24.899383590784144], + [74.86109149573196, 24.799026520127928], + [74.97730976796754, 24.764657660314153], + [74.99260164589327, 24.693170431901507], + [74.88861687599828, 24.634055993021818], + [74.80451154740673, 24.735787818070584], + [74.77239860376268, 24.661551080872837], + [74.78616129389584, 24.58593958928254], + [74.69746840192657, 24.48283300984122], + [74.59348363203156, 24.508953343299687], + [74.51855343019547, 24.286243131706442], + [74.4298605382262, 24.257373289462873], + [74.36716383873068, 24.28349362292134], + [74.30905470261288, 24.462211693952955], + [74.25706231766537, 24.484207764233773], + [74.27082500779854, 24.576316308534683], + [74.16989861348868, 24.71104223900467], + [74.10414353840801, 24.734413063678033], + [74.14237323322236, 24.88151178368098], + [74.19436561816985, 24.954373766486178], + [74.31822982936832, 25.02998525807648], + [74.26317906883567, 25.0657288722828] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Panna", + "dt_code": "426", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.2637119668945, 25.024486240506274], + [80.34170054431576, 25.013488205365867], + [80.40133886822613, 25.069853135460455], + [80.4777982578548, 24.97636983676699], + [80.49461932357312, 24.9117563803171], + [80.57566627657951, 24.900758345176694], + [80.60319165684584, 24.830645871156598], + [80.43651018745533, 24.746785853210994], + [80.37687186354495, 24.68079764236855], + [80.47015231889193, 24.613434677133554], + [80.4609771921365, 24.43746611488704], + [80.55731602306864, 24.26699657021073], + [80.63224622490475, 24.17488802590982], + [80.35852161003407, 23.968674867027186], + [80.30652922508656, 23.909560428147497], + [80.23159902325045, 23.94667879674637], + [80.14596450686633, 23.937055515998512], + [80.05268405151935, 23.99204569170055], + [79.98692897643868, 23.894438129829435], + [79.8645939530328, 23.828449918986994], + [79.83248100938874, 23.942554533568718], + [79.84471451172934, 24.02229028833667], + [79.76672593430808, 24.041536849832383], + [79.8584772018625, 24.2986159212394], + [79.79578050236698, 24.3742274128297], + [79.88600258212882, 24.3742274128297], + [79.8752982675808, 24.576316308534683], + [79.89364852109169, 24.69729469507916], + [79.99304572760897, 24.724789782930177], + [80.07868024399309, 24.799026520127928], + [80.03280461021589, 24.921379661064957], + [80.15055207024406, 24.935127204990465], + [80.2637119668945, 25.024486240506274] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sabarkantha", + "dt_code": "472", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [72.95878188177038, 24.36047986890419], + [73.00159913996245, 24.480083501056118], + [73.08723365634657, 24.49795530815928], + [73.07652934179855, 24.396223483110514], + [73.15145954363466, 24.354980851333988], + [73.06735421504311, 24.194134587405532], + [73.1254633511609, 24.125396867777987], + [73.21415624313018, 24.077280464038704], + [73.24321081118907, 24.001668972448407], + [73.31661182523261, 24.05390963936534], + [73.40530471720187, 24.041536849832383], + [73.4160090317499, 23.924682726465555], + [73.37777933693555, 23.90406141057729], + [73.28908644496629, 23.832574182164645], + [73.22486055767818, 23.85594500683801], + [73.14075522908664, 23.77620925207006], + [73.1254633511609, 23.707471532442515], + [73.20956867975245, 23.6098639705714], + [73.1025255342723, 23.323915056920814], + [73.01689101788818, 23.278548161966633], + [72.94807756722237, 23.252427828508168], + [72.73399127626206, 23.403650811688767], + [72.79362960017244, 23.42702163636213], + [72.79821716355015, 23.501258373559878], + [72.83185929498677, 23.54525051412151], + [72.83491767057193, 23.67172791823619], + [72.78904203679471, 23.832574182164645], + [72.81809660485361, 23.948053551138923], + [72.86703061421596, 24.02503979712177], + [72.92361056254119, 24.040162095439833], + [72.95725269397781, 24.158390973199207], + [73.02759533243619, 24.273870342173485], + [72.95878188177038, 24.36047986890419] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kutch", + "dt_code": "468", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [71.11152302834147, 24.675298624798344], + [71.18798241797015, 24.65055304573243], + [71.28737962448743, 24.61618418591866], + [71.2598542442211, 24.533698922365602], + [71.34854713619038, 24.517201869654993], + [71.31949256813148, 24.401722500680716], + [71.37454332866413, 24.334359535445724], + [71.2950255634503, 24.301365430024504], + [71.31949256813148, 23.983797165345244], + [71.10081871379344, 23.90268665618474], + [71.06411820677168, 23.83807319973485], + [71.08093927249, 23.598865935430993], + [71.21703698602904, 23.72946760272333], + [71.22162454940677, 23.656605619918132], + [71.3760725164567, 23.649731847955376], + [71.44794434270766, 23.535627233373653], + [71.53357885909178, 23.479262303279064], + [71.56416261494326, 23.373406215052647], + [71.6895560139343, 23.182315354488072], + [71.66967657263083, 23.142447477104096], + [71.5152286055809, 23.158944529814708], + [71.38677683100471, 23.146571740281747], + [71.30878825358346, 23.171317319347665], + [71.12222734288949, 23.205686179161436], + [70.9647210002544, 23.154820266637053], + [70.81638978437476, 23.16444354738491], + [70.68946719759116, 23.117701898038177], + [70.71852176565005, 23.189189126450824], + [70.50443547468974, 23.176816336917867], + [70.42491770947592, 23.216684214301843], + [70.31175781282548, 23.215309459909292], + [70.1649557847384, 23.066835985513794], + [70.08085045614685, 22.91973726551085], + [69.92640248909692, 22.896366440837486], + [69.76889614646184, 22.82625396681739], + [69.64809031084852, 22.79600937018127], + [69.4171829541699, 22.81113166849933], + [69.13122483695865, 22.87437037055667], + [68.63270961657965, 23.169942564955115], + [68.5317832222698, 23.279922916359183], + [68.55013347578067, 23.355534407949484], + [68.40027307210846, 23.420147864399375], + [68.4155649500342, 23.48613607524182], + [68.32687205806492, 23.495759355989676], + [68.31005099234662, 23.57824461954273], + [68.14184033516352, 23.601615444216094], + [68.10055226476403, 23.678601690198946], + [68.17242409101499, 23.696473497302108], + [68.20912459803677, 23.875191568333722], + [68.33910556040551, 23.96592535824208], + [68.75351545219296, 23.971424375812287], + [68.76421976674098, 24.2958664124543], + [68.84832509533253, 24.23950148235971], + [68.94619311405724, 24.302740184417054], + [69.00277306238246, 24.2230044296491], + [69.09452432993687, 24.273870342173485], + [69.19392153645416, 24.23675197357461], + [69.31319818427491, 24.280744114136237], + [69.49211315600601, 24.26699657021073], + [69.59456873810845, 24.293116903669198], + [69.73219563944008, 24.170763762732168], + [70.02579969561421, 24.170763762732168], + [70.10990502420576, 24.294491658061748], + [70.57324892535556, 24.42234381656898], + [70.57171973756299, 24.25187427189267], + [70.66805856849513, 24.218880166471447], + [70.80568546982674, 24.220254920863997], + [70.87449892049256, 24.294491658061748], + [70.98612962935043, 24.365978886474394], + [71.04882632884595, 24.356355605726538], + [71.10234790158603, 24.43609136049449], + [70.99836313169102, 24.444339886849797], + [70.98612962935043, 24.595562870030395], + [71.11152302834147, 24.675298624798344] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Surendranagar", + "dt_code": "475", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [71.8623542344951, 22.37121026288304], + [71.5320496712992, 22.342340420639474], + [71.43724002815965, 22.26122991147897], + [71.23538723953993, 22.27635220979703], + [71.15892784991125, 22.164997104000406], + [71.01824257299448, 22.334091894284168], + [70.9815420659727, 22.41520240344467], + [71.08246846028257, 22.402829613911713], + [71.16351541328896, 22.50456143896048], + [71.09470196262316, 22.56367587784017], + [71.1099938405489, 22.64203687821557], + [71.16198622549639, 22.683279509992097], + [71.12528571847463, 22.79738412457382], + [71.2537374930508, 22.837252001957797], + [71.3470179483978, 23.098455336542468], + [71.30878825358346, 23.171317319347665], + [71.38677683100471, 23.146571740281747], + [71.5152286055809, 23.158944529814708], + [71.66967657263083, 23.142447477104096], + [71.6895560139343, 23.182315354488072], + [71.56416261494326, 23.373406215052647], + [71.53357885909178, 23.479262303279064], + [71.60392149755016, 23.497134110382227], + [71.77213215473327, 23.468264268138658], + [71.8623542344951, 23.47101377692376], + [71.96939737997526, 23.526003952625796], + [71.98927682127872, 23.48888558402692], + [71.9556346898421, 23.387153758978155], + [71.87000017345798, 23.381654741407953], + [71.87305854904312, 23.278548161966633], + [71.98774763348614, 23.20981044233909], + [71.90670068047974, 23.176816336917867], + [71.91893418282034, 23.065461231121244], + [72.01527301375246, 23.057212704765938], + [71.98927682127872, 22.863372335416262], + [72.05656108415195, 22.79600937018127], + [72.06726539869997, 22.591170965691184], + [72.14984153949895, 22.584297193728432], + [72.16360422963211, 22.479815859894565], + [72.08408646441828, 22.435823719332934], + [72.03362326726335, 22.50731094774558], + [71.91281743165004, 22.526557509241293], + [71.93422606074607, 22.453695526436093], + [71.8623542344951, 22.37121026288304] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kheda", + "dt_code": "483", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.35025395666922, 22.791885107003615], + [73.27532375483312, 22.78226182625576], + [73.26920700366283, 22.666782457281485], + [73.2187438065079, 22.62828933429006], + [73.096408783102, 22.728646404946275], + [73.00312832775502, 22.723147387376073], + [72.98477807424413, 22.653034913355974], + [72.91749381137089, 22.595295228868835], + [72.8303301071942, 22.593920474476285], + [72.74010802743236, 22.646161141393222], + [72.68811564248486, 22.604918509616695], + [72.65294432325567, 22.500437175782828], + [72.57648493362699, 22.50456143896048], + [72.50920067075374, 22.610417527186897], + [72.52143417309433, 22.79600937018127], + [72.64376919650022, 22.897741195230036], + [72.79057122458728, 22.907364475977893], + [72.83797604615707, 22.9967235114937], + [72.92513975033377, 23.080583529439306], + [73.00771589113273, 23.10257959972012], + [73.01230345451046, 23.160319284207258], + [73.12087578778319, 23.186439617665723], + [73.20192274078958, 23.146571740281747], + [73.27226537924797, 23.058587459158492], + [73.2416816233965, 23.018719581774516], + [73.34872476887665, 22.9238615286885], + [73.42212578292019, 22.944482844576765], + [73.35025395666922, 22.791885107003615] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Anand", + "dt_code": "482", + "st_nm": "Gujarat", + "st_code": "24", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.2187438065079, 22.62828933429006], + [73.15604710701238, 22.588421456906083], + [73.04747477373965, 22.362961736527737], + [73.05970827608024, 22.313470578395904], + [72.9465483794298, 22.29284926250764], + [72.65906107442595, 22.279101718582133], + [72.51531742192404, 22.32171910475121], + [72.46026666139139, 22.25710564830132], + [72.37616133279984, 22.314845332788455], + [72.37616133279984, 22.472942087931806], + [72.43885803229536, 22.50868570213813], + [72.42662452995476, 22.57054964980292], + [72.50920067075374, 22.610417527186897], + [72.57648493362699, 22.50456143896048], + [72.65294432325567, 22.500437175782828], + [72.68811564248486, 22.604918509616695], + [72.74010802743236, 22.646161141393222], + [72.8303301071942, 22.593920474476285], + [72.91749381137089, 22.595295228868835], + [72.98477807424413, 22.653034913355974], + [73.00312832775502, 22.723147387376073], + [73.096408783102, 22.728646404946275], + [73.2187438065079, 22.62828933429006] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kishanganj", + "dt_code": "210", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.10997453058968, 26.54771410745267], + [88.23995549295844, 26.45835507193686], + [88.27971437556535, 26.330502913429626], + [88.14667503761144, 26.250767158661674], + [88.07327402356792, 26.175155667071376], + [87.97540600484321, 26.143536316042706], + [87.85001260585217, 26.039054982208835], + [87.86224610819275, 26.094045157910873], + [87.68486032425422, 26.10229368426618], + [87.70626895335025, 26.161408123145865], + [87.62522200034385, 26.345625211747688], + [87.65886413178046, 26.37999407156146], + [87.8484834180596, 26.436359001656047], + [88.033515140961, 26.392366861094416], + [88.09927021604167, 26.45560556315176], + [88.10997453058968, 26.54771410745267] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Morbi", + "dt_code": "727", + "st_nm": "Gujarat", + "st_code": "24", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [70.9815420659727, 22.41520240344467], + [70.79498115527873, 22.47569159671691], + [70.69405476096887, 22.437198473725484], + [70.58089486431842, 22.603543755224145], + [70.64512075160651, 22.70665033466546], + [70.64512075160651, 22.863372335416262], + [70.57936567652585, 22.91698775672575], + [70.49678953572688, 22.933484809436358], + [70.56101542301496, 23.029717616914922], + [70.68946719759116, 23.117701898038177], + [70.81638978437476, 23.16444354738491], + [70.9647210002544, 23.154820266637053], + [71.12222734288949, 23.205686179161436], + [71.30878825358346, 23.171317319347665], + [71.3470179483978, 23.098455336542468], + [71.2537374930508, 22.837252001957797], + [71.12528571847463, 22.79738412457382], + [71.16198622549639, 22.683279509992097], + [71.1099938405489, 22.64203687821557], + [71.09470196262316, 22.56367587784017], + [71.16351541328896, 22.50456143896048], + [71.08246846028257, 22.402829613911713], + [70.9815420659727, 22.41520240344467] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Leh", + "dt_code": "003", + "st_nm": "Ladakh", + "st_code": "38", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.3981028599547, 32.52514620626397], + [78.31246834357059, 32.573262610003255], + [78.40574879891757, 32.62000425934998], + [78.38739854540668, 32.757479698605074], + [78.21918788822359, 32.66399639991161], + [78.1427284985949, 32.68186820701477], + [78.09838205261028, 32.631002294490386], + [78.0158059118113, 32.62000425934998], + [77.91793789308659, 32.690116733370076], + [77.9347589588049, 32.7258603475764], + [77.81089474760644, 32.907327927393126], + [77.74055210914806, 32.969191875057916], + [77.60292520781643, 32.943071541599444], + [77.46835668206995, 32.85783676926129], + [77.40565998257443, 32.882582348327205], + [77.33837571970119, 32.81659413748476], + [77.2741498324131, 32.8743338219719], + [77.31849627839773, 32.894955137860165], + [77.27720820799826, 32.99531220851638], + [77.33990490749376, 33.08467124403219], + [77.40871835815958, 33.08467124403219], + [77.4194226727076, 33.197401104221356], + [77.47753180882539, 33.27438735020421], + [77.49282368675112, 33.388491964785935], + [77.4423604895962, 33.49159854422726], + [77.30014602488686, 33.4847247722645], + [77.20839475733244, 33.637322509837645], + [77.05394679028251, 33.707434983857745], + [76.94078689363205, 33.7170582646056], + [76.88879450868455, 33.78167172105549], + [76.75881354631579, 33.80504254572886], + [76.64565364966535, 33.906774370777626], + [76.5737818234144, 33.86415698460854], + [76.51567268729659, 33.94526749376905], + [76.57989857458469, 34.04562456442527], + [76.68847090785741, 34.079993424239035], + [76.6716498421391, 34.220218372279234], + [76.7236422270866, 34.324699706113094], + [76.62577420836189, 34.37694037303003], + [76.55696075769607, 34.48829547882666], + [76.5615483210738, 34.57078074237971], + [76.47285542910453, 34.63401944443705], + [76.42086304415703, 34.720628971167756], + [76.1333757391532, 34.66288928668062], + [75.97281102093297, 34.73437651509327], + [75.89329325571913, 34.544660408921246], + [75.78930848582414, 34.49929351396706], + [75.599689199545, 34.50204302275216], + [75.50793793199058, 34.456676127797984], + [75.4666498615911, 34.38381414499278], + [75.38407372079212, 34.36181807471198], + [75.37489859403668, 34.38793840817044], + [75.31984783350403, 34.43468005751717], + [75.3565483405258, 34.529538110603184], + [75.23880088049764, 34.62852042686684], + [75.13175773501747, 34.646392233970005], + [75.0201270261596, 34.62577091808174], + [74.92531738302004, 34.66288928668062], + [74.73263972115576, 34.67113781303593], + [74.60112957099443, 34.73712602387837], + [74.5628998761801, 34.76874537490704], + [74.31975901716089, 34.786617182010204], + [74.41303947250788, 34.79898997154316], + [74.45738591849252, 34.85260539285264], + [74.56748743955782, 34.8732267087409], + [74.58736688086127, 35.00932739360344], + [74.48644048655142, 35.10968446425966], + [74.38092652886384, 35.05744379734273], + [74.25247475428765, 35.036822481454465], + [74.14696079660007, 35.0973116747267], + [73.79524760430814, 35.24441039472965], + [73.73102171702006, 35.21691530687863], + [73.70043796116857, 35.35714025491882], + [73.79371841651557, 35.460246834360134], + [73.78454328976014, 35.52486029081003], + [73.63468288608792, 35.57160194015676], + [73.40683390499444, 35.56335341380146], + [73.13616766570892, 35.71870066015971], + [73.15298873142723, 35.841053801096734], + [73.08876284413914, 35.88229643287326], + [72.92819812591891, 35.84517806427439], + [72.90067274565259, 35.88092167848072], + [72.68964483027743, 35.83280527474143], + [72.53366767543491, 35.916665292687036], + [72.59483518713786, 36.026645644091104], + [72.53060929984977, 36.07338729343784], + [72.59483518713786, 36.26172864521732], + [72.7783377222467, 36.30984504895659], + [72.8823224921417, 36.38683129493944], + [72.87926411655656, 36.44319622503403], + [72.99089482541443, 36.45694376895954], + [73.11170066102774, 36.60954150653269], + [73.1254633511609, 36.686527752515545], + [73.31355344964746, 36.70577431401125], + [73.44047603643106, 36.74426743700268], + [73.70043796116857, 36.68377824373044], + [73.80748110664874, 36.71539759475911], + [73.86253186718139, 36.78688482317176], + [73.72337577805719, 36.83362647251849], + [73.68973364662057, 36.911987472893884], + [73.87782374510712, 36.89411566579072], + [74.05520952904565, 36.80613138466747], + [74.14237323322236, 36.83912549008869], + [74.16836942569611, 36.90236419214603], + [74.26012069325053, 36.88586713943542], + [74.42833135043362, 36.988973718876736], + [74.53078693253605, 36.986224210091635], + [74.5858376930687, 37.04396389457877], + [74.70817271647459, 37.07695799999999], + [74.73416890894833, 37.02059306990541], + [74.83968286663593, 37.02196782429796], + [74.92072981964232, 36.90511370093113], + [75.01706865057446, 36.97522617495123], + [75.09505722799571, 36.94223206953001], + [75.20821712464615, 37.035715368223464], + [75.34278565039264, 37.05221242093408], + [75.35043158935551, 36.98072519252143], + [75.42230341560646, 36.96010387663317], + [75.47276661276139, 36.810255647845125], + [75.61498107747074, 36.76076448971329], + [75.74802041542465, 36.58754543625187], + [75.92234782377804, 36.50231066391372], + [76.07679579082797, 36.47344082167015], + [76.2541815747665, 36.34696341755547], + [76.35052040569865, 36.359336207088425], + [76.43156735870504, 36.30709554017149], + [76.4805013680674, 36.21086273269293], + [76.59977801588815, 36.165495837738746], + [76.64259527408021, 36.18336764484191], + [76.71905466370889, 36.08301057418569], + [76.80010161671528, 36.04726695997937], + [76.72211303929403, 35.95240890689336], + [76.8108059312633, 35.843803309881835], + [76.93467014246175, 35.7833141166096], + [77.11511430198544, 35.79706166053511], + [77.16557749914037, 35.73382295847777], + [77.4301269872556, 35.654087203709814], + [77.46376911869223, 35.57297669454931], + [77.43471455063333, 35.51661176445472], + [77.61210033457186, 35.468495360715444], + [77.72220185563717, 35.475369132678196], + [77.81701149877674, 35.51248750127707], + [77.89958763957571, 35.467120606322894], + [77.96534271465637, 35.57160194015676], + [78.04027291649248, 35.58672423847482], + [78.13661174742461, 35.538607834735544], + [78.19777925912756, 35.669209502027876], + [78.2711802731711, 35.72145016894481], + [78.38434016982154, 35.73519771287032], + [78.42256986463588, 35.784688871002146], + [78.52043788336059, 35.76269280072134], + [78.66418153586251, 35.85755085380735], + [78.82168787849758, 35.854801345022246], + [78.95931477982921, 35.89191971362112], + [79.02048229153216, 35.84792757305949], + [79.13058381259746, 35.83555478352653], + [79.19328051209298, 35.88642069605092], + [79.21468914118901, 35.97852924035183], + [79.37678304720181, 35.99502629306244], + [79.42112949318644, 35.89604397679877], + [79.86918151641052, 35.781939362217045], + [79.9976332909867, 35.83692953791909], + [80.10620562425942, 35.680207537168286], + [80.28970815936826, 35.607345554363086], + [80.32640866639002, 35.469870115107994], + [80.22395308428759, 35.219664815663734], + [80.18113582609553, 35.166049394354246], + [80.17348988713266, 35.00245362164069], + [80.07103430503022, 34.82785981378673], + [80.06797592944508, 34.713755199204996], + [79.94258253045405, 34.68076109378378], + [79.8584772018625, 34.68900962013909], + [79.77437187327095, 34.6271456724743], + [79.79272212678183, 34.484171215649], + [79.59239852595469, 34.50066826835961], + [79.50676400957057, 34.474547934901146], + [79.59086933816212, 34.282082319944024], + [79.50523482177799, 34.20509607396117], + [79.49300131943741, 34.13498359994107], + [79.35384523031321, 34.03600128367741], + [79.19633888767812, 34.05112358199547], + [79.1336421881826, 34.02637800292955], + [79.02048229153216, 34.05112358199547], + [78.90426401929656, 33.97551209040517], + [78.99907366243613, 33.80366779133631], + [79.04494929621333, 33.76517466834488], + [79.10611680791628, 33.61670119394938], + [78.98836934788811, 33.61120217637918], + [78.91343914605201, 33.57408380778031], + [78.93178939956289, 33.43248410534757], + [78.98836934788811, 33.3335017890839], + [79.10917518350143, 33.29225915730737], + [79.23915614587018, 33.29775817487757], + [79.4532424368305, 33.2578902974936], + [79.37525385940924, 33.08467124403219], + [79.42112949318644, 32.96094334870261], + [79.56640233348094, 32.78634954084865], + [79.62604065739131, 32.73960789150191], + [79.4471256856602, 32.53201997822673], + [79.31867391108402, 32.59250917149897], + [79.19328051209298, 32.4825288200949], + [79.13517137597518, 32.47702980252469], + [79.11376274687915, 32.38354650383123], + [79.03271579387275, 32.38629601261633], + [78.98072340892524, 32.33817960887705], + [78.85685919772678, 32.439911433925815], + [78.77581224472038, 32.55814031168519], + [78.76052036679465, 32.65437311916376], + [78.66112316027736, 32.65437311916376], + [78.45774118386507, 32.58013638196601], + [78.3981028599547, 32.52514620626397] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kargil", + "dt_code": "004", + "st_nm": "Ladakh", + "st_code": "38", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.38407372079212, 34.36181807471198], + [75.4666498615911, 34.38381414499278], + [75.50793793199058, 34.456676127797984], + [75.599689199545, 34.50204302275216], + [75.78930848582414, 34.49929351396706], + [75.89329325571913, 34.544660408921246], + [75.97281102093297, 34.73437651509327], + [76.1333757391532, 34.66288928668062], + [76.42086304415703, 34.720628971167756], + [76.47285542910453, 34.63401944443705], + [76.5615483210738, 34.57078074237971], + [76.55696075769607, 34.48829547882666], + [76.62577420836189, 34.37694037303003], + [76.7236422270866, 34.324699706113094], + [76.6716498421391, 34.220218372279234], + [76.68847090785741, 34.079993424239035], + [76.57989857458469, 34.04562456442527], + [76.51567268729659, 33.94526749376905], + [76.5737818234144, 33.86415698460854], + [76.64565364966535, 33.906774370777626], + [76.75881354631579, 33.80504254572886], + [76.88879450868455, 33.78167172105549], + [76.94078689363205, 33.7170582646056], + [77.05394679028251, 33.707434983857745], + [77.20839475733244, 33.637322509837645], + [77.30014602488686, 33.4847247722645], + [77.4423604895962, 33.49159854422726], + [77.49282368675112, 33.388491964785935], + [77.47753180882539, 33.27438735020421], + [77.4194226727076, 33.197401104221356], + [77.40871835815958, 33.08467124403219], + [77.33990490749376, 33.08467124403219], + [77.27720820799826, 32.99531220851638], + [77.31849627839773, 32.894955137860165], + [77.2741498324131, 32.8743338219719], + [77.15028562121464, 32.97744040141322], + [77.00960034429787, 32.98843843655362], + [76.93314095466918, 33.028306313937605], + [76.8857361330994, 33.12178961263106], + [76.8169226824336, 33.16028273562249], + [76.77257623644896, 33.251016525530844], + [76.50190999716344, 33.516344123293166], + [76.30923233529916, 33.571334298995204], + [76.27100264048481, 33.642821527407854], + [76.26488588931451, 33.74180384367152], + [76.17007624617496, 33.79541926498101], + [76.04774122276908, 33.92877044105844], + [76.02174503029532, 33.99750816068598], + [75.86423868766023, 33.978261599190276], + [75.6868529037217, 34.15972917900699], + [75.59510163616729, 34.19822230199841], + [75.49723361744257, 34.23396591620474], + [75.41312828885103, 34.28345707433657], + [75.38407372079212, 34.36181807471198] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kupwara", + "dt_code": "001", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.31975901716089, 34.786617182010204], + [74.5628998761801, 34.76874537490704], + [74.60112957099443, 34.73712602387837], + [74.54760799825436, 34.5542836896691], + [74.4298605382262, 34.43330530312462], + [74.34728439742722, 34.346695776393915], + [74.18366130362185, 34.31920068854289], + [74.14084404542979, 34.2435891969526], + [73.99404201734272, 34.2573367408781], + [73.93746206901749, 34.332948232468404], + [73.76007628507895, 34.35219479396412], + [73.80901029444131, 34.42505677676931], + [73.89311562303286, 34.44980235583523], + [73.9665166370764, 34.57765451434246], + [73.9772209516244, 34.68626011135399], + [74.15766511114809, 34.68351060256888], + [74.31975901716089, 34.786617182010204] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bandipora", + "dt_code": "009", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.60112957099443, 34.73712602387837], + [74.73263972115576, 34.67113781303593], + [74.92531738302004, 34.66288928668062], + [75.0201270261596, 34.62577091808174], + [75.13175773501747, 34.646392233970005], + [75.23880088049764, 34.62852042686684], + [75.3565483405258, 34.529538110603184], + [75.31984783350403, 34.43468005751717], + [75.37489859403668, 34.38793840817044], + [75.14857880073579, 34.34532102200136], + [75.01706865057446, 34.43605481190972], + [74.89932119054629, 34.448427601442674], + [74.89320443937599, 34.37556561863748], + [74.74487322349636, 34.31370167097269], + [74.6668846460751, 34.32195019732799], + [74.65923870711224, 34.22709214424198], + [74.70052677751173, 34.18447475807291], + [74.68523489958598, 34.17760098611015], + [74.5506663738395, 34.24221444256004], + [74.51702424240288, 34.29720461826208], + [74.54149124708407, 34.397561688918294], + [74.4298605382262, 34.43330530312462], + [74.54760799825436, 34.5542836896691], + [74.60112957099443, 34.73712602387837] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Baramulla", + "dt_code": "008", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.99404201734272, 34.2573367408781], + [74.14084404542979, 34.2435891969526], + [74.18366130362185, 34.31920068854289], + [74.34728439742722, 34.346695776393915], + [74.4298605382262, 34.43330530312462], + [74.54149124708407, 34.397561688918294], + [74.51702424240288, 34.29720461826208], + [74.5506663738395, 34.24221444256004], + [74.68523489958598, 34.17760098611015], + [74.69288083854886, 34.137733108726174], + [74.61642144892018, 34.11436228405281], + [74.4757361720034, 34.00438193264874], + [74.41609784809303, 33.908149125170176], + [74.24635800311736, 34.020878985359346], + [73.9542831347358, 34.0167547221817], + [73.89464481082543, 34.06487112592097], + [73.93287450563977, 34.14048261751128], + [74.00321714409816, 34.18447475807291], + [73.99404201734272, 34.2573367408781] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ganderbal", + "dt_code": "011", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.37489859403668, 34.38793840817044], + [75.38407372079212, 34.36181807471198], + [75.41312828885103, 34.28345707433657], + [75.49723361744257, 34.23396591620474], + [75.37642778182925, 34.206470828353716], + [75.2693846363491, 34.25596198648555], + [75.10576154254373, 34.16660295096975], + [75.01095189940416, 34.161103933399545], + [74.93143413419034, 34.20234656517607], + [74.85038718118393, 34.12398556480066], + [74.70052677751173, 34.18447475807291], + [74.65923870711224, 34.22709214424198], + [74.6668846460751, 34.32195019732799], + [74.74487322349636, 34.31370167097269], + [74.89320443937599, 34.37556561863748], + [74.89932119054629, 34.448427601442674], + [75.01706865057446, 34.43605481190972], + [75.14857880073579, 34.34532102200136], + [75.37489859403668, 34.38793840817044] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Anantnag", + "dt_code": "014", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.49723361744257, 34.23396591620474], + [75.59510163616729, 34.19822230199841], + [75.53240493667177, 34.11848654723046], + [75.52170062212375, 34.04699931881782], + [75.44677042028763, 34.040125546855066], + [75.39477803534014, 33.90265010759997], + [75.52170062212375, 33.715683510213054], + [75.52934656108661, 33.60157889563132], + [75.45747473483566, 33.49847231619], + [75.47276661276139, 33.399489999926345], + [75.38254453299955, 33.36374638572002], + [75.15163717632093, 33.55621200067715], + [75.10576154254373, 33.63182349226744], + [75.1195242326769, 33.76517466834488], + [75.03388971629276, 33.780296966662945], + [75.03236052850019, 33.780296966662945], + [75.03083134070762, 33.780296966662945], + [75.04306484304821, 33.81329107208416], + [75.19292524672042, 33.904024861992525], + [75.22656737815704, 33.956265528909455], + [75.20515874906101, 34.06899538909863], + [75.15010798852836, 34.08549244180924], + [75.10576154254373, 34.16660295096975], + [75.2693846363491, 34.25596198648555], + [75.37642778182925, 34.206470828353716], + [75.49723361744257, 34.23396591620474] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kishtwar", + "dt_code": "018", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.59510163616729, 34.19822230199841], + [75.6868529037217, 34.15972917900699], + [75.86423868766023, 33.978261599190276], + [76.02174503029532, 33.99750816068598], + [76.04774122276908, 33.92877044105844], + [76.17007624617496, 33.79541926498101], + [76.26488588931451, 33.74180384367152], + [76.27100264048481, 33.642821527407854], + [76.30923233529916, 33.571334298995204], + [76.50190999716344, 33.516344123293166], + [76.77257623644896, 33.251016525530844], + [76.74810923176778, 33.1795292971182], + [76.64565364966535, 33.16165749001504], + [76.56919426003667, 33.20977389375432], + [76.41015872960901, 33.18640306908095], + [76.29241126958084, 33.1039178055279], + [76.22206863112245, 33.021432541974846], + [76.21289350436702, 33.08879550720984], + [76.14560924149379, 33.16028273562249], + [75.9988072134067, 33.087420752817295], + [75.85965112428252, 33.12453912141616], + [75.692969654892, 33.23864373599789], + [75.60427676292272, 33.256515543101045], + [75.47276661276139, 33.399489999926345], + [75.45747473483566, 33.49847231619], + [75.52934656108661, 33.60157889563132], + [75.52170062212375, 33.715683510213054], + [75.39477803534014, 33.90265010759997], + [75.44677042028763, 34.040125546855066], + [75.52170062212375, 34.04699931881782], + [75.53240493667177, 34.11848654723046], + [75.59510163616729, 34.19822230199841] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Srinagar", + "dt_code": "010", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.68523489958598, 34.17760098611015], + [74.70052677751173, 34.18447475807291], + [74.85038718118393, 34.12398556480066], + [74.93143413419034, 34.20234656517607], + [75.01095189940416, 34.161103933399545], + [75.10576154254373, 34.16660295096975], + [75.15010798852836, 34.08549244180924], + [75.07517778669225, 34.11711179283791], + [74.91461306847202, 34.020878985359346], + [74.69288083854886, 34.137733108726174], + [74.68523489958598, 34.17760098611015] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Budgam", + "dt_code": "002", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.41609784809303, 33.908149125170176], + [74.4757361720034, 34.00438193264874], + [74.61642144892018, 34.11436228405281], + [74.69288083854886, 34.137733108726174], + [74.91461306847202, 34.020878985359346], + [74.8182742375399, 33.86415698460854], + [74.71581865543746, 33.80504254572886], + [74.56748743955782, 33.69231268553968], + [74.54302043487664, 33.68131465039927], + [74.4527983551148, 33.75280187881192], + [74.41609784809303, 33.908149125170176] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pulwama", + "dt_code": "012", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.15010798852836, 34.08549244180924], + [75.20515874906101, 34.06899538909863], + [75.22656737815704, 33.956265528909455], + [75.19292524672042, 33.904024861992525], + [75.04306484304821, 33.81329107208416], + [74.87638337365769, 33.78854549301825], + [74.71581865543746, 33.80504254572886], + [74.8182742375399, 33.86415698460854], + [74.91461306847202, 34.020878985359346], + [75.07517778669225, 34.11711179283791], + [75.15010798852836, 34.08549244180924] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Punch", + "dt_code": "005", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.89464481082543, 34.06487112592097], + [73.9542831347358, 34.0167547221817], + [74.24635800311736, 34.020878985359346], + [74.41609784809303, 33.908149125170176], + [74.4527983551148, 33.75280187881192], + [74.54302043487664, 33.68131465039927], + [74.51396586681774, 33.59882938684622], + [74.5736041907281, 33.50809559693786], + [74.5277285569509, 33.46822771955389], + [74.42221459926333, 33.56721003581755], + [74.20965749609559, 33.54521396553674], + [74.2264785618139, 33.48884903544215], + [74.16684023790353, 33.411862789459306], + [74.14696079660007, 33.53971494796653], + [74.0643846558011, 33.55071298310694], + [73.95275394694323, 33.62220021151958], + [73.84723998925566, 33.59333036927602], + [73.70349633675373, 33.62220021151958], + [73.59798237906615, 33.712934001427946], + [73.5597526842518, 33.77617270348529], + [73.58880725231072, 33.88340354610426], + [73.52152298943747, 33.98513537115302], + [73.48788085800085, 34.144606880688926], + [73.53375649177806, 34.151480652651685], + [73.6530331395988, 34.06349637152843], + [73.80595191885617, 34.08136817863159], + [73.89464481082543, 34.06487112592097] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shopiyan", + "dt_code": "013", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.04306484304821, 33.81329107208416], + [75.03083134070762, 33.780296966662945], + [74.9513135754938, 33.73905433488642], + [74.96507626562695, 33.68131465039927], + [74.87026662248739, 33.62357496591214], + [74.68064733620827, 33.701935966287536], + [74.56748743955782, 33.69231268553968], + [74.71581865543746, 33.80504254572886], + [74.87638337365769, 33.78854549301825], + [75.04306484304821, 33.81329107208416] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kulgam", + "dt_code": "015", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.03388971629276, 33.780296966662945], + [75.1195242326769, 33.76517466834488], + [75.10576154254373, 33.63182349226744], + [75.15163717632093, 33.55621200067715], + [75.02318540174475, 33.49847231619], + [74.79533642065128, 33.46547821076879], + [74.71123109205973, 33.524592649648476], + [74.62559657567562, 33.4957228074049], + [74.5736041907281, 33.50809559693786], + [74.51396586681774, 33.59882938684622], + [74.54302043487664, 33.68131465039927], + [74.56748743955782, 33.69231268553968], + [74.68064733620827, 33.701935966287536], + [74.87026662248739, 33.62357496591214], + [74.96507626562695, 33.68131465039927], + [74.9513135754938, 33.73905433488642], + [75.03083134070762, 33.780296966662945], + [75.03236052850019, 33.780296966662945], + [75.03388971629276, 33.780296966662945] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rajouri", + "dt_code": "006", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.16684023790353, 33.411862789459306], + [74.2264785618139, 33.48884903544215], + [74.20965749609559, 33.54521396553674], + [74.42221459926333, 33.56721003581755], + [74.5277285569509, 33.46822771955389], + [74.5736041907281, 33.50809559693786], + [74.62559657567562, 33.4957228074049], + [74.68523489958598, 33.35962212254237], + [74.69135165075627, 33.24139324478299], + [74.57054581514296, 33.028306313937605], + [74.33352170729405, 32.954069576739855], + [74.31975901716089, 33.02968106833015], + [74.16378186231839, 33.075047963284334], + [74.14696079660007, 33.139661419734225], + [74.00168795630559, 33.21802242010963], + [74.00474633189073, 33.25926505188615], + [74.13166891867434, 33.30738145562543], + [74.16684023790353, 33.411862789459306] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ramban", + "dt_code": "017", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.15163717632093, 33.55621200067715], + [75.38254453299955, 33.36374638572002], + [75.34890240156292, 33.29775817487757], + [75.37642778182925, 33.202900121791565], + [75.33513971142978, 33.141036174126775], + [75.3565483405258, 33.06954894571413], + [75.23421331711991, 33.149284700482085], + [75.09199885241057, 33.18640306908095], + [75.03694809187792, 33.207024384969216], + [75.01706865057446, 33.31150571880309], + [75.05988590876652, 33.35824736814982], + [75.00942271161159, 33.41598705263695], + [75.02318540174475, 33.49847231619], + [75.15163717632093, 33.55621200067715] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Reasi", + "dt_code": "020", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.62559657567562, 33.4957228074049], + [74.71123109205973, 33.524592649648476], + [74.79533642065128, 33.46547821076879], + [75.02318540174475, 33.49847231619], + [75.00942271161159, 33.41598705263695], + [75.05988590876652, 33.35824736814982], + [75.01706865057446, 33.31150571880309], + [75.03694809187792, 33.207024384969216], + [75.09199885241057, 33.18640306908095], + [75.02930215291505, 33.09979354235025], + [75.08282372565512, 33.065424682536474], + [74.9803681435527, 32.92794924328139], + [74.93449250977548, 32.888081365897406], + [74.85038718118393, 32.98981319094618], + [74.73722728453349, 33.05992566496627], + [74.62100901229789, 32.99943647169403], + [74.57054581514296, 33.028306313937605], + [74.69135165075627, 33.24139324478299], + [74.68523489958598, 33.35962212254237], + [74.62559657567562, 33.4957228074049] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Doda", + "dt_code": "016", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.38254453299955, 33.36374638572002], + [75.47276661276139, 33.399489999926345], + [75.60427676292272, 33.256515543101045], + [75.692969654892, 33.23864373599789], + [75.85965112428252, 33.12453912141616], + [75.9988072134067, 33.087420752817295], + [76.14560924149379, 33.16028273562249], + [76.21289350436702, 33.08879550720984], + [76.22206863112245, 33.021432541974846], + [76.11196711005717, 33.006310243656785], + [76.08750010537598, 32.956819085524955], + [75.95446076742208, 32.872959067579345], + [75.85047599752707, 32.92932399767393], + [75.80154198816471, 32.885331857112305], + [75.68226534034397, 32.86196103243894], + [75.65626914787022, 32.92382498010373], + [75.56145950473066, 32.96506761188026], + [75.45135798366536, 32.959568594310056], + [75.3565483405258, 33.06954894571413], + [75.33513971142978, 33.141036174126775], + [75.37642778182925, 33.202900121791565], + [75.34890240156292, 33.29775817487757], + [75.38254453299955, 33.36374638572002] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Lahaul and Spiti", + "dt_code": "025", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.2741498324131, 32.8743338219719], + [77.33837571970119, 32.81659413748476], + [77.40565998257443, 32.882582348327205], + [77.46835668206995, 32.85783676926129], + [77.60292520781643, 32.943071541599444], + [77.74055210914806, 32.969191875057916], + [77.81089474760644, 32.907327927393126], + [77.9347589588049, 32.7258603475764], + [77.91793789308659, 32.690116733370076], + [78.0158059118113, 32.62000425934998], + [78.09838205261028, 32.631002294490386], + [78.1427284985949, 32.68186820701477], + [78.21918788822359, 32.66399639991161], + [78.38739854540668, 32.757479698605074], + [78.40574879891757, 32.62000425934998], + [78.31246834357059, 32.573262610003255], + [78.3981028599547, 32.52514620626397], + [78.45468280827993, 32.452284223458776], + [78.53420057349375, 32.41379110046735], + [78.48067900075368, 32.3478028896249], + [78.48220818854625, 32.27906516999737], + [78.60913077532986, 32.21445171354747], + [78.59078052181897, 32.15396252027523], + [78.67335666261795, 32.078351028684935], + [78.50820438102001, 32.04810643204881], + [78.44856605710963, 32.06047922158177], + [78.41951148905073, 31.93537657185964], + [78.20083763471271, 31.932627063074534], + [78.02803941415189, 31.75940800961312], + [77.86288713255394, 31.781404079893935], + [77.76654830162181, 31.94362509821494], + [77.79866124526585, 31.987617238776572], + [77.7436104847332, 32.09072381821789], + [77.46835668206995, 32.22407499429532], + [77.42095186050017, 32.189706134481554], + [77.34449247087149, 32.24744581896869], + [77.31849627839773, 32.323057310558994], + [77.15181480900722, 32.4151658548599], + [77.07382623158595, 32.39866880214929], + [76.98054577623897, 32.40416781971949], + [76.86585669179595, 32.46328225859918], + [76.86738587958853, 32.53339473261928], + [76.71446710033116, 32.53889375018948], + [76.59519045251042, 32.636501312060595], + [76.46673867793425, 32.65162361037865], + [76.40251279064614, 32.7286098563615], + [76.37957497375754, 32.819343646269864], + [76.49120568261542, 32.8014718391667], + [76.61048233043616, 32.85233775169108], + [76.67929578110197, 32.84683873412088], + [76.71599628812373, 32.91832596253353], + [76.78633892658212, 32.9526948223473], + [76.74046329280492, 33.1039178055279], + [76.74810923176778, 33.1795292971182], + [76.77257623644896, 33.251016525530844], + [76.8169226824336, 33.16028273562249], + [76.8857361330994, 33.12178961263106], + [76.93314095466918, 33.028306313937605], + [77.00960034429787, 32.98843843655362], + [77.15028562121464, 32.97744040141322], + [77.2741498324131, 32.8743338219719] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chamba", + "dt_code": "023", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.22206863112245, 33.021432541974846], + [76.29241126958084, 33.1039178055279], + [76.41015872960901, 33.18640306908095], + [76.56919426003667, 33.20977389375432], + [76.64565364966535, 33.16165749001504], + [76.74810923176778, 33.1795292971182], + [76.74046329280492, 33.1039178055279], + [76.78633892658212, 32.9526948223473], + [76.71599628812373, 32.91832596253353], + [76.67929578110197, 32.84683873412088], + [76.61048233043616, 32.85233775169108], + [76.49120568261542, 32.8014718391667], + [76.37957497375754, 32.819343646269864], + [76.40251279064614, 32.7286098563615], + [76.46673867793425, 32.65162361037865], + [76.59519045251042, 32.636501312060595], + [76.71446710033116, 32.53889375018948], + [76.86738587958853, 32.53339473261928], + [76.86585669179595, 32.46328225859918], + [76.75116760735293, 32.35742617037276], + [76.76340110969352, 32.20895269597727], + [76.66553309096881, 32.17595859055604], + [76.58601532575497, 32.22270023990278], + [76.4285089831199, 32.261193362894204], + [76.35510796907636, 32.325806819344095], + [76.22206863112245, 32.39454453897164], + [76.16243030721209, 32.29968648588563], + [76.03092015705076, 32.26944188924951], + [76.02327421808789, 32.3340553456994], + [75.93152295053348, 32.39454453897164], + [75.83671330739391, 32.511398662338465], + [75.91776026040031, 32.633751803275494], + [75.92387701157061, 32.74785641785722], + [75.80154198816471, 32.885331857112305], + [75.85047599752707, 32.92932399767393], + [75.95446076742208, 32.872959067579345], + [76.08750010537598, 32.956819085524955], + [76.11196711005717, 33.006310243656785], + [76.22206863112245, 33.021432541974846] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jammu", + "dt_code": "021", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.33352170729405, 32.954069576739855], + [74.57054581514296, 33.028306313937605], + [74.62100901229789, 32.99943647169403], + [74.73722728453349, 33.05992566496627], + [74.85038718118393, 32.98981319094618], + [74.93449250977548, 32.888081365897406], + [74.9803681435527, 32.92794924328139], + [75.1653998664541, 32.765728224960384], + [75.09199885241057, 32.71623706682855], + [75.00483514823387, 32.74098264589446], + [74.89779200275372, 32.64612459280845], + [74.94213844873835, 32.585635399536216], + [74.88861687599828, 32.521021943086325], + [74.86873743469482, 32.48665308327254], + [74.68064733620827, 32.49215210084275], + [74.63783007801621, 32.61313048738723], + [74.65923870711224, 32.78772429524119], + [74.51396586681774, 32.74373215467956], + [74.4466816039445, 32.78909904963375], + [74.4115102847153, 32.896329892252716], + [74.33352170729405, 32.954069576739855] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kathua", + "dt_code": "007", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.68226534034397, 32.86196103243894], + [75.80154198816471, 32.885331857112305], + [75.92387701157061, 32.74785641785722], + [75.91776026040031, 32.633751803275494], + [75.83671330739391, 32.511398662338465], + [75.72814097412119, 32.452284223458776], + [75.6868529037217, 32.390420275793986], + [75.59663082395986, 32.378047486261025], + [75.51252549536831, 32.30793501224093], + [75.34125646260006, 32.34642813523236], + [75.20515874906101, 32.417915363645], + [75.2586803218011, 32.48665308327254], + [75.28467651427484, 32.642000329630804], + [75.41312828885103, 32.67911869822967], + [75.49417524185742, 32.764353470567826], + [75.65473996007765, 32.771227242530585], + [75.68226534034397, 32.86196103243894] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Gurdaspur", + "dt_code": "035", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.3794861574144, 32.182832362518795], + [75.43453691794706, 32.14983825709758], + [75.58745569720442, 32.14158973074227], + [75.60121838733758, 32.09347332700299], + [75.59816001175243, 32.08247529186258], + [75.5308757488792, 31.94087558942984], + [75.56757625590096, 31.800650641389648], + [75.47582498834655, 31.64942765820905], + [75.40395316209558, 31.593062728114464], + [75.22809656594961, 31.683796518022824], + [75.18986687113528, 31.74016144811741], + [75.07059022331454, 31.807524413352404], + [74.96966382900467, 31.830895238025768], + [74.89014606379085, 31.928502799896883], + [74.91308388067945, 32.04398216887115], + [75.01248108719673, 32.03573364251585], + [75.12258260826204, 32.081100537470036], + [75.17457499320955, 32.067352993544525], + [75.3794861574144, 32.182832362518795] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kangra", + "dt_code": "024", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.86585669179595, 32.46328225859918], + [76.98054577623897, 32.40416781971949], + [77.07382623158595, 32.39866880214929], + [77.06923866820824, 32.3340553456994], + [76.93619933025434, 32.061853975974316], + [76.77104704865638, 32.06322873036687], + [76.66247471538367, 32.01373757223504], + [76.69611684682027, 31.934001817467088], + [76.63953689849505, 31.872137869802295], + [76.55696075769607, 31.885885413727806], + [76.4346257342902, 31.793776869426896], + [76.30005720854372, 31.780029325501385], + [76.3122907108843, 31.72228964101425], + [76.1104379222646, 31.795151623819446], + [76.04315365939135, 31.861139834661888], + [75.96057751859237, 31.857015571484236], + [75.91011432143745, 31.950498870177697], + [75.65473996007765, 32.07697627429238], + [75.59816001175243, 32.08247529186258], + [75.60121838733758, 32.09347332700299], + [75.66085671124794, 32.137465467564624], + [75.63791889435934, 32.251570082146344], + [75.77095823231325, 32.28868845074522], + [75.87341381441567, 32.39591929336419], + [75.93152295053348, 32.39454453897164], + [76.02327421808789, 32.3340553456994], + [76.03092015705076, 32.26944188924951], + [76.16243030721209, 32.29968648588563], + [76.22206863112245, 32.39454453897164], + [76.35510796907636, 32.325806819344095], + [76.4285089831199, 32.261193362894204], + [76.58601532575497, 32.22270023990278], + [76.66553309096881, 32.17595859055604], + [76.76340110969352, 32.20895269597727], + [76.75116760735293, 32.35742617037276], + [76.86585669179595, 32.46328225859918] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kullu", + "dt_code": "026", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.07382623158595, 32.39866880214929], + [77.15181480900722, 32.4151658548599], + [77.31849627839773, 32.323057310558994], + [77.34449247087149, 32.24744581896869], + [77.42095186050017, 32.189706134481554], + [77.46835668206995, 32.22407499429532], + [77.7436104847332, 32.09072381821789], + [77.79866124526585, 31.987617238776572], + [77.76654830162181, 31.94362509821494], + [77.86288713255394, 31.781404079893935], + [77.74819804811092, 31.714041114658944], + [77.64574246600849, 31.66317520213456], + [77.64880084159364, 31.583439447366608], + [77.70690997771143, 31.502328938206105], + [77.62739221249761, 31.451463025681722], + [77.62892140029018, 31.389599078016932], + [77.51729069143231, 31.348356446240405], + [77.38272216568583, 31.360729235773363], + [77.29861683709427, 31.551820096337938], + [77.303204400472, 31.668674219704762], + [77.21298232071015, 31.72503914979935], + [77.17781100148096, 31.841893273166175], + [77.05853435366022, 31.859765080269337], + [76.93619933025434, 32.061853975974316], + [77.06923866820824, 32.3340553456994], + [77.07382623158595, 32.39866880214929] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hoshiarpur", + "dt_code": "038", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.47582498834655, 31.64942765820905], + [75.56757625590096, 31.800650641389648], + [75.5308757488792, 31.94087558942984], + [75.59816001175243, 32.08247529186258], + [75.65473996007765, 32.07697627429238], + [75.91011432143745, 31.950498870177697], + [75.96057751859237, 31.857015571484236], + [75.96057751859237, 31.781404079893935], + [76.0171574669176, 31.63155585110589], + [76.1211422368126, 31.49820467502845], + [76.20066000202642, 31.302989551286224], + [76.2893528939957, 31.307113814463875], + [76.33064096439519, 31.22325379651827], + [76.23583132125562, 31.243875112406535], + [76.20983512878188, 31.136644269787567], + [76.1379633025309, 31.146267550535423], + [75.99269046223642, 31.258997410724596], + [75.89023488013399, 31.275494463435205], + [75.8489468097345, 31.37310202530632], + [75.78777929803155, 31.364853498951014], + [75.80001280037214, 31.454212534466823], + [75.70214478164743, 31.529824026057124], + [75.67003183800338, 31.606810272039972], + [75.59816001175243, 31.60543551764742], + [75.47582498834655, 31.64942765820905] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Amritsar", + "dt_code": "049", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.91308388067945, 32.04398216887115], + [74.89014606379085, 31.928502799896883], + [74.96966382900467, 31.830895238025768], + [75.07059022331454, 31.807524413352404], + [75.18986687113528, 31.74016144811741], + [75.22809656594961, 31.683796518022824], + [75.40395316209558, 31.593062728114464], + [75.29079326544513, 31.4913309030657], + [75.07059022331454, 31.52844927166457], + [74.84427043001364, 31.531198780449675], + [74.79380723285871, 31.57106665783365], + [74.64853439256422, 31.54082206119753], + [74.61183388554245, 31.499579429421004], + [74.50326155226972, 31.74016144811741], + [74.55984150059496, 31.75803325522057], + [74.57207500293553, 31.839143764381074], + [74.6668846460751, 31.923003782326678], + [74.8060407351993, 31.962871659710654], + [74.91308388067945, 32.04398216887115] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mandi", + "dt_code": "027", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.63953689849505, 31.872137869802295], + [76.69611684682027, 31.934001817467088], + [76.66247471538367, 32.01373757223504], + [76.77104704865638, 32.06322873036687], + [76.93619933025434, 32.061853975974316], + [77.05853435366022, 31.859765080269337], + [77.17781100148096, 31.841893273166175], + [77.21298232071015, 31.72503914979935], + [77.303204400472, 31.668674219704762], + [77.29861683709427, 31.551820096337938], + [77.38272216568583, 31.360729235773363], + [77.30473358826457, 31.268620691472453], + [77.15487318459236, 31.230127568481027], + [77.0310089733939, 31.272744954650104], + [76.87656100634396, 31.351105955025506], + [76.80163080450785, 31.421218429045602], + [76.73128816604947, 31.582064692974058], + [76.7236422270866, 31.66454995652711], + [76.63800771070248, 31.747035220080164], + [76.63953689849505, 31.872137869802295] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kinnaur", + "dt_code": "034", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.86288713255394, 31.781404079893935], + [78.02803941415189, 31.75940800961312], + [78.20083763471271, 31.932627063074534], + [78.41951148905073, 31.93537657185964], + [78.44856605710963, 32.06047922158177], + [78.50820438102001, 32.04810643204881], + [78.67335666261795, 32.078351028684935], + [78.78192899589068, 31.993116256346774], + [78.705469606262, 31.774530307931183], + [78.76357874237979, 31.674173237274967], + [78.84615488317877, 31.608185026432523], + [78.7345241743209, 31.536697798019876], + [78.79722087381641, 31.443214499326416], + [78.74981605224663, 31.366228253343564], + [78.79110412264612, 31.304364305678774], + [78.88132620240796, 31.28374298979051], + [78.98531097230297, 31.17376263838644], + [79.00824878919157, 31.1105239363291], + [78.88591376578569, 31.09815114679614], + [78.809454376157, 31.198508217452357], + [78.67182747482538, 31.197133463059807], + [78.60913077532986, 31.228752814088477], + [78.48373737633882, 31.198508217452357], + [78.37057747968838, 31.286492498575612], + [78.310939155778, 31.28374298979051], + [78.29105971447456, 31.326360375959588], + [78.16260793989836, 31.34423218306275], + [78.10144042819542, 31.419843674653052], + [77.96534271465637, 31.40197186754989], + [77.83994931566534, 31.506453201383756], + [77.81242393539901, 31.66317520213456], + [77.74819804811092, 31.714041114658944], + [77.86288713255394, 31.781404079893935] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Una", + "dt_code": "029", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.96057751859237, 31.857015571484236], + [76.04315365939135, 31.861139834661888], + [76.1104379222646, 31.795151623819446], + [76.3122907108843, 31.72228964101425], + [76.40098360285357, 31.608185026432523], + [76.46215111455652, 31.487206639888043], + [76.39180847609813, 31.412969902690296], + [76.2893528939957, 31.307113814463875], + [76.20066000202642, 31.302989551286224], + [76.1211422368126, 31.49820467502845], + [76.0171574669176, 31.63155585110589], + [75.96057751859237, 31.781404079893935], + [75.96057751859237, 31.857015571484236] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shimla", + "dt_code": "033", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.38272216568583, 31.360729235773363], + [77.51729069143231, 31.348356446240405], + [77.62892140029018, 31.389599078016932], + [77.62739221249761, 31.451463025681722], + [77.70690997771143, 31.502328938206105], + [77.64880084159364, 31.583439447366608], + [77.64574246600849, 31.66317520213456], + [77.74819804811092, 31.714041114658944], + [77.81242393539901, 31.66317520213456], + [77.83994931566534, 31.506453201383756], + [77.96534271465637, 31.40197186754989], + [78.10144042819542, 31.419843674653052], + [78.16260793989836, 31.34423218306275], + [78.29105971447456, 31.326360375959588], + [78.310939155778, 31.28374298979051], + [78.24671326848991, 31.230127568481027], + [78.102969615988, 31.1861354279194], + [77.96687190244894, 31.17376263838644], + [77.86441632034652, 31.109149181936548], + [77.82924500111733, 31.029413427168596], + [77.80630718422871, 30.853444864922082], + [77.70385160212629, 30.764085829406273], + [77.65950515614165, 30.80670321557535], + [77.5463452594912, 30.77370911015413], + [77.49282368675112, 30.795705180434943], + [77.37966379010068, 31.02116490081329], + [77.24662445214678, 30.919433075764523], + [77.04783003911221, 31.11464819950675], + [77.0310089733939, 31.272744954650104], + [77.15487318459236, 31.230127568481027], + [77.30473358826457, 31.268620691472453], + [77.38272216568583, 31.360729235773363] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jalandhar", + "dt_code": "037", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.59816001175243, 31.60543551764742], + [75.67003183800338, 31.606810272039972], + [75.70214478164743, 31.529824026057124], + [75.80001280037214, 31.454212534466823], + [75.78777929803155, 31.364853498951014], + [75.68226534034397, 31.31536234081918], + [75.67309021358854, 31.268620691472453], + [75.79848361257957, 31.21638002455552], + [75.89788081909686, 31.15589083128328], + [75.9529315796295, 31.010166865672883], + [75.796954424787, 30.995044567354824], + [75.74649122763206, 31.012916374457983], + [75.59357244837472, 30.968924233896356], + [75.35960671611095, 30.99366981296227], + [75.14704961294322, 31.091277374833385], + [75.0782361622774, 31.147642304927974], + [75.12564098384718, 31.169638375208788], + [75.2693846363491, 31.147642304927974], + [75.27703057531197, 31.18751018231195], + [75.41771585222874, 31.24937412997674], + [75.4605331104208, 31.23562658605123], + [75.49111686627228, 31.384100060446727], + [75.44065366911735, 31.49545516624335], + [75.52017143433117, 31.499579429421004], + [75.59816001175243, 31.60543551764742] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tarn Taran", + "dt_code": "050", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.61183388554245, 31.499579429421004], + [74.64853439256422, 31.54082206119753], + [74.79380723285871, 31.57106665783365], + [74.84427043001364, 31.531198780449675], + [75.07059022331454, 31.52844927166457], + [75.29079326544513, 31.4913309030657], + [75.1072907303363, 31.31673709521173], + [75.04612321863335, 31.19025969109705], + [74.96507626562695, 31.153141322498175], + [74.74181484791121, 31.118772462684404], + [74.70817271647459, 31.072030813337673], + [74.6898224629637, 31.12839574343226], + [74.51090749123259, 31.132520006609912], + [74.55219556163208, 31.364853498951014], + [74.65159276814937, 31.456962043251924], + [74.61183388554245, 31.499579429421004] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rupnagar", + "dt_code": "051", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.33064096439519, 31.22325379651827], + [76.2893528939957, 31.307113814463875], + [76.39180847609813, 31.412969902690296], + [76.43156735870504, 31.326360375959588], + [76.49732243378571, 31.269995445865003], + [76.58754451354756, 31.274119709042655], + [76.64565364966535, 31.209506252592764], + [76.62424502056932, 30.999168830532476], + [76.73281735384205, 30.937304882867686], + [76.60742395485101, 30.890563233520954], + [76.53096456522233, 30.768210092583924], + [76.44380086104563, 30.75996156622862], + [76.36734147141695, 30.872691426417795], + [76.31993664984716, 30.878190443987997], + [76.30617395971402, 30.99092030417717], + [76.49426405820056, 30.97579800585911], + [76.33064096439519, 31.22325379651827] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Uttarkashi", + "dt_code": "056", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.310939155778, 31.28374298979051], + [78.37057747968838, 31.286492498575612], + [78.48373737633882, 31.198508217452357], + [78.60913077532986, 31.228752814088477], + [78.67182747482538, 31.197133463059807], + [78.809454376157, 31.198508217452357], + [78.88591376578569, 31.09815114679614], + [79.00824878919157, 31.1105239363291], + [78.98531097230297, 31.17376263838644], + [78.88132620240796, 31.28374298979051], + [78.94402290190348, 31.366228253343564], + [79.006719601399, 31.378601042876525], + [79.07247467647966, 31.455587288859373], + [79.13822975156033, 31.43359121857856], + [79.16728431961923, 31.360729235773363], + [79.23303939469989, 31.333234147922344], + [79.22233508015188, 31.260372165117147], + [79.2957360941954, 31.21775477894807], + [79.31867391108402, 31.135269515395013], + [79.40736680305328, 31.073405567730223], + [79.29267771861026, 30.968924233896356], + [79.22539345573702, 30.810827478753], + [79.27432746509938, 30.724217952022297], + [79.19939726326328, 30.732466478377603], + [79.03271579387275, 30.80945272436045], + [79.00366122581386, 30.858943882492284], + [78.87979701461539, 30.875440935202896], + [78.84768407097134, 30.737965495947805], + [78.71923229639516, 30.733841232770153], + [78.59995564857442, 30.671977285105363], + [78.54643407583434, 30.53312709145772], + [78.45315362048736, 30.542750372205578], + [78.39351529657698, 30.505632003606703], + [78.2772970243414, 30.611488091833124], + [78.20542519809042, 30.5784939864119], + [78.15802037652065, 30.627985144543732], + [78.01274753622616, 30.616987109403325], + [78.07850261130682, 30.740715004732905], + [77.97451784141181, 30.889188479128403], + [77.9638135268638, 30.977172760251662], + [77.8537120057985, 30.953801935578298], + [77.82924500111733, 31.029413427168596], + [77.86441632034652, 31.109149181936548], + [77.96687190244894, 31.17376263838644], + [78.102969615988, 31.1861354279194], + [78.24671326848991, 31.230127568481027], + [78.310939155778, 31.28374298979051] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Solan", + "dt_code": "031", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.87656100634396, 31.351105955025506], + [77.0310089733939, 31.272744954650104], + [77.04783003911221, 31.11464819950675], + [77.24662445214678, 30.919433075764523], + [77.11511430198544, 30.850695356136978], + [77.0248922222236, 30.74896353108821], + [76.91631988895088, 30.90018651426881], + [76.8689150673811, 30.872691426417795], + [76.77716379982668, 30.904310777446465], + [76.73281735384205, 30.937304882867686], + [76.62424502056932, 30.999168830532476], + [76.64565364966535, 31.209506252592764], + [76.73281735384205, 31.241125603621434], + [76.8398604993222, 31.231502322873578], + [76.92702420349889, 31.304364305678774], + [76.87656100634396, 31.351105955025506] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shahid Bhagat Singh Nagar", + "dt_code": "039", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.89023488013399, 31.275494463435205], + [75.99269046223642, 31.258997410724596], + [76.1379633025309, 31.146267550535423], + [76.20983512878188, 31.136644269787567], + [76.23583132125562, 31.243875112406535], + [76.33064096439519, 31.22325379651827], + [76.49426405820056, 30.97579800585911], + [76.30617395971402, 30.99092030417717], + [76.2771193916551, 31.015665883243088], + [76.13643411473834, 30.997794076139925], + [75.9529315796295, 31.010166865672883], + [75.89788081909686, 31.15589083128328], + [75.79848361257957, 31.21638002455552], + [75.89023488013399, 31.275494463435205] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Fazilka", + "dt_code": "701", + "st_nm": "Punjab", + "st_code": "03", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.44821079173708, 29.94748172023104], + [74.29835038806486, 29.954355492193795], + [73.89464481082543, 29.973602053689508], + [73.90381993758088, 30.050588299672356], + [73.97569176383183, 30.1193260192999], + [73.96804582486897, 30.19356275649765], + [73.9603998859061, 30.2705490024805], + [73.87935293289969, 30.35990803799631], + [73.96498744928381, 30.4245214944462], + [73.96345826149124, 30.48501068771844], + [74.21577424726588, 30.691223846601076], + [74.41609784809303, 30.614237600618225], + [74.36716383873068, 30.586742512767206], + [74.35798871197524, 30.402525424165386], + [74.26317906883567, 30.247178177807136], + [74.35798871197524, 30.24030440584438], + [74.3885724678267, 30.073959124345723], + [74.44821079173708, 29.94748172023104] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Moga", + "dt_code": "042", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.14704961294322, 31.091277374833385], + [75.35960671611095, 30.99366981296227], + [75.39630722313271, 30.8053284611828], + [75.37336940624411, 30.626610390151182], + [75.4085407254733, 30.583993003982105], + [75.36113590390352, 30.51250577556946], + [75.29691001661543, 30.51663003874711], + [75.18222093217241, 30.511131021176908], + [75.1653998664541, 30.5784939864119], + [75.0201270261596, 30.490509705288645], + [74.9451968243235, 30.571620214449148], + [74.95590113887151, 30.677476302675565], + [74.90543794171658, 30.736590741555254], + [74.9513135754938, 30.891937987913504], + [75.0782361622774, 30.946928163615542], + [75.09505722799571, 31.047285234271758], + [75.14704961294322, 31.091277374833385] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ludhiana", + "dt_code": "041", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.35960671611095, 30.99366981296227], + [75.59357244837472, 30.968924233896356], + [75.74649122763206, 31.012916374457983], + [75.796954424787, 30.995044567354824], + [75.9529315796295, 31.010166865672883], + [76.13643411473834, 30.997794076139925], + [76.2771193916551, 31.015665883243088], + [76.30617395971402, 30.99092030417717], + [76.31993664984716, 30.878190443987997], + [76.28170695503283, 30.830074040248714], + [76.30311558412886, 30.678851057068115], + [76.15172599266407, 30.65548023239475], + [76.08597091758341, 30.56199693370129], + [76.00951152795473, 30.615612355010775], + [75.93611051391119, 30.567495951271493], + [75.87953056558597, 30.676101548283015], + [75.78625011023898, 30.6568549867873], + [75.68379452813654, 30.59086677594486], + [75.57828057044897, 30.570245460056597], + [75.46512067379852, 30.60598907426292], + [75.4085407254733, 30.583993003982105], + [75.37336940624411, 30.626610390151182], + [75.39630722313271, 30.8053284611828], + [75.35960671611095, 30.99366981296227] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chamoli", + "dt_code": "057", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.27432746509938, 30.724217952022297], + [79.22539345573702, 30.810827478753], + [79.29267771861026, 30.968924233896356], + [79.40736680305328, 31.073405567730223], + [79.50676400957057, 31.032162935953696], + [79.60157365271013, 30.933180619690035], + [79.73155461507889, 30.978547514644212], + [79.8645939530328, 30.973048497074007], + [79.88906095771397, 30.918058321371973], + [80.05421323931192, 30.843821584174226], + [80.1016180608817, 30.788831408472188], + [79.98387060085354, 30.689849092208522], + [80.0435089247639, 30.597740547907613], + [79.99610410319413, 30.537251354635373], + [80.03739217359362, 30.443768055941913], + [79.98692897643868, 30.318665406219782], + [79.87376907978823, 30.2705490024805], + [79.76366755872293, 30.13307356322541], + [79.81260156808528, 30.023093211821337], + [79.72085030053087, 30.001097141540523], + [79.61074877946558, 30.020343703036236], + [79.47159269034137, 29.97910107125971], + [79.4241878687716, 29.93510893069808], + [79.32479066225432, 29.929609913127877], + [79.22998101911475, 29.974976808082058], + [79.19328051209298, 30.083582405093576], + [79.07706223985738, 30.221057844348667], + [79.15963838065636, 30.32828868696764], + [79.16728431961923, 30.446517564727014], + [79.24527289704048, 30.55924742491619], + [79.33549497680232, 30.596365793515062], + [79.34772847914292, 30.649981214824546], + [79.27432746509938, 30.724217952022297] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Dehradun", + "dt_code": "060", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.70385160212629, 30.764085829406273], + [77.80630718422871, 30.853444864922082], + [77.82924500111733, 31.029413427168596], + [77.8537120057985, 30.953801935578298], + [77.9638135268638, 30.977172760251662], + [77.97451784141181, 30.889188479128403], + [78.07850261130682, 30.740715004732905], + [78.01274753622616, 30.616987109403325], + [77.97298865361924, 30.48638544211099], + [78.10602799157314, 30.478136915755684], + [78.22377545160131, 30.405274932950487], + [78.13355337183947, 30.343410985285697], + [78.2772970243414, 30.27192375687305], + [78.23447976614932, 30.185314230142346], + [78.30176402902256, 30.112452247337146], + [78.20236682250528, 29.966728281726752], + [78.1488452497652, 29.968103036119302], + [78.06932748455138, 30.04233977331705], + [77.95922596348608, 30.24167916023693], + [77.72220185563717, 30.32966344136019], + [77.65797596834908, 30.401150669772836], + [77.5753998275501, 30.401150669772836], + [77.81548231098415, 30.505632003606703], + [77.8185406865693, 30.56062217930874], + [77.70385160212629, 30.764085829406273] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sirmaur", + "dt_code": "032", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.24662445214678, 30.919433075764523], + [77.37966379010068, 31.02116490081329], + [77.49282368675112, 30.795705180434943], + [77.5463452594912, 30.77370911015413], + [77.65950515614165, 30.80670321557535], + [77.70385160212629, 30.764085829406273], + [77.8185406865693, 30.56062217930874], + [77.81548231098415, 30.505632003606703], + [77.5753998275501, 30.401150669772836], + [77.57998739092783, 30.379154599492022], + [77.5234074426026, 30.443768055941913], + [77.407189170367, 30.4272710032313], + [77.20839475733244, 30.48776019650354], + [77.12276024094831, 30.56337168809384], + [77.17169425031067, 30.601864811085267], + [77.16710668693295, 30.68435007463832], + [77.0248922222236, 30.74896353108821], + [77.11511430198544, 30.850695356136978], + [77.24662445214678, 30.919433075764523] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "S.A.S. Nagar", + "dt_code": "052", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.53096456522233, 30.768210092583924], + [76.60742395485101, 30.890563233520954], + [76.73281735384205, 30.937304882867686], + [76.77716379982668, 30.904310777446465], + [76.8459772504925, 30.83419830342637], + [76.83833131152963, 30.754462548658417], + [76.70987953695344, 30.761336320621172], + [76.73893410501233, 30.692598600993627], + [76.8276269969816, 30.68160056585322], + [76.92549501570632, 30.610113337440573], + [76.90714476219543, 30.458890354259974], + [76.89796963543999, 30.445142810334463], + [76.91173232557315, 30.42589624883875], + [76.74810923176778, 30.428645757623855], + [76.76951786086381, 30.502882494821602], + [76.73434654163462, 30.572994968841698], + [76.63494933511734, 30.619736618188426], + [76.53402294080747, 30.710470408096786], + [76.53096456522233, 30.768210092583924] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Faridkot", + "dt_code": "045", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.90543794171658, 30.736590741555254], + [74.95590113887151, 30.677476302675565], + [74.9451968243235, 30.571620214449148], + [75.0201270261596, 30.490509705288645], + [74.99566002147843, 30.405274932950487], + [74.92072981964232, 30.36678180995906], + [74.82133261312504, 30.39290214341753], + [74.75710672583695, 30.39427689781008], + [74.6898224629637, 30.522129056317315], + [74.70970190426716, 30.55924742491619], + [74.57207500293553, 30.663728758750057], + [74.50020317668458, 30.666478267535158], + [74.47114860862568, 30.74896353108821], + [74.62406738788304, 30.83694781221147], + [74.77086941597011, 30.814951741930656], + [74.90543794171658, 30.736590741555254] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Fatehgarh Sahib", + "dt_code": "040", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.31993664984716, 30.878190443987997], + [76.36734147141695, 30.872691426417795], + [76.44380086104563, 30.75996156622862], + [76.53096456522233, 30.768210092583924], + [76.53402294080747, 30.710470408096786], + [76.63494933511734, 30.619736618188426], + [76.53555212860005, 30.55924742491619], + [76.4346257342902, 30.443768055941913], + [76.22971457008532, 30.570245460056597], + [76.08597091758341, 30.537251354635373], + [76.08597091758341, 30.56199693370129], + [76.15172599266407, 30.65548023239475], + [76.30311558412886, 30.678851057068115], + [76.28170695503283, 30.830074040248714], + [76.31993664984716, 30.878190443987997] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Tehri Garhwal", + "dt_code": "059", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.01274753622616, 30.616987109403325], + [78.15802037652065, 30.627985144543732], + [78.20542519809042, 30.5784939864119], + [78.2772970243414, 30.611488091833124], + [78.39351529657698, 30.505632003606703], + [78.45315362048736, 30.542750372205578], + [78.54643407583434, 30.53312709145772], + [78.59995564857442, 30.671977285105363], + [78.71923229639516, 30.733841232770153], + [78.84768407097134, 30.737965495947805], + [78.87979701461539, 30.875440935202896], + [79.00366122581386, 30.858943882492284], + [79.03271579387275, 30.80945272436045], + [79.02812823049503, 30.768210092583924], + [78.91038077046686, 30.691223846601076], + [78.86297594889707, 30.567495951271493], + [78.83545056863076, 30.35715852921121], + [78.89967645591885, 30.24442866902203], + [78.80639600057185, 30.219683089956117], + [78.71617392081001, 30.23755489705928], + [78.6473604701442, 30.20731030042316], + [78.57854701947839, 30.104203720981843], + [78.51126275660515, 30.05471256285001], + [78.4103363622953, 30.135823072010513], + [78.30176402902256, 30.112452247337146], + [78.23447976614932, 30.185314230142346], + [78.2772970243414, 30.27192375687305], + [78.13355337183947, 30.343410985285697], + [78.22377545160131, 30.405274932950487], + [78.10602799157314, 30.478136915755684], + [77.97298865361924, 30.48638544211099], + [78.01274753622616, 30.616987109403325] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Chandigarh", + "dt_code": "055", + "st_nm": "Chandigarh", + "st_code": "04", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.8276269969816, 30.68160056585322], + [76.73893410501233, 30.692598600993627], + [76.70987953695344, 30.761336320621172], + [76.83833131152963, 30.754462548658417], + [76.8276269969816, 30.68160056585322] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sri Muktsar Sahib", + "dt_code": "044", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.44821079173708, 29.94748172023104], + [74.3885724678267, 30.073959124345723], + [74.35798871197524, 30.24030440584438], + [74.26317906883567, 30.247178177807136], + [74.35798871197524, 30.402525424165386], + [74.36716383873068, 30.586742512767206], + [74.41609784809303, 30.614237600618225], + [74.50020317668458, 30.666478267535158], + [74.57207500293553, 30.663728758750057], + [74.70970190426716, 30.55924742491619], + [74.6898224629637, 30.522129056317315], + [74.75710672583695, 30.39427689781008], + [74.82133261312504, 30.39290214341753], + [74.72346459440033, 30.309042125471926], + [74.70358515309687, 30.160568651076428], + [74.70511434088944, 29.974976808082058], + [74.64700520477165, 29.911738106024714], + [74.52619936915833, 29.940607948268283], + [74.44821079173708, 29.94748172023104] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rudraprayag", + "dt_code": "058", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.03271579387275, 30.80945272436045], + [79.19939726326328, 30.732466478377603], + [79.27432746509938, 30.724217952022297], + [79.34772847914292, 30.649981214824546], + [79.33549497680232, 30.596365793515062], + [79.24527289704048, 30.55924742491619], + [79.16728431961923, 30.446517564727014], + [79.15963838065636, 30.32828868696764], + [79.07706223985738, 30.221057844348667], + [78.98225259671781, 30.17844045817959], + [78.89967645591885, 30.24442866902203], + [78.83545056863076, 30.35715852921121], + [78.86297594889707, 30.567495951271493], + [78.91038077046686, 30.691223846601076], + [79.02812823049503, 30.768210092583924], + [79.03271579387275, 30.80945272436045] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pithoragarh", + "dt_code": "062", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.98692897643868, 30.318665406219782], + [80.03739217359362, 30.443768055941913], + [79.99610410319413, 30.537251354635373], + [80.0435089247639, 30.597740547907613], + [79.98387060085354, 30.689849092208522], + [80.1016180608817, 30.788831408472188], + [80.17348988713266, 30.8080779699679], + [80.24994927676134, 30.74483926791056], + [80.21324876973958, 30.583993003982105], + [80.41815993394444, 30.524878565102416], + [80.54049495735032, 30.447892319119568], + [80.60777922022356, 30.47126314379293], + [80.70870561453343, 30.417647722483448], + [80.80351525767298, 30.324164423789984], + [80.9992512951224, 30.2677994936954], + [81.04512692889962, 30.21005980920826], + [80.92890865666402, 30.174316195001936], + [80.7622271872735, 30.049213545279805], + [80.6750634830968, 29.957105000978896], + [80.60166246905327, 29.957105000978896], + [80.5542576474835, 29.849874158359924], + [80.43498099966274, 29.804507263405746], + [80.36616754899694, 29.739893806955852], + [80.408984807189, 29.59554459573801], + [80.34170054431576, 29.510309823399854], + [80.24230333779848, 29.44432161255741], + [80.07562186840795, 29.52130785854026], + [79.99916247877927, 29.559800981531687], + [79.95175765720948, 29.680779368076166], + [79.89059014550654, 29.712398719104836], + [79.98692897643868, 29.76463938602177], + [80.05421323931192, 29.90211482527686], + [80.15819800920693, 29.904864334061962], + [80.06797592944508, 30.018968948643685], + [80.11538075101487, 30.226556861918873], + [79.98692897643868, 30.318665406219782] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sangrur", + "dt_code": "053", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.68379452813654, 30.59086677594486], + [75.78625011023898, 30.6568549867873], + [75.87953056558597, 30.676101548283015], + [75.93611051391119, 30.567495951271493], + [76.00951152795473, 30.615612355010775], + [76.08597091758341, 30.56199693370129], + [76.08597091758341, 30.537251354635373], + [76.08750010537598, 30.45751559986742], + [75.9881028988587, 30.340661476500596], + [76.08750010537598, 30.310416879864476], + [76.1670178705898, 30.321414915004883], + [76.16548868279723, 30.24030440584438], + [76.04927041056165, 30.186688984534896], + [76.1043211710943, 30.104203720981843], + [76.00645315236959, 29.983225334437364], + [75.98351533548097, 29.906239088454512], + [76.098204419924, 29.810006280975948], + [76.04927041056165, 29.746767578918607], + [75.94681482845921, 29.728895771815445], + [75.77860417127611, 29.82237907050891], + [75.72049503515832, 29.814130544153603], + [75.76484148114295, 29.91861187798747], + [75.67614858917368, 29.908988597239613], + [75.68838209151427, 30.01209517668093], + [75.5767513826564, 30.144071598365816], + [75.55687194135294, 30.197687019675303], + [75.72814097412119, 30.2732985112656], + [75.68379452813654, 30.351659511641003], + [75.65168158449251, 30.542750372205578], + [75.68379452813654, 30.59086677594486] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Barnala", + "dt_code": "054", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.29691001661543, 30.51663003874711], + [75.36113590390352, 30.51250577556946], + [75.4085407254733, 30.583993003982105], + [75.46512067379852, 30.60598907426292], + [75.57828057044897, 30.570245460056597], + [75.68379452813654, 30.59086677594486], + [75.65168158449251, 30.542750372205578], + [75.68379452813654, 30.351659511641003], + [75.72814097412119, 30.2732985112656], + [75.55687194135294, 30.197687019675303], + [75.5767513826564, 30.144071598365816], + [75.46359148600595, 30.19356275649765], + [75.36878184286638, 30.200436528460404], + [75.37184021845154, 30.260925721732644], + [75.31526027012632, 30.32828868696764], + [75.33361052363719, 30.37777984509947], + [75.25409275842337, 30.464389371830176], + [75.29691001661543, 30.51663003874711] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bathinda", + "dt_code": "046", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.0201270261596, 30.490509705288645], + [75.1653998664541, 30.5784939864119], + [75.18222093217241, 30.511131021176908], + [75.29691001661543, 30.51663003874711], + [75.25409275842337, 30.464389371830176], + [75.33361052363719, 30.37777984509947], + [75.31526027012632, 30.32828868696764], + [75.37184021845154, 30.260925721732644], + [75.36878184286638, 30.200436528460404], + [75.34431483818521, 30.13169880883286], + [75.2525635706308, 30.105578475374394], + [75.23727169270506, 29.959854509763996], + [75.18222093217241, 29.969477790511853], + [75.19139605892785, 29.844375140789722], + [75.11799504488431, 29.832002351256765], + [74.997189209271, 29.867745965463087], + [74.92684657081261, 29.95023122901614], + [74.8121574863696, 29.992848615185217], + [74.70511434088944, 29.974976808082058], + [74.70358515309687, 30.160568651076428], + [74.72346459440033, 30.309042125471926], + [74.82133261312504, 30.39290214341753], + [74.92072981964232, 30.36678180995906], + [74.99566002147843, 30.405274932950487], + [75.0201270261596, 30.490509705288645] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Patiala", + "dt_code": "048", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.63494933511734, 30.619736618188426], + [76.73434654163462, 30.572994968841698], + [76.76951786086381, 30.502882494821602], + [76.74810923176778, 30.428645757623855], + [76.71140872474601, 30.325539178182535], + [76.5615483210738, 30.24167916023693], + [76.64259527408021, 30.14957061593602], + [76.63800771070248, 30.14682110715092], + [76.57684019899953, 30.10145421219674], + [76.46673867793425, 30.098704703411638], + [76.41015872960901, 30.14544635275837], + [76.2541815747665, 30.08908142266378], + [76.17160543396753, 29.926860404342776], + [76.21442269215959, 29.840250877612068], + [76.098204419924, 29.810006280975948], + [75.98351533548097, 29.906239088454512], + [76.00645315236959, 29.983225334437364], + [76.1043211710943, 30.104203720981843], + [76.04927041056165, 30.186688984534896], + [76.16548868279723, 30.24030440584438], + [76.1670178705898, 30.321414915004883], + [76.08750010537598, 30.310416879864476], + [75.9881028988587, 30.340661476500596], + [76.08750010537598, 30.45751559986742], + [76.08597091758341, 30.537251354635373], + [76.22971457008532, 30.570245460056597], + [76.4346257342902, 30.443768055941913], + [76.53555212860005, 30.55924742491619], + [76.63494933511734, 30.619736618188426] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Yamunanagar", + "dt_code": "071", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.20839475733244, 30.48776019650354], + [77.407189170367, 30.4272710032313], + [77.5234074426026, 30.443768055941913], + [77.57998739092783, 30.379154599492022], + [77.58304576651297, 30.307667371079376], + [77.45612317972936, 30.16331815986153], + [77.22674501084332, 29.939233193875733], + [77.11970186536317, 29.991473860792667], + [77.06465110483052, 30.126199791262657], + [77.09217648509684, 30.22518210752632], + [77.17781100148096, 30.324164423789984], + [77.16710668693295, 30.43826903837171], + [77.20839475733244, 30.48776019650354] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Saharanpur", + "dt_code": "132", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.5753998275501, 30.401150669772836], + [77.65797596834908, 30.401150669772836], + [77.72220185563717, 30.32966344136019], + [77.95922596348608, 30.24167916023693], + [77.8598287569688, 30.113827001729696], + [77.801719620851, 30.095955194626537], + [77.71608510446687, 29.88561777256625], + [77.82006987436188, 29.67390559611341], + [77.74055210914806, 29.60929213966352], + [77.48670693558083, 29.634037718729434], + [77.43930211401106, 29.66978133293576], + [77.33684653190862, 29.64366099947729], + [77.22368663525818, 29.695901666394224], + [77.15181480900722, 29.68765314003892], + [77.11970186536317, 29.755016105273913], + [77.17322343810325, 29.804507263405746], + [77.22674501084332, 29.939233193875733], + [77.45612317972936, 30.16331815986153], + [77.58304576651297, 30.307667371079376], + [77.57998739092783, 30.379154599492022], + [77.5753998275501, 30.401150669772836] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ganganagar", + "dt_code": "099", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.96804582486897, 30.19356275649765], + [73.97569176383183, 30.1193260192999], + [73.90381993758088, 30.050588299672356], + [73.89464481082543, 29.973602053689508], + [74.29835038806486, 29.954355492193795], + [74.25400394208023, 29.893866298921555], + [74.28152932234656, 29.843000386397172], + [74.18366130362185, 29.74951708770371], + [73.97875013941697, 29.71927249106759], + [73.9481663835655, 29.665657069758105], + [73.83041892353734, 29.656033789010248], + [73.88088212069226, 29.590045578167807], + [73.9603998859061, 29.56804950788699], + [74.01850902202389, 29.28622485741406], + [74.09191003606743, 29.25735501517049], + [74.16684023790353, 29.326092734798035], + [74.21577424726588, 29.242232716852428], + [74.20201155713272, 29.150124172551518], + [74.04144683891249, 29.009899224511326], + [74.02615496098676, 28.932912978528478], + [73.87782374510712, 28.93978675049123], + [73.79830597989329, 29.004400206941124], + [73.61786182036961, 29.034644803577244], + [73.5199938016449, 28.993402171800717], + [73.33649126653606, 29.01264873329643], + [73.28144050600342, 28.93566248731358], + [73.20803949195988, 28.92191494338807], + [73.20651030416731, 28.84905296058287], + [73.00924507892532, 28.72532506525329], + [72.85632629966796, 28.72532506525329], + [72.7492831541878, 28.78306474974043], + [72.6621194500111, 28.8930451011445], + [72.73246208846949, 28.948035276846536], + [72.94501919163721, 29.02777103161449], + [73.00465751554759, 29.15287368133662], + [73.08417528076141, 29.235358944889676], + [73.28296969379599, 29.572173771064644], + [73.397658778239, 29.94610696583849], + [73.59645319127358, 30.018968948643685], + [73.80595191885617, 30.067085352382968], + [73.96804582486897, 30.19356275649765] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mansa", + "dt_code": "047", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.5767513826564, 30.144071598365816], + [75.68838209151427, 30.01209517668093], + [75.67614858917368, 29.908988597239613], + [75.76484148114295, 29.91861187798747], + [75.72049503515832, 29.814130544153603], + [75.57980975824154, 29.739893806955852], + [75.4605331104208, 29.807256772190847], + [75.34584402597778, 29.695901666394224], + [75.30302676778572, 29.559800981531687], + [75.16845824203925, 29.667031824150655], + [75.24185925608278, 29.750891842096262], + [75.19139605892785, 29.844375140789722], + [75.18222093217241, 29.969477790511853], + [75.23727169270506, 29.959854509763996], + [75.2525635706308, 30.105578475374394], + [75.34431483818521, 30.13169880883286], + [75.36878184286638, 30.200436528460404], + [75.46359148600595, 30.19356275649765], + [75.5767513826564, 30.144071598365816] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kurukshetra", + "dt_code": "072", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.63800771070248, 30.14682110715092], + [76.64259527408021, 30.14957061593602], + [76.68388334447968, 30.186688984534896], + [76.8169226824336, 30.218308335563567], + [76.96066633493551, 30.19356275649765], + [77.06465110483052, 30.126199791262657], + [77.11970186536317, 29.991473860792667], + [77.09676404847457, 29.95023122901614], + [76.98360415182411, 29.958479755371446], + [76.88114856972169, 29.880118754996044], + [76.8337437481519, 29.90211482527686], + [76.7297589782569, 29.870495474248187], + [76.66094552759108, 29.911738106024714], + [76.46520949014166, 29.913112860417268], + [76.4223922319496, 30.031341738176643], + [76.46673867793425, 30.098704703411638], + [76.57684019899953, 30.10145421219674], + [76.63800771070248, 30.14682110715092] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bageshwar", + "dt_code": "063", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.47159269034137, 29.97910107125971], + [79.61074877946558, 30.020343703036236], + [79.72085030053087, 30.001097141540523], + [79.81260156808528, 30.023093211821337], + [79.76366755872293, 30.13307356322541], + [79.87376907978823, 30.2705490024805], + [79.98692897643868, 30.318665406219782], + [80.11538075101487, 30.226556861918873], + [80.06797592944508, 30.018968948643685], + [80.15819800920693, 29.904864334061962], + [80.05421323931192, 29.90211482527686], + [79.98692897643868, 29.76463938602177], + [79.89059014550654, 29.712398719104836], + [79.75907999534522, 29.70140068396443], + [79.6963832958497, 29.76601414041432], + [79.70861679819029, 29.82650333368656], + [79.50829319736314, 29.873244983033292], + [79.47159269034137, 29.97910107125971] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Haridwar", + "dt_code": "068", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.95922596348608, 30.24167916023693], + [78.06932748455138, 30.04233977331705], + [78.1488452497652, 29.968103036119302], + [78.20236682250528, 29.966728281726752], + [78.31552671915573, 29.862246947892885], + [78.33540616045919, 29.79763349144299], + [78.20389601029785, 29.73714429817075], + [78.13049499625433, 29.651909525832597], + [78.02039347518902, 29.5817970518125], + [77.92711301984204, 29.713773473497387], + [77.82006987436188, 29.67390559611341], + [77.71608510446687, 29.88561777256625], + [77.801719620851, 30.095955194626537], + [77.8598287569688, 30.113827001729696], + [77.95922596348608, 30.24167916023693] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pauri Garhwal", + "dt_code": "061", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.07706223985738, 30.221057844348667], + [79.19328051209298, 30.083582405093576], + [79.22998101911475, 29.974976808082058], + [79.08470817882025, 29.88836728135135], + [79.12140868584201, 29.717897736675038], + [79.06024117413908, 29.588670823775256], + [79.00977797698414, 29.585921314990152], + [78.92567264839259, 29.438822594987208], + [78.80027924940157, 29.464942928445673], + [78.61677671429273, 29.558426227139137], + [78.53267138570118, 29.63953673629964], + [78.51126275660515, 29.724771508637794], + [78.33540616045919, 29.79763349144299], + [78.31552671915573, 29.862246947892885], + [78.20236682250528, 29.966728281726752], + [78.30176402902256, 30.112452247337146], + [78.4103363622953, 30.135823072010513], + [78.51126275660515, 30.05471256285001], + [78.57854701947839, 30.104203720981843], + [78.6473604701442, 30.20731030042316], + [78.71617392081001, 30.23755489705928], + [78.80639600057185, 30.219683089956117], + [78.89967645591885, 30.24442866902203], + [78.98225259671781, 30.17844045817959], + [79.07706223985738, 30.221057844348667] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kaithal", + "dt_code": "073", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.21442269215959, 29.840250877612068], + [76.17160543396753, 29.926860404342776], + [76.2541815747665, 30.08908142266378], + [76.41015872960901, 30.14544635275837], + [76.46673867793425, 30.098704703411638], + [76.4223922319496, 30.031341738176643], + [76.46520949014166, 29.913112860417268], + [76.66094552759108, 29.911738106024714], + [76.7297589782569, 29.870495474248187], + [76.68388334447968, 29.678029859291062], + [76.54013969197777, 29.61341640284117], + [76.50343918495601, 29.515808840970056], + [76.37345822258725, 29.528181630503017], + [76.35052040569865, 29.58042229741995], + [76.23888969684077, 29.592795086952908], + [76.16854705838239, 29.68902789443147], + [76.21442269215959, 29.840250877612068] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sirsa", + "dt_code": "079", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.52619936915833, 29.940607948268283], + [74.64700520477165, 29.911738106024714], + [74.70511434088944, 29.974976808082058], + [74.8121574863696, 29.992848615185217], + [74.92684657081261, 29.95023122901614], + [74.997189209271, 29.867745965463087], + [75.11799504488431, 29.832002351256765], + [75.19139605892785, 29.844375140789722], + [75.24185925608278, 29.750891842096262], + [75.16845824203925, 29.667031824150655], + [75.30302676778572, 29.559800981531687], + [75.30149757999315, 29.438822594987208], + [75.22045062698675, 29.39757996321068], + [75.2403300682902, 29.26010452395559], + [75.08129453786255, 29.22848517292692], + [75.05071078201108, 29.28622485741406], + [74.96048870224924, 29.280725839843853], + [74.93755088536064, 29.361836349004356], + [74.85038718118393, 29.403078980780883], + [74.78769048168841, 29.361836349004356], + [74.60265875878702, 29.364585857789457], + [74.58430850527613, 29.45806915648292], + [74.62253820009047, 29.530931139288118], + [74.57513337852069, 29.56392524470934], + [74.61642144892018, 29.752266596488813], + [74.48032373538112, 29.745392824526057], + [74.48491129875885, 29.814130544153603], + [74.56137068838753, 29.869120719855637], + [74.52619936915833, 29.940607948268283] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hanumangarh", + "dt_code": "100", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.47429580055396, 28.926039206565722], + [75.36572346728124, 28.915041171425315], + [75.33361052363719, 28.98240413666031], + [75.24338844387535, 28.931538224135927], + [75.21892143919418, 28.865550013293483], + [74.99413083368586, 28.90954215385511], + [74.92378819522747, 28.89167034675195], + [74.80298235961415, 28.928788715350823], + [74.74946078687408, 28.853177223760525], + [74.4757361720034, 28.8146841007691], + [74.41915622367817, 28.884796574789195], + [74.2677666322134, 28.796812293665937], + [74.16072348673323, 28.776190977777674], + [74.05673871683823, 28.777565732170224], + [74.13166891867434, 28.87654804843389], + [74.11484785295603, 28.93978675049123], + [74.04144683891249, 29.009899224511326], + [74.20201155713272, 29.150124172551518], + [74.21577424726588, 29.242232716852428], + [74.16684023790353, 29.326092734798035], + [74.09191003606743, 29.25735501517049], + [74.01850902202389, 29.28622485741406], + [73.9603998859061, 29.56804950788699], + [73.88088212069226, 29.590045578167807], + [73.83041892353734, 29.656033789010248], + [73.9481663835655, 29.665657069758105], + [73.97875013941697, 29.71927249106759], + [74.18366130362185, 29.74951708770371], + [74.28152932234656, 29.843000386397172], + [74.25400394208023, 29.893866298921555], + [74.29835038806486, 29.954355492193795], + [74.44821079173708, 29.94748172023104], + [74.52619936915833, 29.940607948268283], + [74.56137068838753, 29.869120719855637], + [74.48491129875885, 29.814130544153603], + [74.48032373538112, 29.745392824526057], + [74.61642144892018, 29.752266596488813], + [74.57513337852069, 29.56392524470934], + [74.62253820009047, 29.530931139288118], + [74.58430850527613, 29.45806915648292], + [74.60265875878702, 29.364585857789457], + [74.78769048168841, 29.361836349004356], + [74.85038718118393, 29.403078980780883], + [74.93755088536064, 29.361836349004356], + [74.96048870224924, 29.280725839843853], + [75.05071078201108, 29.28622485741406], + [75.08129453786255, 29.22848517292692], + [75.2403300682902, 29.26010452395559], + [75.34584402597778, 29.283475348628954], + [75.40548234988816, 29.26010452395559], + [75.391719659755, 29.06213989142826], + [75.44218285690992, 29.058015628250608], + [75.52781737329404, 28.9714061015199], + [75.47429580055396, 28.926039206565722] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Karnal", + "dt_code": "074", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.11970186536317, 29.991473860792667], + [77.22674501084332, 29.939233193875733], + [77.17322343810325, 29.804507263405746], + [77.11970186536317, 29.755016105273913], + [77.15181480900722, 29.68765314003892], + [77.10593917523, 29.632662964336884], + [77.13193536770376, 29.484189489941386], + [77.0080711565053, 29.44569636694996], + [76.81845187022617, 29.514434086577506], + [76.76034273410838, 29.462193419660572], + [76.70529197357573, 29.48831375311904], + [76.53096456522233, 29.463568174053123], + [76.50343918495601, 29.515808840970056], + [76.54013969197777, 29.61341640284117], + [76.68388334447968, 29.678029859291062], + [76.7297589782569, 29.870495474248187], + [76.8337437481519, 29.90211482527686], + [76.88114856972169, 29.880118754996044], + [76.98360415182411, 29.958479755371446], + [77.09676404847457, 29.95023122901614], + [77.11970186536317, 29.991473860792667] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Almora", + "dt_code": "064", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.22998101911475, 29.974976808082058], + [79.32479066225432, 29.929609913127877], + [79.4241878687716, 29.93510893069808], + [79.47159269034137, 29.97910107125971], + [79.50829319736314, 29.873244983033292], + [79.70861679819029, 29.82650333368656], + [79.6963832958497, 29.76601414041432], + [79.75907999534522, 29.70140068396443], + [79.89059014550654, 29.712398719104836], + [79.95175765720948, 29.680779368076166], + [79.99916247877927, 29.559800981531687], + [80.07562186840795, 29.52130785854026], + [79.84930207510706, 29.431948823024452], + [79.68873735688683, 29.47319145480098], + [79.62145309401359, 29.555676718354032], + [79.52664345087402, 29.54880294639128], + [79.48229700488939, 29.496562279474343], + [79.33549497680232, 29.61204164844862], + [79.21927670456672, 29.52268261293281], + [79.06024117413908, 29.588670823775256], + [79.12140868584201, 29.717897736675038], + [79.08470817882025, 29.88836728135135], + [79.22998101911475, 29.974976808082058] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Jind", + "dt_code": "077", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.94681482845921, 29.728895771815445], + [76.04927041056165, 29.746767578918607], + [76.098204419924, 29.810006280975948], + [76.21442269215959, 29.840250877612068], + [76.16854705838239, 29.68902789443147], + [76.23888969684077, 29.592795086952908], + [76.35052040569865, 29.58042229741995], + [76.37345822258725, 29.528181630503017], + [76.50343918495601, 29.515808840970056], + [76.53096456522233, 29.463568174053123], + [76.70529197357573, 29.48831375311904], + [76.76034273410838, 29.462193419660572], + [76.73434654163462, 29.387956682462825], + [76.65024121304307, 29.36733536657456], + [76.67623740551682, 29.280725839843853], + [76.5615483210738, 29.280725839843853], + [76.5676650722441, 29.22573566414182], + [76.49579324599314, 29.177619260402537], + [76.47744299248225, 29.09238448806438], + [76.30158639633629, 29.086885470494177], + [76.30005720854372, 29.188617295542944], + [76.22512700670761, 29.218861892179063], + [76.19148487527099, 29.40995275274364], + [76.13184655136061, 29.390706191247926], + [76.01409909133245, 29.481439981156285], + [75.96363589417751, 29.562550490316788], + [75.94681482845921, 29.728895771815445] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Fatehabad", + "dt_code": "078", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.72049503515832, 29.814130544153603], + [75.77860417127611, 29.82237907050891], + [75.94681482845921, 29.728895771815445], + [75.96363589417751, 29.562550490316788], + [75.85812193648994, 29.55017770078383], + [75.63027295539648, 29.416826524706394], + [75.61498107747074, 29.371459629752213], + [75.42842016677676, 29.368710120967112], + [75.34584402597778, 29.283475348628954], + [75.2403300682902, 29.26010452395559], + [75.22045062698675, 29.39757996321068], + [75.30149757999315, 29.438822594987208], + [75.30302676778572, 29.559800981531687], + [75.34584402597778, 29.695901666394224], + [75.4605331104208, 29.807256772190847], + [75.57980975824154, 29.739893806955852], + [75.72049503515832, 29.814130544153603] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bijnor", + "dt_code": "134", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.53267138570118, 29.064889400213364], + [78.38586935761411, 29.020897259651733], + [78.21460032484588, 29.02914578600704], + [78.07238586013652, 29.082761207316523], + [78.12437824508403, 29.17212024283233], + [78.11367393053601, 29.25598026077794], + [78.02651022635932, 29.386581928070274], + [77.9867513437524, 29.528181630503017], + [78.02039347518902, 29.5817970518125], + [78.13049499625433, 29.651909525832597], + [78.20389601029785, 29.73714429817075], + [78.33540616045919, 29.79763349144299], + [78.51126275660515, 29.724771508637794], + [78.53267138570118, 29.63953673629964], + [78.61677671429273, 29.558426227139137], + [78.80027924940157, 29.464942928445673], + [78.92567264839259, 29.438822594987208], + [78.8507424465565, 29.34808880507885], + [78.76052036679465, 29.26422878713324], + [78.68864854054368, 29.239483208067327], + [78.65041884572935, 29.1226290847005], + [78.53267138570118, 29.064889400213364] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Muzaffarnagar", + "dt_code": "133", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.48670693558083, 29.634037718729434], + [77.74055210914806, 29.60929213966352], + [77.82006987436188, 29.67390559611341], + [77.92711301984204, 29.713773473497387], + [78.02039347518902, 29.5817970518125], + [77.9867513437524, 29.528181630503017], + [78.02651022635932, 29.386581928070274], + [78.11367393053601, 29.25598026077794], + [77.98980971933756, 29.25598026077794], + [77.7956028696807, 29.184493032365292], + [77.64421327821591, 29.22573566414182], + [77.58610414209812, 29.265603541525795], + [77.50505718909172, 29.191366804328045], + [77.40413079478186, 29.249106488815183], + [77.27720820799826, 29.268353050310896], + [77.42401023608531, 29.390706191247926], + [77.46376911869223, 29.451195384520165], + [77.48670693558083, 29.634037718729434] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hisar", + "dt_code": "080", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.52781737329404, 28.9714061015199], + [75.44218285690992, 29.058015628250608], + [75.391719659755, 29.06213989142826], + [75.40548234988816, 29.26010452395559], + [75.34584402597778, 29.283475348628954], + [75.42842016677676, 29.368710120967112], + [75.61498107747074, 29.371459629752213], + [75.63027295539648, 29.416826524706394], + [75.85812193648994, 29.55017770078383], + [75.96363589417751, 29.562550490316788], + [76.01409909133245, 29.481439981156285], + [76.13184655136061, 29.390706191247926], + [76.19148487527099, 29.40995275274364], + [76.22512700670761, 29.218861892179063], + [76.30005720854372, 29.188617295542944], + [76.30158639633629, 29.086885470494177], + [76.22818538229275, 28.990652663015613], + [76.18995568747842, 29.051141856287853], + [75.96822345755524, 29.063514645820813], + [75.8321257440162, 28.91091690824766], + [75.68226534034397, 28.91091690824766], + [75.63027295539648, 28.978279873482656], + [75.52781737329404, 28.9714061015199] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Nainital", + "dt_code": "066", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.92567264839259, 29.438822594987208], + [79.00977797698414, 29.585921314990152], + [79.06024117413908, 29.588670823775256], + [79.21927670456672, 29.52268261293281], + [79.33549497680232, 29.61204164844862], + [79.48229700488939, 29.496562279474343], + [79.52664345087402, 29.54880294639128], + [79.62145309401359, 29.555676718354032], + [79.68873735688683, 29.47319145480098], + [79.84930207510706, 29.431948823024452], + [79.89211933329912, 29.370084875359662], + [79.85541882627734, 29.276601576666202], + [79.92729065252831, 29.214737629001412], + [79.87835664316596, 29.158372698906824], + [79.9746954740981, 29.12125433030795], + [79.97163709851294, 29.055266119465507], + [79.89670689667683, 28.993402171800717], + [79.8003680657447, 29.025021522829388], + [79.4348921833196, 29.084135961709077], + [79.27738584068453, 29.239483208067327], + [79.0128363525693, 29.29034912059171], + [78.92720183618518, 29.341215033116093], + [78.8507424465565, 29.34808880507885], + [78.92567264839259, 29.438822594987208] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Panipat", + "dt_code": "075", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.76034273410838, 29.462193419660572], + [76.81845187022617, 29.514434086577506], + [77.0080711565053, 29.44569636694996], + [77.13193536770376, 29.484189489941386], + [77.12734780432604, 29.3494635594714], + [77.15487318459236, 29.297222892554466], + [77.14263968225177, 29.16662122526213], + [76.98207496403154, 29.188617295542944], + [76.91784907674345, 29.218861892179063], + [76.8108059312633, 29.217487137786513], + [76.77869298761925, 29.282100594236404], + [76.67623740551682, 29.280725839843853], + [76.65024121304307, 29.36733536657456], + [76.73434654163462, 29.387956682462825], + [76.76034273410838, 29.462193419660572] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Champawat", + "dt_code": "065", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.07562186840795, 29.52130785854026], + [80.24230333779848, 29.44432161255741], + [80.31876272742716, 29.301347155732117], + [80.25912440351678, 29.187242541150393], + [80.14443531907376, 29.102007768812236], + [80.11843912660001, 28.981029382267756], + [80.07409268061538, 28.94116150488378], + [80.05880080268965, 29.004400206941124], + [79.97163709851294, 29.055266119465507], + [79.9746954740981, 29.12125433030795], + [79.87835664316596, 29.158372698906824], + [79.92729065252831, 29.214737629001412], + [79.85541882627734, 29.276601576666202], + [79.89211933329912, 29.370084875359662], + [79.84930207510706, 29.431948823024452], + [80.07562186840795, 29.52130785854026] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Udham Singh Nagar", + "dt_code": "067", + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.68262060571654, 28.854551978153076], + [79.58475258699183, 28.84630345179777], + [79.42265868097903, 28.897169364322153], + [79.40736680305328, 28.95215954002419], + [79.25903558717364, 28.992027417408163], + [79.14281731493804, 29.067638908998465], + [79.15352162948606, 29.115755312737747], + [79.0357741694579, 29.16937073404723], + [78.97460665775495, 29.130877611055805], + [78.92720183618518, 29.118504821522848], + [78.87520945123767, 29.205114348253556], + [78.76052036679465, 29.26422878713324], + [78.8507424465565, 29.34808880507885], + [78.92720183618518, 29.341215033116093], + [79.0128363525693, 29.29034912059171], + [79.27738584068453, 29.239483208067327], + [79.4348921833196, 29.084135961709077], + [79.8003680657447, 29.025021522829388], + [79.89670689667683, 28.993402171800717], + [79.97163709851294, 29.055266119465507], + [80.05880080268965, 29.004400206941124], + [80.07409268061538, 28.94116150488378], + [80.06491755385994, 28.836680171049913], + [80.02974623463074, 28.748695889926655], + [79.95481603279464, 28.72257555646819], + [79.82024750704815, 28.887546083574296], + [79.68262060571654, 28.854551978153076] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Sonipat", + "dt_code": "076", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.21604069629531, 28.853177223760525], + [77.12123105315574, 28.858676241330727], + [76.96831227389838, 28.811934591984], + [76.94231608142462, 28.798187048058487], + [76.88420694530683, 28.809185083198894], + [76.73587572942719, 29.007149715726225], + [76.65329958862822, 29.055266119465507], + [76.47744299248225, 29.09238448806438], + [76.49579324599314, 29.177619260402537], + [76.5676650722441, 29.22573566414182], + [76.5615483210738, 29.280725839843853], + [76.67623740551682, 29.280725839843853], + [76.77869298761925, 29.282100594236404], + [76.8108059312633, 29.217487137786513], + [76.91784907674345, 29.218861892179063], + [76.98207496403154, 29.188617295542944], + [77.14263968225177, 29.16662122526213], + [77.16710668693295, 29.033270049184694], + [77.23286176201361, 28.919165434602967], + [77.21604069629531, 28.853177223760525] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Baghpat", + "dt_code": "139", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.2221574474656, 28.83118115347971], + [77.21604069629531, 28.853177223760525], + [77.23286176201361, 28.919165434602967], + [77.16710668693295, 29.033270049184694], + [77.14263968225177, 29.16662122526213], + [77.15487318459236, 29.297222892554466], + [77.27720820799826, 29.268353050310896], + [77.40413079478186, 29.249106488815183], + [77.50505718909172, 29.191366804328045], + [77.4301269872556, 29.10613203198989], + [77.47600262103282, 28.9659070839497], + [77.44694805297392, 28.927413960958273], + [77.3903681046487, 28.828431644694607], + [77.2221574474656, 28.83118115347971] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Meerut", + "dt_code": "138", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.07238586013652, 29.082761207316523], + [78.07697342351425, 28.976905119090105], + [78.12131986949888, 28.87792280282644], + [78.02498103856675, 28.87654804843389], + [77.69008891199312, 28.744571626749003], + [77.68397216082283, 28.87379853964879], + [77.53105338156547, 28.887546083574296], + [77.44694805297392, 28.927413960958273], + [77.47600262103282, 28.9659070839497], + [77.4301269872556, 29.10613203198989], + [77.50505718909172, 29.191366804328045], + [77.58610414209812, 29.265603541525795], + [77.64421327821591, 29.22573566414182], + [77.7956028696807, 29.184493032365292], + [77.98980971933756, 29.25598026077794], + [78.11367393053601, 29.25598026077794], + [78.12437824508403, 29.17212024283233], + [78.07238586013652, 29.082761207316523] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Moradabad", + "dt_code": "135", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.62289346546302, 28.806435574413793], + [78.65959397248479, 28.84905296058287], + [78.61371833870759, 28.945285768061435], + [78.52808382232345, 28.9659070839497], + [78.53267138570118, 29.064889400213364], + [78.65041884572935, 29.1226290847005], + [78.68864854054368, 29.239483208067327], + [78.76052036679465, 29.26422878713324], + [78.87520945123767, 29.205114348253556], + [78.92720183618518, 29.118504821522848], + [78.97460665775495, 29.130877611055805], + [78.90273483150399, 28.996151680585818], + [78.91802670942972, 28.897169364322153], + [79.0006028502287, 28.763818188244716], + [78.95931477982921, 28.701954240579926], + [78.85991757331193, 28.65933685441085], + [78.95931477982921, 28.549356503006777], + [78.93943533852575, 28.459997467490968], + [78.87215107565252, 28.468245993846274], + [78.80180843719414, 28.534234204688715], + [78.75440361562435, 28.644214556092788], + [78.64430209455905, 28.668960135158706], + [78.68100260158081, 28.763818188244716], + [78.62289346546302, 28.806435574413793] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bikaner", + "dt_code": "101", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.16072348673323, 28.776190977777674], + [74.19283643037728, 28.70882801254268], + [74.07967653372684, 28.670334889551256], + [74.10873110178574, 28.5851001172131], + [74.05368034125308, 28.52598567833341], + [74.02768414877933, 28.376137449545364], + [74.06132628021595, 28.332145308983733], + [74.19742399375501, 28.330770554591183], + [74.24788719090994, 28.24691053664558], + [74.35798871197524, 28.205667904869053], + [74.29376282468714, 28.145178711596813], + [74.29529201247972, 28.044821640940597], + [74.2387120641545, 27.999454745986416], + [74.2264785618139, 27.816612411777147], + [74.11943541633374, 27.797365850281434], + [74.06591384359368, 27.731377639438993], + [73.99710039292786, 27.734127148224093], + [73.99251282955014, 27.811113394206945], + [73.8671194305591, 27.779494043178275], + [73.85794430380366, 27.659890411026346], + [73.89464481082543, 27.602150726539207], + [73.87476536952197, 27.537537270089317], + [73.79524760430814, 27.49766939270534], + [73.7050255245463, 27.519665462986154], + [73.54446080632607, 27.494919883920236], + [73.48635167020828, 27.35744444466515], + [73.3578998956321, 27.259836882794033], + [73.2585026891148, 27.259836882794033], + [73.22791893326334, 27.335448374384335], + [73.13310929012377, 27.307953286533316], + [73.1254633511609, 27.401436585226776], + [73.0734709662134, 27.428931673077795], + [72.97866132307384, 27.382190023731063], + [72.82574254381647, 27.46879955046177], + [72.82574254381647, 27.585653673828595], + [72.65600269884081, 27.536162515696763], + [72.55354711673837, 27.62002253364237], + [72.24312199484594, 27.48392184877983], + [72.24312199484594, 27.488046111957484], + [72.27829331407513, 27.552659568407375], + [72.33793163798549, 27.692884516447567], + [72.21406742678704, 27.67913697252206], + [72.0947907789663, 27.74375042897195], + [72.16207504183953, 27.791866832711232], + [72.13913722495093, 27.879851113834487], + [72.02903570388563, 27.951338342247137], + [71.88070448800599, 27.91421997364826], + [71.92810930957577, 28.121807886923445], + [71.995393572449, 28.208417413654153], + [72.13149128598806, 28.31289874748802], + [72.20642148782417, 28.394009256648523], + [72.29970194317116, 28.668960135158706], + [72.40368671306616, 28.78306474974043], + [72.6621194500111, 28.8930451011445], + [72.7492831541878, 28.78306474974043], + [72.85632629966796, 28.72532506525329], + [73.00924507892532, 28.72532506525329], + [73.20651030416731, 28.84905296058287], + [73.20803949195988, 28.92191494338807], + [73.28144050600342, 28.93566248731358], + [73.33649126653606, 29.01264873329643], + [73.5199938016449, 28.993402171800717], + [73.61786182036961, 29.034644803577244], + [73.79830597989329, 29.004400206941124], + [73.87782374510712, 28.93978675049123], + [74.02615496098676, 28.932912978528478], + [74.04144683891249, 29.009899224511326], + [74.11484785295603, 28.93978675049123], + [74.13166891867434, 28.87654804843389], + [74.05673871683823, 28.777565732170224], + [74.16072348673323, 28.776190977777674] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rampur", + "dt_code": "136", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.42265868097903, 28.897169364322153], + [79.35996198148351, 28.75282015310431], + [79.30644040874343, 28.743196872356453], + [79.23456858249247, 28.65933685441085], + [79.20551401443356, 28.57135257328759], + [79.07553305206481, 28.50811387123025], + [78.9715482821698, 28.421504344499542], + [78.93943533852575, 28.459997467490968], + [78.95931477982921, 28.549356503006777], + [78.85991757331193, 28.65933685441085], + [78.95931477982921, 28.701954240579926], + [79.0006028502287, 28.763818188244716], + [78.91802670942972, 28.897169364322153], + [78.90273483150399, 28.996151680585818], + [78.97460665775495, 29.130877611055805], + [79.0357741694579, 29.16937073404723], + [79.15352162948606, 29.115755312737747], + [79.14281731493804, 29.067638908998465], + [79.25903558717364, 28.992027417408163], + [79.40736680305328, 28.95215954002419], + [79.42265868097903, 28.897169364322153] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bhiwani", + "dt_code": "081", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.67003183800338, 28.519111906370657], + [75.62262701643361, 28.60159716992371], + [75.56145950473066, 28.612595205064117], + [75.52017143433117, 28.833930662264812], + [75.47429580055396, 28.926039206565722], + [75.52781737329404, 28.9714061015199], + [75.63027295539648, 28.978279873482656], + [75.68226534034397, 28.91091690824766], + [75.8321257440162, 28.91091690824766], + [75.96822345755524, 29.063514645820813], + [76.18995568747842, 29.051141856287853], + [76.22818538229275, 28.990652663015613], + [76.23583132125562, 28.91091690824766], + [76.35204959349122, 28.895794609929602], + [76.32605340101746, 28.811934591984], + [76.29241126958084, 28.807810328806344], + [76.23277294567048, 28.67720866151401], + [76.1333757391532, 28.686831942261865], + [75.95598995521465, 28.60434667870881], + [75.84741762194193, 28.58647487160565], + [75.81683386609045, 28.51086338001535], + [75.90552675805972, 28.43250237963995], + [75.89329325571913, 28.389884993470872], + [75.67003183800338, 28.519111906370657] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Rohtak", + "dt_code": "082", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.88420694530683, 28.809185083198894], + [76.75728435852322, 28.769317205814918], + [76.60436557926586, 28.792688030488286], + [76.5783693867921, 28.734948346001147], + [76.47132624131196, 28.741822117963903], + [76.4223922319496, 28.701954240579926], + [76.38569172492784, 28.78306474974043], + [76.32605340101746, 28.811934591984], + [76.35204959349122, 28.895794609929602], + [76.23583132125562, 28.91091690824766], + [76.22818538229275, 28.990652663015613], + [76.30158639633629, 29.086885470494177], + [76.47744299248225, 29.09238448806438], + [76.65329958862822, 29.055266119465507], + [76.73587572942719, 29.007149715726225], + [76.88420694530683, 28.809185083198894] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Shamli", + "dt_code": "704", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "update2014" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.15181480900722, 29.68765314003892], + [77.22368663525818, 29.695901666394224], + [77.33684653190862, 29.64366099947729], + [77.43930211401106, 29.66978133293576], + [77.48670693558083, 29.634037718729434], + [77.46376911869223, 29.451195384520165], + [77.42401023608531, 29.390706191247926], + [77.27720820799826, 29.268353050310896], + [77.15487318459236, 29.297222892554466], + [77.12734780432604, 29.3494635594714], + [77.13193536770376, 29.484189489941386], + [77.10593917523, 29.632662964336884], + [77.15181480900722, 29.68765314003892] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ferozepur", + "dt_code": "043", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.0782361622774, 31.147642304927974], + [75.14704961294322, 31.091277374833385], + [75.09505722799571, 31.047285234271758], + [75.0782361622774, 30.946928163615542], + [74.9513135754938, 30.891937987913504], + [74.90543794171658, 30.736590741555254], + [74.77086941597011, 30.814951741930656], + [74.62406738788304, 30.83694781221147], + [74.47114860862568, 30.74896353108821], + [74.50020317668458, 30.666478267535158], + [74.41609784809303, 30.614237600618225], + [74.21577424726588, 30.691223846601076], + [74.3656346509381, 30.89331274230606], + [74.59654200761672, 31.0376619535239], + [74.70817271647459, 31.072030813337673], + [74.74181484791121, 31.118772462684404], + [74.96507626562695, 31.153141322498175], + [75.0782361622774, 31.147642304927974] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pathankot", + "dt_code": "773", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.83671330739391, 32.511398662338465], + [75.93152295053348, 32.39454453897164], + [75.87341381441567, 32.39591929336419], + [75.77095823231325, 32.28868845074522], + [75.63791889435934, 32.251570082146344], + [75.66085671124794, 32.137465467564624], + [75.60121838733758, 32.09347332700299], + [75.58745569720442, 32.14158973074227], + [75.43453691794706, 32.14983825709758], + [75.3794861574144, 32.182832362518795], + [75.38101534520698, 32.26944188924951], + [75.34125646260006, 32.34642813523236], + [75.51252549536831, 32.30793501224093], + [75.59663082395986, 32.378047486261025], + [75.6868529037217, 32.390420275793986], + [75.72814097412119, 32.452284223458776], + [75.83671330739391, 32.511398662338465] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Udhampur", + "dt_code": "019", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.09199885241057, 33.18640306908095], + [75.23421331711991, 33.149284700482085], + [75.3565483405258, 33.06954894571413], + [75.45135798366536, 32.959568594310056], + [75.56145950473066, 32.96506761188026], + [75.65626914787022, 32.92382498010373], + [75.68226534034397, 32.86196103243894], + [75.65473996007765, 32.771227242530585], + [75.49417524185742, 32.764353470567826], + [75.41312828885103, 32.67911869822967], + [75.28467651427484, 32.642000329630804], + [75.16081230307638, 32.7231108387913], + [75.09199885241057, 32.71623706682855], + [75.1653998664541, 32.765728224960384], + [74.9803681435527, 32.92794924328139], + [75.08282372565512, 33.065424682536474], + [75.02930215291505, 33.09979354235025], + [75.09199885241057, 33.18640306908095] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Samba", + "dt_code": "022", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.88861687599828, 32.521021943086325], + [74.94213844873835, 32.585635399536216], + [74.89779200275372, 32.64612459280845], + [75.00483514823387, 32.74098264589446], + [75.09199885241057, 32.71623706682855], + [75.16081230307638, 32.7231108387913], + [75.28467651427484, 32.642000329630804], + [75.2586803218011, 32.48665308327254], + [75.20515874906101, 32.417915363645], + [75.1072907303363, 32.46053274981408], + [74.94672601211607, 32.446785205888574], + [74.88861687599828, 32.521021943086325] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Kapurthala", + "dt_code": "036", + "st_nm": "Punjab", + "st_code": "03", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [75.78777929803155, 31.364853498951014], + [75.8489468097345, 31.37310202530632], + [75.89023488013399, 31.275494463435205], + [75.79848361257957, 31.21638002455552], + [75.67309021358854, 31.268620691472453], + [75.68226534034397, 31.31536234081918], + [75.78777929803155, 31.364853498951014] + ] + ], + [ + [ + [75.40395316209558, 31.593062728114464], + [75.47582498834655, 31.64942765820905], + [75.59816001175243, 31.60543551764742], + [75.52017143433117, 31.499579429421004], + [75.44065366911735, 31.49545516624335], + [75.49111686627228, 31.384100060446727], + [75.4605331104208, 31.23562658605123], + [75.41771585222874, 31.24937412997674], + [75.27703057531197, 31.18751018231195], + [75.2693846363491, 31.147642304927974], + [75.12564098384718, 31.169638375208788], + [75.0782361622774, 31.147642304927974], + [74.96507626562695, 31.153141322498175], + [75.04612321863335, 31.19025969109705], + [75.1072907303363, 31.31673709521173], + [75.29079326544513, 31.4913309030657], + [75.40395316209558, 31.593062728114464] + ] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Panchkula", + "dt_code": "069", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.77716379982668, 30.904310777446465], + [76.8689150673811, 30.872691426417795], + [76.91631988895088, 30.90018651426881], + [77.0248922222236, 30.74896353108821], + [77.16710668693295, 30.68435007463832], + [77.17169425031067, 30.601864811085267], + [77.12276024094831, 30.56337168809384], + [76.90714476219543, 30.458890354259974], + [76.92549501570632, 30.610113337440573], + [76.8276269969816, 30.68160056585322], + [76.83833131152963, 30.754462548658417], + [76.8459772504925, 30.83419830342637], + [76.77716379982668, 30.904310777446465] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Ambala", + "dt_code": "070", + "st_nm": "Haryana", + "st_code": "06", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.12276024094831, 30.56337168809384], + [77.20839475733244, 30.48776019650354], + [77.16710668693295, 30.43826903837171], + [77.17781100148096, 30.324164423789984], + [77.09217648509684, 30.22518210752632], + [77.06465110483052, 30.126199791262657], + [76.96066633493551, 30.19356275649765], + [76.8169226824336, 30.218308335563567], + [76.68388334447968, 30.186688984534896], + [76.64259527408021, 30.14957061593602], + [76.5615483210738, 30.24167916023693], + [76.71140872474601, 30.325539178182535], + [76.74810923176778, 30.428645757623855], + [76.91173232557315, 30.42589624883875], + [76.89796963543999, 30.445142810334463], + [76.90714476219543, 30.458890354259974], + [77.12276024094831, 30.56337168809384] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Aurangabad", + "dt_code": "235", + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.00869287090727, 24.642304519377124], + [84.08515226053595, 24.77015667788436], + [84.30535530266656, 25.010738696580766], + [84.42310276269471, 25.080851170600862], + [84.4475697673759, 25.12759281994759], + [84.6845938752248, 25.100097732096575], + [84.73352788458716, 25.054730837142394], + [84.71670681886884, 24.924129169850058], + [84.64024742924016, 24.874638011718226], + [84.73505707237973, 24.764657660314153], + [84.72282357003914, 24.700044203864262], + [84.60201773442583, 24.656052063302635], + [84.54696697389318, 24.52682515040285], + [84.48427027439766, 24.51307760647734], + [84.39251900684324, 24.566693027786826], + [84.32676393176257, 24.489706781803974], + [84.25642129330419, 24.52682515040285], + [84.09279819949882, 24.533698922365602], + [84.00869287090727, 24.642304519377124] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Balrampur", + "dt_code": "716", + "st_nm": "Chhattisgarh", + "st_code": "22", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.81286801711471, 23.96180109506443], + [82.94743654286118, 23.87106730515607], + [83.09118019536311, 23.87106730515607], + [83.2073984675987, 23.921933217680454], + [83.32973349100459, 24.102026043104622], + [83.43218907310701, 24.08552899039401], + [83.51476521390599, 23.981047656560143], + [83.57134516223121, 23.862818778800765], + [83.7059136879777, 23.820201392631688], + [83.7747271386435, 23.6098639705714], + [83.93835023244888, 23.568621338794873], + [84.01633880987013, 23.634609549637318], + [84.01480962207756, 23.504007882344983], + [83.96281723713005, 23.385779004585604], + [84.07444794598793, 23.33353833766867], + [84.03774743896616, 23.171317319347665], + [83.92611673010829, 23.16856781056256], + [83.79154820436182, 23.251053074115617], + [83.62486673497129, 23.219433723086944], + [83.5545240965129, 23.169942564955115], + [83.47653551909166, 23.25792684607837], + [83.39243019050011, 23.27029963561133], + [83.35420049568576, 23.172692073740215], + [83.24562816241304, 23.231806512619904], + [83.20892765539128, 23.245554056545412], + [83.2073984675987, 23.377530478230298], + [83.34808374451546, 23.469639022531208], + [83.27927029384966, 23.57686986515018], + [83.19975252863583, 23.594741672253342], + [83.19822334084326, 23.6854754621617], + [83.06518400288935, 23.769335480107305], + [82.90920684804684, 23.773459743284956], + [82.78228426126323, 23.817451883846587], + [82.77157994671522, 23.876566322726273], + [82.69359136929397, 23.919183708895353], + [82.81286801711471, 23.96180109506443] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Balrampur", + "dt_code": "182", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.07427031330165, 27.401436585226776], + [82.02227792835416, 27.580154656258394], + [82.08497462784968, 27.633770077567878], + [82.12473351045658, 27.735501902616644], + [82.20730965125556, 27.844107499628166], + [82.44892132248219, 27.67913697252206], + [82.66453680123507, 27.723129113083687], + [82.70582487163455, 27.703882551587974], + [82.75322969320433, 27.58702842822115], + [82.7318210641083, 27.486671357564934], + [82.71499999839, 27.401436585226776], + [82.57737309705837, 27.42205790111504], + [82.49326776846682, 27.3588191990577], + [82.51161802197771, 27.21172047905475], + [82.45656726144506, 27.15123128578251], + [82.42139594221587, 27.08524307494007], + [82.32505711128373, 27.065996513444357], + [82.22871828035159, 27.169103092885674], + [82.2975317310174, 27.247464093261076], + [82.07427031330165, 27.401436585226776] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hamirpur", + "dt_code": "168", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.9624619717575, 26.149035333612908], + [79.95634522058721, 26.07754810520026], + [80.11232237542971, 26.04592875417159], + [80.08479699516339, 25.99781235043231], + [80.23618658662818, 25.926325122019662], + [80.34628810769348, 25.898830034168647], + [80.23159902325045, 25.79847296351243], + [80.32029191521973, 25.7517313141657], + [80.27900384482024, 25.62662866444357], + [80.21477795753215, 25.515273558646946], + [80.07409268061538, 25.588135541452143], + [79.87071070420309, 25.577137506311736], + [79.78660537561154, 25.589510295844693], + [79.69944167143484, 25.551017172853268], + [79.63980334752448, 25.485028962010826], + [79.5281726386666, 25.482279453225722], + [79.39360411292012, 25.519397821824597], + [79.35537441810578, 25.644500471546728], + [79.39819167629784, 25.788849682764575], + [79.49758888281512, 25.857587402392117], + [79.5511104555552, 25.821843788185795], + [79.61074877946558, 25.897455279776093], + [79.7483756807972, 25.9084533149165], + [79.78507618781896, 25.863086419962322], + [79.87071070420309, 25.882332981458035], + [79.86612314082537, 25.93594840276752], + [79.95481603279464, 26.023932683890777], + [79.91658633798029, 26.08992089473322], + [79.9624619717575, 26.149035333612908] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Hamirpur", + "dt_code": "028", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.3122907108843, 31.72228964101425], + [76.30005720854372, 31.780029325501385], + [76.4346257342902, 31.793776869426896], + [76.55696075769607, 31.885885413727806], + [76.63953689849505, 31.872137869802295], + [76.63800771070248, 31.747035220080164], + [76.7236422270866, 31.66454995652711], + [76.73128816604947, 31.582064692974058], + [76.6196574571916, 31.575190921011302], + [76.61048233043616, 31.417094165867947], + [76.46215111455652, 31.487206639888043], + [76.40098360285357, 31.608185026432523], + [76.3122907108843, 31.72228964101425] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pratapgarh", + "dt_code": "131", + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.27082500779854, 23.949428305531473], + [74.22189099843618, 24.09927653431952], + [74.2387120641545, 24.20650737693849], + [74.35645952418265, 24.166639499554513], + [74.4298605382262, 24.257373289462873], + [74.51855343019547, 24.286243131706442], + [74.59348363203156, 24.508953343299687], + [74.69746840192657, 24.48283300984122], + [74.81521586195474, 24.46908546591571], + [74.85497474456166, 24.423718570961533], + [74.78157373051812, 24.338483798623376], + [74.7540483502518, 24.242250991144815], + [74.86720824690224, 24.243625745537365], + [74.90849631730173, 24.212006394508695], + [74.87944174924283, 24.17351327151727], + [74.9742513923824, 24.040162095439833], + [74.90237956613144, 23.873816813941172], + [74.94060926094578, 23.76521121692965], + [74.92225900743489, 23.66622890066599], + [74.84732880559879, 23.55212428608426], + [74.77239860376268, 23.542501005336405], + [74.7479315990815, 23.613988233749055], + [74.65006358035679, 23.644232830385175], + [74.51855343019547, 23.63598430402987], + [74.56137068838753, 23.805079094313626], + [74.48032373538112, 23.924682726465555], + [74.37633896548611, 23.90406141057729], + [74.27082500779854, 23.949428305531473] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Pratapgarh", + "dt_code": "173", + "st_nm": "Uttar Pradesh", + "st_code": "09", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.0482741208279, 26.058301543704548], + [82.10026650577541, 26.07204908763006], + [82.19813452450012, 26.018433666320572], + [82.24248097048475, 26.056926789311998], + [82.35869924272035, 26.004686122395064], + [82.43362944455646, 26.006060876787615], + [82.36940355726836, 25.98269005211425], + [82.35411167934262, 25.90432905173885], + [82.27918147750651, 25.84246510407406], + [82.21801396580358, 25.839715595288958], + [82.1874302099521, 25.70773917360407], + [82.15072970293033, 25.673370313790297], + [82.06356599875363, 25.655498506687135], + [82.02227792835416, 25.743482787810393], + [81.8861802148151, 25.711863436781723], + [81.79748732284583, 25.75035655977315], + [81.75161168906862, 25.669246050612646], + [81.61092641215185, 25.5977588222], + [81.4687119474425, 25.619754892480813], + [81.37390230430294, 25.69536638407111], + [81.39225255781382, 25.772352630053962], + [81.33873098507375, 25.81084575304539], + [81.33261423390346, 25.869960191925077], + [81.4457741305539, 25.93457364837497], + [81.56963834175237, 25.975816280151495], + [81.56657996616721, 26.07342384202261], + [81.60022209760383, 26.143536316042706], + [81.76843275478693, 26.067924824452405], + [81.88465102702253, 26.081672368377916], + [82.0482741208279, 26.058301543704548] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Bilaspur", + "dt_code": "030", + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.73128816604947, 31.582064692974058], + [76.80163080450785, 31.421218429045602], + [76.87656100634396, 31.351105955025506], + [76.92702420349889, 31.304364305678774], + [76.8398604993222, 31.231502322873578], + [76.73281735384205, 31.241125603621434], + [76.64565364966535, 31.209506252592764], + [76.58754451354756, 31.274119709042655], + [76.49732243378571, 31.269995445865003], + [76.43156735870504, 31.326360375959588], + [76.39180847609813, 31.412969902690296], + [76.46215111455652, 31.487206639888043], + [76.61048233043616, 31.417094165867947], + [76.6196574571916, 31.575190921011302], + [76.73128816604947, 31.582064692974058] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Niwari", + "dt_code": "782", + "st_nm": "Madhya Pradesh", + "st_code": "23", + "year": "2018" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.55866757817493, 25.21282759228575], + [78.51279194439772, 25.27606629434309], + [78.65959397248479, 25.38329713696206], + [78.77428305692781, 25.35305254032594], + [78.73146579873575, 25.457533874159807], + [78.8843845779931, 25.515273558646946], + [78.94249371411091, 25.49190273397358], + [78.87979701461539, 25.38604664574716], + [78.96084396762178, 25.344804013970634], + [78.87062188785995, 25.18670725882728], + [78.87979701461539, 25.15783741658371], + [78.8446256953862, 25.09734822331147], + [78.63971453118134, 25.071227889853006], + [78.55866757817493, 25.21282759228575] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Muzaffarabad", + "dt_code": "992", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [74.14696079660007, 35.0973116747267], + [74.25247475428765, 35.036822481454465], + [74.38092652886384, 35.05744379734273], + [74.48644048655142, 35.10968446425966], + [74.58736688086127, 35.00932739360344], + [74.56748743955782, 34.8732267087409], + [74.45738591849252, 34.85260539285264], + [74.41303947250788, 34.79898997154316], + [74.31975901716089, 34.786617182010204], + [74.15766511114809, 34.68351060256888], + [73.9772209516244, 34.68626011135399], + [73.9665166370764, 34.57765451434246], + [73.89311562303286, 34.44980235583523], + [73.80901029444131, 34.42505677676931], + [73.76007628507895, 34.35219479396412], + [73.93746206901749, 34.332948232468404], + [73.99404201734272, 34.2573367408781], + [74.00321714409816, 34.18447475807291], + [73.93287450563977, 34.14048261751128], + [73.89464481082543, 34.06487112592097], + [73.80595191885617, 34.08136817863159], + [73.6530331395988, 34.06349637152843], + [73.53375649177806, 34.151480652651685], + [73.48788085800085, 34.144606880688926], + [73.49246842137858, 34.220218372279234], + [73.39001283927614, 34.37419086424493], + [73.44659278760136, 34.57353025116481], + [73.61786182036961, 34.58590304069777], + [73.74937197053094, 34.786617182010204], + [73.96345826149124, 34.841607357712235], + [74.07355978255654, 34.93921491958335], + [74.06591384359368, 35.04782051659487], + [74.14696079660007, 35.0973116747267] + ] + ] + } + }, + { + "type": "Feature", + "properties": { + "district": "Mirpur", + "dt_code": "991", + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.59798237906615, 33.712934001427946], + [73.70349633675373, 33.62220021151958], + [73.84723998925566, 33.59333036927602], + [73.95275394694323, 33.62220021151958], + [74.0643846558011, 33.55071298310694], + [74.14696079660007, 33.53971494796653], + [74.16684023790353, 33.411862789459306], + [74.13166891867434, 33.30738145562543], + [74.00474633189073, 33.25926505188615], + [74.00168795630559, 33.21802242010963], + [74.14696079660007, 33.139661419734225], + [74.16378186231839, 33.075047963284334], + [74.31975901716089, 33.02968106833015], + [74.33352170729405, 32.954069576739855], + [74.4115102847153, 32.896329892252716], + [74.4466816039445, 32.78909904963375], + [74.38245571665641, 32.757479698605074], + [74.17754455245155, 32.882582348327205], + [74.05979709242338, 32.90870268178567], + [73.95734151032094, 32.98706368216108], + [73.82888973574477, 33.00768499804934], + [73.688204458828, 33.087420752817295], + [73.62703694712505, 33.090170261602395], + [73.65609151518395, 33.208399139361774], + [73.56434024762953, 33.34175031543921], + [73.62092019595475, 33.57408380778031], + [73.56128187204439, 33.62082545712704], + [73.59798237906615, 33.712934001427946] + ] + ] + } + }, + { + "type": "Feature", + "id": "Mizoram", + "properties": { + "st_nm": "Mizoram", + "st_code": "15" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [93.12265211464597, 23.006346792241555], + [93.14558993153457, 22.927985791866156], + [93.09665592217222, 22.786386089433414], + [93.09359754658706, 22.70802508905801], + [93.14253155594942, 22.58292243933588], + [93.13182724140141, 22.471567333539255], + [93.18840718972663, 22.424825684192527], + [93.19911150427464, 22.277726964189583], + [93.1608818094603, 22.180119402318468], + [93.050780288395, 22.20074071820673], + [92.99878790344751, 22.053641998203783], + [92.93914957953713, 22.01652362960491], + [92.85504425094558, 22.06326527895164], + [92.70518384727337, 22.1512495600749], + [92.68836278155506, 22.039894454278276], + [92.59966988958578, 22.011024612034706], + [92.6057866407561, 22.12375447222388], + [92.58131963607491, 22.32171910475121], + [92.50944780982395, 22.741019194479232], + [92.448280298121, 22.87574512494922], + [92.37182090849232, 22.93623431822146], + [92.39170034979578, 23.057212704765938], + [92.34582471601857, 23.237305530190106], + [92.40240466434379, 23.266175372433676], + [92.36417496952946, 23.322540302528264], + [92.27242370197504, 23.64285807599262], + [92.26477776301218, 23.726718093938228], + [92.25713182404931, 23.813327620668932], + [92.32441608692254, 23.913684691325148], + [92.31218258458196, 24.05253488497279], + [92.33053283809284, 24.183136552265125], + [92.29536151886364, 24.245000499929915], + [92.42228410564725, 24.250499517500117], + [92.43604679578041, 24.154266710021556], + [92.53238562671255, 24.17763753469492], + [92.55073588022344, 24.247750008715016], + [92.61190339192638, 24.255998535070322], + [92.62566608205954, 24.33161002666062], + [92.68989196934763, 24.353606096941437], + [92.7617637955986, 24.51307760647734], + [92.79999349041293, 24.41959430778388], + [92.89633232134507, 24.39072446554031], + [93.00949221799551, 24.412720535821126], + [93.02325490812868, 24.23400246478951], + [92.97585008655889, 24.11577358703013], + [93.2067574432375, 24.047035867402585], + [93.25263307701472, 24.02091553394412], + [93.39637672951665, 23.926057480858105], + [93.42696048536811, 23.649731847955376], + [93.42390210978297, 23.527378707018347], + [93.39025997834635, 23.497134110382227], + [93.40249348068693, 23.388528513370705], + [93.3581470347023, 23.330788828883566], + [93.39178916613892, 23.220808477479498], + [93.35508865911716, 23.07370975747655], + [93.3000378985845, 23.004972037849004], + [93.1960531286895, 23.055837950373387], + [93.12265211464597, 23.006346792241555] + ] + ] + } + }, + { + "type": "Feature", + "id": "Tamil Nadu", + "properties": { + "st_nm": "Tamil Nadu", + "st_code": "33" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.0083376055347, 12.254392688100985], + [79.88447339433625, 12.06467658192896], + [79.85694801406993, 12.0495542836109], + [79.85694801406993, 12.006936897441824], + [79.84012694835161, 11.956070984917439], + [79.78507618781896, 11.960195248095093], + [79.68567898130168, 11.880459493327141], + [79.80801400470757, 11.844715879120816], + [79.806484816915, 11.83371784398041], + [79.79578050236698, 11.785601440241129], + [79.76060918313779, 11.623380421920123], + [79.76672593430808, 11.521648596871357], + [79.81260156808528, 11.424041035000243], + [79.85694801406993, 11.17658524434108], + [79.85083126289963, 10.985494383776505], + [79.7483756807972, 10.996492418916914], + [79.72390867611603, 10.92912945368192], + [79.81871831925558, 10.879638295550087], + [79.84930207510706, 10.827397628633154], + [79.87223989199566, 10.359981135165848], + [79.86000638965507, 10.282994889182998], + [79.76825512210065, 10.271996854042591], + [79.47159269034137, 10.315988994604218], + [79.38748736174983, 10.317363748996769], + [79.26668152613651, 10.229379467873512], + [79.2269226435296, 10.137270923572602], + [79.25138964821078, 10.050661396841896], + [79.12446706142717, 9.882941360950685], + [79.12140868584201, 9.880191852165584], + [79.11987949804944, 9.852696764314565], + [79.1168211224643, 9.849947255529464], + [78.98072340892524, 9.68910099160101], + [78.93026021177032, 9.595617692907549], + [78.89967645591885, 9.469140288792866], + [78.9837817845104, 9.359159937388794], + [79.06482873751679, 9.298670744116555], + [79.15810919286379, 9.284923200191045], + [79.33549497680232, 9.311043533649514], + [79.30338203315827, 9.245055322807069], + [79.20398482664099, 9.278049428228291], + [79.08929574219798, 9.260177621125129], + [78.98225259671781, 9.273925165050638], + [78.87215107565252, 9.257428112340028], + [78.57854701947839, 9.130950708225345], + [78.42409905242846, 9.117203164299836], + [78.38434016982154, 9.09383233962647], + [78.22836301497904, 8.974228707474543], + [78.1717830666538, 8.883494917566184], + [78.1610787521058, 8.805133917190782], + [78.19472088354242, 8.751518495881298], + [78.1381409352172, 8.680031267468651], + [78.1427284985949, 8.501313196437033], + [78.05709398221079, 8.378960055500004], + [77.9699302780341, 8.334967914938375], + [77.8414785034579, 8.251107896992771], + [77.79407368188812, 8.163123615869512], + [77.58916251768326, 8.139752791196148], + [77.55552038624664, 8.076514089138806], + [77.44541886518135, 8.094385896241969], + [77.23286176201361, 8.180995422972675], + [77.09829323626714, 8.292350528769298], + [77.26191633007251, 8.506812214007237], + [77.26956226903538, 8.578299442419883], + [77.1701650625181, 8.741895215133441], + [77.19921963057699, 8.770765057377009], + [77.25579957890221, 8.87937065438853], + [77.1931028794067, 8.92611230373526], + [77.14875643342207, 9.009972321680866], + [77.20380719395472, 9.070461514953106], + [77.2680330812428, 9.15294677850616], + [77.28179577137597, 9.298670744116555], + [77.33990490749376, 9.419649130661034], + [77.40260160698928, 9.525505218887453], + [77.31849627839773, 9.602491464870303], + [77.26956226903538, 9.572246868234183], + [77.16710668693295, 9.61211474561816], + [77.24662445214678, 9.799081343005081], + [77.21298232071015, 9.877442343380483], + [77.26344551786508, 10.028665326561082], + [77.2680330812428, 10.122148625254543], + [77.28791252254626, 10.232128976658615], + [77.18086937706612, 10.357231626380745], + [77.09064729730427, 10.314614240211668], + [77.05088841469735, 10.262373573294735], + [76.98207496403154, 10.219756187125656], + [76.89949882323256, 10.252750292546878], + [76.89796963543999, 10.254125046939429], + [76.8918528842697, 10.259624064509632], + [76.8337437481519, 10.339359819277584], + [76.81539349464101, 10.42321983722319], + [76.83833131152963, 10.596438890684603], + [76.90714476219543, 10.782030733678972], + [76.83068537256676, 10.870015014802231], + [76.65635796421337, 10.938752734429777], + [76.75422598293808, 11.078977682469967], + [76.6945876590277, 11.166961963593224], + [76.7068211613683, 11.239823946398422], + [76.62883258394704, 11.194457051444243], + [76.44227167325306, 11.201330823406998], + [76.52178943846688, 11.270068543034542], + [76.54778563094064, 11.35942757855035], + [76.46062192676395, 11.388297420793918], + [76.23430213346305, 11.52714761444156], + [76.37804578596497, 11.601384351639307], + [76.41780466857188, 11.671496825659403], + [76.51108512391887, 11.704490931080626], + [76.56001913328123, 11.62200566752757], + [76.75728435852322, 11.61788140434992], + [76.84750643828507, 11.594510579676554], + [76.83527293594447, 11.654999772948793], + [76.90867394998801, 11.795224720988985], + [77.01265871988302, 11.814471282484696], + [77.11052673860773, 11.77322865070817], + [77.29250008592399, 11.808972264914495], + [77.42859779946303, 11.767729633137968], + [77.4943528745437, 11.943698195384481], + [77.67632622185997, 11.951946721739787], + [77.708439165504, 12.035806739685391], + [77.77572342837725, 12.112792985668243], + [77.74666886031835, 12.15541037183732], + [77.6105711467793, 12.206276284361703], + [77.50505718909172, 12.198027758006397], + [77.4714150576551, 12.243394652960578], + [77.55093282286893, 12.291511056699859], + [77.61515871015702, 12.367122548290158], + [77.63503815146048, 12.488100934834637], + [77.58763332989069, 12.514221268293104], + [77.60139602002386, 12.668193760258806], + [77.73902292135548, 12.672318023436457], + [77.79254449409555, 12.749304269419309], + [77.8307741889099, 12.866158392786133], + [77.86594550813909, 12.870282655963788], + [77.92864220763461, 12.890903971852051], + [77.97910540478954, 12.835913796150015], + [78.05709398221079, 12.852410848860625], + [78.13355337183947, 12.78229837484053], + [78.23142139056418, 12.760302304559715], + [78.30176402902256, 12.665444251473703], + [78.41186555008787, 12.626951128482279], + [78.59230970961156, 12.78229837484053], + [78.60301402415956, 12.84416232250532], + [78.62136427767045, 12.991261042508267], + [78.7513452400392, 13.054499744565607], + [78.89203051695598, 13.095742376342134], + [78.9944860990584, 13.086119095594277], + [79.1626967562415, 13.020130884751834], + [79.23456858249247, 13.10536565708999], + [79.22845183132218, 13.157606324006924], + [79.28350259185483, 13.123237464193153], + [79.43795055890476, 13.187850920643044], + [79.40583761526071, 13.334949640645991], + [79.53734776542204, 13.339073903823643], + [79.53428938983689, 13.275835201766302], + [79.68262060571654, 13.296456517654565], + [79.70250004702, 13.222219780456816], + [79.79425131457441, 13.240091587559977], + [79.80954319250014, 13.317077833542829], + [79.94564090603919, 13.363819482889559], + [80.03739217359362, 13.538413290743524], + [80.07868024399309, 13.488922132611691], + [80.21477795753215, 13.490296887004241], + [80.26829953027223, 13.56453362420199], + [80.32640866639002, 13.444929992050062], + [80.3447589199009, 13.275835201766302], + [80.30041247391627, 13.142484025688866], + [80.24994927676134, 12.857909866430829], + [80.25453684013907, 12.779548866055428], + [80.1658439481698, 12.529343566611164], + [80.13831856790347, 12.411114688851786], + [80.0083376055347, 12.254392688100985] + ] + ] + } + }, + { + "type": "Feature", + "id": "Madhya Pradesh", + "properties": { + "st_nm": "Madhya Pradesh", + "st_code": "23" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.60886432630045, 21.389635626601702], + [75.38254453299955, 21.380012345853842], + [75.21127550023131, 21.411631696882516], + [75.1072907303363, 21.462497609406896], + [75.05223996980365, 21.566978943240766], + [74.86262068352453, 21.63434190847576], + [74.77545697934782, 21.61509534698005], + [74.58277931748356, 21.664586505111878], + [74.5047907400623, 21.72645045277667], + [74.52467018136576, 21.91204229577104], + [74.4527983551148, 21.961533453902874], + [74.43291891381133, 22.03027117353042], + [74.28152932234656, 21.93403836605186], + [74.14696079660007, 21.950535418762467], + [74.09496841165257, 22.01652362960491], + [74.12402297971147, 22.097634138765414], + [74.1224937919189, 22.211738753347138], + [74.05368034125308, 22.298348280077846], + [74.06897221917882, 22.35608796456498], + [74.18977805479214, 22.32034435035866], + [74.21577424726588, 22.44132273690314], + [74.11943541633374, 22.419326666622325], + [74.05826790463081, 22.549928333914657], + [74.15001917218522, 22.52105849167109], + [74.26317906883567, 22.64341163260812], + [74.37939734107127, 22.63516310625281], + [74.40233515795987, 22.731395913731376], + [74.46503185745539, 22.816630686069534], + [74.46044429407766, 22.907364475977893], + [74.39316003120443, 22.896366440837486], + [74.31975901716089, 23.059962213551042], + [74.38551409224156, 23.112202880467976], + [74.50631992785488, 23.084707792616957], + [74.73416890894833, 23.220808477479498], + [74.52925774474348, 23.321165548135713], + [74.57207500293553, 23.420147864399375], + [74.77239860376268, 23.542501005336405], + [74.84732880559879, 23.55212428608426], + [74.92225900743489, 23.66622890066599], + [74.94060926094578, 23.76521121692965], + [74.90237956613144, 23.873816813941172], + [74.9742513923824, 24.040162095439833], + [74.87944174924283, 24.17351327151727], + [74.90849631730173, 24.212006394508695], + [74.86720824690224, 24.243625745537365], + [74.7540483502518, 24.242250991144815], + [74.78157373051812, 24.338483798623376], + [74.85497474456166, 24.423718570961533], + [74.81521586195474, 24.46908546591571], + [74.69746840192657, 24.48283300984122], + [74.78616129389584, 24.58593958928254], + [74.77239860376268, 24.661551080872837], + [74.80451154740673, 24.735787818070584], + [74.88861687599828, 24.634055993021818], + [74.99260164589327, 24.693170431901507], + [74.97730976796754, 24.764657660314153], + [74.86109149573196, 24.799026520127928], + [74.82592017650276, 24.899383590784144], + [74.90237956613144, 24.929628187420263], + [74.95895951445667, 24.858140959007617], + [75.03847727967049, 24.845768169474656], + [75.11646585709174, 24.877387520503326], + [75.1134074815066, 24.966746556019135], + [75.19139605892785, 25.03685903003923], + [75.35196077714808, 25.01898722293607], + [75.33666889922235, 24.952999012093628], + [75.18375011996498, 24.748160607603545], + [75.45594554704309, 24.68079764236855], + [75.54922600239007, 24.702793712649363], + [75.60886432630045, 24.6821723967611], + [75.78472092244641, 24.761908151529052], + [75.82447980505333, 24.667050098443042], + [75.92081863598546, 24.54332220311346], + [75.900939194682, 24.442965132457246], + [75.78625011023898, 24.4525884132051], + [75.72814097412119, 24.396223483110514], + [75.81377549050531, 24.245000499929915], + [75.75107879100979, 24.14326867488115], + [75.83671330739391, 24.05665914815044], + [75.70214478164743, 23.96592535824208], + [75.52170062212375, 24.02503979712177], + [75.46206229821338, 23.917808954502803], + [75.5645178803158, 23.85594500683801], + [75.5828681338267, 23.79545581356577], + [75.68991127930684, 23.74733940982649], + [75.79389604920185, 23.86694304197842], + [75.93763970170377, 23.89718763861454], + [76.04162447159878, 24.066282428898297], + [76.1272589879829, 24.08827849917911], + [76.11808386122746, 24.194134587405532], + [76.21289350436702, 24.20925688572359], + [76.32146583763975, 24.245000499929915], + [76.50496837274858, 24.20375786815339], + [76.57072344782924, 24.20925688572359], + [76.64412446187278, 24.26974607899583], + [76.67623740551682, 24.19138507862043], + [76.80163080450785, 24.11714834142268], + [76.88114856972169, 24.130895885348192], + [76.92243664012118, 24.212006394508695], + [76.8627983162108, 24.272495587780934], + [76.83221456035933, 24.35773036011909], + [76.84444806269991, 24.43609136049449], + [76.8169226824336, 24.533698922365602], + [76.86126912841823, 24.548821220683664], + [76.97748740065381, 24.460836939560405], + [77.06923866820824, 24.55706974703897], + [77.03406734897905, 24.70829273021957], + [76.94690364480235, 24.75915864274395], + [76.85515237724793, 24.74403634442589], + [76.804689180093, 24.807275046483234], + [76.9499620203875, 24.869138994148024], + [76.86126912841823, 24.961247538448934], + [76.87656100634396, 25.040983293216886], + [77.00042521754243, 25.075352153030657], + [77.08605973392655, 25.054730837142394], + [77.17475262589582, 25.111095767236982], + [77.26956226903538, 25.115220030414633], + [77.31237952722745, 25.080851170600862], + [77.39342648023384, 25.119344293592285], + [77.41177673374473, 25.223825627426155], + [77.36743028776009, 25.410792224813076], + [77.31390871502002, 25.43141354070134], + [77.23439094980618, 25.379172873784405], + [77.22368663525818, 25.318683680512166], + [77.0830013583414, 25.33655548761533], + [76.94537445700978, 25.284314820698395], + [76.8566815650405, 25.332431224437673], + [76.76187192190095, 25.320058434904716], + [76.67012065434653, 25.348928277148286], + [76.59366126471785, 25.408042716027975], + [76.51567268729659, 25.527646348179903], + [76.50343918495601, 25.670620805005196], + [76.54625644314807, 25.838340840896407], + [76.64259527408021, 25.9084533149165], + [76.71599628812373, 25.901579542953748], + [76.78786811437469, 25.944196929122825], + [76.85209400166279, 26.032181210246083], + [76.90102801102515, 26.092670403518323], + [76.99889602974986, 26.129788772117195], + [77.11970186536317, 26.213648790062802], + [77.27109145682796, 26.267264211372286], + [77.37507622672297, 26.3648717732434], + [77.43777292621847, 26.403364896234823], + [77.53869932052834, 26.41161342259013], + [77.74513967252577, 26.538090826704813], + [77.82312824994703, 26.55046361623777], + [77.90417520295343, 26.659069213249293], + [78.00051403388557, 26.694812827455614], + [78.08920692585484, 26.6755662659599], + [78.11214474274344, 26.79516989811183], + [78.22224626380874, 26.832288266710705], + [78.35834397734779, 26.86940663530958], + [78.39504448436955, 26.817165968392644], + [78.54490488804177, 26.76355054708316], + [78.78039980809811, 26.769049564653365], + [78.87215107565252, 26.69756233624072], + [79.006719601399, 26.67144200278225], + [78.9898985356807, 26.57933345848134], + [79.13517137597518, 26.4404832648337], + [79.13822975156033, 26.338751439784932], + [78.9944860990584, 26.19715173735219], + [79.01130716477672, 26.083047122770466], + [78.9486104652812, 26.02805694706843], + [78.93790615073318, 25.95244545547813], + [78.88591376578569, 25.912577578094155], + [78.76357874237979, 25.72011196313703], + [78.81098356394958, 25.619754892480813], + [78.71770310860259, 25.60463259416275], + [78.65806478469221, 25.559265699208574], + [78.45162443269479, 25.57163848874153], + [78.41951148905073, 25.531770611357555], + [78.4164531134656, 25.47678043565552], + [78.39504448436955, 25.4437863302343], + [78.35528560176265, 25.452034856589602], + [78.33999372383691, 25.43278829509389], + [78.33999372383691, 25.41629124238328], + [78.34458128721462, 25.328306961260022], + [78.39045692099184, 25.205953820322993], + [78.44703686931706, 25.12209380237739], + [78.37363585527352, 25.09872297770402], + [78.33693534825176, 25.084975433778514], + [78.33540616045919, 25.0684783810679], + [78.34611047500721, 25.012113450973317], + [78.1717830666538, 24.876012766110776], + [78.19013332016469, 24.841643906297005], + [78.27576783654881, 24.662925835265387], + [78.26812189758594, 24.449838904419998], + [78.36904829189581, 24.3742274128297], + [78.32928940928889, 24.32748576348297], + [78.38892773319927, 24.262872307033078], + [78.50208762984971, 24.39072446554031], + [78.58619295844126, 24.353606096941437], + [78.70241123067686, 24.227128692826753], + [78.80639600057185, 24.17901228908747], + [78.9715482821698, 24.348107079371232], + [78.99142772347327, 24.416844798998778], + [78.98531097230297, 24.441590378064692], + [78.91496833384458, 24.459462185167855], + [78.95319802865892, 24.547446466291113], + [78.88285539020053, 24.640929764984573], + [78.7513452400392, 24.599687133208047], + [78.78039980809811, 24.705543221434464], + [78.76969549355009, 24.859515713400167], + [78.6764150382031, 24.898008836391593], + [78.63206859221846, 24.95712327527128], + [78.63971453118134, 25.071227889853006], + [78.55866757817493, 25.21282759228575], + [78.51279194439772, 25.27606629434309], + [78.65959397248479, 25.38329713696206], + [78.77428305692781, 25.35305254032594], + [78.73146579873575, 25.457533874159807], + [78.8843845779931, 25.515273558646946], + [78.94249371411091, 25.49190273397358], + [78.87979701461539, 25.38604664574716], + [78.96084396762178, 25.344804013970634], + [78.87062188785995, 25.18670725882728], + [78.87979701461539, 25.15783741658371], + [78.93026021177032, 25.207328574715543], + [79.06329954972422, 25.222450873033605], + [79.13058381259746, 25.109721012844428], + [79.24527289704048, 25.113845276022083], + [79.32326147446173, 25.149588890228404], + [79.30491122095086, 25.179833486864524], + [79.29267771861026, 25.18395775004218], + [79.2789150284771, 25.243072188921868], + [79.26362315055137, 25.273316785557988], + [79.28044421626967, 25.32418269808237], + [79.35231604252064, 25.329681715652573], + [79.43642137111217, 25.254070224062275], + [79.39054573733497, 25.170210206116668], + [79.40583761526071, 25.106971504059327], + [79.49147213164483, 25.07947641620831], + [79.56946070906608, 25.17158496050922], + [79.67344547896109, 25.12071904798484], + [79.7483756807972, 25.139965609480548], + [79.84012694835161, 25.09872297770402], + [79.85541882627734, 25.193581030790035], + [80.03280461021589, 25.34205450518553], + [80.10467643646685, 25.350303031540836], + [80.22089470870245, 25.397044680887568], + [80.315704351842, 25.388796154532262], + [80.31111678846429, 25.285689575090945], + [80.40439724381127, 25.243072188921868], + [80.43039343628503, 25.174334469294323], + [80.35240485886378, 25.12346855676994], + [80.29123734716083, 25.058855100320045], + [80.2637119668945, 25.024486240506274], + [80.34170054431576, 25.013488205365867], + [80.40133886822613, 25.069853135460455], + [80.4777982578548, 24.97636983676699], + [80.50073607474341, 25.040983293216886], + [80.59248734229783, 25.09047445134872], + [80.71482236570372, 25.0657288722828], + [80.72399749245916, 25.117969539199734], + [80.84480332807247, 25.18670725882728], + [80.8784454595091, 25.0657288722828], + [80.83104063793931, 25.03273476686158], + [80.8600952059982, 24.928253433027713], + [80.94572972238234, 24.966746556019135], + [81.0344226143516, 24.952999012093628], + [81.12005713073572, 24.903507853961795], + [81.15981601334263, 24.91313113470965], + [81.26380078323764, 25.053356082749843], + [81.2775634733708, 25.166085942939016], + [81.39225255781382, 25.131717083125245], + [81.49929570329398, 25.148214135835854], + [81.54058377369347, 25.18808201321983], + [81.62621829007759, 25.16058692536881], + [81.66750636047708, 25.06160460910515], + [81.79289975946811, 25.00386492461801], + [81.8922969659854, 24.98874262629995], + [81.94276016314032, 24.845768169474656], + [82.09414975460511, 24.81689832723109], + [82.216484778011, 24.793527502557723], + [82.2975317310174, 24.606560905170802], + [82.41833756663071, 24.59418811563784], + [82.41833756663071, 24.65192780012498], + [82.52385152431829, 24.6766733791909], + [82.67065355240535, 24.69729469507916], + [82.70735405942713, 24.636805501806922], + [82.77310913450779, 24.642304519377124], + [82.79757613918898, 24.576316308534683], + [82.7440545664489, 24.49658055376673], + [82.71347081059741, 24.379726430399902], + [82.77005075892265, 24.370103149652046], + [82.7440545664489, 24.165264745161963], + [82.66453680123507, 24.128146376563087], + [82.81286801711471, 23.96180109506443], + [82.69359136929397, 23.919183708895353], + [82.63548223317616, 23.83807319973485], + [82.49785533184455, 23.784457778425363], + [82.26083122399564, 23.82157614702424], + [82.20883883904813, 23.85319549805291], + [82.08191625226452, 23.816077129454037], + [82.00698605042841, 23.861444024408215], + [81.92135153404429, 23.87106730515607], + [81.80972082518642, 23.80782860309873], + [81.72561549659487, 23.8394479541274], + [81.66750636047708, 23.924682726465555], + [81.60328047318899, 23.88481484908158], + [81.61092641215185, 23.8366984453423], + [81.69656092853597, 23.721219076368023], + [81.613984787737, 23.663479391880884], + [81.61092641215185, 23.512256408700285], + [81.75772844023892, 23.54937477729916], + [81.82042513973444, 23.51500591748539], + [81.91676397066658, 23.534252478981102], + [81.98557742133238, 23.414648846829174], + [82.10332488136055, 23.39815179411856], + [82.19966371229269, 23.314291776172958], + [82.12320432266401, 23.10395435411267], + [81.94276016314032, 23.079208775046755], + [81.95040610210319, 22.98297596756819], + [81.86171321013393, 22.88949266887473], + [81.7760786937498, 22.87437037055667], + [81.79442894726068, 22.76576477354515], + [81.73173224776517, 22.67640573802934], + [81.72867387218002, 22.669531966066586], + [81.64915610696619, 22.614541790364548], + [81.62163072669986, 22.5375555443817], + [81.4748286986128, 22.489439140642418], + [81.32802667052573, 22.525182754848743], + [81.24850890531191, 22.4591945440063], + [81.19345814477926, 22.490813895034968], + [81.11088200398028, 22.435823719332934], + [81.11852794294315, 22.291474508115087], + [81.04512692889962, 22.240608595590707], + [81.00383885850013, 22.05914101577399], + [80.90750002756799, 22.110006928298368], + [80.83256982573188, 21.896919997452983], + [80.84633251586504, 21.835056049788193], + [80.81727794780615, 21.762194066982993], + [80.7561104361032, 21.762194066982993], + [80.71482236570372, 21.661836996326777], + [80.73776018259233, 21.473495644547306], + [80.66130079296364, 21.333270696507114], + [80.62154191035673, 21.320897906974153], + [80.52826145500974, 21.395134644171904], + [80.42274749732216, 21.440501539126082], + [80.37534267575238, 21.52436155707169], + [80.26829953027223, 21.61784485576515], + [80.12149750218515, 21.610971083802397], + [80.06644674165251, 21.55460615370781], + [79.91811552577286, 21.52436155707169], + [79.73920055404176, 21.602722557447088], + [79.53887695321461, 21.540858609782298], + [79.50982238515572, 21.595848785484336], + [79.49605969502255, 21.674209785859738], + [79.39207492512755, 21.674209785859738], + [79.23456858249247, 21.718201926421365], + [79.22386426794445, 21.64808945240127], + [79.07706223985738, 21.605472066232192], + [78.97460665775495, 21.61784485576515], + [78.91649752163715, 21.590349767914134], + [78.89967645591885, 21.50099073239832], + [78.58466377064869, 21.487243188472814], + [78.51126275660515, 21.52848582024934], + [78.4332741791839, 21.49686646922067], + [78.41951148905073, 21.57110320641842], + [78.34305209942205, 21.58897501352158], + [78.22377545160131, 21.551856644922708], + [78.17637063003153, 21.49961597800577], + [78.02956860194446, 21.42125497763037], + [77.88429576164997, 21.384136609031497], + [77.801719620851, 21.408882188097415], + [77.56163713741694, 21.396509398564454], + [77.48823612337341, 21.37451332828364], + [77.45459399193679, 21.55323139931526], + [77.5753998275501, 21.52711106585679], + [77.54328688390606, 21.704454382495854], + [77.47906099661796, 21.7704425933383], + [77.2802665835834, 21.75806980380534], + [77.20992394512501, 21.689332084177796], + [77.06159272924538, 21.712702908851163], + [77.04018410014933, 21.6975806105331], + [77.02336303443103, 21.687957329785245], + [77.00654196871272, 21.67833404903739], + [76.99889602974986, 21.6920815929629], + [76.90255719881772, 21.597223539876886], + [76.85515237724793, 21.613720592587498], + [76.78175136320439, 21.55873041688546], + [76.78328055099698, 21.46387236379945], + [76.62118664498416, 21.331895942114564], + [76.66247471538367, 21.281030029590177], + [76.62271583277675, 21.184797222111616], + [76.48967649482285, 21.19167099407437], + [76.47744299248225, 21.147678853512744], + [76.38263334934268, 21.076191625100094], + [76.1670178705898, 21.0789411338852], + [76.15937193162694, 21.254909696131712], + [76.09514604433885, 21.37176381949854], + [75.98657371106613, 21.36901431071344], + [75.60886432630045, 21.389635626601702] + ] + ] + } + }, + { + "type": "Feature", + "id": "Maharashtra", + "properties": { + "st_nm": "Maharashtra", + "st_code": "27" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.806484816915, 19.579084091612167], + [79.74378811741948, 19.60932868824829], + [79.47159269034137, 19.500723091236765], + [79.36607873265379, 19.576334582827066], + [79.25291883600335, 19.592831635537678], + [79.19022213650783, 19.459480459460238], + [79.09694168116084, 19.53234244226544], + [78.93637696294061, 19.5502142493686], + [78.95625640424407, 19.65607033759502], + [78.85991757331193, 19.689064443016242], + [78.84156731980104, 19.761926425821436], + [78.57548864389324, 19.818291355916024], + [78.43174499139133, 19.814167092738373], + [78.3812817942364, 19.880155303580814], + [78.30635159240029, 19.911774654609488], + [78.36446072851808, 19.78117298731715], + [78.34305209942205, 19.713810022082157], + [78.27576783654881, 19.691813951801343], + [78.30635159240029, 19.606579179463186], + [78.30940996798543, 19.48147652974105], + [78.21154194926072, 19.42786110843157], + [78.19319169574985, 19.316506002634945], + [78.17484144223896, 19.238145002259543], + [78.04180210428505, 19.271139107680767], + [77.94393408556034, 19.342626336093414], + [77.86288713255394, 19.304133213101988], + [77.8598287569688, 19.180405317772408], + [77.79713205747328, 19.073174475153436], + [77.84300769125048, 18.90820394804733], + [77.94852164893805, 18.84359049159744], + [77.83994931566534, 18.805097368606013], + [77.78795693071783, 18.682744227668984], + [77.72984779460003, 18.66624717495837], + [77.73902292135548, 18.5562668235543], + [77.59680845664613, 18.549393051591544], + [77.58457495430554, 18.446286472150227], + [77.52493663039517, 18.37204973495248], + [77.55093282286893, 18.292313980184527], + [77.4652983064848, 18.262069383548408], + [77.40871835815958, 18.301937260932384], + [77.4133059215373, 18.392671050840743], + [77.31696709060516, 18.442162208972576], + [77.26497470565766, 18.422915647476863], + [77.24662445214678, 18.37067498055993], + [77.06465110483052, 18.150714277751785], + [76.95149120818007, 18.18783264635066], + [76.9209074523286, 18.117720172330564], + [76.95302039597264, 18.040733926347713], + [76.90561557440286, 18.009114575319042], + [76.91937826453602, 17.915631276625582], + [76.77563461203411, 17.877138153634156], + [76.74046329280492, 17.89913422391497], + [76.79092648995984, 17.826272241109773], + [76.71446710033116, 17.780905346155592], + [76.68541253227227, 17.681923029891927], + [76.65635796421337, 17.71766664409825], + [76.52331862625945, 17.76028403026733], + [76.48967649482285, 17.659926959611113], + [76.4285089831199, 17.643429906900504], + [76.33217015218776, 17.596688257553772], + [76.33064096439519, 17.47021085343909], + [76.37192903479468, 17.435841993625317], + [76.38263334934268, 17.314863607080838], + [76.22971457008532, 17.365729519605225], + [76.07526660303539, 17.33685967736165], + [75.93152295053348, 17.323112133436144], + [75.89482244351171, 17.401473133811546], + [75.81377549050531, 17.372603291567977], + [75.63333133098162, 17.477084625401844], + [75.57369300707126, 17.383601326708384], + [75.60427676292272, 17.305240326332985], + [75.65473996007765, 17.27362097530431], + [75.62568539201875, 17.173263904648095], + [75.67309021358854, 17.115524220160957], + [75.66544427462567, 16.97942353529842], + [75.52934656108661, 16.969800254550563], + [75.46512067379852, 16.989046816046276], + [75.34125646260006, 16.956052710625055], + [75.28008895089712, 16.956052710625055], + [75.26479707297138, 16.862569411931595], + [75.18222093217241, 16.843322850435882], + [75.08894047682541, 16.9519284474474], + [74.90237956613144, 16.862569411931595], + [74.91920063184975, 16.773210376415786], + [74.85038718118393, 16.773210376415786], + [74.695939214134, 16.715470691928648], + [74.63018413905334, 16.58349427024376], + [74.57054581514296, 16.554624428000192], + [74.54454962266921, 16.635734937160695], + [74.31517145378317, 16.554624428000192], + [74.33199251950148, 16.45426735734398], + [74.31670064157575, 16.32641519883674], + [74.37328058990097, 16.26180174238685], + [74.48032373538112, 16.249428952853894], + [74.48032373538112, 16.147697127805127], + [74.3717514021084, 16.07895940817758], + [74.46350266966282, 16.039091530793606], + [74.38704328003413, 15.904365600323619], + [74.34575520963465, 15.764140652283427], + [74.2387120641545, 15.744894090787714], + [74.20965749609559, 15.780637704994037], + [74.1224937919189, 15.720148511721797], + [74.11790622854117, 15.651410792094254], + [73.99098364175757, 15.611542914710277], + [73.93899125681007, 15.742144582002613], + [73.87476536952197, 15.750393108357917], + [73.68514608324284, 15.728397038077103], + [73.58880725231072, 15.909864617893822], + [73.51081867488945, 15.93735970574484], + [73.41142146837217, 16.27279977752726], + [73.36860421018011, 16.363533567435617], + [73.34719558108408, 16.529878848934278], + [73.3517831444618, 16.61511362127243], + [73.30590751068459, 16.730592990246706], + [73.31814101302518, 16.804829727444456], + [73.2768529426257, 16.89143925417516], + [73.29673238392915, 16.984922552868625], + [73.28908644496629, 17.115524220160957], + [73.22333136988561, 17.26537244894901], + [73.24473999898164, 17.321737379043594], + [73.1835724872787, 17.384976081100938], + [73.17745573610841, 17.582940713628265], + [73.04441639815451, 17.981619487468024], + [72.97254457190354, 18.124593944293316], + [72.9694861963184, 18.242822822052695], + [73.02912452022876, 18.26481889233351], + [72.91443543578575, 18.354177927849317], + [72.89455599448229, 18.46278352486084], + [72.93431487708921, 18.54114452523624], + [72.85632629966796, 18.699241280379596], + [72.86855980200853, 18.79959835103581], + [72.8364468583645, 18.864211807485702], + [72.80280472692787, 18.90545443926223], + [72.83950523394964, 19.048428896087522], + [72.78598366120957, 19.129539405248025], + [72.78445447341699, 19.264265335718015], + [72.79821716355015, 19.304133213101988], + [72.71869939833633, 19.53921621422819], + [72.71564102275119, 19.646447056847162], + [72.65447351104824, 19.836163163019187], + [72.66364863780368, 19.9337707248903], + [72.73246208846949, 19.972263847881727], + [72.7079950837883, 20.073995672930494], + [72.77527934666155, 20.13173535741763], + [72.87314736538626, 20.22659341050364], + [72.96184025735553, 20.208721603400477], + [72.96489863294067, 20.127611094239974], + [73.1376968535015, 20.086368462463447], + [73.21109786754502, 20.120737322277222], + [73.24932756235937, 20.122112076669772], + [73.2997907595143, 20.21009635779303], + [73.4160090317499, 20.204597340222826], + [73.4037755294093, 20.386064920039544], + [73.46800141669739, 20.496045271443617], + [73.47258898007512, 20.584029552566875], + [73.40683390499444, 20.62389742995085], + [73.47411816786769, 20.720130237429416], + [73.61480344478446, 20.6252721843434], + [73.6530331395988, 20.564782991071162], + [73.74478440715322, 20.564782991071162], + [73.8380648625002, 20.62114792116575], + [73.87476536952197, 20.72975351817727], + [73.91758262771404, 20.724254500607067], + [73.94204963239521, 20.83973386958134], + [73.88852805965513, 20.9332171682748], + [73.84876917704823, 20.997830624724692], + [73.84876917704823, 20.999205379117246], + [73.80748110664874, 21.008828659865102], + [73.80136435547844, 21.029449975753366], + [73.73713846819035, 21.0789411338852], + [73.66679582973197, 21.154552625475496], + [73.8151270456116, 21.17379918697121], + [73.82277298457447, 21.270031994449774], + [73.94204963239521, 21.30027659108589], + [73.95887069811351, 21.395134644171904], + [74.04603440229022, 21.446000556696287], + [74.20965749609559, 21.462497609406896], + [74.32128820495346, 21.49824122361322], + [74.27541257117626, 21.56147992567056], + [74.16378186231839, 21.568353697633317], + [73.98180851500213, 21.522986802679135], + [73.98180851500213, 21.521612048286585], + [73.83500648691506, 21.520237293894034], + [73.81359785781903, 21.643965189223614], + [73.88088212069226, 21.714077663243714], + [73.82430217236704, 21.760819312590442], + [73.81665623340417, 21.840555067358395], + [73.93899125681007, 21.87354917277962], + [74.14696079660007, 21.950535418762467], + [74.28152932234656, 21.93403836605186], + [74.43291891381133, 22.03027117353042], + [74.4527983551148, 21.961533453902874], + [74.52467018136576, 21.91204229577104], + [74.5047907400623, 21.72645045277667], + [74.58277931748356, 21.664586505111878], + [74.77545697934782, 21.61509534698005], + [74.86262068352453, 21.63434190847576], + [75.05223996980365, 21.566978943240766], + [75.1072907303363, 21.462497609406896], + [75.21127550023131, 21.411631696882516], + [75.38254453299955, 21.380012345853842], + [75.60886432630045, 21.389635626601702], + [75.98657371106613, 21.36901431071344], + [76.09514604433885, 21.37176381949854], + [76.15937193162694, 21.254909696131712], + [76.1670178705898, 21.0789411338852], + [76.38263334934268, 21.076191625100094], + [76.47744299248225, 21.147678853512744], + [76.48967649482285, 21.19167099407437], + [76.62271583277675, 21.184797222111616], + [76.66247471538367, 21.281030029590177], + [76.62118664498416, 21.331895942114564], + [76.78328055099698, 21.46387236379945], + [76.78175136320439, 21.55873041688546], + [76.85515237724793, 21.613720592587498], + [76.90255719881772, 21.597223539876886], + [76.99889602974986, 21.6920815929629], + [77.00654196871272, 21.67833404903739], + [77.02336303443103, 21.687957329785245], + [77.04018410014933, 21.6975806105331], + [77.06159272924538, 21.712702908851163], + [77.20992394512501, 21.689332084177796], + [77.2802665835834, 21.75806980380534], + [77.47906099661796, 21.7704425933383], + [77.54328688390606, 21.704454382495854], + [77.5753998275501, 21.52711106585679], + [77.45459399193679, 21.55323139931526], + [77.48823612337341, 21.37451332828364], + [77.56163713741694, 21.396509398564454], + [77.801719620851, 21.408882188097415], + [77.88429576164997, 21.384136609031497], + [78.02956860194446, 21.42125497763037], + [78.17637063003153, 21.49961597800577], + [78.22377545160131, 21.551856644922708], + [78.34305209942205, 21.58897501352158], + [78.41951148905073, 21.57110320641842], + [78.4332741791839, 21.49686646922067], + [78.51126275660515, 21.52848582024934], + [78.58466377064869, 21.487243188472814], + [78.89967645591885, 21.50099073239832], + [78.91649752163715, 21.590349767914134], + [78.97460665775495, 21.61784485576515], + [79.07706223985738, 21.605472066232192], + [79.22386426794445, 21.64808945240127], + [79.23456858249247, 21.718201926421365], + [79.39207492512755, 21.674209785859738], + [79.49605969502255, 21.674209785859738], + [79.50982238515572, 21.595848785484336], + [79.53887695321461, 21.540858609782298], + [79.73920055404176, 21.602722557447088], + [79.91811552577286, 21.52436155707169], + [80.06644674165251, 21.55460615370781], + [80.12149750218515, 21.610971083802397], + [80.26829953027223, 21.61784485576515], + [80.37534267575238, 21.52436155707169], + [80.42274749732216, 21.440501539126082], + [80.52826145500974, 21.395134644171904], + [80.62154191035673, 21.320897906974153], + [80.66130079296364, 21.333270696507114], + [80.61389597139386, 21.226039853888146], + [80.46403556772165, 21.17517394136376], + [80.43956856304047, 21.096812940988357], + [80.46403556772165, 20.92909290509715], + [80.54661170852062, 20.93459192266735], + [80.56190358644636, 20.823236816870732], + [80.58025383995724, 20.67338858808268], + [80.52061551604687, 20.579905289389224], + [80.61695434697901, 20.585404306959425], + [80.59095815450526, 20.3929386920023], + [80.62612947373445, 20.33244949873006], + [80.39522211705584, 20.244465217606802], + [80.4319226240776, 20.135859620595284], + [80.50532363812113, 20.144108146950586], + [80.54508252072804, 20.10011600638896], + [80.52979064280231, 19.939269742460503], + [80.46862313109936, 19.82653988227133], + [80.54661170852062, 19.818291355916024], + [80.56343277423893, 19.759176917036335], + [80.67200510751165, 19.702811986941747], + [80.71482236570372, 19.616202460211042], + [80.8952665252274, 19.519969652732478], + [80.85244926703534, 19.364622406374227], + [80.75152287272549, 19.28763616039138], + [80.61236678360129, 19.309632230672193], + [80.5771954643721, 19.397616511795448], + [80.48238582123253, 19.33712731852321], + [80.39369292926327, 19.187279089735163], + [80.33252541756032, 19.144661703566086], + [80.32946704197516, 19.070424966368336], + [80.27135790585737, 18.942572807861104], + [80.34934648327862, 18.84771475477509], + [80.27441628144251, 18.765229491222037], + [80.2759454692351, 18.71986259626786], + [80.11843912660001, 18.679994718883883], + [80.01904192008273, 18.77072850879224], + [79.91352796239515, 18.825718684494277], + [79.96093278396494, 18.865586561878253], + [79.9395241548689, 19.03468135216201], + [79.8584772018625, 19.102044317397006], + [79.92881984032088, 19.158409247491594], + [79.97775384968324, 19.398991266188], + [79.94411171824662, 19.47047849460065], + [79.8645939530328, 19.510346371984625], + [79.806484816915, 19.579084091612167] + ] + ] + } + }, + { + "type": "Feature", + "id": "Chhattisgarh", + "properties": { + "st_nm": "Chhattisgarh", + "st_code": "22" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [82.01769036497643, 20.049250093864575], + [81.94581853872548, 20.10561502395916], + [81.87547590026709, 20.051999602649676], + [81.87547590026709, 20.050624848257126], + [81.84489214441561, 19.95164253199346], + [81.8693591490968, 19.902151373861628], + [81.96875635561408, 19.85953398769255], + [81.98557742133238, 19.801794303205412], + [82.06509518654622, 19.79079626806501], + [82.05897843537592, 19.628575249744003], + [82.02839467952444, 19.507596863199524], + [82.10026650577541, 19.517220143947377], + [82.12626269824915, 19.42923586282412], + [82.18895939774467, 19.42786110843157], + [82.16143401747834, 19.20240138805322], + [82.20578046346299, 19.12129087889272], + [82.2455393460699, 18.919201983187737], + [82.17672589540409, 18.902704930477128], + [82.1583756418932, 18.7886003158954], + [82.09109137901996, 18.737734403371018], + [81.89994290494826, 18.66074815738817], + [81.91064721949628, 18.570014367479807], + [81.7699619425795, 18.41879138429921], + [81.75008250127605, 18.354177927849317], + [81.65833123372164, 18.34730415588656], + [81.52987945914545, 18.240073313267594], + [81.52529189576774, 18.15346378653689], + [81.48094544978309, 18.051731961488123], + [81.48247463757566, 17.977495224290372], + [81.3998984967767, 17.89363520634477], + [81.39684012119154, 17.818023714754467], + [81.26532997103021, 17.811149942791715], + [81.16593276451293, 17.857891592138444], + [81.08488581150652, 17.797402398866204], + [81.01607236084072, 17.794652890081103], + [80.97019672706351, 18.04760769831047], + [80.97937185381895, 18.165836576069843], + [80.8662119571685, 18.139716242611378], + [80.85244926703534, 18.20570445345382], + [80.7561104361032, 18.169960839247498], + [80.74846449714033, 18.308811032895136], + [80.70564723894827, 18.439412700187475], + [80.63683378828246, 18.52327271813308], + [80.4548604409662, 18.630503560752047], + [80.37228430016722, 18.611256999256334], + [80.2759454692351, 18.71986259626786], + [80.27441628144251, 18.765229491222037], + [80.34934648327862, 18.84771475477509], + [80.27135790585737, 18.942572807861104], + [80.32946704197516, 19.070424966368336], + [80.33252541756032, 19.144661703566086], + [80.39369292926327, 19.187279089735163], + [80.48238582123253, 19.33712731852321], + [80.5771954643721, 19.397616511795448], + [80.61236678360129, 19.309632230672193], + [80.75152287272549, 19.28763616039138], + [80.85244926703534, 19.364622406374227], + [80.8952665252274, 19.519969652732478], + [80.71482236570372, 19.616202460211042], + [80.67200510751165, 19.702811986941747], + [80.56343277423893, 19.759176917036335], + [80.54661170852062, 19.818291355916024], + [80.46862313109936, 19.82653988227133], + [80.52979064280231, 19.939269742460503], + [80.54508252072804, 20.10011600638896], + [80.50532363812113, 20.144108146950586], + [80.4319226240776, 20.135859620595284], + [80.39522211705584, 20.244465217606802], + [80.62612947373445, 20.33244949873006], + [80.59095815450526, 20.3929386920023], + [80.61695434697901, 20.585404306959425], + [80.52061551604687, 20.579905289389224], + [80.58025383995724, 20.67338858808268], + [80.56190358644636, 20.823236816870732], + [80.54661170852062, 20.93459192266735], + [80.46403556772165, 20.92909290509715], + [80.43956856304047, 21.096812940988357], + [80.46403556772165, 21.17517394136376], + [80.61389597139386, 21.226039853888146], + [80.66130079296364, 21.333270696507114], + [80.73776018259233, 21.473495644547306], + [80.71482236570372, 21.661836996326777], + [80.7561104361032, 21.762194066982993], + [80.81727794780615, 21.762194066982993], + [80.84633251586504, 21.835056049788193], + [80.83256982573188, 21.896919997452983], + [80.90750002756799, 22.110006928298368], + [81.00383885850013, 22.05914101577399], + [81.04512692889962, 22.240608595590707], + [81.11852794294315, 22.291474508115087], + [81.11088200398028, 22.435823719332934], + [81.19345814477926, 22.490813895034968], + [81.24850890531191, 22.4591945440063], + [81.32802667052573, 22.525182754848743], + [81.4748286986128, 22.489439140642418], + [81.62163072669986, 22.5375555443817], + [81.64915610696619, 22.614541790364548], + [81.72867387218002, 22.669531966066586], + [81.73173224776517, 22.67640573802934], + [81.79442894726068, 22.76576477354515], + [81.7760786937498, 22.87437037055667], + [81.86171321013393, 22.88949266887473], + [81.95040610210319, 22.98297596756819], + [81.94276016314032, 23.079208775046755], + [82.12320432266401, 23.10395435411267], + [82.19966371229269, 23.314291776172958], + [82.10332488136055, 23.39815179411856], + [81.98557742133238, 23.414648846829174], + [81.91676397066658, 23.534252478981102], + [81.82042513973444, 23.51500591748539], + [81.75772844023892, 23.54937477729916], + [81.61092641215185, 23.512256408700285], + [81.613984787737, 23.663479391880884], + [81.69656092853597, 23.721219076368023], + [81.61092641215185, 23.8366984453423], + [81.60328047318899, 23.88481484908158], + [81.66750636047708, 23.924682726465555], + [81.72561549659487, 23.8394479541274], + [81.80972082518642, 23.80782860309873], + [81.92135153404429, 23.87106730515607], + [82.00698605042841, 23.861444024408215], + [82.08191625226452, 23.816077129454037], + [82.20883883904813, 23.85319549805291], + [82.26083122399564, 23.82157614702424], + [82.49785533184455, 23.784457778425363], + [82.63548223317616, 23.83807319973485], + [82.69359136929397, 23.919183708895353], + [82.81286801711471, 23.96180109506443], + [82.94743654286118, 23.87106730515607], + [83.09118019536311, 23.87106730515607], + [83.2073984675987, 23.921933217680454], + [83.32973349100459, 24.102026043104622], + [83.43218907310701, 24.08552899039401], + [83.51476521390599, 23.981047656560143], + [83.57134516223121, 23.862818778800765], + [83.7059136879777, 23.820201392631688], + [83.7747271386435, 23.6098639705714], + [83.93835023244888, 23.568621338794873], + [84.01633880987013, 23.634609549637318], + [84.01480962207756, 23.504007882344983], + [83.96281723713005, 23.385779004585604], + [84.07444794598793, 23.33353833766867], + [84.03774743896616, 23.171317319347665], + [84.06374363143992, 23.113577634860526], + [84.17843271588293, 22.98022645878309], + [84.37416875333236, 22.97885170439054], + [84.39710657022096, 22.927985791866156], + [84.32370555617743, 22.850999545883305], + [84.29312180032596, 22.772638545507903], + [84.23807103979331, 22.6915280363474], + [84.1524365234092, 22.636537860645365], + [84.08362307274338, 22.637912615037916], + [84.01022205869984, 22.57329915858802], + [84.01175124649241, 22.527932263633843], + [84.0469225657216, 22.468817824754154], + [84.01022205869984, 22.37121026288304], + [83.86342003061277, 22.343715175032024], + [83.80225251890982, 22.29422401690019], + [83.62792511055643, 22.203490226991832], + [83.5377030307946, 22.045393471848477], + [83.53923221858717, 21.965657717080525], + [83.59122460353467, 21.825432769040333], + [83.46124364116592, 21.6975806105331], + [83.48723983363966, 21.643965189223614], + [83.38325506374466, 21.62059436455025], + [83.33737942996746, 21.50099073239832], + [83.3985469416704, 21.40475792491976], + [83.39243019050011, 21.34289397725497], + [83.27468273047194, 21.37726283706874], + [83.27162435488678, 21.37726283706874], + [83.26856597930164, 21.37726283706874], + [83.19210658967296, 21.139430327157434], + [83.07741750522995, 21.11193523930642], + [82.96578679637207, 21.17517394136376], + [82.64006979655389, 21.154552625475496], + [82.63854060876132, 21.088564414633055], + [82.56055203134007, 20.946964712200312], + [82.4886802050891, 20.908471589208887], + [82.4596256370302, 20.825986325655833], + [82.33881980141689, 20.874102729395112], + [82.35258249155005, 20.700883675933703], + [82.37704949623122, 20.632145956306154], + [82.3327030502466, 20.56203348228606], + [82.43821700793417, 20.434181323778827], + [82.39998731311984, 20.340698025085366], + [82.42139594221587, 20.204597340222826], + [82.38622462298667, 20.145482901343136], + [82.39845812532727, 20.05612386582733], + [82.71805837397514, 19.988760900592336], + [82.69664974487911, 19.830664145448985], + [82.59419416277669, 19.775673969746947], + [82.53149746328117, 19.878780549188264], + [82.44586294689704, 19.910399900216934], + [82.34493655258719, 19.836163163019187], + [82.2684771629585, 19.975013356666828], + [82.18437183436696, 19.98463663741468], + [82.06968274992393, 20.05749862021988], + [82.01769036497643, 20.049250093864575] + ] + ] + } + }, + { + "type": "Feature", + "id": "Gujarat", + "properties": { + "st_nm": "Gujarat", + "st_code": "24" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [72.73552046405463, 21.474870398939856], + [72.70646589599573, 21.52711106585679], + [72.6101270650636, 21.580726487166274], + [72.70034914482544, 21.645339943616168], + [72.54284280219036, 21.733324224739427], + [72.62236056740419, 21.808935716329724], + [72.50920067075374, 21.94366164679971], + [72.56730980687153, 22.181494156711018], + [72.64835675987794, 22.21586301652479], + [72.75234152977295, 22.173245630355712], + [72.86703061421596, 22.21448826213224], + [72.9465483794298, 22.29284926250764], + [72.65906107442595, 22.279101718582133], + [72.51531742192404, 22.32171910475121], + [72.46026666139139, 22.25710564830132], + [72.37616133279984, 22.314845332788455], + [72.33793163798549, 22.177369893533367], + [72.2446511826385, 21.994527559324098], + [72.20489230003159, 21.891420979882778], + [72.24159280705337, 21.824058014647782], + [72.19418798548358, 21.749821277450035], + [72.3088770699266, 21.6247186277279], + [72.23547605588307, 21.455623837444143], + [72.10855346909946, 21.301651345478444], + [72.11314103247717, 21.198544766037124], + [71.8225953518882, 21.08031588827775], + [71.6773225115937, 20.99645587033214], + [71.51064104220318, 20.94421520341521], + [71.43724002815965, 20.86860371182491], + [71.32102175592405, 20.846607641544097], + [71.20633267148104, 20.79574172901971], + [71.05035551663852, 20.73112827256982], + [70.99989231948359, 20.74212630771023], + [70.92037455426977, 20.74212630771023], + [70.82709409892277, 20.689885640793293], + [70.44785552636452, 20.847982395936647], + [70.2398859865745, 20.99233160715449], + [70.09155477069487, 21.11468474809152], + [69.98145324962957, 21.227414608280696], + [69.7077286347589, 21.535359592212096], + [69.3713073203927, 21.829557032217988], + [69.39577432507387, 21.888671471097677], + [69.35142787908924, 21.839180312965844], + [69.21685935334277, 21.957409190725222], + [68.9660725553607, 22.23373482362795], + [68.9370179873018, 22.3107210696108], + [69.00583143796761, 22.43994798251059], + [69.16333778060269, 22.347839438209675], + [69.17862965852842, 22.21311350773969], + [69.34072356454124, 22.31209582400335], + [69.49058396821344, 22.33684140306927], + [69.54104716536837, 22.376709280453245], + [69.6205649305822, 22.37121026288304], + [69.75360426853611, 22.41795191222977], + [69.8637057896014, 22.463318807183953], + [69.97533649845927, 22.543054561951905], + [70.12519690213149, 22.552677842699758], + [70.2230649208562, 22.661283439711283], + [70.21847735747848, 22.717648369805868], + [70.29187837152202, 22.76576477354515], + [70.39892151700217, 22.90461496719279], + [70.44938471415709, 22.84412577392055], + [70.49678953572688, 22.933484809436358], + [70.56101542301496, 23.029717616914922], + [70.68946719759116, 23.117701898038177], + [70.71852176565005, 23.189189126450824], + [70.50443547468974, 23.176816336917867], + [70.42491770947592, 23.216684214301843], + [70.31175781282548, 23.215309459909292], + [70.1649557847384, 23.066835985513794], + [70.08085045614685, 22.91973726551085], + [69.92640248909692, 22.896366440837486], + [69.76889614646184, 22.82625396681739], + [69.64809031084852, 22.79600937018127], + [69.4171829541699, 22.81113166849933], + [69.13122483695865, 22.87437037055667], + [68.63270961657965, 23.169942564955115], + [68.5317832222698, 23.279922916359183], + [68.55013347578067, 23.355534407949484], + [68.40027307210846, 23.420147864399375], + [68.4155649500342, 23.48613607524182], + [68.32687205806492, 23.495759355989676], + [68.31005099234662, 23.57824461954273], + [68.14184033516352, 23.601615444216094], + [68.10055226476403, 23.678601690198946], + [68.17242409101499, 23.696473497302108], + [68.20912459803677, 23.875191568333722], + [68.33910556040551, 23.96592535824208], + [68.75351545219296, 23.971424375812287], + [68.76421976674098, 24.2958664124543], + [68.84832509533253, 24.23950148235971], + [68.94619311405724, 24.302740184417054], + [69.00277306238246, 24.2230044296491], + [69.09452432993687, 24.273870342173485], + [69.19392153645416, 24.23675197357461], + [69.31319818427491, 24.280744114136237], + [69.49211315600601, 24.26699657021073], + [69.59456873810845, 24.293116903669198], + [69.73219563944008, 24.170763762732168], + [70.02579969561421, 24.170763762732168], + [70.10990502420576, 24.294491658061748], + [70.57324892535556, 24.42234381656898], + [70.57171973756299, 24.25187427189267], + [70.66805856849513, 24.218880166471447], + [70.80568546982674, 24.220254920863997], + [70.87449892049256, 24.294491658061748], + [70.98612962935043, 24.365978886474394], + [71.04882632884595, 24.356355605726538], + [71.10234790158603, 24.43609136049449], + [70.99836313169102, 24.444339886849797], + [70.98612962935043, 24.595562870030395], + [71.11152302834147, 24.675298624798344], + [71.18798241797015, 24.65055304573243], + [71.28737962448743, 24.61618418591866], + [71.37760170424927, 24.625807466666515], + [71.47852809855914, 24.679422887976], + [71.60850906092789, 24.6766733791909], + [71.65591388249767, 24.639555010592023], + [71.79201159603672, 24.6766733791909], + [71.91893418282034, 24.672549116013244], + [72.05809027194452, 24.71241699339722], + [72.16513341742468, 24.62168320348886], + [72.33487326240035, 24.632681238629267], + [72.35322351591124, 24.56394351900172], + [72.5000255439983, 24.416844798998778], + [72.51990498530176, 24.50070481694438], + [72.68352807910713, 24.46358644834551], + [72.72787452509176, 24.367353640866945], + [72.95878188177038, 24.36047986890419], + [73.00159913996245, 24.480083501056118], + [73.08723365634657, 24.49795530815928], + [73.07652934179855, 24.396223483110514], + [73.15145954363466, 24.354980851333988], + [73.06735421504311, 24.194134587405532], + [73.1254633511609, 24.125396867777987], + [73.21415624313018, 24.077280464038704], + [73.24321081118907, 24.001668972448407], + [73.31661182523261, 24.05390963936534], + [73.40530471720187, 24.041536849832383], + [73.4160090317499, 23.924682726465555], + [73.37777933693555, 23.90406141057729], + [73.36860421018011, 23.814702375061483], + [73.47411816786769, 23.70472202365741], + [73.52305217723004, 23.6071144617863], + [73.5719861865924, 23.653856111133027], + [73.65609151518395, 23.620862005711807], + [73.62703694712505, 23.449017706642945], + [73.75548872170123, 23.45451672421315], + [73.83041892353734, 23.42564688196958], + [73.89158643524028, 23.33491309206122], + [73.95887069811351, 23.3802799870154], + [73.98180851500213, 23.337662600846322], + [74.1393148576372, 23.266175372433676], + [74.12708135529662, 23.175441582525316], + [74.24788719090994, 23.183690108880622], + [74.31975901716089, 23.059962213551042], + [74.39316003120443, 22.896366440837486], + [74.46044429407766, 22.907364475977893], + [74.46503185745539, 22.816630686069534], + [74.40233515795987, 22.731395913731376], + [74.37939734107127, 22.63516310625281], + [74.26317906883567, 22.64341163260812], + [74.15001917218522, 22.52105849167109], + [74.05826790463081, 22.549928333914657], + [74.11943541633374, 22.419326666622325], + [74.21577424726588, 22.44132273690314], + [74.18977805479214, 22.32034435035866], + [74.06897221917882, 22.35608796456498], + [74.05368034125308, 22.298348280077846], + [74.1224937919189, 22.211738753347138], + [74.12402297971147, 22.097634138765414], + [74.09496841165257, 22.01652362960491], + [74.14696079660007, 21.950535418762467], + [73.93899125681007, 21.87354917277962], + [73.81665623340417, 21.840555067358395], + [73.82430217236704, 21.760819312590442], + [73.88088212069226, 21.714077663243714], + [73.81359785781903, 21.643965189223614], + [73.83500648691506, 21.520237293894034], + [73.98180851500213, 21.521612048286585], + [73.98180851500213, 21.522986802679135], + [74.16378186231839, 21.568353697633317], + [74.27541257117626, 21.56147992567056], + [74.32128820495346, 21.49824122361322], + [74.20965749609559, 21.462497609406896], + [74.04603440229022, 21.446000556696287], + [73.95887069811351, 21.395134644171904], + [73.94204963239521, 21.30027659108589], + [73.82277298457447, 21.270031994449774], + [73.8151270456116, 21.17379918697121], + [73.66679582973197, 21.154552625475496], + [73.73713846819035, 21.0789411338852], + [73.80136435547844, 21.029449975753366], + [73.80748110664874, 21.008828659865102], + [73.84876917704823, 20.999205379117246], + [73.84876917704823, 20.997830624724692], + [73.88852805965513, 20.9332171682748], + [73.94204963239521, 20.83973386958134], + [73.91758262771404, 20.724254500607067], + [73.87476536952197, 20.72975351817727], + [73.8380648625002, 20.62114792116575], + [73.74478440715322, 20.564782991071162], + [73.6530331395988, 20.564782991071162], + [73.61480344478446, 20.6252721843434], + [73.47411816786769, 20.720130237429416], + [73.40683390499444, 20.62389742995085], + [73.47258898007512, 20.584029552566875], + [73.46800141669739, 20.496045271443617], + [73.4037755294093, 20.386064920039544], + [73.4160090317499, 20.204597340222826], + [73.2997907595143, 20.21009635779303], + [73.24932756235937, 20.122112076669772], + [73.21109786754502, 20.120737322277222], + [73.13463847791635, 20.199098322652624], + [73.16675142156039, 20.28845735816843], + [73.04288721036193, 20.325575726767305], + [72.93278568929664, 20.295331130131185], + [72.96184025735553, 20.208721603400477], + [72.87314736538626, 20.22659341050364], + [72.77527934666155, 20.13173535741763], + [72.74010802743236, 20.24309046321425], + [72.7783377222467, 20.336573761907715], + [72.82880091940163, 20.368193112936382], + [72.88691005551942, 20.461676411629846], + [72.90373112123774, 20.57578102621157], + [72.85479711187537, 20.750374834065532], + [72.72175777392147, 21.04869653724908], + [72.75081234198038, 21.062444081174586], + [72.62083137961162, 21.09956244977346], + [72.63765244532992, 21.210917555570084], + [72.59789356272302, 21.316773643796502], + [72.65447351104824, 21.34564348604007], + [72.69270320586257, 21.461122855014345], + [72.73552046405463, 21.474870398939856] + ] + ], + [ + [ + [72.35628189149638, 21.797937681189318], + [72.31040625771918, 21.840555067358395], + [72.29205600420829, 21.967032471473075], + [72.37463214500727, 22.028896419137865], + [72.43732884450279, 21.9271645940891], + [72.35628189149638, 21.797937681189318] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "Odisha", + "properties": { + "st_nm": "Odisha", + "st_code": "21", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [85.68315350377537, 22.05776626138144], + [85.74890857885603, 22.074263314092047], + [85.78407989808522, 21.984904278576238], + [85.89723979473567, 21.983529524183687], + [86.00887050359354, 22.115505945868577], + [86.03180832048216, 22.18974268306632], + [85.97369918436435, 22.24748236755346], + [86.028749944897, 22.334091894284168], + [86.01804563034898, 22.426200438585077], + [85.96299486981634, 22.485314877464766], + [86.06697963971135, 22.556802105877413], + [86.11897202465885, 22.486689631857317], + [86.28259511846423, 22.44819650886589], + [86.3590545080929, 22.349214192602226], + [86.42939714655128, 22.316220087181005], + [86.49668140942453, 22.346464683817125], + [86.55479054554232, 22.298348280077846], + [86.72758876610314, 22.21586301652479], + [86.83769028716844, 22.097634138765414], + [86.96461287395205, 22.085261349232454], + [87.02883876124014, 22.038519699885725], + [87.00131338097381, 21.913417050163595], + [87.10071058749111, 21.86392589203176], + [87.10835652645397, 21.924415085304], + [87.24292505220045, 21.964282962687975], + [87.24904180337074, 21.854302611283906], + [87.28268393480735, 21.80343669875952], + [87.44171946523501, 21.767693084553198], + [87.48453672342708, 21.61509534698005], + [87.40807733379839, 21.544982872959952], + [87.21998723531183, 21.535359592212096], + [87.14811540906088, 21.50923925875363], + [86.94932099602632, 21.35801627557303], + [86.85909891626447, 21.213667064355185], + [86.85298216509418, 21.094063432203257], + [86.97684637629264, 20.860355185469604], + [86.9676712495372, 20.79161746584206], + [86.86521566743477, 20.783368939486756], + [86.80557734352439, 20.735252535747474], + [86.86062810405704, 20.775120413131447], + [87.02272201006984, 20.770996149953795], + [87.05636414150646, 20.714631219859207], + [86.78875627780609, 20.534538394435042], + [86.73676389285859, 20.461676411629846], + [86.7765227754655, 20.33519900751516], + [86.68018394453335, 20.263711779102515], + [86.53338191644629, 20.18122651554946], + [86.36975882264092, 19.98188712862958], + [86.22754435793158, 19.900776619469077], + [85.88500629239508, 19.812792338345822], + [85.67856594039765, 19.745429373110827], + [85.35284894057946, 19.588707372360027], + [85.17240478105577, 19.467728985815548], + [85.07912432570879, 19.375620441514634], + [84.98125630698408, 19.316506002634945], + [84.81151646200841, 19.15703449309904], + [84.7656408282312, 19.07729873833109], + [84.70141494094311, 19.118541370107618], + [84.62342636352186, 19.085547264686397], + [84.5913134198778, 19.023683317021607], + [84.51485403024913, 19.049803650480072], + [84.42310276269471, 18.949446579823856], + [84.4353362650353, 18.924701000757942], + [84.3191179927997, 18.7886003158954], + [84.22430834966015, 18.79959835103581], + [84.08973982391367, 18.75835571925928], + [84.0362182511736, 18.81747015813897], + [83.8909454108791, 18.81609540374642], + [83.79307739215439, 19.018184299451402], + [83.74720175837717, 18.993438720385484], + [83.75637688513262, 18.91095345683243], + [83.66309642978564, 19.099294808611905], + [83.60804566925299, 19.0965452998268], + [83.48112308246937, 19.03468135216201], + [83.45971445337334, 18.956320351786612], + [83.34808374451546, 19.018184299451402], + [83.317499988664, 18.97419215888977], + [83.41230963180357, 18.873835088233555], + [83.20434009201355, 18.752856701689076], + [83.13552664134774, 18.7858508071103], + [82.99942892780868, 18.608507490471233], + [83.04377537379332, 18.545268788413892], + [83.01930836911214, 18.457284507290638], + [83.07741750522995, 18.40366908598115], + [82.96884517195721, 18.361051699812073], + [82.8939149701211, 18.381673015700336], + [82.80675126594441, 18.451785489720432], + [82.77310913450779, 18.34180513831636], + [82.58654822381381, 18.27719168186647], + [82.60642766511727, 18.366550717382275], + [82.48562182950396, 18.52877173570328], + [82.42751269338616, 18.486154349534203], + [82.36175761830549, 18.421540893084313], + [82.38316624740152, 18.367925471774825], + [82.3143527967357, 18.185083137565556], + [82.35105330375748, 18.172710348032602], + [82.31894036011343, 18.044858189525364], + [82.25012690944762, 17.992617522608434], + [82.16755076864864, 18.053106715880674], + [82.0314530551096, 18.069603768591282], + [81.9794606701621, 18.013238838496697], + [81.80972082518642, 17.95687390840211], + [81.71644036983943, 17.875763399241606], + [81.61704316332215, 17.82352273232467], + [81.39684012119154, 17.818023714754467], + [81.3998984967767, 17.89363520634477], + [81.48247463757566, 17.977495224290372], + [81.48094544978309, 18.051731961488123], + [81.52529189576774, 18.15346378653689], + [81.52987945914545, 18.240073313267594], + [81.65833123372164, 18.34730415588656], + [81.75008250127605, 18.354177927849317], + [81.7699619425795, 18.41879138429921], + [81.91064721949628, 18.570014367479807], + [81.89994290494826, 18.66074815738817], + [82.09109137901996, 18.737734403371018], + [82.1583756418932, 18.7886003158954], + [82.17672589540409, 18.902704930477128], + [82.2455393460699, 18.919201983187737], + [82.20578046346299, 19.12129087889272], + [82.16143401747834, 19.20240138805322], + [82.18895939774467, 19.42786110843157], + [82.12626269824915, 19.42923586282412], + [82.10026650577541, 19.517220143947377], + [82.02839467952444, 19.507596863199524], + [82.05897843537592, 19.628575249744003], + [82.06509518654622, 19.79079626806501], + [81.98557742133238, 19.801794303205412], + [81.96875635561408, 19.85953398769255], + [81.8693591490968, 19.902151373861628], + [81.84489214441561, 19.95164253199346], + [81.87547590026709, 20.050624848257126], + [81.87547590026709, 20.051999602649676], + [81.94581853872548, 20.10561502395916], + [82.01769036497643, 20.049250093864575], + [82.06968274992393, 20.05749862021988], + [82.18437183436696, 19.98463663741468], + [82.2684771629585, 19.975013356666828], + [82.34493655258719, 19.836163163019187], + [82.44586294689704, 19.910399900216934], + [82.53149746328117, 19.878780549188264], + [82.59419416277669, 19.775673969746947], + [82.69664974487911, 19.830664145448985], + [82.71805837397514, 19.988760900592336], + [82.39845812532727, 20.05612386582733], + [82.38622462298667, 20.145482901343136], + [82.42139594221587, 20.204597340222826], + [82.39998731311984, 20.340698025085366], + [82.43821700793417, 20.434181323778827], + [82.3327030502466, 20.56203348228606], + [82.37704949623122, 20.632145956306154], + [82.35258249155005, 20.700883675933703], + [82.33881980141689, 20.874102729395112], + [82.4596256370302, 20.825986325655833], + [82.4886802050891, 20.908471589208887], + [82.56055203134007, 20.946964712200312], + [82.63854060876132, 21.088564414633055], + [82.64006979655389, 21.154552625475496], + [82.96578679637207, 21.17517394136376], + [83.07741750522995, 21.11193523930642], + [83.19210658967296, 21.139430327157434], + [83.26856597930164, 21.37726283706874], + [83.27162435488678, 21.37726283706874], + [83.27468273047194, 21.37726283706874], + [83.39243019050011, 21.34289397725497], + [83.3985469416704, 21.40475792491976], + [83.33737942996746, 21.50099073239832], + [83.38325506374466, 21.62059436455025], + [83.48723983363966, 21.643965189223614], + [83.46124364116592, 21.6975806105331], + [83.59122460353467, 21.825432769040333], + [83.53923221858717, 21.965657717080525], + [83.5377030307946, 22.045393471848477], + [83.62792511055643, 22.203490226991832], + [83.80225251890982, 22.29422401690019], + [83.86342003061277, 22.343715175032024], + [84.01022205869984, 22.37121026288304], + [84.0469225657216, 22.468817824754154], + [84.01175124649241, 22.527932263633843], + [84.11114845300969, 22.47706635110946], + [84.19678296939382, 22.3780840348458], + [84.29159261253338, 22.342340420639474], + [84.42921951386501, 22.351963701387326], + [84.53473347155258, 22.427575192977628], + [84.75034895030547, 22.419326666622325], + [84.80998727421584, 22.453695526436093], + [84.95831849009548, 22.44544700008079], + [85.06994919895335, 22.490813895034968], + [85.07759513791622, 22.25710564830132], + [85.02866112855386, 22.12237971783133], + [85.18005072001864, 22.072888559699496], + [85.23815985613645, 22.009649857642156], + [85.27486036315821, 22.082511840447353], + [85.3971953865641, 22.163622349607856], + [85.68315350377537, 22.05776626138144] + ] + ] + } + }, + { + "type": "Feature", + "id": "Andhra Pradesh", + "properties": { + "st_nm": "Andhra Pradesh", + "st_code": "37", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.26829953027223, 13.56453362420199], + [80.21477795753215, 13.490296887004241], + [80.07868024399309, 13.488922132611691], + [80.03739217359362, 13.538413290743524], + [79.94564090603919, 13.363819482889559], + [79.80954319250014, 13.317077833542829], + [79.79425131457441, 13.240091587559977], + [79.70250004702, 13.222219780456816], + [79.68262060571654, 13.296456517654565], + [79.53428938983689, 13.275835201766302], + [79.53734776542204, 13.339073903823643], + [79.40583761526071, 13.334949640645991], + [79.43795055890476, 13.187850920643044], + [79.28350259185483, 13.123237464193153], + [79.22845183132218, 13.157606324006924], + [79.23456858249247, 13.10536565708999], + [79.1626967562415, 13.020130884751834], + [78.9944860990584, 13.086119095594277], + [78.89203051695598, 13.095742376342134], + [78.7513452400392, 13.054499744565607], + [78.62136427767045, 12.991261042508267], + [78.60301402415956, 12.84416232250532], + [78.59230970961156, 12.78229837484053], + [78.41186555008787, 12.626951128482279], + [78.30176402902256, 12.665444251473703], + [78.23142139056418, 12.760302304559715], + [78.25283001966021, 12.860659375215931], + [78.31246834357059, 12.85928462082338], + [78.35528560176265, 12.940395129983884], + [78.46691631062052, 12.974763989797655], + [78.5143211321903, 13.061373516528363], + [78.58619295844126, 13.275835201766302], + [78.44397849373192, 13.308829307187523], + [78.36446072851808, 13.362444728497008], + [78.37363585527352, 13.509543448499954], + [78.40116123553985, 13.587904448875356], + [78.32623103370375, 13.59477822083811], + [78.19625007133499, 13.568657887379644], + [78.20389601029785, 13.629147080651883], + [78.12131986949888, 13.71575660738259], + [78.1259074328766, 13.787243835795236], + [78.11520311832858, 13.862855327385535], + [78.00051403388557, 13.872478608133392], + [77.9699302780341, 13.959088134864098], + [77.81395312319158, 13.915095994302469], + [77.78184017954754, 13.818863186823906], + [77.62127546132731, 13.767997274299523], + [77.45612317972936, 13.682762501961367], + [77.46988586986252, 13.758373993551668], + [77.43318536284076, 13.843608765889822], + [77.3261422173606, 13.833985485141966], + [77.18086937706612, 13.869729099348291], + [77.1579315601775, 13.806490397290949], + [77.06465110483052, 13.743251695233607], + [76.97748740065381, 13.827111713179212], + [77.04171328794192, 13.932967801405631], + [76.93161176687661, 14.030575363276744], + [76.94843283259492, 14.095188819726637], + [76.89491125985485, 14.168050802531834], + [77.00348359312757, 14.198295399167954], + [77.02795059780875, 14.062194714305416], + [77.17322343810325, 14.012703556173584], + [77.32155465398289, 14.030575363276744], + [77.39801404361157, 13.906847467947163], + [77.43471455063333, 13.948090099723691], + [77.3903681046487, 14.016827819351235], + [77.39342648023384, 14.17492457449459], + [77.50352800129914, 14.157052767391427], + [77.47906099661796, 14.291778697861416], + [77.40871835815958, 14.337145592815595], + [77.36437191217495, 14.275281645150805], + [77.13805211887404, 14.337145592815595], + [77.11664348977803, 14.225790487018973], + [77.00501278092014, 14.235413767766829], + [76.88420694530683, 14.348143627956002], + [76.90102801102515, 14.489743330388745], + [76.80621836788558, 14.530985962165271], + [76.76493029748609, 14.602473190577918], + [76.77563461203411, 14.68083419095332], + [76.83680212373704, 14.790814542357392], + [76.86738587958853, 14.969532613389008], + [76.76034273410838, 14.988779174884721], + [76.80010161671528, 15.09601001750369], + [76.9851333396167, 15.014899508343188], + [77.11358511419287, 15.0341460698389], + [77.15640237238493, 15.14000215806532], + [77.12581861653346, 15.226611684796026], + [77.15181480900722, 15.29259989563847], + [77.06312191703795, 15.328343509844792], + [77.03253816118647, 15.435574352463762], + [77.0310089733939, 15.634913739383641], + [77.0830013583414, 15.659659318449558], + [77.02642141001618, 15.837002635088623], + [77.07229704379338, 15.909864617893822], + [77.24815363993935, 15.964854793595858], + [77.51423231584715, 15.927736424996983], + [77.65950515614165, 15.885119038827906], + [77.80324880864357, 15.874121003687499], + [77.88735413723512, 15.905740354716169], + [78.08309017468454, 15.841126898266277], + [78.17484144223896, 15.857623950976889], + [78.24824245628248, 15.971728565558612], + [78.25588839524536, 16.008846934157486], + [78.4103363622953, 16.07483514499993], + [78.55102163921207, 16.043215793971257], + [78.60148483636699, 16.084458425747783], + [78.74064092549119, 16.008846934157486], + [78.92261427280745, 16.12295154873921], + [78.90426401929656, 16.18344074201145], + [79.0296574182876, 16.241180426498588], + [79.15810919286379, 16.209561075469917], + [79.21468914118901, 16.226058128180526], + [79.21010157781129, 16.356659795472865], + [79.21927670456672, 16.512007041831115], + [79.25750639938107, 16.5656224631406], + [79.4180711176013, 16.58074476145866], + [79.4471256856602, 16.619237884450087], + [79.54193532879977, 16.632985428375594], + [79.67956223013138, 16.693474621647834], + [79.79272212678183, 16.725093972676504], + [79.87682745537339, 16.69759888482549], + [79.94869928162434, 16.635734937160695], + [80.05574242710449, 16.744340534172217], + [80.07256349282281, 16.817202516977414], + [80.03892136138619, 16.91755958763363], + [80.05574242710449, 16.971175008943113], + [80.18725257726582, 17.02066616707495], + [80.30652922508656, 16.973924517728214], + [80.3218211030123, 16.879066464642207], + [80.56954952540923, 16.76771135884558], + [80.56343277423893, 16.832324815295472], + [80.60166246905327, 16.918934342026184], + [80.53437820618004, 16.96155172819526], + [80.36310917341179, 16.97667402651332], + [80.50532363812113, 17.06878257081423], + [80.58025383995724, 17.152642588759832], + [80.69953048777798, 17.08390486913229], + [80.84480332807247, 17.03991272857066], + [80.87691627171652, 17.07015732520678], + [80.87997464730167, 17.160891115115138], + [80.94114215900461, 17.218630799602277], + [80.99466373174468, 17.191135711751258], + [81.1735787034758, 17.231003589135234], + [81.1903997691941, 17.324486887828698], + [81.27450509778566, 17.31761311586594], + [81.30967641701486, 17.409721660166852], + [81.02065992421844, 17.51970201157092], + [80.91055840315315, 17.6379308893303], + [80.88609139847196, 17.735538451201414], + [80.97325510264866, 17.77953059176304], + [81.05888961903278, 17.732788942416313], + [81.08488581150652, 17.797402398866204], + [81.16593276451293, 17.857891592138444], + [81.26532997103021, 17.811149942791715], + [81.39684012119154, 17.818023714754467], + [81.61704316332215, 17.82352273232467], + [81.71644036983943, 17.875763399241606], + [81.80972082518642, 17.95687390840211], + [81.9794606701621, 18.013238838496697], + [82.0314530551096, 18.069603768591282], + [82.16755076864864, 18.053106715880674], + [82.25012690944762, 17.992617522608434], + [82.31894036011343, 18.044858189525364], + [82.35105330375748, 18.172710348032602], + [82.3143527967357, 18.185083137565556], + [82.38316624740152, 18.367925471774825], + [82.36175761830549, 18.421540893084313], + [82.42751269338616, 18.486154349534203], + [82.48562182950396, 18.52877173570328], + [82.60642766511727, 18.366550717382275], + [82.58654822381381, 18.27719168186647], + [82.77310913450779, 18.34180513831636], + [82.80675126594441, 18.451785489720432], + [82.8939149701211, 18.381673015700336], + [82.96884517195721, 18.361051699812073], + [83.07741750522995, 18.40366908598115], + [83.01930836911214, 18.457284507290638], + [83.04377537379332, 18.545268788413892], + [82.99942892780868, 18.608507490471233], + [83.13552664134774, 18.7858508071103], + [83.20434009201355, 18.752856701689076], + [83.41230963180357, 18.873835088233555], + [83.317499988664, 18.97419215888977], + [83.34808374451546, 19.018184299451402], + [83.45971445337334, 18.956320351786612], + [83.48112308246937, 19.03468135216201], + [83.60804566925299, 19.0965452998268], + [83.66309642978564, 19.099294808611905], + [83.75637688513262, 18.91095345683243], + [83.74720175837717, 18.993438720385484], + [83.79307739215439, 19.018184299451402], + [83.8909454108791, 18.81609540374642], + [84.0362182511736, 18.81747015813897], + [84.08973982391367, 18.75835571925928], + [84.22430834966015, 18.79959835103581], + [84.3191179927997, 18.7886003158954], + [84.4353362650353, 18.924701000757942], + [84.42310276269471, 18.949446579823856], + [84.51485403024913, 19.049803650480072], + [84.5913134198778, 19.023683317021607], + [84.62342636352186, 19.085547264686397], + [84.70141494094311, 19.118541370107618], + [84.76411164043863, 19.074549229545987], + [84.6035469222184, 18.890332140944167], + [84.5515545372709, 18.78997507028795], + [84.4934454011531, 18.740483912156122], + [84.3542893120289, 18.55489206916175], + [84.14784896003147, 18.37342448934503], + [84.12796951872801, 18.31293529607279], + [83.93529185686373, 18.208453962238924], + [83.66309642978564, 18.07922704933914], + [83.51935277728371, 17.950000136439353], + [83.41995557076643, 17.856516837745893], + [83.3465545567229, 17.725915170453558], + [83.1615228338215, 17.559569888954897], + [83.02083755690472, 17.507329222037967], + [82.99178298884581, 17.472960362224192], + [82.7027664960494, 17.34373344932441], + [82.54220177782918, 17.248875396238397], + [82.31894036011343, 17.05778453567382], + [82.24859772165505, 16.935431394736792], + [82.24859772165505, 16.876316955857103], + [82.36175761830549, 16.85569563996884], + [82.31741117232086, 16.661855270619164], + [82.3143527967357, 16.558748691177847], + [82.23330584372931, 16.542251638467235], + [81.95652285327348, 16.39652767285684], + [81.84947970779334, 16.373156848183477], + [81.71491118204686, 16.311292900518684], + [81.55281727603405, 16.347036514725005], + [81.39225255781382, 16.342912251547354], + [81.26532997103021, 16.278298795097463], + [81.21333758608272, 16.208186321077367], + [81.14758251100204, 15.974478074343715], + [81.01454317304814, 15.850750179014133], + [81.00842642187786, 15.75451737153557], + [80.93808378341946, 15.716024248544146], + [80.83104063793931, 15.70640096779629], + [80.77446068961409, 15.867247231724743], + [80.67965104647453, 15.885119038827906], + [80.53590739397261, 15.852124933406683], + [80.41815993394444, 15.7985095120972], + [80.315704351842, 15.7228980205069], + [80.25147846455391, 15.633538984991091], + [80.20560283077671, 15.474067475455188], + [80.12302668997773, 15.368211387228769], + [80.04045054917876, 15.009400490772984], + [80.10926399984457, 14.738573875440457], + [80.19642770402126, 14.585976137867307], + [80.16890232375493, 14.350893136741103], + [80.1306726289406, 14.228539995804073], + [80.14596450686633, 14.041573398417153], + [80.25453684013907, 13.783119572617583], + [80.23312821104304, 13.6566421685029], + [80.26829953027223, 13.56453362420199] + ], + [ + [82.18590102215953, 16.737466762209465], + [82.19966371229269, 16.720969709498853], + [82.23942259489961, 16.7168454463212], + [82.26694797516593, 16.694849376040384], + [82.27000635075107, 16.722344463891403], + [82.18590102215953, 16.737466762209465] + ] + ] + } + }, + { + "type": "Feature", + "id": "Karnataka", + "properties": { + "st_nm": "Karnataka", + "st_code": "29", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.28791252254626, 16.4089004623898], + [77.41483510932987, 16.36765783061327], + [77.48976531116598, 16.38552963771643], + [77.59375008106099, 16.342912251547354], + [77.50046962571399, 16.221933865002875], + [77.51423231584715, 15.927736424996983], + [77.24815363993935, 15.964854793595858], + [77.07229704379338, 15.909864617893822], + [77.02642141001618, 15.837002635088623], + [77.0830013583414, 15.659659318449558], + [77.0310089733939, 15.634913739383641], + [77.03253816118647, 15.435574352463762], + [77.06312191703795, 15.328343509844792], + [77.15181480900722, 15.29259989563847], + [77.12581861653346, 15.226611684796026], + [77.15640237238493, 15.14000215806532], + [77.11358511419287, 15.0341460698389], + [76.9851333396167, 15.014899508343188], + [76.80010161671528, 15.09601001750369], + [76.76034273410838, 14.988779174884721], + [76.86738587958853, 14.969532613389008], + [76.83680212373704, 14.790814542357392], + [76.77563461203411, 14.68083419095332], + [76.76493029748609, 14.602473190577918], + [76.80621836788558, 14.530985962165271], + [76.90102801102515, 14.489743330388745], + [76.88420694530683, 14.348143627956002], + [77.00501278092014, 14.235413767766829], + [77.11664348977803, 14.225790487018973], + [77.13805211887404, 14.337145592815595], + [77.36437191217495, 14.275281645150805], + [77.40871835815958, 14.337145592815595], + [77.47906099661796, 14.291778697861416], + [77.50352800129914, 14.157052767391427], + [77.39342648023384, 14.17492457449459], + [77.3903681046487, 14.016827819351235], + [77.43471455063333, 13.948090099723691], + [77.39801404361157, 13.906847467947163], + [77.32155465398289, 14.030575363276744], + [77.17322343810325, 14.012703556173584], + [77.02795059780875, 14.062194714305416], + [77.00348359312757, 14.198295399167954], + [76.89491125985485, 14.168050802531834], + [76.94843283259492, 14.095188819726637], + [76.93161176687661, 14.030575363276744], + [77.04171328794192, 13.932967801405631], + [76.97748740065381, 13.827111713179212], + [77.06465110483052, 13.743251695233607], + [77.1579315601775, 13.806490397290949], + [77.18086937706612, 13.869729099348291], + [77.3261422173606, 13.833985485141966], + [77.43318536284076, 13.843608765889822], + [77.46988586986252, 13.758373993551668], + [77.45612317972936, 13.682762501961367], + [77.62127546132731, 13.767997274299523], + [77.78184017954754, 13.818863186823906], + [77.81395312319158, 13.915095994302469], + [77.9699302780341, 13.959088134864098], + [78.00051403388557, 13.872478608133392], + [78.11520311832858, 13.862855327385535], + [78.1259074328766, 13.787243835795236], + [78.12131986949888, 13.71575660738259], + [78.20389601029785, 13.629147080651883], + [78.19625007133499, 13.568657887379644], + [78.32623103370375, 13.59477822083811], + [78.40116123553985, 13.587904448875356], + [78.37363585527352, 13.509543448499954], + [78.36446072851808, 13.362444728497008], + [78.44397849373192, 13.308829307187523], + [78.58619295844126, 13.275835201766302], + [78.5143211321903, 13.061373516528363], + [78.46691631062052, 12.974763989797655], + [78.35528560176265, 12.940395129983884], + [78.31246834357059, 12.85928462082338], + [78.25283001966021, 12.860659375215931], + [78.23142139056418, 12.760302304559715], + [78.13355337183947, 12.78229837484053], + [78.05709398221079, 12.852410848860625], + [77.97910540478954, 12.835913796150015], + [77.92864220763461, 12.890903971852051], + [77.86594550813909, 12.870282655963788], + [77.8307741889099, 12.866158392786133], + [77.79254449409555, 12.749304269419309], + [77.73902292135548, 12.672318023436457], + [77.60139602002386, 12.668193760258806], + [77.58763332989069, 12.514221268293104], + [77.63503815146048, 12.488100934834637], + [77.61515871015702, 12.367122548290158], + [77.55093282286893, 12.291511056699859], + [77.4714150576551, 12.243394652960578], + [77.50505718909172, 12.198027758006397], + [77.6105711467793, 12.206276284361703], + [77.74666886031835, 12.15541037183732], + [77.77572342837725, 12.112792985668243], + [77.708439165504, 12.035806739685391], + [77.67632622185997, 11.951946721739787], + [77.4943528745437, 11.943698195384481], + [77.42859779946303, 11.767729633137968], + [77.29250008592399, 11.808972264914495], + [77.11052673860773, 11.77322865070817], + [77.01265871988302, 11.814471282484696], + [76.90867394998801, 11.795224720988985], + [76.83527293594447, 11.654999772948793], + [76.84750643828507, 11.594510579676554], + [76.75728435852322, 11.61788140434992], + [76.56001913328123, 11.62200566752757], + [76.51108512391887, 11.704490931080626], + [76.41780466857188, 11.671496825659403], + [76.41321710519416, 11.758106352390111], + [76.3184074620546, 11.751232580427356], + [76.20677675319672, 11.861212931831428], + [76.11349629784974, 11.858463423046327], + [76.11349629784974, 11.979441809590806], + [76.00339477678443, 11.931325405851524], + [75.93611051391119, 11.94094868659938], + [75.87035543883053, 11.951946721739787], + [75.79389604920185, 12.056428055573654], + [75.63638970656677, 12.148536599874566], + [75.5767513826564, 12.15678512622987], + [75.48500011510198, 12.290136302307308], + [75.4146574766436, 12.290136302307308], + [75.42230341560646, 12.372621565860362], + [75.36572346728124, 12.412489443244338], + [75.41618666443617, 12.499098969975044], + [75.28008895089712, 12.52384454904096], + [75.11187829371403, 12.680566549791763], + [74.98189733134527, 12.738306234278902], + [74.86873743469482, 12.758927550167165], + [74.82286180091761, 12.846911831290422], + [74.77698616714041, 13.07099679727622], + [74.71734784323003, 13.314328324757728], + [74.66994302166025, 13.634646098222087], + [74.58277931748356, 13.926094029442876], + [74.51549505461031, 13.986583222715115], + [74.46961942083311, 14.188672118420097], + [74.44209404056679, 14.224415732626422], + [74.394689218997, 14.418256101976098], + [74.35493033639008, 14.508989891884458], + [74.26929582000596, 14.627218769643834], + [74.26317906883567, 14.719327313944746], + [74.11790622854117, 14.785315524787187], + [74.08579328489714, 14.900794893761462], + [74.20201155713272, 14.925540472827379], + [74.29682120027229, 15.041019841801655], + [74.2723541955911, 15.097384771896241], + [74.31670064157575, 15.18674380741205], + [74.26012069325053, 15.241733983114086], + [74.32587576833119, 15.282976614890613], + [74.32281739274605, 15.368211387228769], + [74.27541257117626, 15.391582211902133], + [74.25094556649508, 15.491939282558349], + [74.2784709467614, 15.522183879194468], + [74.23718287636191, 15.667907844804864], + [74.11790622854117, 15.651410792094254], + [74.1224937919189, 15.720148511721797], + [74.20965749609559, 15.780637704994037], + [74.2387120641545, 15.744894090787714], + [74.34575520963465, 15.764140652283427], + [74.38704328003413, 15.904365600323619], + [74.46350266966282, 16.039091530793606], + [74.3717514021084, 16.07895940817758], + [74.48032373538112, 16.147697127805127], + [74.48032373538112, 16.249428952853894], + [74.37328058990097, 16.26180174238685], + [74.31670064157575, 16.32641519883674], + [74.33199251950148, 16.45426735734398], + [74.31517145378317, 16.554624428000192], + [74.54454962266921, 16.635734937160695], + [74.57054581514296, 16.554624428000192], + [74.63018413905334, 16.58349427024376], + [74.695939214134, 16.715470691928648], + [74.85038718118393, 16.773210376415786], + [74.91920063184975, 16.773210376415786], + [74.90237956613144, 16.862569411931595], + [75.08894047682541, 16.9519284474474], + [75.18222093217241, 16.843322850435882], + [75.26479707297138, 16.862569411931595], + [75.28008895089712, 16.956052710625055], + [75.34125646260006, 16.956052710625055], + [75.46512067379852, 16.989046816046276], + [75.52934656108661, 16.969800254550563], + [75.66544427462567, 16.97942353529842], + [75.67309021358854, 17.115524220160957], + [75.62568539201875, 17.173263904648095], + [75.65473996007765, 17.27362097530431], + [75.60427676292272, 17.305240326332985], + [75.57369300707126, 17.383601326708384], + [75.63333133098162, 17.477084625401844], + [75.81377549050531, 17.372603291567977], + [75.89482244351171, 17.401473133811546], + [75.93152295053348, 17.323112133436144], + [76.07526660303539, 17.33685967736165], + [76.22971457008532, 17.365729519605225], + [76.38263334934268, 17.314863607080838], + [76.37192903479468, 17.435841993625317], + [76.33064096439519, 17.47021085343909], + [76.33217015218776, 17.596688257553772], + [76.4285089831199, 17.643429906900504], + [76.48967649482285, 17.659926959611113], + [76.52331862625945, 17.76028403026733], + [76.65635796421337, 17.71766664409825], + [76.68541253227227, 17.681923029891927], + [76.71446710033116, 17.780905346155592], + [76.79092648995984, 17.826272241109773], + [76.74046329280492, 17.89913422391497], + [76.77563461203411, 17.877138153634156], + [76.91937826453602, 17.915631276625582], + [76.90561557440286, 18.009114575319042], + [76.95302039597264, 18.040733926347713], + [76.9209074523286, 18.117720172330564], + [76.95149120818007, 18.18783264635066], + [77.06465110483052, 18.150714277751785], + [77.24662445214678, 18.37067498055993], + [77.26497470565766, 18.422915647476863], + [77.31696709060516, 18.442162208972576], + [77.4133059215373, 18.392671050840743], + [77.40871835815958, 18.301937260932384], + [77.4652983064848, 18.262069383548408], + [77.55093282286893, 18.292313980184527], + [77.60139602002386, 18.27581692747392], + [77.56316632520951, 18.196081172705966], + [77.5983376444387, 18.09297459326465], + [77.54787444728377, 18.055856224665774], + [77.65644678055651, 17.969246697935066], + [77.58610414209812, 17.907382750270276], + [77.53717013273577, 17.77953059176304], + [77.45306480414422, 17.694295819424887], + [77.44388967738877, 17.584315468020815], + [77.46682749427738, 17.57744169605806], + [77.4943528745437, 17.566443660917656], + [77.6855013486154, 17.51145348521562], + [77.51270312805458, 17.430342976055115], + [77.48364855999569, 17.354731484464814], + [77.37966379010068, 17.22275506277993], + [77.36437191217495, 17.158141606330037], + [77.46376911869223, 17.110025202590755], + [77.49741125012885, 17.042662237355763], + [77.46682749427738, 16.954677956232505], + [77.4591815553145, 16.88456548221241], + [77.47600262103282, 16.788332674733844], + [77.4255394238779, 16.720969709498853], + [77.45306480414422, 16.616488375664986], + [77.41636429712244, 16.51750605940132], + [77.24203688876905, 16.47351391883969], + [77.28791252254626, 16.4089004623898] + ] + ] + } + }, + { + "type": "Feature", + "id": "Goa", + "properties": { + "st_nm": "Goa", + "st_code": "30", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.93440369343234, 15.432824843678661], + [73.76619303624925, 15.494688791343451], + [73.68514608324284, 15.728397038077103], + [73.87476536952197, 15.750393108357917], + [73.93899125681007, 15.742144582002613], + [73.99098364175757, 15.611542914710277], + [74.11790622854117, 15.651410792094254], + [74.23718287636191, 15.667907844804864], + [74.2784709467614, 15.522183879194468], + [74.25094556649508, 15.491939282558349], + [74.27541257117626, 15.391582211902133], + [74.32281739274605, 15.368211387228769], + [74.32587576833119, 15.282976614890613], + [74.26012069325053, 15.241733983114086], + [74.31670064157575, 15.18674380741205], + [74.2723541955911, 15.097384771896241], + [74.29682120027229, 15.041019841801655], + [74.20201155713272, 14.925540472827379], + [74.08579328489714, 14.900794893761462], + [73.98180851500213, 15.054767385727164], + [73.88394049627742, 15.35446384330326], + [73.93440369343234, 15.432824843678661] + ] + ] + } + }, + { + "type": "Feature", + "id": "Kerala", + "properties": { + "st_nm": "Kerala", + "st_code": "32", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.41780466857188, 11.671496825659403], + [76.37804578596497, 11.601384351639307], + [76.23430213346305, 11.52714761444156], + [76.46062192676395, 11.388297420793918], + [76.54778563094064, 11.35942757855035], + [76.52178943846688, 11.270068543034542], + [76.44227167325306, 11.201330823406998], + [76.62883258394704, 11.194457051444243], + [76.7068211613683, 11.239823946398422], + [76.6945876590277, 11.166961963593224], + [76.75422598293808, 11.078977682469967], + [76.65635796421337, 10.938752734429777], + [76.83068537256676, 10.870015014802231], + [76.90714476219543, 10.782030733678972], + [76.83833131152963, 10.596438890684603], + [76.81539349464101, 10.42321983722319], + [76.8337437481519, 10.339359819277584], + [76.8918528842697, 10.259624064509632], + [76.89796963543999, 10.254125046939429], + [76.89949882323256, 10.252750292546878], + [76.98207496403154, 10.219756187125656], + [77.05088841469735, 10.262373573294735], + [77.09064729730427, 10.314614240211668], + [77.18086937706612, 10.357231626380745], + [77.28791252254626, 10.232128976658615], + [77.2680330812428, 10.122148625254543], + [77.26344551786508, 10.028665326561082], + [77.21298232071015, 9.877442343380483], + [77.24662445214678, 9.799081343005081], + [77.16710668693295, 9.61211474561816], + [77.26956226903538, 9.572246868234183], + [77.31849627839773, 9.602491464870303], + [77.40260160698928, 9.525505218887453], + [77.33990490749376, 9.419649130661034], + [77.28179577137597, 9.298670744116555], + [77.2680330812428, 9.15294677850616], + [77.20380719395472, 9.070461514953106], + [77.14875643342207, 9.009972321680866], + [77.1931028794067, 8.92611230373526], + [77.25579957890221, 8.87937065438853], + [77.19921963057699, 8.770765057377009], + [77.1701650625181, 8.741895215133441], + [77.26956226903538, 8.578299442419883], + [77.26191633007251, 8.506812214007237], + [77.09829323626714, 8.292350528769298], + [76.95913714714294, 8.421577441669083], + [76.69917522240543, 8.739145706348339], + [76.68235415668711, 8.776264074947214], + [76.54778563094064, 8.902741479061897], + [76.47897218027482, 9.12270218187004], + [76.34899121790608, 9.386655025239811], + [76.31993664984716, 9.482887832718376], + [76.28017776724026, 9.789458062257225], + [76.1670178705898, 10.181263064134232], + [76.21442269215959, 10.193635853667189], + [76.16243030721209, 10.184012572919332], + [76.10126279550914, 10.381977205446661], + [75.95751914300723, 10.685797926200411], + [75.91011432143745, 10.79302876881938], + [75.8260089928459, 11.122969823031596], + [75.69755721826971, 11.425415789392794], + [75.61803945305589, 11.477656456309727], + [75.5538135657678, 11.701741422295523], + [75.53699250004948, 11.705865685473176], + [75.53240493667177, 11.705865685473176], + [75.3856029085847, 11.857088668653775], + [75.3565483405258, 11.859838177438878], + [75.25103438283821, 12.008311651834374], + [75.20057118568329, 12.006936897441824], + [75.1653998664541, 12.089422160994877], + [75.04153565525563, 12.389118618570972], + [75.01553946278189, 12.417988460814541], + [74.86873743469482, 12.758927550167165], + [74.98189733134527, 12.738306234278902], + [75.11187829371403, 12.680566549791763], + [75.28008895089712, 12.52384454904096], + [75.41618666443617, 12.499098969975044], + [75.36572346728124, 12.412489443244338], + [75.42230341560646, 12.372621565860362], + [75.4146574766436, 12.290136302307308], + [75.48500011510198, 12.290136302307308], + [75.5767513826564, 12.15678512622987], + [75.63638970656677, 12.148536599874566], + [75.79389604920185, 12.056428055573654], + [75.87035543883053, 11.951946721739787], + [75.93611051391119, 11.94094868659938], + [76.00339477678443, 11.931325405851524], + [76.11349629784974, 11.979441809590806], + [76.11349629784974, 11.858463423046327], + [76.20677675319672, 11.861212931831428], + [76.3184074620546, 11.751232580427356], + [76.41321710519416, 11.758106352390111], + [76.41780466857188, 11.671496825659403] + ], + [ + [75.55534275356037, 11.722362738183786], + [75.5415800634272, 11.738859790894399], + [75.53699250004948, 11.719613229398686], + [75.55534275356037, 11.722362738183786] + ] + ] + } + }, + { + "type": "Feature", + "id": "Telangana", + "properties": { + "st_nm": "Telangana", + "st_code": "36" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [79.806484816915, 19.579084091612167], + [79.8645939530328, 19.510346371984625], + [79.94411171824662, 19.47047849460065], + [79.97775384968324, 19.398991266188], + [79.92881984032088, 19.158409247491594], + [79.8584772018625, 19.102044317397006], + [79.9395241548689, 19.03468135216201], + [79.96093278396494, 18.865586561878253], + [79.91352796239515, 18.825718684494277], + [80.01904192008273, 18.77072850879224], + [80.11843912660001, 18.679994718883883], + [80.2759454692351, 18.71986259626786], + [80.37228430016722, 18.611256999256334], + [80.4548604409662, 18.630503560752047], + [80.63683378828246, 18.52327271813308], + [80.70564723894827, 18.439412700187475], + [80.74846449714033, 18.308811032895136], + [80.7561104361032, 18.169960839247498], + [80.85244926703534, 18.20570445345382], + [80.8662119571685, 18.139716242611378], + [80.97937185381895, 18.165836576069843], + [80.97019672706351, 18.04760769831047], + [81.01607236084072, 17.794652890081103], + [81.08488581150652, 17.797402398866204], + [81.05888961903278, 17.732788942416313], + [80.97325510264866, 17.77953059176304], + [80.88609139847196, 17.735538451201414], + [80.91055840315315, 17.6379308893303], + [81.02065992421844, 17.51970201157092], + [81.30967641701486, 17.409721660166852], + [81.27450509778566, 17.31761311586594], + [81.1903997691941, 17.324486887828698], + [81.1735787034758, 17.231003589135234], + [80.99466373174468, 17.191135711751258], + [80.94114215900461, 17.218630799602277], + [80.87997464730167, 17.160891115115138], + [80.87691627171652, 17.07015732520678], + [80.84480332807247, 17.03991272857066], + [80.69953048777798, 17.08390486913229], + [80.58025383995724, 17.152642588759832], + [80.50532363812113, 17.06878257081423], + [80.36310917341179, 16.97667402651332], + [80.53437820618004, 16.96155172819526], + [80.60166246905327, 16.918934342026184], + [80.56343277423893, 16.832324815295472], + [80.56954952540923, 16.76771135884558], + [80.3218211030123, 16.879066464642207], + [80.30652922508656, 16.973924517728214], + [80.18725257726582, 17.02066616707495], + [80.05574242710449, 16.971175008943113], + [80.03892136138619, 16.91755958763363], + [80.07256349282281, 16.817202516977414], + [80.05574242710449, 16.744340534172217], + [79.94869928162434, 16.635734937160695], + [79.87682745537339, 16.69759888482549], + [79.79272212678183, 16.725093972676504], + [79.67956223013138, 16.693474621647834], + [79.54193532879977, 16.632985428375594], + [79.4471256856602, 16.619237884450087], + [79.4180711176013, 16.58074476145866], + [79.25750639938107, 16.5656224631406], + [79.21927670456672, 16.512007041831115], + [79.21010157781129, 16.356659795472865], + [79.21468914118901, 16.226058128180526], + [79.15810919286379, 16.209561075469917], + [79.0296574182876, 16.241180426498588], + [78.90426401929656, 16.18344074201145], + [78.92261427280745, 16.12295154873921], + [78.74064092549119, 16.008846934157486], + [78.60148483636699, 16.084458425747783], + [78.55102163921207, 16.043215793971257], + [78.4103363622953, 16.07483514499993], + [78.25588839524536, 16.008846934157486], + [78.24824245628248, 15.971728565558612], + [78.17484144223896, 15.857623950976889], + [78.08309017468454, 15.841126898266277], + [77.88735413723512, 15.905740354716169], + [77.80324880864357, 15.874121003687499], + [77.65950515614165, 15.885119038827906], + [77.51423231584715, 15.927736424996983], + [77.50046962571399, 16.221933865002875], + [77.59375008106099, 16.342912251547354], + [77.48976531116598, 16.38552963771643], + [77.41483510932987, 16.36765783061327], + [77.28791252254626, 16.4089004623898], + [77.24203688876905, 16.47351391883969], + [77.41636429712244, 16.51750605940132], + [77.45306480414422, 16.616488375664986], + [77.4255394238779, 16.720969709498853], + [77.47600262103282, 16.788332674733844], + [77.4591815553145, 16.88456548221241], + [77.46682749427738, 16.954677956232505], + [77.49741125012885, 17.042662237355763], + [77.46376911869223, 17.110025202590755], + [77.36437191217495, 17.158141606330037], + [77.37966379010068, 17.22275506277993], + [77.48364855999569, 17.354731484464814], + [77.51270312805458, 17.430342976055115], + [77.6855013486154, 17.51145348521562], + [77.4943528745437, 17.566443660917656], + [77.46682749427738, 17.57744169605806], + [77.44388967738877, 17.584315468020815], + [77.45306480414422, 17.694295819424887], + [77.53717013273577, 17.77953059176304], + [77.58610414209812, 17.907382750270276], + [77.65644678055651, 17.969246697935066], + [77.54787444728377, 18.055856224665774], + [77.5983376444387, 18.09297459326465], + [77.56316632520951, 18.196081172705966], + [77.60139602002386, 18.27581692747392], + [77.55093282286893, 18.292313980184527], + [77.52493663039517, 18.37204973495248], + [77.58457495430554, 18.446286472150227], + [77.59680845664613, 18.549393051591544], + [77.73902292135548, 18.5562668235543], + [77.72984779460003, 18.66624717495837], + [77.78795693071783, 18.682744227668984], + [77.83994931566534, 18.805097368606013], + [77.94852164893805, 18.84359049159744], + [77.84300769125048, 18.90820394804733], + [77.79713205747328, 19.073174475153436], + [77.8598287569688, 19.180405317772408], + [77.86288713255394, 19.304133213101988], + [77.94393408556034, 19.342626336093414], + [78.04180210428505, 19.271139107680767], + [78.17484144223896, 19.238145002259543], + [78.19319169574985, 19.316506002634945], + [78.21154194926072, 19.42786110843157], + [78.30940996798543, 19.48147652974105], + [78.30635159240029, 19.606579179463186], + [78.27576783654881, 19.691813951801343], + [78.34305209942205, 19.713810022082157], + [78.36446072851808, 19.78117298731715], + [78.30635159240029, 19.911774654609488], + [78.3812817942364, 19.880155303580814], + [78.43174499139133, 19.814167092738373], + [78.57548864389324, 19.818291355916024], + [78.84156731980104, 19.761926425821436], + [78.85991757331193, 19.689064443016242], + [78.95625640424407, 19.65607033759502], + [78.93637696294061, 19.5502142493686], + [79.09694168116084, 19.53234244226544], + [79.19022213650783, 19.459480459460238], + [79.25291883600335, 19.592831635537678], + [79.36607873265379, 19.576334582827066], + [79.47159269034137, 19.500723091236765], + [79.74378811741948, 19.60932868824829], + [79.806484816915, 19.579084091612167] + ] + ] + } + }, + { + "type": "Feature", + "id": "West Bengal", + "properties": { + "st_nm": "West Bengal", + "st_code": "19" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [88.12526640851542, 21.674209785859738], + [88.03198595316843, 21.687957329785245], + [88.10385777941939, 21.841929821750945], + [88.1665544789149, 21.822683260255232], + [88.17114204229263, 21.737448487917078], + [88.12526640851542, 21.674209785859738] + ] + ], + [ + [ + [89.01525370379326, 21.778691119693605], + [89.09324228121451, 21.652213715578924], + [89.03819152068186, 21.610971083802397], + [89.01525370379326, 21.778691119693605] + ] + ], + [ + [ + [87.99834382173181, 22.24473285876836], + [88.01516488745011, 22.20211547259928], + [88.13597072306344, 22.18561841988867], + [88.18643392021836, 22.104507910728167], + [88.06409889681247, 22.017898383997462], + [87.95552656353975, 21.830931786610538], + [87.78884509414922, 21.698955364925652], + [87.6741560097062, 21.650838961186373], + [87.48453672342708, 21.61509534698005], + [87.44171946523501, 21.767693084553198], + [87.28268393480735, 21.80343669875952], + [87.24904180337074, 21.854302611283906], + [87.24292505220045, 21.964282962687975], + [87.10835652645397, 21.924415085304], + [87.10071058749111, 21.86392589203176], + [87.00131338097381, 21.913417050163595], + [87.02883876124014, 22.038519699885725], + [86.96461287395205, 22.085261349232454], + [86.83769028716844, 22.097634138765414], + [86.72758876610314, 22.21586301652479], + [86.83310272379072, 22.32584336792886], + [86.84533622613131, 22.400080105126612], + [86.7642892731249, 22.426200438585077], + [86.80098978014666, 22.488064386249867], + [86.76581846091747, 22.576048667373126], + [86.65877531543732, 22.576048667373126], + [86.64195424971902, 22.65715917653363], + [86.55937810892004, 22.713524106628213], + [86.41869283200327, 22.790510352611065], + [86.43551389772158, 22.926611037473606], + [86.50126897280225, 22.993974002708597], + [86.24130704806473, 22.9967235114937], + [86.04404182282273, 23.145196985889196], + [85.88500629239508, 23.16719305617001], + [85.81925121731442, 23.268924881218776], + [85.8834771046025, 23.35003539037928], + [85.85901009992133, 23.42977114514723], + [85.88500629239508, 23.48338656645672], + [86.03945425944502, 23.498508864774777], + [86.08227151763708, 23.565871830009772], + [86.15873090726576, 23.558998058047017], + [86.17708116077664, 23.469639022531208], + [86.31012049873054, 23.411899338044073], + [86.36517125926319, 23.531502970195998], + [86.48597709487652, 23.63598430402987], + [86.7122968881774, 23.69922300608721], + [86.80098978014666, 23.69922300608721], + [86.82698597262042, 23.76521121692965], + [86.80098978014666, 23.833948936557196], + [86.9156788645897, 23.882065340296478], + [87.08541870956536, 23.811952866276382], + [87.12976515555, 23.85319549805291], + [87.23374992544501, 23.85594500683801], + [87.29491743714794, 23.90131190179219], + [87.23374992544501, 24.02503979712177], + [87.33620550754743, 24.034663077869627], + [87.44019027744244, 23.982422410952694], + [87.63133875151414, 24.163889990769412], + [87.638984690477, 24.254623780677772], + [87.70626895335025, 24.260122798247973], + [87.80107859648982, 24.382475939185007], + [87.79343265752695, 24.583190080497435], + [87.88977148845908, 24.565318273394276], + [87.90812174196996, 24.722040274145076], + [87.83930829130415, 24.74541109881844], + [87.89130067625166, 24.855391450222513], + [87.96011412691746, 24.921379661064957], + [87.95399737574718, 24.97362032798189], + [87.79496184531952, 25.087724942563614], + [87.77966996739379, 25.144089872658203], + [87.77814077960122, 25.24994596088462], + [87.71085651672797, 25.258194487239926], + [87.76284890167547, 25.265068259202682], + [87.81789966220812, 25.241697434529318], + [87.84695423026702, 25.298062364623902], + [87.7842575307715, 25.34067975079298], + [87.7674364650532, 25.41629124238328], + [87.86683367157048, 25.497401751543784], + [87.96011412691746, 25.53864438332031], + [88.06715727239762, 25.483654207618272], + [88.02128163862041, 25.59638406780745], + [88.0503362066793, 25.700865401641316], + [87.96776006588033, 25.72561098070723], + [87.89282986404423, 25.865835928747423], + [87.82707478896356, 25.89058150781334], + [87.82248722558585, 25.93594840276752], + [87.84695423026702, 25.992313332862107], + [87.84083747909673, 25.99643759603976], + [87.85307098143731, 26.02943170146098], + [87.85001260585217, 26.039054982208835], + [87.97540600484321, 26.143536316042706], + [88.07327402356792, 26.175155667071376], + [88.14667503761144, 26.250767158661674], + [88.27971437556535, 26.330502913429626], + [88.23995549295844, 26.45835507193686], + [88.10997453058968, 26.54771410745267], + [88.16043772774461, 26.63707314296848], + [88.18643392021836, 26.771799073438466], + [88.12067884513769, 26.950517144470084], + [87.99222707056151, 27.108613899613434], + [88.03810270433873, 27.219969005410057], + [88.09621184045652, 27.133359478679353], + [88.15432097657431, 27.109988654005985], + [88.28124356335792, 27.131984724286802], + [88.42498721585984, 27.071495531014563], + [88.53203036133999, 27.17597686484843], + [88.59778543642066, 27.188349654381387], + [88.72164964761913, 27.138858496249554], + [88.86539330012104, 27.108613899613434], + [88.86845167570618, 26.96563944278814], + [88.9204440606537, 26.99450928503171], + [89.08865471783679, 26.88865319680529], + [89.09018390562936, 26.84053679306601], + [89.12841360044371, 26.806167933252237], + [89.25533618722731, 26.807542687644787], + [89.37461283504805, 26.85428433699152], + [89.45413060026188, 26.79791940689693], + [89.54741105560888, 26.813041705214992], + [89.63610394757814, 26.751177757550202], + [89.76302653436176, 26.69893709063327], + [89.85171942633102, 26.69756233624072], + [89.8700696798419, 26.61370231829511], + [89.83489836061271, 26.414362931375234], + [89.84254429957558, 26.38274358034656], + [89.78137678787263, 26.35249898371044], + [89.70032983486624, 26.217773053240453], + [89.72938440292513, 26.17103140389372], + [89.63457475978556, 26.22877108838086], + [89.60857856731181, 26.153159596790562], + [89.6498666377113, 26.063800561274753], + [89.54129430443858, 26.006060876787615], + [89.3486166425743, 26.01018513996527], + [89.22933999475356, 26.124289754546993], + [89.15440979291745, 26.13941205286505], + [89.09630065679966, 26.390992106701866], + [88.98314076014921, 26.447357036796454], + [88.90973974610569, 26.37999407156146], + [88.98619913573435, 26.34974947492534], + [88.92656081182399, 26.283761264082898], + [88.75987934243346, 26.329128159037076], + [88.70177020631567, 26.386867843524215], + [88.53050117354742, 26.478976387825124], + [88.42039965248212, 26.562836405770728], + [88.40052021117867, 26.64394691493123], + [88.33323594830543, 26.496848194928287], + [88.4846255397702, 26.461104580721962], + [88.51520929562169, 26.3648717732434], + [88.40204939897124, 26.330502913429626], + [88.3515862018163, 26.221897316418104], + [88.1787879812555, 26.149035333612908], + [88.09315346487136, 25.930449385197317], + [88.10079940383424, 25.8300923145411], + [88.1436166620263, 25.794348700334776], + [88.26748087322477, 25.78197591080182], + [88.45404178391874, 25.66374703304244], + [88.44639584495587, 25.595009313414895], + [88.64671944578302, 25.47815519004807], + [88.81187172738098, 25.52352208500225], + [88.83939710764729, 25.364050575466347], + [88.98772832352694, 25.273316785557988], + [88.90973974610569, 25.179833486864524], + [88.80575497621066, 25.170210206116668], + [88.73388314995971, 25.199080048360237], + [88.43569153040787, 25.200454802752787], + [88.45251259612617, 25.07947641620831], + [88.39440346000838, 24.96949606480424], + [88.27818518777278, 24.889760310036287], + [88.22619280282527, 24.959872784056383], + [88.14055828644115, 24.9145058891022], + [88.17420041787777, 24.860890467792718], + [88.0686864601902, 24.77015667788436], + [88.0273983897907, 24.690420923116406], + [88.13291234747828, 24.510328097692238], + [88.334765136098, 24.442965132457246], + [88.38216995766778, 24.396223483110514], + [88.55955574160632, 24.308239201987256], + [88.68341995280478, 24.324736254697868], + [88.74152908892258, 24.254623780677772], + [88.7461166523003, 24.1473929380588], + [88.70024101852309, 24.096527025534417], + [88.74305827671515, 24.034663077869627], + [88.73235396216714, 23.910935182540047], + [88.6069605631761, 23.861444024408215], + [88.56414330498404, 23.712970550012717], + [88.59319787304294, 23.616737742534156], + [88.7231788354117, 23.512256408700285], + [88.7629377180186, 23.446268197857844], + [88.70941614527854, 23.231806512619904], + [88.81034253958839, 23.25517733729327], + [88.94185268974972, 23.205686179161436], + [88.85774736115818, 22.967853669250132], + [88.96937807001605, 22.84412577392055], + [88.91279812169083, 22.757516247189844], + [88.96326131884575, 22.69290279073995], + [88.92656081182399, 22.650285404570873], + [88.99996182586752, 22.428949947370178], + [88.9953742624898, 22.287350244937436], + [89.06571690094819, 22.207614490169483], + [89.05501258640017, 22.12787873540153], + [89.06877527653333, 21.949160664369916], + [89.0076077648304, 21.902419015023185], + [88.93267756299429, 21.94228689240716], + [88.85315979778045, 21.923040330911448], + [88.7629377180186, 21.95465968194012], + [88.7629377180186, 22.01514887521236], + [88.63295675564986, 21.95465968194012], + [88.53203036133999, 21.852927856891355], + [88.4448666571633, 21.917541313341246], + [88.39134508442322, 21.896919997452983], + [88.35923214077917, 21.80481145315207], + [88.26748087322477, 21.72782520716922], + [88.30265219245396, 21.670085522682083], + [88.2598349342619, 21.55598090810036], + [88.21243011269212, 21.782815382871256], + [88.14514584981887, 21.95465968194012], + [88.20784254931439, 22.026146910352765], + [88.2185468638624, 22.103133156335616], + [88.18337554463321, 22.18699317428122], + [88.08244915032336, 22.26122991147897], + [87.99834382173181, 22.24473285876836] + ] + ], + [ + [ + [88.77670040815177, 21.868050155209414], + [88.80881335179582, 21.668710768289532], + [88.7461166523003, 21.661836996326777], + [88.69106589176765, 21.75119603184259], + [88.71553289644882, 21.905168523808285], + [88.77670040815177, 21.868050155209414] + ] + ], + [ + [ + [88.9433818775423, 21.914791804556145], + [88.94796944092002, 21.769067838945748], + [88.82104685413641, 21.9271645940891], + [88.88221436583936, 21.913417050163595], + [88.9433818775423, 21.914791804556145] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "Dadra and Nagar Haveli and Daman and Diu", + "properties": { + "st_nm": "Dadra and Nagar Haveli and Daman and Diu", + "st_code": "26", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [72.96184025735553, 20.208721603400477], + [72.93278568929664, 20.295331130131185], + [73.04288721036193, 20.325575726767305], + [73.16675142156039, 20.28845735816843], + [73.13463847791635, 20.199098322652624], + [73.21109786754502, 20.120737322277222], + [73.1376968535015, 20.086368462463447], + [72.96489863294067, 20.127611094239974], + [72.96184025735553, 20.208721603400477] + ] + ], + [ + [ + [72.88691005551942, 20.461676411629846], + [72.82880091940163, 20.368193112936382], + [72.8364468583645, 20.45342788527454], + [72.88691005551942, 20.461676411629846] + ] + ], + [ + [ + [70.92037455426977, 20.74212630771023], + [70.99989231948359, 20.74212630771023], + [70.97695450259499, 20.702258430326253], + [70.92037455426977, 20.74212630771023] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "Puducherry", + "properties": { + "st_nm": "Puducherry", + "st_code": "34", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [79.68567898130168, 11.880459493327141], + [79.78507618781896, 11.960195248095093], + [79.84012694835161, 11.956070984917439], + [79.80801400470757, 11.844715879120816], + [79.68567898130168, 11.880459493327141] + ] + ], + [ + [ + [79.72390867611603, 10.92912945368192], + [79.7483756807972, 10.996492418916914], + [79.85083126289963, 10.985494383776505], + [79.84930207510706, 10.827397628633154], + [79.81871831925558, 10.879638295550087], + [79.72390867611603, 10.92912945368192] + ] + ], + [ + [ + [75.55534275356037, 11.722362738183786], + [75.53699250004948, 11.719613229398686], + [75.5415800634272, 11.738859790894399], + [75.55534275356037, 11.722362738183786] + ] + ], + [ + [ + [82.18590102215953, 16.737466762209465], + [82.27000635075107, 16.722344463891403], + [82.26694797516593, 16.694849376040384], + [82.23942259489961, 16.7168454463212], + [82.19966371229269, 16.720969709498853], + [82.18590102215953, 16.737466762209465] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "Lakshadweep", + "properties": { + "district": "Lakshadweep", + "dt_code": "587", + "st_nm": "Lakshadweep", + "st_code": "31", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [73.05359152490995, 8.273103967273585], + [73.04288721036193, 8.263480686525728], + [73.01842020568075, 8.275853476058687], + [73.05359152490995, 8.273103967273585] + ] + ] + } + }, + { + "type": "Feature", + "id": "Arunachal Pradesh", + "properties": { + "st_nm": "Arunachal Pradesh", + "st_code": "12" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.21296301075094, 27.60627498971686], + [94.26648458349102, 27.519665462986154], + [94.21907976192124, 27.504543164668092], + [93.99123078082778, 27.32857460242158], + [93.80619905792636, 27.14848177699741], + [93.82913687481496, 27.067371267836908], + [93.69762672465365, 26.99450928503171], + [93.6655137810096, 26.968388951573242], + [93.47130693135274, 26.936769600544572], + [93.39790591730922, 26.957390916432836], + [93.06148460294303, 26.921647302226514], + [93.02172572033611, 26.913398775871208], + [92.88715719458963, 27.000008302601913], + [92.67307090362932, 27.031627653630586], + [92.65624983791102, 27.00825682895722], + [92.56296938256402, 26.957390916432836], + [92.44675111032844, 26.958765670825386], + [92.35958740615173, 26.925771565404165], + [92.19443512455379, 26.890027951197844], + [92.11338817154738, 26.892777459982945], + [92.10421304479195, 27.00688207456467], + [92.03387040633356, 27.064621759051807], + [92.02469527957811, 27.16222932092292], + [92.07057091335533, 27.276333935504645], + [92.05527903542959, 27.400061830834225], + [92.0139909650301, 27.489420866350034], + [91.94058995098656, 27.460551024106465], + [91.6546318337753, 27.48254709438728], + [91.56440975401345, 27.584278919436045], + [91.55982219063574, 27.633770077567878], + [91.6255772657164, 27.705257305980524], + [91.63016482909413, 27.80149011345909], + [91.82590086654355, 27.809738639814395], + [91.8809516270762, 27.721754358691136], + [91.98646558476378, 27.76987076243042], + [92.05680822322216, 27.75887272729001], + [92.15773461753201, 27.83723372766541], + [92.25713182404931, 27.861979306731328], + [92.3091242089968, 27.779494043178275], + [92.46815973942446, 27.815237657384596], + [92.56144019477145, 27.8207366749548], + [92.67001252804417, 27.8990976753302], + [92.73423841533227, 27.97608392131305], + [92.6623665890813, 28.06681771122141], + [92.68836278155506, 28.1259321501011], + [92.80152267820552, 28.201543641691398], + [92.89633232134507, 28.204293150476502], + [93.02478409592126, 28.303275466740164], + [93.22357850895582, 28.34176858973159], + [93.18229043855634, 28.43250237963995], + [93.27862926948848, 28.503989608052596], + [93.33979678119141, 28.640090292915136], + [93.49271556044877, 28.684082433476764], + [93.62269652281753, 28.656587345625745], + [93.84595794053328, 28.707453258150128], + [93.96217621276887, 28.712952275720333], + [93.99734753199806, 28.840804434227568], + [94.15791225021829, 28.95490904880929], + [94.1869668182772, 29.038769066754895], + [94.29095158817219, 29.147374663766417], + [94.35976503883802, 29.15287368133662], + [94.43316605288155, 29.22711041853437], + [94.56008863966515, 29.22848517292692], + [94.57996808096861, 29.280725839843853], + [94.6793652874859, 29.327467489190585], + [94.79252518413634, 29.22573566414182], + [94.87357213714274, 29.18311827797274], + [95.252810709701, 29.10888154077499], + [95.26963177541931, 29.049767101895302], + [95.45466349832071, 29.034644803577244], + [95.53876882691226, 29.211988120216308], + [95.58770283627462, 29.216112383393963], + [95.70392110851022, 29.298597646947016], + [95.88283608024133, 29.389331436855375], + [95.95776628207743, 29.38108291050007], + [96.08927643223876, 29.45944391087547], + [96.17644013641547, 29.361836349004356], + [96.2437243992887, 29.23260943610457], + [96.3935848029609, 29.253230751992835], + [96.34617998139113, 29.16799597965468], + [96.21772820681494, 29.13500187423346], + [96.15044394394171, 29.049767101895302], + [96.24831196266642, 28.93978675049123], + [96.34617998139113, 29.02914578600704], + [96.43640206115298, 29.034644803577244], + [96.51897820195194, 28.96728183834225], + [96.53732845546283, 28.88067231161154], + [96.60767109392121, 28.794062784880836], + [96.58473327703261, 28.717076538897985], + [96.47157338038217, 28.684082433476764], + [96.4929820094782, 28.63321652095238], + [96.32630054008767, 28.51086338001535], + [96.37217617386489, 28.481993537771782], + [96.31406703774708, 28.383011221508117], + [96.50827388740393, 28.413255818144236], + [96.57861652586232, 28.457247958705867], + [96.66272185445386, 28.459997467490968], + [96.78046931448203, 28.363764660012404], + [96.89668758671763, 28.380261712723016], + [96.99455560544234, 28.31014923870292], + [97.0893652485819, 28.362389905619853], + [97.1704122015883, 28.292277431599757], + [97.22087539874323, 28.292277431599757], + [97.37073580241545, 28.21804069440201], + [97.32791854422338, 28.15480199234467], + [97.32791854422338, 28.057194430473555], + [97.38755686813376, 28.00357900916407], + [97.37532336579316, 27.908720956078056], + [97.25298834238728, 27.900472429722754], + [97.15664951145514, 27.813862902992046], + [97.0312561124641, 27.749249446542155], + [96.90280433788791, 27.613148761679614], + [96.86151626748844, 27.631020568782777], + [96.93491728153197, 27.508667427845747], + [96.90280433788791, 27.45230249775116], + [96.96244266179829, 27.401436585226776], + [97.09089443637447, 27.213095233447305], + [97.16429545041801, 27.141608005034655], + [97.06336905610814, 27.092116846902826], + [96.98385129089432, 27.153980794567616], + [96.85998707969586, 27.189724408773937], + [96.88445408437704, 27.259836882794033], + [96.79729038020034, 27.34644640952474], + [96.60614190612864, 27.365692971020454], + [96.50827388740393, 27.29833000578546], + [96.30642109878421, 27.294205742607808], + [96.08927643223876, 27.222718514195158], + [96.02199216936552, 27.18010112802608], + [95.94553277973685, 27.050874215126296], + [95.80178912723493, 27.015130600919974], + [95.7452091789097, 26.895526968768046], + [95.68404166720676, 26.90377549512335], + [95.60758227757808, 26.813041705214992], + [95.4959515687202, 26.817165968392644], + [95.42713811805439, 26.69756233624072], + [95.30327390685594, 26.650820686893987], + [95.23446045619012, 26.682440037922657], + [95.20234751254607, 26.846035810636213], + [95.2298728928124, 26.923022056619065], + [95.19623076137577, 27.034377162415687], + [95.25892746087129, 27.030252899238032], + [95.3690289819366, 27.109988654005985], + [95.37667492089946, 27.096241110080477], + [95.44854674715042, 27.131984724286802], + [95.48371806637961, 27.24196507569087], + [95.53418126353455, 27.263961145971688], + [95.63357847005183, 27.230967040550464], + [95.74215080332455, 27.26671065475679], + [95.85683988776758, 27.27083491793444], + [95.95929546987, 27.310702795318416], + [96.01587541819524, 27.368442479805555], + [95.94094521635913, 27.4371801994331], + [95.88283608024133, 27.43580544504055], + [95.87366095348588, 27.54441104205207], + [95.7803804981389, 27.62139728803492], + [95.7742637469686, 27.732752393831543], + [95.96999978441802, 27.95958686860244], + [95.81861019295323, 27.9719596581354], + [95.6060530897855, 27.95546260542479], + [95.51888938560882, 27.883975377012142], + [95.51430182223109, 27.879851113834487], + [95.3797332964846, 27.83860848205796], + [95.30939065802622, 27.86747832430153], + [95.13659243746541, 27.815237657384596], + [94.85216350804671, 27.727253376261338], + [94.46222062094044, 27.555409077192476], + [94.36435260221573, 27.57465563868819], + [94.23743001543212, 27.632395323175327], + [94.21296301075094, 27.60627498971686] + ] + ] + } + }, + { + "type": "Feature", + "id": "Assam", + "properties": { + "st_nm": "Assam", + "st_code": "18" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.3690289819366, 27.109988654005985], + [95.25892746087129, 27.030252899238032], + [95.19623076137577, 27.034377162415687], + [95.1014211182362, 26.96151517961049], + [94.98214447041548, 26.913398775871208], + [94.92403533429767, 26.94914239007753], + [94.86592619817988, 26.909274512693553], + [94.79099599634377, 26.79654465250438], + [94.73594523581112, 26.749803003157652], + [94.58608483213891, 26.725057424091734], + [94.40258229703008, 26.61095280951001], + [94.4010531092375, 26.53396656352716], + [94.3138894050608, 26.461104580721962], + [94.28483483700191, 26.561461651378178], + [94.18390844269204, 26.45560556315176], + [94.1640290013886, 26.35112422931789], + [94.10439067747822, 26.31950487828922], + [94.00040590758321, 26.172406158286275], + [93.954530273806, 25.96894250818874], + [93.97899727848718, 25.916701841271806], + [93.88112925976247, 25.84383985846661], + [93.77714448986747, 25.849338876036814], + [93.7756153020749, 25.96894250818874], + [93.68080565893533, 25.90432905173885], + [93.70221428803136, 25.852088384821915], + [93.5431787576037, 25.731109998277436], + [93.51259500175223, 25.674745068182848], + [93.42696048536811, 25.63212768201377], + [93.3290924666434, 25.54276864649796], + [93.45601505342701, 25.434163049486443], + [93.46977774356017, 25.30631089097921], + [93.38108485159091, 25.240322680136764], + [93.34438434456914, 25.12346855676994], + [93.24651632584442, 24.97224557358934], + [93.248045513637, 24.9145058891022], + [93.17464449959347, 24.797651765735377], + [93.1088894245128, 24.811399309660885], + [93.0859516076242, 24.70966748461212], + [93.08748079541677, 24.572192045357028], + [93.04925110060243, 24.544696957506012], + [93.00949221799551, 24.412720535821126], + [92.89633232134507, 24.39072446554031], + [92.79999349041293, 24.41959430778388], + [92.7617637955986, 24.51307760647734], + [92.68989196934763, 24.353606096941437], + [92.62566608205954, 24.33161002666062], + [92.61190339192638, 24.255998535070322], + [92.55073588022344, 24.247750008715016], + [92.53238562671255, 24.17763753469492], + [92.43604679578041, 24.154266710021556], + [92.42228410564725, 24.250499517500117], + [92.29536151886364, 24.245000499929915], + [92.21890212923496, 24.286243131706442], + [92.26019019963445, 24.35910511451164], + [92.21431456585725, 24.508953343299687], + [92.25407344846415, 24.67804813358345], + [92.29536151886364, 24.737162572463138], + [92.2341940071607, 24.899383590784144], + [92.29841989444878, 24.915880643494752], + [92.38558359862549, 24.85126718704486], + [92.51556456099425, 24.88013702928843], + [92.4253424812324, 25.02998525807648], + [92.48039324176506, 25.108346258451878], + [92.54003156567542, 25.09872297770402], + [92.62107851868183, 25.115220030414633], + [92.66389577687389, 25.177083978079423], + [92.74341354208771, 25.207328574715543], + [92.79234755145006, 25.282940066305844], + [92.65319146232586, 25.434163049486443], + [92.56908613373432, 25.465782400515113], + [92.66083740128873, 25.57163848874153], + [92.58437801166005, 25.551017172853268], + [92.50486024644623, 25.617005383695712], + [92.44369273474328, 25.72011196313703], + [92.22501888040526, 25.715987699959374], + [92.15161786636173, 25.671995559397747], + [92.15161786636173, 25.81634477061559], + [92.20208106351666, 25.90707856052395], + [92.16385136870231, 25.970317262581293], + [92.27395288976761, 26.065175315667304], + [92.17302649545775, 26.07617335080771], + [92.13326761285084, 26.04455399977904], + [91.86718893694304, 26.04180449099394], + [91.82590086654355, 26.118790736976788], + [91.72344528444111, 26.034930719031184], + [91.72191609664854, 25.96619299940364], + [91.5797016319392, 26.033555964638634], + [91.44513310619271, 25.839715595288958], + [91.33503158512741, 25.841090349681508], + [91.22187168847697, 25.72286147192213], + [91.14694148664086, 25.850713630429365], + [91.00778539751667, 25.824593296970896], + [91.02613565102754, 25.886457244635686], + [90.9481470736063, 25.948321192300476], + [90.71723971692768, 25.95519496426323], + [90.63160520054356, 25.91945135005691], + [90.43433997530157, 25.990938578469557], + [90.18661155290464, 25.944196929122825], + [90.12238566561655, 25.959319227440886], + [90.05968896612103, 25.913952332486705], + [89.8991242479008, 25.726985735099785], + [90.01993008351411, 25.607382102947856], + [89.87771561880477, 25.549642418460717], + [89.87159886763448, 25.47678043565552], + [89.85171942633102, 25.465782400515113], + [89.88230318218248, 25.617005383695712], + [89.82725242164985, 25.732484752669986], + [89.84254429957558, 25.882332981458035], + [89.88689074556021, 25.945571683515375], + [89.72938440292513, 26.17103140389372], + [89.70032983486624, 26.217773053240453], + [89.78137678787263, 26.35249898371044], + [89.84254429957558, 26.38274358034656], + [89.83489836061271, 26.414362931375234], + [89.8700696798419, 26.61370231829511], + [89.85171942633102, 26.69756233624072], + [89.85936536529388, 26.73468070483959], + [90.04898465157302, 26.73055644166194], + [90.1942574918675, 26.773173827831016], + [90.23095799888927, 26.85840860016917], + [90.33647195657684, 26.862532863346825], + [90.41751890958325, 26.905150249515902], + [90.54597068415944, 26.817165968392644], + [90.71723971692768, 26.769049564653365], + [90.95120544919143, 26.777298091008667], + [91.05366103129387, 26.781422354186322], + [91.09800747727851, 26.82266498596285], + [91.2371635664027, 26.811666950822442], + [91.33656077292, 26.78004759979377], + [91.40843259917095, 26.84053679306601], + [91.49559630334764, 26.79104563493418], + [91.6255772657164, 26.8212902315703], + [91.70356584313765, 26.813041705214992], + [91.89318512941679, 26.91889779344141], + [91.98340720917862, 26.85840860016917], + [92.05680822322216, 26.846035810636213], + [92.11338817154738, 26.892777459982945], + [92.19443512455379, 26.890027951197844], + [92.35958740615173, 26.925771565404165], + [92.44675111032844, 26.958765670825386], + [92.56296938256402, 26.957390916432836], + [92.65624983791102, 27.00825682895722], + [92.67307090362932, 27.031627653630586], + [92.88715719458963, 27.000008302601913], + [93.02172572033611, 26.913398775871208], + [93.06148460294303, 26.921647302226514], + [93.39790591730922, 26.957390916432836], + [93.47130693135274, 26.936769600544572], + [93.6655137810096, 26.968388951573242], + [93.69762672465365, 26.99450928503171], + [93.82913687481496, 27.067371267836908], + [93.80619905792636, 27.14848177699741], + [93.99123078082778, 27.32857460242158], + [94.21907976192124, 27.504543164668092], + [94.26648458349102, 27.519665462986154], + [94.21296301075094, 27.60627498971686], + [94.23743001543212, 27.632395323175327], + [94.36435260221573, 27.57465563868819], + [94.46222062094044, 27.555409077192476], + [94.85216350804671, 27.727253376261338], + [95.13659243746541, 27.815237657384596], + [95.30939065802622, 27.86747832430153], + [95.3797332964846, 27.83860848205796], + [95.51430182223109, 27.879851113834487], + [95.51888938560882, 27.883975377012142], + [95.6060530897855, 27.95546260542479], + [95.81861019295323, 27.9719596581354], + [95.96999978441802, 27.95958686860244], + [95.7742637469686, 27.732752393831543], + [95.7803804981389, 27.62139728803492], + [95.87366095348588, 27.54441104205207], + [95.88283608024133, 27.43580544504055], + [95.94094521635913, 27.4371801994331], + [96.01587541819524, 27.368442479805555], + [95.95929546987, 27.310702795318416], + [95.85683988776758, 27.27083491793444], + [95.74215080332455, 27.26671065475679], + [95.63357847005183, 27.230967040550464], + [95.53418126353455, 27.263961145971688], + [95.48371806637961, 27.24196507569087], + [95.44854674715042, 27.131984724286802], + [95.37667492089946, 27.096241110080477], + [95.3690289819366, 27.109988654005985] + ] + ] + } + }, + { + "type": "Feature", + "id": "Nagaland", + "properties": { + "st_nm": "Nagaland", + "st_code": "13", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [95.01425741405951, 25.89058150781334], + [95.04025360653327, 25.742108033417843], + [94.93626883663826, 25.667871296220095], + [94.88274726389818, 25.586760787059593], + [94.80781706206207, 25.49327748836613], + [94.67477772410817, 25.44516108462685], + [94.55397188849486, 25.504275523506536], + [94.55091351290972, 25.579887015096837], + [94.4882168134142, 25.60463259416275], + [94.41634498716323, 25.53589487453521], + [94.32153534402367, 25.502900769113985], + [94.20837544737323, 25.496026997151233], + [94.19002519386234, 25.548267664068167], + [94.10744905306336, 25.522147330609698], + [94.00652265875351, 25.56751422556388], + [93.93618002029513, 25.559265699208574], + [93.76491098752687, 25.53864438332031], + [93.8046698701338, 25.46303289173001], + [93.66704296880216, 25.31043515415686], + [93.60587545709922, 25.199080048360237], + [93.50189068720422, 25.243072188921868], + [93.46977774356017, 25.30631089097921], + [93.45601505342701, 25.434163049486443], + [93.3290924666434, 25.54276864649796], + [93.42696048536811, 25.63212768201377], + [93.51259500175223, 25.674745068182848], + [93.5431787576037, 25.731109998277436], + [93.70221428803136, 25.852088384821915], + [93.68080565893533, 25.90432905173885], + [93.7756153020749, 25.96894250818874], + [93.77714448986747, 25.849338876036814], + [93.88112925976247, 25.84383985846661], + [93.97899727848718, 25.916701841271806], + [93.954530273806, 25.96894250818874], + [94.00040590758321, 26.172406158286275], + [94.10439067747822, 26.31950487828922], + [94.1640290013886, 26.35112422931789], + [94.18390844269204, 26.45560556315176], + [94.28483483700191, 26.561461651378178], + [94.3138894050608, 26.461104580721962], + [94.4010531092375, 26.53396656352716], + [94.40258229703008, 26.61095280951001], + [94.58608483213891, 26.725057424091734], + [94.73594523581112, 26.749803003157652], + [94.79099599634377, 26.79654465250438], + [94.86592619817988, 26.909274512693553], + [94.92403533429767, 26.94914239007753], + [94.98214447041548, 26.913398775871208], + [95.1014211182362, 26.96151517961049], + [95.19623076137577, 27.034377162415687], + [95.2298728928124, 26.923022056619065], + [95.20234751254607, 26.846035810636213], + [95.23446045619012, 26.682440037922657], + [95.0616622356293, 26.450106545581555], + [95.12282974733225, 26.34837472053279], + [95.11671299616195, 26.10779270183638], + [95.18552644682777, 26.07342384202261], + [95.12588812291739, 25.986814315291902], + [95.01425741405951, 25.89058150781334] + ] + ] + } + }, + { + "type": "Feature", + "id": "Meghalaya", + "properties": { + "st_nm": "Meghalaya", + "st_code": "17" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [92.1990226879315, 25.12484331116249], + [92.08127522790333, 25.18395775004218], + [92.01704934061524, 25.18945676761238], + [91.74638310132971, 25.17158496050922], + [91.64239833143472, 25.12484331116249], + [91.6026394488278, 25.174334469294323], + [91.4925379277625, 25.134466591910346], + [91.37937803111205, 25.177083978079423], + [91.35491102643087, 25.23344890817401], + [91.25245544432845, 25.197705293967687], + [91.0811864115602, 25.20182955714534], + [90.96955570270232, 25.172959714901772], + [90.85486661825931, 25.15921217097626], + [90.7799364164232, 25.18395775004218], + [90.6927727122465, 25.15921217097626], + [90.51079936493025, 25.168835451724117], + [90.44504428984958, 25.144089872658203], + [90.33188439319913, 25.192206276397485], + [90.23401637447442, 25.203204311537892], + [90.11168135106854, 25.223825627426155], + [89.97405444973691, 25.299437119016453], + [89.83489836061271, 25.296687610231352], + [89.81501891930925, 25.388796154532262], + [89.87159886763448, 25.47678043565552], + [89.87771561880477, 25.549642418460717], + [90.01993008351411, 25.607382102947856], + [89.8991242479008, 25.726985735099785], + [90.05968896612103, 25.913952332486705], + [90.12238566561655, 25.959319227440886], + [90.18661155290464, 25.944196929122825], + [90.43433997530157, 25.990938578469557], + [90.63160520054356, 25.91945135005691], + [90.71723971692768, 25.95519496426323], + [90.9481470736063, 25.948321192300476], + [91.02613565102754, 25.886457244635686], + [91.00778539751667, 25.824593296970896], + [91.14694148664086, 25.850713630429365], + [91.22187168847697, 25.72286147192213], + [91.33503158512741, 25.841090349681508], + [91.44513310619271, 25.839715595288958], + [91.5797016319392, 26.033555964638634], + [91.72191609664854, 25.96619299940364], + [91.72344528444111, 26.034930719031184], + [91.82590086654355, 26.118790736976788], + [91.86718893694304, 26.04180449099394], + [92.13326761285084, 26.04455399977904], + [92.17302649545775, 26.07617335080771], + [92.27395288976761, 26.065175315667304], + [92.16385136870231, 25.970317262581293], + [92.20208106351666, 25.90707856052395], + [92.15161786636173, 25.81634477061559], + [92.15161786636173, 25.671995559397747], + [92.22501888040526, 25.715987699959374], + [92.44369273474328, 25.72011196313703], + [92.50486024644623, 25.617005383695712], + [92.58437801166005, 25.551017172853268], + [92.66083740128873, 25.57163848874153], + [92.56908613373432, 25.465782400515113], + [92.65319146232586, 25.434163049486443], + [92.79234755145006, 25.282940066305844], + [92.74341354208771, 25.207328574715543], + [92.66389577687389, 25.177083978079423], + [92.62107851868183, 25.115220030414633], + [92.54003156567542, 25.09872297770402], + [92.48039324176506, 25.108346258451878], + [92.4253424812324, 25.02998525807648], + [92.1990226879315, 25.12484331116249] + ] + ] + } + }, + { + "type": "Feature", + "id": "Manipur", + "properties": { + "st_nm": "Manipur", + "st_code": "14" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [94.65336909501215, 25.115220030414633], + [94.73594523581112, 25.113845276022083], + [94.743591174774, 25.03685903003923], + [94.68701122644876, 24.889760310036287], + [94.63196046591611, 24.838894397511904], + [94.62890209033097, 24.75640913395885], + [94.54479676173942, 24.71104223900467], + [94.5340924471914, 24.642304519377124], + [94.37505691676375, 24.49383104498163], + [94.40716986040779, 24.43746611488704], + [94.29095158817219, 24.232627710396958], + [94.25272189335786, 24.11439883263758], + [94.23743001543212, 24.036037832262178], + [94.17014575255888, 23.92880698964321], + [94.15638306242572, 23.847696480482707], + [94.01722697330152, 23.92743223525066], + [93.89336276210307, 23.953552568709124], + [93.80772824571895, 23.926057480858105], + [93.7404439828457, 24.005793235626058], + [93.6242257106101, 24.011292253196263], + [93.50494906278936, 23.942554533568718], + [93.4162561708201, 24.071781446468503], + [93.37802647600576, 24.08827849917911], + [93.25263307701472, 24.02091553394412], + [93.2067574432375, 24.047035867402585], + [92.97585008655889, 24.11577358703013], + [93.02325490812868, 24.23400246478951], + [93.00949221799551, 24.412720535821126], + [93.04925110060243, 24.544696957506012], + [93.08748079541677, 24.572192045357028], + [93.0859516076242, 24.70966748461212], + [93.1088894245128, 24.811399309660885], + [93.17464449959347, 24.797651765735377], + [93.248045513637, 24.9145058891022], + [93.24651632584442, 24.97224557358934], + [93.34438434456914, 25.12346855676994], + [93.38108485159091, 25.240322680136764], + [93.46977774356017, 25.30631089097921], + [93.50189068720422, 25.243072188921868], + [93.60587545709922, 25.199080048360237], + [93.66704296880216, 25.31043515415686], + [93.8046698701338, 25.46303289173001], + [93.76491098752687, 25.53864438332031], + [93.93618002029513, 25.559265699208574], + [94.00652265875351, 25.56751422556388], + [94.10744905306336, 25.522147330609698], + [94.19002519386234, 25.548267664068167], + [94.20837544737323, 25.496026997151233], + [94.32153534402367, 25.502900769113985], + [94.41634498716323, 25.53589487453521], + [94.4882168134142, 25.60463259416275], + [94.55091351290972, 25.579887015096837], + [94.55397188849486, 25.504275523506536], + [94.67477772410817, 25.44516108462685], + [94.57538051759089, 25.2142023466783], + [94.65336909501215, 25.115220030414633] + ] + ] + } + }, + { + "type": "Feature", + "id": "Tripura", + "properties": { + "st_nm": "Tripura", + "st_code": "16" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [91.7586166036703, 23.266175372433676], + [91.81519655199553, 23.145196985889196], + [91.80602142524009, 23.062711722336143], + [91.72038690885597, 22.987100230745845], + [91.57664325635405, 22.965104160465028], + [91.54300112491742, 22.999473020278803], + [91.50782980568823, 23.183690108880622], + [91.45430823294816, 23.260676354863474], + [91.31973970720168, 23.277173407574082], + [91.25551381991359, 23.48613607524182], + [91.16070417677403, 23.594741672253342], + [91.1561166133963, 23.741840392256286], + [91.22645925185469, 23.73221711150843], + [91.24786788095072, 23.829824673379544], + [91.21881331289183, 23.879315831511377], + [91.29986026589822, 23.997544709270752], + [91.37326127994176, 24.001668972448407], + [91.4696001108739, 24.062158165720646], + [91.63016482909413, 24.103400797497173], + [91.65616102156787, 24.185886061050226], + [91.75555822808516, 24.1418939204886], + [91.74638310132971, 24.245000499929915], + [91.85954299798016, 24.183136552265125], + [91.92376888526826, 24.108899815067375], + [91.94211913877913, 24.262872307033078], + [91.92223969747567, 24.338483798623376], + [91.97117370683804, 24.382475939185007], + [92.07057091335533, 24.3769769216148], + [92.13938436402114, 24.425093325354084], + [92.15620542973944, 24.5254503960103], + [92.21431456585725, 24.508953343299687], + [92.26019019963445, 24.35910511451164], + [92.21890212923496, 24.286243131706442], + [92.29536151886364, 24.245000499929915], + [92.33053283809284, 24.183136552265125], + [92.31218258458196, 24.05253488497279], + [92.32441608692254, 23.913684691325148], + [92.25713182404931, 23.813327620668932], + [92.26477776301218, 23.726718093938228], + [92.1760848710429, 23.707471532442515], + [92.11950492271768, 23.73221711150843], + [92.0598665988073, 23.64285807599262], + [91.93753157540142, 23.689599725339352], + [91.97423208242319, 23.480637057671615], + [91.94211913877913, 23.42702163636213], + [91.86565974915047, 23.446268197857844], + [91.80449223744752, 23.51500591748539], + [91.83813436888414, 23.370656706267543], + [91.7586166036703, 23.266175372433676] + ] + ] + } + }, + { + "type": "Feature", + "id": "Andaman and Nicobar Islands", + "properties": { + "st_nm": "Andaman and Nicobar Islands", + "st_code": "35", + "year": "2011_c" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [92.7556470444283, 12.177406442118134], + [92.7556470444283, 12.174656933333033], + [92.73423841533227, 12.083923143424673], + [92.78164323690206, 12.04817952921835], + [92.70671303506595, 11.973942792020601], + [92.7908183636575, 11.885958510897344], + [92.75411785663573, 11.701741422295523], + [92.66083740128873, 11.653625018556243], + [92.75105948105058, 11.609632877994613], + [92.66542496466646, 11.505151544160746], + [92.55073588022344, 11.719613229398686], + [92.5354440022977, 11.912078844355811], + [92.60119907737837, 11.84884014229847], + [92.6226077064744, 12.101794950527836], + [92.66083740128873, 12.214524810717009], + [92.7556470444283, 12.177406442118134] + ] + ], + [ + [ + [92.8657485654936, 12.235146126605272], + [92.85504425094558, 12.159534635014973], + [92.76940973456146, 12.182905459688339], + [92.74035516650257, 12.24614416174568], + [92.81069780496095, 12.313507126980674], + [92.83210643405698, 12.301134337447715], + [92.8718653166639, 12.302509091840266], + [92.8657485654936, 12.235146126605272] + ] + ], + [ + [ + [92.87339450445647, 12.331378934083835], + [92.8305772462644, 12.302509091840266], + [92.80916861716838, 12.316256635765775], + [92.7785848613169, 12.313507126980674], + [92.71894653740654, 12.299759583055163], + [92.69906709610308, 12.328629425298733], + [92.71282978623624, 12.544465864929224], + [92.74494272988028, 12.72318393596084], + [92.72965085195455, 12.835913796150015], + [92.79387673924263, 12.862034129608482], + [92.78775998807234, 13.020130884751834], + [92.82140211950896, 13.112239429052746], + [92.84128156081242, 13.391314570740576], + [92.87033612887132, 13.472425079901079], + [92.93303282836683, 13.498545413359547], + [92.98808358889949, 13.574156904949847], + [93.04313434943214, 13.528790009995667], + [93.03090084709154, 13.344572921393848], + [93.06454297852817, 13.2730856929812], + [93.03090084709154, 13.178227639895187], + [93.0339592226767, 13.081994832416626], + [92.95902902084059, 13.016006621574181], + [92.9116241992708, 13.054499744565607], + [92.85810262653072, 12.901902006992458], + [92.9238577016114, 12.884030199889295], + [92.96820414759603, 12.739680988671452], + [92.95597064525543, 12.624201619697176], + [92.97432089876632, 12.543091110536674], + [92.87339450445647, 12.331378934083835] + ] + ], + [ + [ + [92.52015212437196, 10.89751010265325], + [92.58590719945263, 10.787529751249178], + [92.59661151400064, 10.681673663022757], + [92.53085643891998, 10.520827399094303], + [92.43298842019527, 10.551071995730423], + [92.38405441083292, 10.67067562788235], + [92.37793765966262, 10.782030733678972], + [92.52015212437196, 10.89751010265325] + ] + ], + [ + [ + [92.6394287721927, 11.510650561730948], + [92.68989196934763, 11.37454987686841], + [92.59814070179321, 11.347054789017392], + [92.58590719945263, 11.400670210326878], + [92.6394287721927, 11.510650561730948] + ] + ], + [ + [ + [93.83678281377783, 7.240663418467861], + [93.86889575742188, 7.204919804261538], + [93.9147713911991, 6.94921548724707], + [93.87807088417733, 6.793868240888819], + [93.80008230675607, 6.766373153037801], + [93.7175061659571, 6.991832873416148], + [93.66704296880216, 7.023452224444819], + [93.64563433970613, 7.126558803886136], + [93.67468890776505, 7.191172260336028], + [93.83678281377783, 7.240663418467861] + ] + ], + [ + [ + [93.70068510023879, 7.445501822957945], + [93.74350235843085, 7.3767641033304], + [93.71291860257938, 7.312150646880507], + [93.6364592129507, 7.244787681645513], + [93.60893383268437, 7.312150646880507], + [93.70068510023879, 7.445501822957945] + ] + ], + [ + [ + [92.79234755145006, 9.238181550844315], + [92.82598968288669, 9.140573988973202], + [92.72812166416197, 9.126826445047692], + [92.72047572519911, 9.218934989348602], + [92.79234755145006, 9.238181550844315] + ] + ] + ] + } + }, + { + "type": "Feature", + "id": "Uttar Pradesh", + "properties": { + "st_nm": "Uttar Pradesh", + "st_code": "09" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.76052036679465, 29.26422878713324], + [78.87520945123767, 29.205114348253556], + [78.92720183618518, 29.118504821522848], + [78.97460665775495, 29.130877611055805], + [79.0357741694579, 29.16937073404723], + [79.15352162948606, 29.115755312737747], + [79.14281731493804, 29.067638908998465], + [79.25903558717364, 28.992027417408163], + [79.40736680305328, 28.95215954002419], + [79.42265868097903, 28.897169364322153], + [79.58475258699183, 28.84630345179777], + [79.68262060571654, 28.854551978153076], + [79.82024750704815, 28.887546083574296], + [79.95481603279464, 28.72257555646819], + [80.02974623463074, 28.748695889926655], + [80.06491755385994, 28.836680171049913], + [80.11996831439258, 28.827056890302057], + [80.27747465702767, 28.711577521327783], + [80.31417516404943, 28.62909225777473], + [80.45944800434393, 28.624967994597075], + [80.55272845969091, 28.69095620543952], + [80.66741754413394, 28.642839801700237], + [80.71482236570372, 28.56860306450249], + [81.05277286786249, 28.40500729178893], + [81.21333758608272, 28.358265642442202], + [81.23321702738617, 28.289527922814656], + [81.32038073156286, 28.197419378513747], + [81.42589468925044, 28.171299045055278], + [81.47788707419795, 28.083314763932023], + [81.74243656231317, 27.952713096639688], + [81.88465102702253, 27.856480289161123], + [81.96111041665121, 27.923843254396118], + [82.06968274992393, 27.923843254396118], + [82.12167513487144, 27.86610356990898], + [82.20730965125556, 27.844107499628166], + [82.44892132248219, 27.67913697252206], + [82.66453680123507, 27.723129113083687], + [82.70582487163455, 27.703882551587974], + [82.75322969320433, 27.58702842822115], + [82.7318210641083, 27.486671357564934], + [82.9290862893503, 27.50041890149044], + [83.03460024703787, 27.448178234573508], + [83.18904821408782, 27.45367725214371], + [83.29150379619024, 27.335448374384335], + [83.34349618113775, 27.335448374384335], + [83.40925125621841, 27.413809374759733], + [83.39548856608525, 27.479797585602178], + [83.61416242042327, 27.46879955046177], + [83.83130708696874, 27.369817234198106], + [83.8618908428202, 27.335448374384335], + [83.9077664765974, 27.274959181112095], + [83.99340099298153, 27.17460211045588], + [83.96434642492264, 27.08386832054752], + [84.04998094130676, 27.044000443163544], + [84.06068525585476, 26.88727844241274], + [84.25947966888934, 26.804793178859686], + [84.32982230734773, 26.683814792315207], + [84.418515199317, 26.631574125398274], + [84.28088829798537, 26.599954774369603], + [84.11267764080227, 26.630199371005723], + [84.05151012909933, 26.55183837063032], + [83.91541241556028, 26.50234721249849], + [83.9077664765974, 26.447357036796454], + [84.1570240867869, 26.375869808383808], + [84.17690352809036, 26.264514702587185], + [84.08668144832852, 26.219147807633004], + [84.05609769247705, 26.099544175481075], + [84.2961801759111, 25.945571683515375], + [84.3542893120289, 25.959319227440886], + [84.47203677205707, 25.882332981458035], + [84.62495555131443, 25.791599191549675], + [84.60048854663326, 25.732484752669986], + [84.55767128844118, 25.680244085753053], + [84.33593905851802, 25.743482787810393], + [84.3191179927997, 25.667871296220095], + [84.20595809614926, 25.669246050612646], + [84.1402030210686, 25.731109998277436], + [84.07444794598793, 25.69536638407111], + [84.08056469715822, 25.636251945191425], + [83.93070429348602, 25.557890944816023], + [83.84659896489447, 25.434163049486443], + [83.77931470202122, 25.39841943528012], + [83.74108500720689, 25.410792224813076], + [83.64933373965246, 25.33930499640043], + [83.5377030307946, 25.30906039976431], + [83.34961293230805, 25.18395775004218], + [83.35114212010062, 25.009363942188216], + [83.39548856608525, 24.781154713024765], + [83.48876902143223, 24.735787818070584], + [83.53005709183172, 24.643679273769674], + [83.52394034066143, 24.550195975076214], + [83.50253171156541, 24.5254503960103], + [83.40007612946297, 24.49795530815928], + [83.38019668815951, 24.31373821955746], + [83.40925125621841, 24.26699657021073], + [83.32973349100459, 24.102026043104622], + [83.2073984675987, 23.921933217680454], + [83.09118019536311, 23.87106730515607], + [82.94743654286118, 23.87106730515607], + [82.81286801711471, 23.96180109506443], + [82.66453680123507, 24.128146376563087], + [82.7440545664489, 24.165264745161963], + [82.77005075892265, 24.370103149652046], + [82.71347081059741, 24.379726430399902], + [82.7440545664489, 24.49658055376673], + [82.79757613918898, 24.576316308534683], + [82.77310913450779, 24.642304519377124], + [82.70735405942713, 24.636805501806922], + [82.67065355240535, 24.69729469507916], + [82.52385152431829, 24.6766733791909], + [82.41833756663071, 24.65192780012498], + [82.41833756663071, 24.59418811563784], + [82.2975317310174, 24.606560905170802], + [82.216484778011, 24.793527502557723], + [82.09414975460511, 24.81689832723109], + [81.94276016314032, 24.845768169474656], + [81.8922969659854, 24.98874262629995], + [81.79289975946811, 25.00386492461801], + [81.66750636047708, 25.06160460910515], + [81.62621829007759, 25.16058692536881], + [81.54058377369347, 25.18808201321983], + [81.49929570329398, 25.148214135835854], + [81.39225255781382, 25.131717083125245], + [81.2775634733708, 25.166085942939016], + [81.26380078323764, 25.053356082749843], + [81.15981601334263, 24.91313113470965], + [81.12005713073572, 24.903507853961795], + [81.0344226143516, 24.952999012093628], + [80.94572972238234, 24.966746556019135], + [80.8600952059982, 24.928253433027713], + [80.83104063793931, 25.03273476686158], + [80.8784454595091, 25.0657288722828], + [80.84480332807247, 25.18670725882728], + [80.72399749245916, 25.117969539199734], + [80.71482236570372, 25.0657288722828], + [80.59248734229783, 25.09047445134872], + [80.50073607474341, 25.040983293216886], + [80.4777982578548, 24.97636983676699], + [80.40133886822613, 25.069853135460455], + [80.34170054431576, 25.013488205365867], + [80.2637119668945, 25.024486240506274], + [80.29123734716083, 25.058855100320045], + [80.35240485886378, 25.12346855676994], + [80.43039343628503, 25.174334469294323], + [80.40439724381127, 25.243072188921868], + [80.31111678846429, 25.285689575090945], + [80.315704351842, 25.388796154532262], + [80.22089470870245, 25.397044680887568], + [80.10467643646685, 25.350303031540836], + [80.03280461021589, 25.34205450518553], + [79.85541882627734, 25.193581030790035], + [79.84012694835161, 25.09872297770402], + [79.7483756807972, 25.139965609480548], + [79.67344547896109, 25.12071904798484], + [79.56946070906608, 25.17158496050922], + [79.49147213164483, 25.07947641620831], + [79.40583761526071, 25.106971504059327], + [79.39054573733497, 25.170210206116668], + [79.43642137111217, 25.254070224062275], + [79.35231604252064, 25.329681715652573], + [79.28044421626967, 25.32418269808237], + [79.26362315055137, 25.273316785557988], + [79.2789150284771, 25.243072188921868], + [79.29267771861026, 25.18395775004218], + [79.30491122095086, 25.179833486864524], + [79.32326147446173, 25.149588890228404], + [79.24527289704048, 25.113845276022083], + [79.13058381259746, 25.109721012844428], + [79.06329954972422, 25.222450873033605], + [78.93026021177032, 25.207328574715543], + [78.87979701461539, 25.15783741658371], + [78.87062188785995, 25.18670725882728], + [78.96084396762178, 25.344804013970634], + [78.87979701461539, 25.38604664574716], + [78.94249371411091, 25.49190273397358], + [78.8843845779931, 25.515273558646946], + [78.73146579873575, 25.457533874159807], + [78.77428305692781, 25.35305254032594], + [78.65959397248479, 25.38329713696206], + [78.51279194439772, 25.27606629434309], + [78.55866757817493, 25.21282759228575], + [78.63971453118134, 25.071227889853006], + [78.63206859221846, 24.95712327527128], + [78.6764150382031, 24.898008836391593], + [78.76969549355009, 24.859515713400167], + [78.78039980809811, 24.705543221434464], + [78.7513452400392, 24.599687133208047], + [78.88285539020053, 24.640929764984573], + [78.95319802865892, 24.547446466291113], + [78.91496833384458, 24.459462185167855], + [78.98531097230297, 24.441590378064692], + [78.99142772347327, 24.416844798998778], + [78.9715482821698, 24.348107079371232], + [78.80639600057185, 24.17901228908747], + [78.70241123067686, 24.227128692826753], + [78.58619295844126, 24.353606096941437], + [78.50208762984971, 24.39072446554031], + [78.38892773319927, 24.262872307033078], + [78.32928940928889, 24.32748576348297], + [78.36904829189581, 24.3742274128297], + [78.26812189758594, 24.449838904419998], + [78.27576783654881, 24.662925835265387], + [78.19013332016469, 24.841643906297005], + [78.1717830666538, 24.876012766110776], + [78.34611047500721, 25.012113450973317], + [78.33540616045919, 25.0684783810679], + [78.33693534825176, 25.084975433778514], + [78.37363585527352, 25.09872297770402], + [78.44703686931706, 25.12209380237739], + [78.39045692099184, 25.205953820322993], + [78.34458128721462, 25.328306961260022], + [78.33999372383691, 25.41629124238328], + [78.33999372383691, 25.43278829509389], + [78.35528560176265, 25.452034856589602], + [78.39504448436955, 25.4437863302343], + [78.4164531134656, 25.47678043565552], + [78.41951148905073, 25.531770611357555], + [78.45162443269479, 25.57163848874153], + [78.65806478469221, 25.559265699208574], + [78.71770310860259, 25.60463259416275], + [78.81098356394958, 25.619754892480813], + [78.76357874237979, 25.72011196313703], + [78.88591376578569, 25.912577578094155], + [78.93790615073318, 25.95244545547813], + [78.9486104652812, 26.02805694706843], + [79.01130716477672, 26.083047122770466], + [78.9944860990584, 26.19715173735219], + [79.13822975156033, 26.338751439784932], + [79.13517137597518, 26.4404832648337], + [78.9898985356807, 26.57933345848134], + [79.006719601399, 26.67144200278225], + [78.87215107565252, 26.69756233624072], + [78.78039980809811, 26.769049564653365], + [78.54490488804177, 26.76355054708316], + [78.39504448436955, 26.817165968392644], + [78.35834397734779, 26.86940663530958], + [78.22224626380874, 26.832288266710705], + [78.2711802731711, 26.920272547833964], + [78.1488452497652, 26.94914239007753], + [78.11061555495087, 26.895526968768046], + [77.9867513437524, 26.88865319680529], + [77.76043155045151, 26.93264533736692], + [77.72220185563717, 26.874905652879782], + [77.52493663039517, 26.818540722785194], + [77.45459399193679, 26.742929231194896], + [77.39801404361157, 26.830913512318155], + [77.48976531116598, 26.90102598633825], + [77.66103434393422, 26.971138460358347], + [77.55093282286893, 27.111363408398535], + [77.65797596834908, 27.170477847278224], + [77.64574246600849, 27.24196507569087], + [77.43777292621847, 27.456426760928814], + [77.33990490749376, 27.52653923494891], + [77.35213840983435, 27.65164188467104], + [77.28332495916854, 27.798740604673984], + [77.34449247087149, 27.849606517198367], + [77.42095186050017, 27.855105534768573], + [77.5295241937729, 27.92659276318122], + [77.54175769611348, 27.98983146523856], + [77.47600262103282, 28.084689518324573], + [77.50046962571399, 28.205667904869053], + [77.50505718909172, 28.37063843197516], + [77.34755084645664, 28.520486660763208], + [77.2970876493017, 28.567228310109936], + [77.34143409528635, 28.609845696279017], + [77.31696709060516, 28.641465047307687], + [77.29861683709427, 28.70882801254268], + [77.22827419863589, 28.769317205814918], + [77.20839475733244, 28.791313276095735], + [77.2221574474656, 28.83118115347971], + [77.21604069629531, 28.853177223760525], + [77.23286176201361, 28.919165434602967], + [77.16710668693295, 29.033270049184694], + [77.14263968225177, 29.16662122526213], + [77.15487318459236, 29.297222892554466], + [77.12734780432604, 29.3494635594714], + [77.13193536770376, 29.484189489941386], + [77.10593917523, 29.632662964336884], + [77.15181480900722, 29.68765314003892], + [77.11970186536317, 29.755016105273913], + [77.17322343810325, 29.804507263405746], + [77.22674501084332, 29.939233193875733], + [77.45612317972936, 30.16331815986153], + [77.58304576651297, 30.307667371079376], + [77.57998739092783, 30.379154599492022], + [77.5753998275501, 30.401150669772836], + [77.65797596834908, 30.401150669772836], + [77.72220185563717, 30.32966344136019], + [77.95922596348608, 30.24167916023693], + [77.8598287569688, 30.113827001729696], + [77.801719620851, 30.095955194626537], + [77.71608510446687, 29.88561777256625], + [77.82006987436188, 29.67390559611341], + [77.92711301984204, 29.713773473497387], + [78.02039347518902, 29.5817970518125], + [78.13049499625433, 29.651909525832597], + [78.20389601029785, 29.73714429817075], + [78.33540616045919, 29.79763349144299], + [78.51126275660515, 29.724771508637794], + [78.53267138570118, 29.63953673629964], + [78.61677671429273, 29.558426227139137], + [78.80027924940157, 29.464942928445673], + [78.92567264839259, 29.438822594987208], + [78.8507424465565, 29.34808880507885], + [78.76052036679465, 29.26422878713324] + ] + ] + } + }, + { + "type": "Feature", + "id": "Rajasthan", + "properties": { + "st_nm": "Rajasthan", + "st_code": "08", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.93305213832605, 27.92796751757377], + [75.9712818331404, 27.85235602598347], + [76.07679579082797, 27.841357990843065], + [76.17619299734525, 27.798740604673984], + [76.22512700670761, 27.83310946448776], + [76.16854705838239, 27.903221938507855], + [76.15937193162694, 27.998079991593865], + [76.2602983259368, 28.06681771122141], + [76.3184074620546, 28.015951798697028], + [76.35969553245408, 28.12455739570855], + [76.3122907108843, 28.178172817018034], + [76.54319806756291, 28.03382360580019], + [76.5386105041852, 27.9747091669205], + [76.66859146655395, 28.013202289911927], + [76.68694172006484, 28.087439027109674], + [76.79551405333757, 28.147928220381914], + [76.85362318945536, 28.22079020318711], + [76.96984146169095, 28.138304939634057], + [76.93008257908404, 27.993955728416214], + [76.94231608142462, 27.842732745235615], + [76.8918528842697, 27.732752393831543], + [76.97748740065381, 27.65439139345614], + [77.04477166352706, 27.8207366749548], + [77.28332495916854, 27.798740604673984], + [77.35213840983435, 27.65164188467104], + [77.33990490749376, 27.52653923494891], + [77.43777292621847, 27.456426760928814], + [77.64574246600849, 27.24196507569087], + [77.65797596834908, 27.170477847278224], + [77.55093282286893, 27.111363408398535], + [77.66103434393422, 26.971138460358347], + [77.48976531116598, 26.90102598633825], + [77.39801404361157, 26.830913512318155], + [77.45459399193679, 26.742929231194896], + [77.52493663039517, 26.818540722785194], + [77.72220185563717, 26.874905652879782], + [77.76043155045151, 26.93264533736692], + [77.9867513437524, 26.88865319680529], + [78.11061555495087, 26.895526968768046], + [78.1488452497652, 26.94914239007753], + [78.2711802731711, 26.920272547833964], + [78.22224626380874, 26.832288266710705], + [78.11214474274344, 26.79516989811183], + [78.08920692585484, 26.6755662659599], + [78.00051403388557, 26.694812827455614], + [77.90417520295343, 26.659069213249293], + [77.82312824994703, 26.55046361623777], + [77.74513967252577, 26.538090826704813], + [77.53869932052834, 26.41161342259013], + [77.43777292621847, 26.403364896234823], + [77.37507622672297, 26.3648717732434], + [77.27109145682796, 26.267264211372286], + [77.11970186536317, 26.213648790062802], + [76.99889602974986, 26.129788772117195], + [76.90102801102515, 26.092670403518323], + [76.85209400166279, 26.032181210246083], + [76.78786811437469, 25.944196929122825], + [76.71599628812373, 25.901579542953748], + [76.64259527408021, 25.9084533149165], + [76.54625644314807, 25.838340840896407], + [76.50343918495601, 25.670620805005196], + [76.51567268729659, 25.527646348179903], + [76.59366126471785, 25.408042716027975], + [76.67012065434653, 25.348928277148286], + [76.76187192190095, 25.320058434904716], + [76.8566815650405, 25.332431224437673], + [76.94537445700978, 25.284314820698395], + [77.0830013583414, 25.33655548761533], + [77.22368663525818, 25.318683680512166], + [77.23439094980618, 25.379172873784405], + [77.31390871502002, 25.43141354070134], + [77.36743028776009, 25.410792224813076], + [77.41177673374473, 25.223825627426155], + [77.39342648023384, 25.119344293592285], + [77.31237952722745, 25.080851170600862], + [77.26956226903538, 25.115220030414633], + [77.17475262589582, 25.111095767236982], + [77.08605973392655, 25.054730837142394], + [77.00042521754243, 25.075352153030657], + [76.87656100634396, 25.040983293216886], + [76.86126912841823, 24.961247538448934], + [76.9499620203875, 24.869138994148024], + [76.804689180093, 24.807275046483234], + [76.85515237724793, 24.74403634442589], + [76.94690364480235, 24.75915864274395], + [77.03406734897905, 24.70829273021957], + [77.06923866820824, 24.55706974703897], + [76.97748740065381, 24.460836939560405], + [76.86126912841823, 24.548821220683664], + [76.8169226824336, 24.533698922365602], + [76.84444806269991, 24.43609136049449], + [76.83221456035933, 24.35773036011909], + [76.8627983162108, 24.272495587780934], + [76.92243664012118, 24.212006394508695], + [76.88114856972169, 24.130895885348192], + [76.80163080450785, 24.11714834142268], + [76.67623740551682, 24.19138507862043], + [76.64412446187278, 24.26974607899583], + [76.57072344782924, 24.20925688572359], + [76.50496837274858, 24.20375786815339], + [76.32146583763975, 24.245000499929915], + [76.21289350436702, 24.20925688572359], + [76.11808386122746, 24.194134587405532], + [76.1272589879829, 24.08827849917911], + [76.04162447159878, 24.066282428898297], + [75.93763970170377, 23.89718763861454], + [75.79389604920185, 23.86694304197842], + [75.68991127930684, 23.74733940982649], + [75.5828681338267, 23.79545581356577], + [75.5645178803158, 23.85594500683801], + [75.46206229821338, 23.917808954502803], + [75.52170062212375, 24.02503979712177], + [75.70214478164743, 23.96592535824208], + [75.83671330739391, 24.05665914815044], + [75.75107879100979, 24.14326867488115], + [75.81377549050531, 24.245000499929915], + [75.72814097412119, 24.396223483110514], + [75.78625011023898, 24.4525884132051], + [75.900939194682, 24.442965132457246], + [75.92081863598546, 24.54332220311346], + [75.82447980505333, 24.667050098443042], + [75.78472092244641, 24.761908151529052], + [75.60886432630045, 24.6821723967611], + [75.54922600239007, 24.702793712649363], + [75.45594554704309, 24.68079764236855], + [75.18375011996498, 24.748160607603545], + [75.33666889922235, 24.952999012093628], + [75.35196077714808, 25.01898722293607], + [75.19139605892785, 25.03685903003923], + [75.1134074815066, 24.966746556019135], + [75.11646585709174, 24.877387520503326], + [75.03847727967049, 24.845768169474656], + [74.95895951445667, 24.858140959007617], + [74.90237956613144, 24.929628187420263], + [74.82592017650276, 24.899383590784144], + [74.86109149573196, 24.799026520127928], + [74.97730976796754, 24.764657660314153], + [74.99260164589327, 24.693170431901507], + [74.88861687599828, 24.634055993021818], + [74.80451154740673, 24.735787818070584], + [74.77239860376268, 24.661551080872837], + [74.78616129389584, 24.58593958928254], + [74.69746840192657, 24.48283300984122], + [74.81521586195474, 24.46908546591571], + [74.85497474456166, 24.423718570961533], + [74.78157373051812, 24.338483798623376], + [74.7540483502518, 24.242250991144815], + [74.86720824690224, 24.243625745537365], + [74.90849631730173, 24.212006394508695], + [74.87944174924283, 24.17351327151727], + [74.9742513923824, 24.040162095439833], + [74.90237956613144, 23.873816813941172], + [74.94060926094578, 23.76521121692965], + [74.92225900743489, 23.66622890066599], + [74.84732880559879, 23.55212428608426], + [74.77239860376268, 23.542501005336405], + [74.57207500293553, 23.420147864399375], + [74.52925774474348, 23.321165548135713], + [74.73416890894833, 23.220808477479498], + [74.50631992785488, 23.084707792616957], + [74.38551409224156, 23.112202880467976], + [74.31975901716089, 23.059962213551042], + [74.24788719090994, 23.183690108880622], + [74.12708135529662, 23.175441582525316], + [74.1393148576372, 23.266175372433676], + [73.98180851500213, 23.337662600846322], + [73.95887069811351, 23.3802799870154], + [73.89158643524028, 23.33491309206122], + [73.83041892353734, 23.42564688196958], + [73.75548872170123, 23.45451672421315], + [73.62703694712505, 23.449017706642945], + [73.65609151518395, 23.620862005711807], + [73.5719861865924, 23.653856111133027], + [73.52305217723004, 23.6071144617863], + [73.47411816786769, 23.70472202365741], + [73.36860421018011, 23.814702375061483], + [73.37777933693555, 23.90406141057729], + [73.4160090317499, 23.924682726465555], + [73.40530471720187, 24.041536849832383], + [73.31661182523261, 24.05390963936534], + [73.24321081118907, 24.001668972448407], + [73.21415624313018, 24.077280464038704], + [73.1254633511609, 24.125396867777987], + [73.06735421504311, 24.194134587405532], + [73.15145954363466, 24.354980851333988], + [73.07652934179855, 24.396223483110514], + [73.08723365634657, 24.49795530815928], + [73.00159913996245, 24.480083501056118], + [72.95878188177038, 24.36047986890419], + [72.72787452509176, 24.367353640866945], + [72.68352807910713, 24.46358644834551], + [72.51990498530176, 24.50070481694438], + [72.5000255439983, 24.416844798998778], + [72.35322351591124, 24.56394351900172], + [72.33487326240035, 24.632681238629267], + [72.16513341742468, 24.62168320348886], + [72.05809027194452, 24.71241699339722], + [71.91893418282034, 24.672549116013244], + [71.79201159603672, 24.6766733791909], + [71.65591388249767, 24.639555010592023], + [71.60850906092789, 24.6766733791909], + [71.47852809855914, 24.679422887976], + [71.37760170424927, 24.625807466666515], + [71.28737962448743, 24.61618418591866], + [71.18798241797015, 24.65055304573243], + [71.11152302834147, 24.675298624798344], + [70.93719561998807, 24.93925146816812], + [70.88826161062572, 25.148214135835854], + [70.75063470929409, 25.27744104873564], + [70.66500019290997, 25.397044680887568], + [70.67417531966541, 25.676119822575398], + [70.60842024458475, 25.714612945566824], + [70.5304316671635, 25.682993594538154], + [70.38668801466157, 25.673370313790297], + [70.2689405546334, 25.713238191174273], + [70.09920070965774, 25.93869791155262], + [70.083908831732, 26.083047122770466], + [70.14048878005723, 26.155909105575663], + [70.17413091149385, 26.250767158661674], + [70.18483522604186, 26.374495053991257], + [70.17413091149385, 26.55183837063032], + [70.05638345146568, 26.599954774369603], + [69.88664360649001, 26.57933345848134], + [69.79183396335044, 26.598580019977053], + [69.71996213709949, 26.654944950071638], + [69.5104634095169, 26.742929231194896], + [69.48446721704315, 26.804793178859686], + [69.51352178510204, 27.00963158334977], + [69.58692279914558, 27.184225391203736], + [69.8637057896014, 27.402811339619326], + [69.93404842805978, 27.49766939270534], + [70.02579969561421, 27.56228284915523], + [70.13284284109436, 27.80561437663674], + [70.22612329644134, 27.900472429722754], + [70.37139613673584, 28.011827535519377], + [70.5074938502749, 28.03657311458529], + [70.58854080328129, 28.010452781126823], + [70.67723369525056, 27.921093745611017], + [70.68335044642086, 27.827610446917554], + [70.75828064825696, 27.721754358691136], + [70.90661186413661, 27.70938156915818], + [71.20480348368845, 27.83585897327286], + [71.382189267627, 27.872977341871735], + [71.66661819704568, 27.878476359441937], + [71.8745877368357, 27.95546260542479], + [71.88070448800599, 27.91421997364826], + [71.92810930957577, 28.121807886923445], + [71.995393572449, 28.208417413654153], + [72.13149128598806, 28.31289874748802], + [72.20642148782417, 28.394009256648523], + [72.29970194317116, 28.668960135158706], + [72.40368671306616, 28.78306474974043], + [72.6621194500111, 28.8930451011445], + [72.73246208846949, 28.948035276846536], + [72.94501919163721, 29.02777103161449], + [73.00465751554759, 29.15287368133662], + [73.08417528076141, 29.235358944889676], + [73.28296969379599, 29.572173771064644], + [73.397658778239, 29.94610696583849], + [73.59645319127358, 30.018968948643685], + [73.80595191885617, 30.067085352382968], + [73.96804582486897, 30.19356275649765], + [73.97569176383183, 30.1193260192999], + [73.90381993758088, 30.050588299672356], + [73.89464481082543, 29.973602053689508], + [74.29835038806486, 29.954355492193795], + [74.44821079173708, 29.94748172023104], + [74.52619936915833, 29.940607948268283], + [74.56137068838753, 29.869120719855637], + [74.48491129875885, 29.814130544153603], + [74.48032373538112, 29.745392824526057], + [74.61642144892018, 29.752266596488813], + [74.57513337852069, 29.56392524470934], + [74.62253820009047, 29.530931139288118], + [74.58430850527613, 29.45806915648292], + [74.60265875878702, 29.364585857789457], + [74.78769048168841, 29.361836349004356], + [74.85038718118393, 29.403078980780883], + [74.93755088536064, 29.361836349004356], + [74.96048870224924, 29.280725839843853], + [75.05071078201108, 29.28622485741406], + [75.08129453786255, 29.22848517292692], + [75.2403300682902, 29.26010452395559], + [75.34584402597778, 29.283475348628954], + [75.40548234988816, 29.26010452395559], + [75.391719659755, 29.06213989142826], + [75.44218285690992, 29.058015628250608], + [75.52781737329404, 28.9714061015199], + [75.47429580055396, 28.926039206565722], + [75.52017143433117, 28.833930662264812], + [75.56145950473066, 28.612595205064117], + [75.62262701643361, 28.60159716992371], + [75.67003183800338, 28.519111906370657], + [75.89329325571913, 28.389884993470872], + [76.05538716173194, 28.22079020318711], + [75.9988072134067, 28.123182641316], + [76.00798234016216, 28.058569184866105], + [75.97281102093297, 27.932091780751424], + [75.93305213832605, 27.92796751757377] + ] + ] + } + }, + { + "type": "Feature", + "id": "Delhi", + "properties": { + "st_nm": "Delhi", + "st_code": "07" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.22827419863589, 28.769317205814918], + [77.29861683709427, 28.70882801254268], + [77.31696709060516, 28.641465047307687], + [77.34143409528635, 28.609845696279017], + [77.2970876493017, 28.567228310109936], + [77.34755084645664, 28.520486660763208], + [77.25427039110964, 28.483368292164332], + [77.17475262589582, 28.40500729178893], + [77.11970186536317, 28.488867309734538], + [77.09676404847457, 28.5094886256228], + [77.00654196871272, 28.54110797665147], + [76.88420694530683, 28.502614853660045], + [76.8459772504925, 28.550731257399327], + [76.88879450868455, 28.63184176655983], + [76.95302039597264, 28.667585380766152], + [76.97137064948353, 28.69782997740227], + [76.94231608142462, 28.798187048058487], + [76.96831227389838, 28.811934591984], + [77.12123105315574, 28.858676241330727], + [77.21604069629531, 28.853177223760525], + [77.2221574474656, 28.83118115347971], + [77.20839475733244, 28.791313276095735], + [77.22827419863589, 28.769317205814918] + ] + ] + } + }, + { + "type": "Feature", + "id": "Haryana", + "properties": { + "st_nm": "Haryana", + "st_code": "06" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [77.21604069629531, 28.853177223760525], + [77.12123105315574, 28.858676241330727], + [76.96831227389838, 28.811934591984], + [76.94231608142462, 28.798187048058487], + [76.97137064948353, 28.69782997740227], + [76.95302039597264, 28.667585380766152], + [76.88879450868455, 28.63184176655983], + [76.8459772504925, 28.550731257399327], + [76.88420694530683, 28.502614853660045], + [77.00654196871272, 28.54110797665147], + [77.09676404847457, 28.5094886256228], + [77.11970186536317, 28.488867309734538], + [77.17475262589582, 28.40500729178893], + [77.25427039110964, 28.483368292164332], + [77.34755084645664, 28.520486660763208], + [77.50505718909172, 28.37063843197516], + [77.50046962571399, 28.205667904869053], + [77.47600262103282, 28.084689518324573], + [77.54175769611348, 27.98983146523856], + [77.5295241937729, 27.92659276318122], + [77.42095186050017, 27.855105534768573], + [77.34449247087149, 27.849606517198367], + [77.28332495916854, 27.798740604673984], + [77.04477166352706, 27.8207366749548], + [76.97748740065381, 27.65439139345614], + [76.8918528842697, 27.732752393831543], + [76.94231608142462, 27.842732745235615], + [76.93008257908404, 27.993955728416214], + [76.96984146169095, 28.138304939634057], + [76.85362318945536, 28.22079020318711], + [76.79551405333757, 28.147928220381914], + [76.68694172006484, 28.087439027109674], + [76.66859146655395, 28.013202289911927], + [76.5386105041852, 27.9747091669205], + [76.54319806756291, 28.03382360580019], + [76.3122907108843, 28.178172817018034], + [76.35969553245408, 28.12455739570855], + [76.3184074620546, 28.015951798697028], + [76.2602983259368, 28.06681771122141], + [76.15937193162694, 27.998079991593865], + [76.16854705838239, 27.903221938507855], + [76.22512700670761, 27.83310946448776], + [76.17619299734525, 27.798740604673984], + [76.07679579082797, 27.841357990843065], + [75.9712818331404, 27.85235602598347], + [75.93305213832605, 27.92796751757377], + [75.97281102093297, 27.932091780751424], + [76.00798234016216, 28.058569184866105], + [75.9988072134067, 28.123182641316], + [76.05538716173194, 28.22079020318711], + [75.89329325571913, 28.389884993470872], + [75.67003183800338, 28.519111906370657], + [75.62262701643361, 28.60159716992371], + [75.56145950473066, 28.612595205064117], + [75.52017143433117, 28.833930662264812], + [75.47429580055396, 28.926039206565722], + [75.52781737329404, 28.9714061015199], + [75.44218285690992, 29.058015628250608], + [75.391719659755, 29.06213989142826], + [75.40548234988816, 29.26010452395559], + [75.34584402597778, 29.283475348628954], + [75.2403300682902, 29.26010452395559], + [75.08129453786255, 29.22848517292692], + [75.05071078201108, 29.28622485741406], + [74.96048870224924, 29.280725839843853], + [74.93755088536064, 29.361836349004356], + [74.85038718118393, 29.403078980780883], + [74.78769048168841, 29.361836349004356], + [74.60265875878702, 29.364585857789457], + [74.58430850527613, 29.45806915648292], + [74.62253820009047, 29.530931139288118], + [74.57513337852069, 29.56392524470934], + [74.61642144892018, 29.752266596488813], + [74.48032373538112, 29.745392824526057], + [74.48491129875885, 29.814130544153603], + [74.56137068838753, 29.869120719855637], + [74.52619936915833, 29.940607948268283], + [74.64700520477165, 29.911738106024714], + [74.70511434088944, 29.974976808082058], + [74.8121574863696, 29.992848615185217], + [74.92684657081261, 29.95023122901614], + [74.997189209271, 29.867745965463087], + [75.11799504488431, 29.832002351256765], + [75.19139605892785, 29.844375140789722], + [75.24185925608278, 29.750891842096262], + [75.16845824203925, 29.667031824150655], + [75.30302676778572, 29.559800981531687], + [75.34584402597778, 29.695901666394224], + [75.4605331104208, 29.807256772190847], + [75.57980975824154, 29.739893806955852], + [75.72049503515832, 29.814130544153603], + [75.77860417127611, 29.82237907050891], + [75.94681482845921, 29.728895771815445], + [76.04927041056165, 29.746767578918607], + [76.098204419924, 29.810006280975948], + [76.21442269215959, 29.840250877612068], + [76.17160543396753, 29.926860404342776], + [76.2541815747665, 30.08908142266378], + [76.41015872960901, 30.14544635275837], + [76.46673867793425, 30.098704703411638], + [76.57684019899953, 30.10145421219674], + [76.63800771070248, 30.14682110715092], + [76.64259527408021, 30.14957061593602], + [76.5615483210738, 30.24167916023693], + [76.71140872474601, 30.325539178182535], + [76.74810923176778, 30.428645757623855], + [76.91173232557315, 30.42589624883875], + [76.89796963543999, 30.445142810334463], + [76.90714476219543, 30.458890354259974], + [76.92549501570632, 30.610113337440573], + [76.8276269969816, 30.68160056585322], + [76.83833131152963, 30.754462548658417], + [76.8459772504925, 30.83419830342637], + [76.77716379982668, 30.904310777446465], + [76.8689150673811, 30.872691426417795], + [76.91631988895088, 30.90018651426881], + [77.0248922222236, 30.74896353108821], + [77.16710668693295, 30.68435007463832], + [77.17169425031067, 30.601864811085267], + [77.12276024094831, 30.56337168809384], + [77.20839475733244, 30.48776019650354], + [77.407189170367, 30.4272710032313], + [77.5234074426026, 30.443768055941913], + [77.57998739092783, 30.379154599492022], + [77.58304576651297, 30.307667371079376], + [77.45612317972936, 30.16331815986153], + [77.22674501084332, 29.939233193875733], + [77.17322343810325, 29.804507263405746], + [77.11970186536317, 29.755016105273913], + [77.15181480900722, 29.68765314003892], + [77.10593917523, 29.632662964336884], + [77.13193536770376, 29.484189489941386], + [77.12734780432604, 29.3494635594714], + [77.15487318459236, 29.297222892554466], + [77.14263968225177, 29.16662122526213], + [77.16710668693295, 29.033270049184694], + [77.23286176201361, 28.919165434602967], + [77.21604069629531, 28.853177223760525] + ] + ] + } + }, + { + "type": "Feature", + "id": "Sikkim", + "properties": { + "st_nm": "Sikkim", + "st_code": "11", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [88.28124356335792, 27.131984724286802], + [88.15432097657431, 27.109988654005985], + [88.09621184045652, 27.133359478679353], + [88.03810270433873, 27.219969005410057], + [88.04421945550902, 27.478422831209627], + [88.11456209396741, 27.61864777924982], + [88.19713823476638, 27.78911732392613], + [88.20478417372925, 27.94171506149928], + [88.4678044740519, 28.01732655308958], + [88.49532985431823, 28.054444921688454], + [88.6191940655167, 28.09843706225008], + [88.75682096684832, 28.076440991969267], + [88.84398467102501, 27.992580974023664], + [88.83633873206215, 27.92934227196632], + [88.88833111700964, 27.856480289161123], + [88.8562181733656, 27.816612411777147], + [88.84857223440274, 27.668138937381652], + [88.76446690581119, 27.565032357940332], + [88.79352147387009, 27.416558883544837], + [88.91891487286112, 27.320326076066273], + [88.90362299493538, 27.27220967232699], + [88.80269660062552, 27.247464093261076], + [88.79199228607752, 27.185600145596286], + [88.72164964761913, 27.138858496249554], + [88.59778543642066, 27.188349654381387], + [88.53203036133999, 27.17597686484843], + [88.42498721585984, 27.071495531014563], + [88.28124356335792, 27.131984724286802] + ] + ] + } + }, + { + "type": "Feature", + "id": "Bihar", + "properties": { + "st_nm": "Bihar", + "st_code": "10", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [84.418515199317, 26.631574125398274], + [84.32982230734773, 26.683814792315207], + [84.25947966888934, 26.804793178859686], + [84.06068525585476, 26.88727844241274], + [84.04998094130676, 27.044000443163544], + [83.96434642492264, 27.08386832054752], + [83.99340099298153, 27.17460211045588], + [83.9077664765974, 27.274959181112095], + [83.8618908428202, 27.335448374384335], + [83.83130708696874, 27.427556918685244], + [84.01633880987013, 27.4371801994331], + [84.09738576287654, 27.516915954201053], + [84.25795048109677, 27.45092774335861], + [84.2793591101928, 27.39456281326402], + [84.6203679879367, 27.339572637561986], + [84.68918143860252, 27.221343759802608], + [84.64177661703275, 27.048124706341195], + [84.75799488926833, 27.002757811387017], + [84.82374996434899, 27.020629618490176], + [84.96137686568062, 26.96014042521794], + [85.03019031634643, 26.874905652879782], + [85.19228422235923, 26.86940663530958], + [85.17852153222607, 26.79791940689693], + [85.25498092185475, 26.753927266335303], + [85.33449868706859, 26.741554476802346], + [85.54399741465117, 26.837787284280907], + [85.64339462116845, 26.85290958259897], + [85.72902913755257, 26.80891744203734], + [85.72291238638228, 26.67419151156735], + [85.81619284172928, 26.599954774369603], + [85.85901009992133, 26.568335423340933], + [85.95993649423119, 26.650820686893987], + [86.028749944897, 26.665942985212045], + [86.1908438509098, 26.61507707268766], + [86.34070425458202, 26.60682854633236], + [86.54255704320173, 26.538090826704813], + [86.57008242346805, 26.496848194928287], + [86.72300120272541, 26.42536096651564], + [86.84686541392388, 26.44185801922625], + [87.0426014513733, 26.560086896985627], + [87.09153546073566, 26.450106545581555], + [87.16187809919404, 26.404739650627377], + [87.36831845119148, 26.407489159412478], + [87.46312809433104, 26.4404832648337], + [87.58852149332208, 26.38136882595401], + [87.65886413178046, 26.37999407156146], + [87.8484834180596, 26.436359001656047], + [88.033515140961, 26.392366861094416], + [88.09927021604167, 26.45560556315176], + [88.10997453058968, 26.54771410745267], + [88.23995549295844, 26.45835507193686], + [88.27971437556535, 26.330502913429626], + [88.14667503761144, 26.250767158661674], + [88.07327402356792, 26.175155667071376], + [87.97540600484321, 26.143536316042706], + [87.85001260585217, 26.039054982208835], + [87.85307098143731, 26.02943170146098], + [87.84083747909673, 25.99643759603976], + [87.84695423026702, 25.992313332862107], + [87.82248722558585, 25.93594840276752], + [87.82707478896356, 25.89058150781334], + [87.89282986404423, 25.865835928747423], + [87.96776006588033, 25.72561098070723], + [88.0503362066793, 25.700865401641316], + [88.02128163862041, 25.59638406780745], + [88.06715727239762, 25.483654207618272], + [87.96011412691746, 25.53864438332031], + [87.86683367157048, 25.497401751543784], + [87.7674364650532, 25.41629124238328], + [87.7842575307715, 25.34067975079298], + [87.84695423026702, 25.298062364623902], + [87.81789966220812, 25.241697434529318], + [87.76284890167547, 25.265068259202682], + [87.71085651672797, 25.258194487239926], + [87.69250626321708, 25.31180990854941], + [87.55182098630031, 25.331056470045123], + [87.47841997225677, 25.194955785182586], + [87.327030380792, 25.223825627426155], + [87.29491743714794, 25.089099696956165], + [87.1756407893272, 25.057480345927495], + [87.14505703347574, 25.01898722293607], + [87.15729053581632, 24.88151178368098], + [87.10988571424654, 24.85126718704486], + [87.05177657812874, 24.627182221059066], + [86.95237937161146, 24.631306484236717], + [86.91262048900455, 24.547446466291113], + [86.7535849585769, 24.61755894031121], + [86.65265856426703, 24.570817290964477], + [86.61137049386755, 24.607935659563353], + [86.49973978500967, 24.510328097692238], + [86.4523349634399, 24.37285265843715], + [86.34987938133746, 24.447089395634897], + [86.27647836729392, 24.46633595713061], + [86.3009453719751, 24.56119401021662], + [86.13273471479201, 24.603811396385698], + [86.12814715141428, 24.698669449471712], + [86.05474613737076, 24.779779958632215], + [85.93241111396486, 24.73853732685569], + [85.9018273581134, 24.766032414706704], + [85.73820426430802, 24.81964783601619], + [85.66633243805705, 24.661551080872837], + [85.67703675260508, 24.59143860685274], + [85.5424682268586, 24.53232416797305], + [85.3742575696755, 24.55432023825387], + [85.33144031148343, 24.510328097692238], + [85.28862305329137, 24.522700887225195], + [85.08829945246424, 24.370103149652046], + [85.02866112855386, 24.415470044606227], + [84.90326772956283, 24.37285265843715], + [84.8879758516371, 24.46358644834551], + [84.80234133525298, 24.5309494135805], + [84.58519666870751, 24.400347746288165], + [84.49650377673825, 24.287617886098992], + [84.45980326971647, 24.337109044230825], + [84.34205580968832, 24.393473974325413], + [84.32676393176257, 24.489706781803974], + [84.25642129330419, 24.52682515040285], + [84.09279819949882, 24.533698922365602], + [84.00869287090727, 24.642304519377124], + [83.93682104465631, 24.548821220683664], + [83.87259515736821, 24.53232416797305], + [83.71814719031828, 24.503454325729482], + [83.50253171156541, 24.5254503960103], + [83.52394034066143, 24.550195975076214], + [83.53005709183172, 24.643679273769674], + [83.48876902143223, 24.735787818070584], + [83.39548856608525, 24.781154713024765], + [83.35114212010062, 25.009363942188216], + [83.34961293230805, 25.18395775004218], + [83.5377030307946, 25.30906039976431], + [83.64933373965246, 25.33930499640043], + [83.74108500720689, 25.410792224813076], + [83.77931470202122, 25.39841943528012], + [83.84659896489447, 25.434163049486443], + [83.93070429348602, 25.557890944816023], + [84.08056469715822, 25.636251945191425], + [84.07444794598793, 25.69536638407111], + [84.1402030210686, 25.731109998277436], + [84.20595809614926, 25.669246050612646], + [84.3191179927997, 25.667871296220095], + [84.33593905851802, 25.743482787810393], + [84.55767128844118, 25.680244085753053], + [84.60048854663326, 25.732484752669986], + [84.62495555131443, 25.791599191549675], + [84.47203677205707, 25.882332981458035], + [84.3542893120289, 25.959319227440886], + [84.2961801759111, 25.945571683515375], + [84.05609769247705, 26.099544175481075], + [84.08668144832852, 26.219147807633004], + [84.17690352809036, 26.264514702587185], + [84.1570240867869, 26.375869808383808], + [83.9077664765974, 26.447357036796454], + [83.91541241556028, 26.50234721249849], + [84.05151012909933, 26.55183837063032], + [84.11267764080227, 26.630199371005723], + [84.28088829798537, 26.599954774369603], + [84.418515199317, 26.631574125398274] + ] + ] + } + }, + { + "type": "Feature", + "id": "Jharkhand", + "properties": { + "st_nm": "Jharkhand", + "st_code": "20", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [87.638984690477, 24.254623780677772], + [87.63133875151414, 24.163889990769412], + [87.44019027744244, 23.982422410952694], + [87.33620550754743, 24.034663077869627], + [87.23374992544501, 24.02503979712177], + [87.29491743714794, 23.90131190179219], + [87.23374992544501, 23.85594500683801], + [87.12976515555, 23.85319549805291], + [87.08541870956536, 23.811952866276382], + [86.9156788645897, 23.882065340296478], + [86.80098978014666, 23.833948936557196], + [86.82698597262042, 23.76521121692965], + [86.80098978014666, 23.69922300608721], + [86.7122968881774, 23.69922300608721], + [86.48597709487652, 23.63598430402987], + [86.36517125926319, 23.531502970195998], + [86.31012049873054, 23.411899338044073], + [86.17708116077664, 23.469639022531208], + [86.15873090726576, 23.558998058047017], + [86.08227151763708, 23.565871830009772], + [86.03945425944502, 23.498508864774777], + [85.88500629239508, 23.48338656645672], + [85.85901009992133, 23.42977114514723], + [85.8834771046025, 23.35003539037928], + [85.81925121731442, 23.268924881218776], + [85.88500629239508, 23.16719305617001], + [86.04404182282273, 23.145196985889196], + [86.24130704806473, 22.9967235114937], + [86.50126897280225, 22.993974002708597], + [86.43551389772158, 22.926611037473606], + [86.41869283200327, 22.790510352611065], + [86.55937810892004, 22.713524106628213], + [86.64195424971902, 22.65715917653363], + [86.65877531543732, 22.576048667373126], + [86.76581846091747, 22.576048667373126], + [86.80098978014666, 22.488064386249867], + [86.7642892731249, 22.426200438585077], + [86.84533622613131, 22.400080105126612], + [86.83310272379072, 22.32584336792886], + [86.72758876610314, 22.21586301652479], + [86.55479054554232, 22.298348280077846], + [86.49668140942453, 22.346464683817125], + [86.42939714655128, 22.316220087181005], + [86.3590545080929, 22.349214192602226], + [86.28259511846423, 22.44819650886589], + [86.11897202465885, 22.486689631857317], + [86.06697963971135, 22.556802105877413], + [85.96299486981634, 22.485314877464766], + [86.01804563034898, 22.426200438585077], + [86.028749944897, 22.334091894284168], + [85.97369918436435, 22.24748236755346], + [86.03180832048216, 22.18974268306632], + [86.00887050359354, 22.115505945868577], + [85.89723979473567, 21.983529524183687], + [85.78407989808522, 21.984904278576238], + [85.74890857885603, 22.074263314092047], + [85.68315350377537, 22.05776626138144], + [85.3971953865641, 22.163622349607856], + [85.27486036315821, 22.082511840447353], + [85.23815985613645, 22.009649857642156], + [85.18005072001864, 22.072888559699496], + [85.02866112855386, 22.12237971783133], + [85.07759513791622, 22.25710564830132], + [85.06994919895335, 22.490813895034968], + [84.95831849009548, 22.44544700008079], + [84.80998727421584, 22.453695526436093], + [84.75034895030547, 22.419326666622325], + [84.53473347155258, 22.427575192977628], + [84.42921951386501, 22.351963701387326], + [84.29159261253338, 22.342340420639474], + [84.19678296939382, 22.3780840348458], + [84.11114845300969, 22.47706635110946], + [84.01175124649241, 22.527932263633843], + [84.01022205869984, 22.57329915858802], + [84.08362307274338, 22.637912615037916], + [84.1524365234092, 22.636537860645365], + [84.23807103979331, 22.6915280363474], + [84.29312180032596, 22.772638545507903], + [84.32370555617743, 22.850999545883305], + [84.39710657022096, 22.927985791866156], + [84.37416875333236, 22.97885170439054], + [84.17843271588293, 22.98022645878309], + [84.06374363143992, 23.113577634860526], + [84.03774743896616, 23.171317319347665], + [84.07444794598793, 23.33353833766867], + [83.96281723713005, 23.385779004585604], + [84.01480962207756, 23.504007882344983], + [84.01633880987013, 23.634609549637318], + [83.93835023244888, 23.568621338794873], + [83.7747271386435, 23.6098639705714], + [83.7059136879777, 23.820201392631688], + [83.57134516223121, 23.862818778800765], + [83.51476521390599, 23.981047656560143], + [83.43218907310701, 24.08552899039401], + [83.32973349100459, 24.102026043104622], + [83.40925125621841, 24.26699657021073], + [83.38019668815951, 24.31373821955746], + [83.40007612946297, 24.49795530815928], + [83.50253171156541, 24.5254503960103], + [83.71814719031828, 24.503454325729482], + [83.87259515736821, 24.53232416797305], + [83.93682104465631, 24.548821220683664], + [84.00869287090727, 24.642304519377124], + [84.09279819949882, 24.533698922365602], + [84.25642129330419, 24.52682515040285], + [84.32676393176257, 24.489706781803974], + [84.34205580968832, 24.393473974325413], + [84.45980326971647, 24.337109044230825], + [84.49650377673825, 24.287617886098992], + [84.58519666870751, 24.400347746288165], + [84.80234133525298, 24.5309494135805], + [84.8879758516371, 24.46358644834551], + [84.90326772956283, 24.37285265843715], + [85.02866112855386, 24.415470044606227], + [85.08829945246424, 24.370103149652046], + [85.28862305329137, 24.522700887225195], + [85.33144031148343, 24.510328097692238], + [85.3742575696755, 24.55432023825387], + [85.5424682268586, 24.53232416797305], + [85.67703675260508, 24.59143860685274], + [85.66633243805705, 24.661551080872837], + [85.73820426430802, 24.81964783601619], + [85.9018273581134, 24.766032414706704], + [85.93241111396486, 24.73853732685569], + [86.05474613737076, 24.779779958632215], + [86.12814715141428, 24.698669449471712], + [86.13273471479201, 24.603811396385698], + [86.3009453719751, 24.56119401021662], + [86.27647836729392, 24.46633595713061], + [86.34987938133746, 24.447089395634897], + [86.4523349634399, 24.37285265843715], + [86.49973978500967, 24.510328097692238], + [86.61137049386755, 24.607935659563353], + [86.65265856426703, 24.570817290964477], + [86.7535849585769, 24.61755894031121], + [86.91262048900455, 24.547446466291113], + [86.95237937161146, 24.631306484236717], + [87.05177657812874, 24.627182221059066], + [87.10988571424654, 24.85126718704486], + [87.15729053581632, 24.88151178368098], + [87.14505703347574, 25.01898722293607], + [87.1756407893272, 25.057480345927495], + [87.29491743714794, 25.089099696956165], + [87.327030380792, 25.223825627426155], + [87.47841997225677, 25.194955785182586], + [87.55182098630031, 25.331056470045123], + [87.69250626321708, 25.31180990854941], + [87.71085651672797, 25.258194487239926], + [87.77814077960122, 25.24994596088462], + [87.77966996739379, 25.144089872658203], + [87.79496184531952, 25.087724942563614], + [87.95399737574718, 24.97362032798189], + [87.96011412691746, 24.921379661064957], + [87.89130067625166, 24.855391450222513], + [87.83930829130415, 24.74541109881844], + [87.90812174196996, 24.722040274145076], + [87.88977148845908, 24.565318273394276], + [87.79343265752695, 24.583190080497435], + [87.80107859648982, 24.382475939185007], + [87.70626895335025, 24.260122798247973], + [87.638984690477, 24.254623780677772] + ] + ] + } + }, + { + "type": "Feature", + "id": "Ladakh", + "properties": { + "st_nm": "Ladakh", + "st_code": "38", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.38407372079212, 34.36181807471198], + [75.37489859403668, 34.38793840817044], + [75.31984783350403, 34.43468005751717], + [75.3565483405258, 34.529538110603184], + [75.23880088049764, 34.62852042686684], + [75.13175773501747, 34.646392233970005], + [75.0201270261596, 34.62577091808174], + [74.92531738302004, 34.66288928668062], + [74.73263972115576, 34.67113781303593], + [74.60112957099443, 34.73712602387837], + [74.5628998761801, 34.76874537490704], + [74.31975901716089, 34.786617182010204], + [74.41303947250788, 34.79898997154316], + [74.45738591849252, 34.85260539285264], + [74.56748743955782, 34.8732267087409], + [74.58736688086127, 35.00932739360344], + [74.48644048655142, 35.10968446425966], + [74.38092652886384, 35.05744379734273], + [74.25247475428765, 35.036822481454465], + [74.14696079660007, 35.0973116747267], + [73.79524760430814, 35.24441039472965], + [73.73102171702006, 35.21691530687863], + [73.70043796116857, 35.35714025491882], + [73.79371841651557, 35.460246834360134], + [73.78454328976014, 35.52486029081003], + [73.63468288608792, 35.57160194015676], + [73.40683390499444, 35.56335341380146], + [73.13616766570892, 35.71870066015971], + [73.15298873142723, 35.841053801096734], + [73.08876284413914, 35.88229643287326], + [72.92819812591891, 35.84517806427439], + [72.90067274565259, 35.88092167848072], + [72.68964483027743, 35.83280527474143], + [72.53366767543491, 35.916665292687036], + [72.59483518713786, 36.026645644091104], + [72.53060929984977, 36.07338729343784], + [72.59483518713786, 36.26172864521732], + [72.7783377222467, 36.30984504895659], + [72.8823224921417, 36.38683129493944], + [72.87926411655656, 36.44319622503403], + [72.99089482541443, 36.45694376895954], + [73.11170066102774, 36.60954150653269], + [73.1254633511609, 36.686527752515545], + [73.31355344964746, 36.70577431401125], + [73.44047603643106, 36.74426743700268], + [73.70043796116857, 36.68377824373044], + [73.80748110664874, 36.71539759475911], + [73.86253186718139, 36.78688482317176], + [73.72337577805719, 36.83362647251849], + [73.68973364662057, 36.911987472893884], + [73.87782374510712, 36.89411566579072], + [74.05520952904565, 36.80613138466747], + [74.14237323322236, 36.83912549008869], + [74.16836942569611, 36.90236419214603], + [74.26012069325053, 36.88586713943542], + [74.42833135043362, 36.988973718876736], + [74.53078693253605, 36.986224210091635], + [74.5858376930687, 37.04396389457877], + [74.70817271647459, 37.07695799999999], + [74.73416890894833, 37.02059306990541], + [74.83968286663593, 37.02196782429796], + [74.92072981964232, 36.90511370093113], + [75.01706865057446, 36.97522617495123], + [75.09505722799571, 36.94223206953001], + [75.20821712464615, 37.035715368223464], + [75.34278565039264, 37.05221242093408], + [75.35043158935551, 36.98072519252143], + [75.42230341560646, 36.96010387663317], + [75.47276661276139, 36.810255647845125], + [75.61498107747074, 36.76076448971329], + [75.74802041542465, 36.58754543625187], + [75.92234782377804, 36.50231066391372], + [76.07679579082797, 36.47344082167015], + [76.2541815747665, 36.34696341755547], + [76.35052040569865, 36.359336207088425], + [76.43156735870504, 36.30709554017149], + [76.4805013680674, 36.21086273269293], + [76.59977801588815, 36.165495837738746], + [76.64259527408021, 36.18336764484191], + [76.71905466370889, 36.08301057418569], + [76.80010161671528, 36.04726695997937], + [76.72211303929403, 35.95240890689336], + [76.8108059312633, 35.843803309881835], + [76.93467014246175, 35.7833141166096], + [77.11511430198544, 35.79706166053511], + [77.16557749914037, 35.73382295847777], + [77.4301269872556, 35.654087203709814], + [77.46376911869223, 35.57297669454931], + [77.43471455063333, 35.51661176445472], + [77.61210033457186, 35.468495360715444], + [77.72220185563717, 35.475369132678196], + [77.81701149877674, 35.51248750127707], + [77.89958763957571, 35.467120606322894], + [77.96534271465637, 35.57160194015676], + [78.04027291649248, 35.58672423847482], + [78.13661174742461, 35.538607834735544], + [78.19777925912756, 35.669209502027876], + [78.2711802731711, 35.72145016894481], + [78.38434016982154, 35.73519771287032], + [78.42256986463588, 35.784688871002146], + [78.52043788336059, 35.76269280072134], + [78.66418153586251, 35.85755085380735], + [78.82168787849758, 35.854801345022246], + [78.95931477982921, 35.89191971362112], + [79.02048229153216, 35.84792757305949], + [79.13058381259746, 35.83555478352653], + [79.19328051209298, 35.88642069605092], + [79.21468914118901, 35.97852924035183], + [79.37678304720181, 35.99502629306244], + [79.42112949318644, 35.89604397679877], + [79.86918151641052, 35.781939362217045], + [79.9976332909867, 35.83692953791909], + [80.10620562425942, 35.680207537168286], + [80.28970815936826, 35.607345554363086], + [80.32640866639002, 35.469870115107994], + [80.22395308428759, 35.219664815663734], + [80.18113582609553, 35.166049394354246], + [80.17348988713266, 35.00245362164069], + [80.07103430503022, 34.82785981378673], + [80.06797592944508, 34.713755199204996], + [79.94258253045405, 34.68076109378378], + [79.8584772018625, 34.68900962013909], + [79.77437187327095, 34.6271456724743], + [79.79272212678183, 34.484171215649], + [79.59239852595469, 34.50066826835961], + [79.50676400957057, 34.474547934901146], + [79.59086933816212, 34.282082319944024], + [79.50523482177799, 34.20509607396117], + [79.49300131943741, 34.13498359994107], + [79.35384523031321, 34.03600128367741], + [79.19633888767812, 34.05112358199547], + [79.1336421881826, 34.02637800292955], + [79.02048229153216, 34.05112358199547], + [78.90426401929656, 33.97551209040517], + [78.99907366243613, 33.80366779133631], + [79.04494929621333, 33.76517466834488], + [79.10611680791628, 33.61670119394938], + [78.98836934788811, 33.61120217637918], + [78.91343914605201, 33.57408380778031], + [78.93178939956289, 33.43248410534757], + [78.98836934788811, 33.3335017890839], + [79.10917518350143, 33.29225915730737], + [79.23915614587018, 33.29775817487757], + [79.4532424368305, 33.2578902974936], + [79.37525385940924, 33.08467124403219], + [79.42112949318644, 32.96094334870261], + [79.56640233348094, 32.78634954084865], + [79.62604065739131, 32.73960789150191], + [79.4471256856602, 32.53201997822673], + [79.31867391108402, 32.59250917149897], + [79.19328051209298, 32.4825288200949], + [79.13517137597518, 32.47702980252469], + [79.11376274687915, 32.38354650383123], + [79.03271579387275, 32.38629601261633], + [78.98072340892524, 32.33817960887705], + [78.85685919772678, 32.439911433925815], + [78.77581224472038, 32.55814031168519], + [78.76052036679465, 32.65437311916376], + [78.66112316027736, 32.65437311916376], + [78.45774118386507, 32.58013638196601], + [78.3981028599547, 32.52514620626397], + [78.31246834357059, 32.573262610003255], + [78.40574879891757, 32.62000425934998], + [78.38739854540668, 32.757479698605074], + [78.21918788822359, 32.66399639991161], + [78.1427284985949, 32.68186820701477], + [78.09838205261028, 32.631002294490386], + [78.0158059118113, 32.62000425934998], + [77.91793789308659, 32.690116733370076], + [77.9347589588049, 32.7258603475764], + [77.81089474760644, 32.907327927393126], + [77.74055210914806, 32.969191875057916], + [77.60292520781643, 32.943071541599444], + [77.46835668206995, 32.85783676926129], + [77.40565998257443, 32.882582348327205], + [77.33837571970119, 32.81659413748476], + [77.2741498324131, 32.8743338219719], + [77.15028562121464, 32.97744040141322], + [77.00960034429787, 32.98843843655362], + [76.93314095466918, 33.028306313937605], + [76.8857361330994, 33.12178961263106], + [76.8169226824336, 33.16028273562249], + [76.77257623644896, 33.251016525530844], + [76.50190999716344, 33.516344123293166], + [76.30923233529916, 33.571334298995204], + [76.27100264048481, 33.642821527407854], + [76.26488588931451, 33.74180384367152], + [76.17007624617496, 33.79541926498101], + [76.04774122276908, 33.92877044105844], + [76.02174503029532, 33.99750816068598], + [75.86423868766023, 33.978261599190276], + [75.6868529037217, 34.15972917900699], + [75.59510163616729, 34.19822230199841], + [75.49723361744257, 34.23396591620474], + [75.41312828885103, 34.28345707433657], + [75.38407372079212, 34.36181807471198] + ] + ] + } + }, + { + "type": "Feature", + "id": "Jammu and Kashmir", + "properties": { + "st_nm": "Jammu and Kashmir", + "st_code": "01", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.37489859403668, 34.38793840817044], + [75.38407372079212, 34.36181807471198], + [75.41312828885103, 34.28345707433657], + [75.49723361744257, 34.23396591620474], + [75.59510163616729, 34.19822230199841], + [75.6868529037217, 34.15972917900699], + [75.86423868766023, 33.978261599190276], + [76.02174503029532, 33.99750816068598], + [76.04774122276908, 33.92877044105844], + [76.17007624617496, 33.79541926498101], + [76.26488588931451, 33.74180384367152], + [76.27100264048481, 33.642821527407854], + [76.30923233529916, 33.571334298995204], + [76.50190999716344, 33.516344123293166], + [76.77257623644896, 33.251016525530844], + [76.74810923176778, 33.1795292971182], + [76.64565364966535, 33.16165749001504], + [76.56919426003667, 33.20977389375432], + [76.41015872960901, 33.18640306908095], + [76.29241126958084, 33.1039178055279], + [76.22206863112245, 33.021432541974846], + [76.11196711005717, 33.006310243656785], + [76.08750010537598, 32.956819085524955], + [75.95446076742208, 32.872959067579345], + [75.85047599752707, 32.92932399767393], + [75.80154198816471, 32.885331857112305], + [75.92387701157061, 32.74785641785722], + [75.91776026040031, 32.633751803275494], + [75.83671330739391, 32.511398662338465], + [75.72814097412119, 32.452284223458776], + [75.6868529037217, 32.390420275793986], + [75.59663082395986, 32.378047486261025], + [75.51252549536831, 32.30793501224093], + [75.34125646260006, 32.34642813523236], + [75.20515874906101, 32.417915363645], + [75.1072907303363, 32.46053274981408], + [74.94672601211607, 32.446785205888574], + [74.88861687599828, 32.521021943086325], + [74.86873743469482, 32.48665308327254], + [74.68064733620827, 32.49215210084275], + [74.63783007801621, 32.61313048738723], + [74.65923870711224, 32.78772429524119], + [74.51396586681774, 32.74373215467956], + [74.4466816039445, 32.78909904963375], + [74.38245571665641, 32.757479698605074], + [74.17754455245155, 32.882582348327205], + [74.05979709242338, 32.90870268178567], + [73.95734151032094, 32.98706368216108], + [73.82888973574477, 33.00768499804934], + [73.688204458828, 33.087420752817295], + [73.62703694712505, 33.090170261602395], + [73.65609151518395, 33.208399139361774], + [73.56434024762953, 33.34175031543921], + [73.62092019595475, 33.57408380778031], + [73.56128187204439, 33.62082545712704], + [73.59798237906615, 33.712934001427946], + [73.5597526842518, 33.77617270348529], + [73.58880725231072, 33.88340354610426], + [73.52152298943747, 33.98513537115302], + [73.48788085800085, 34.144606880688926], + [73.49246842137858, 34.220218372279234], + [73.39001283927614, 34.37419086424493], + [73.44659278760136, 34.57353025116481], + [73.61786182036961, 34.58590304069777], + [73.74937197053094, 34.786617182010204], + [73.96345826149124, 34.841607357712235], + [74.07355978255654, 34.93921491958335], + [74.06591384359368, 35.04782051659487], + [74.14696079660007, 35.0973116747267], + [74.25247475428765, 35.036822481454465], + [74.38092652886384, 35.05744379734273], + [74.48644048655142, 35.10968446425966], + [74.58736688086127, 35.00932739360344], + [74.56748743955782, 34.8732267087409], + [74.45738591849252, 34.85260539285264], + [74.41303947250788, 34.79898997154316], + [74.31975901716089, 34.786617182010204], + [74.5628998761801, 34.76874537490704], + [74.60112957099443, 34.73712602387837], + [74.73263972115576, 34.67113781303593], + [74.92531738302004, 34.66288928668062], + [75.0201270261596, 34.62577091808174], + [75.13175773501747, 34.646392233970005], + [75.23880088049764, 34.62852042686684], + [75.3565483405258, 34.529538110603184], + [75.31984783350403, 34.43468005751717], + [75.37489859403668, 34.38793840817044] + ] + ] + } + }, + { + "type": "Feature", + "id": "Himachal Pradesh", + "properties": { + "st_nm": "Himachal Pradesh", + "st_code": "02", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [78.310939155778, 31.28374298979051], + [78.24671326848991, 31.230127568481027], + [78.102969615988, 31.1861354279194], + [77.96687190244894, 31.17376263838644], + [77.86441632034652, 31.109149181936548], + [77.82924500111733, 31.029413427168596], + [77.80630718422871, 30.853444864922082], + [77.70385160212629, 30.764085829406273], + [77.8185406865693, 30.56062217930874], + [77.81548231098415, 30.505632003606703], + [77.5753998275501, 30.401150669772836], + [77.57998739092783, 30.379154599492022], + [77.5234074426026, 30.443768055941913], + [77.407189170367, 30.4272710032313], + [77.20839475733244, 30.48776019650354], + [77.12276024094831, 30.56337168809384], + [77.17169425031067, 30.601864811085267], + [77.16710668693295, 30.68435007463832], + [77.0248922222236, 30.74896353108821], + [76.91631988895088, 30.90018651426881], + [76.8689150673811, 30.872691426417795], + [76.77716379982668, 30.904310777446465], + [76.73281735384205, 30.937304882867686], + [76.62424502056932, 30.999168830532476], + [76.64565364966535, 31.209506252592764], + [76.58754451354756, 31.274119709042655], + [76.49732243378571, 31.269995445865003], + [76.43156735870504, 31.326360375959588], + [76.39180847609813, 31.412969902690296], + [76.2893528939957, 31.307113814463875], + [76.20066000202642, 31.302989551286224], + [76.1211422368126, 31.49820467502845], + [76.0171574669176, 31.63155585110589], + [75.96057751859237, 31.781404079893935], + [75.96057751859237, 31.857015571484236], + [75.91011432143745, 31.950498870177697], + [75.65473996007765, 32.07697627429238], + [75.59816001175243, 32.08247529186258], + [75.60121838733758, 32.09347332700299], + [75.66085671124794, 32.137465467564624], + [75.63791889435934, 32.251570082146344], + [75.77095823231325, 32.28868845074522], + [75.87341381441567, 32.39591929336419], + [75.93152295053348, 32.39454453897164], + [75.83671330739391, 32.511398662338465], + [75.91776026040031, 32.633751803275494], + [75.92387701157061, 32.74785641785722], + [75.80154198816471, 32.885331857112305], + [75.85047599752707, 32.92932399767393], + [75.95446076742208, 32.872959067579345], + [76.08750010537598, 32.956819085524955], + [76.11196711005717, 33.006310243656785], + [76.22206863112245, 33.021432541974846], + [76.29241126958084, 33.1039178055279], + [76.41015872960901, 33.18640306908095], + [76.56919426003667, 33.20977389375432], + [76.64565364966535, 33.16165749001504], + [76.74810923176778, 33.1795292971182], + [76.77257623644896, 33.251016525530844], + [76.8169226824336, 33.16028273562249], + [76.8857361330994, 33.12178961263106], + [76.93314095466918, 33.028306313937605], + [77.00960034429787, 32.98843843655362], + [77.15028562121464, 32.97744040141322], + [77.2741498324131, 32.8743338219719], + [77.33837571970119, 32.81659413748476], + [77.40565998257443, 32.882582348327205], + [77.46835668206995, 32.85783676926129], + [77.60292520781643, 32.943071541599444], + [77.74055210914806, 32.969191875057916], + [77.81089474760644, 32.907327927393126], + [77.9347589588049, 32.7258603475764], + [77.91793789308659, 32.690116733370076], + [78.0158059118113, 32.62000425934998], + [78.09838205261028, 32.631002294490386], + [78.1427284985949, 32.68186820701477], + [78.21918788822359, 32.66399639991161], + [78.38739854540668, 32.757479698605074], + [78.40574879891757, 32.62000425934998], + [78.31246834357059, 32.573262610003255], + [78.3981028599547, 32.52514620626397], + [78.45468280827993, 32.452284223458776], + [78.53420057349375, 32.41379110046735], + [78.48067900075368, 32.3478028896249], + [78.48220818854625, 32.27906516999737], + [78.60913077532986, 32.21445171354747], + [78.59078052181897, 32.15396252027523], + [78.67335666261795, 32.078351028684935], + [78.78192899589068, 31.993116256346774], + [78.705469606262, 31.774530307931183], + [78.76357874237979, 31.674173237274967], + [78.84615488317877, 31.608185026432523], + [78.7345241743209, 31.536697798019876], + [78.79722087381641, 31.443214499326416], + [78.74981605224663, 31.366228253343564], + [78.79110412264612, 31.304364305678774], + [78.88132620240796, 31.28374298979051], + [78.98531097230297, 31.17376263838644], + [79.00824878919157, 31.1105239363291], + [78.88591376578569, 31.09815114679614], + [78.809454376157, 31.198508217452357], + [78.67182747482538, 31.197133463059807], + [78.60913077532986, 31.228752814088477], + [78.48373737633882, 31.198508217452357], + [78.37057747968838, 31.286492498575612], + [78.310939155778, 31.28374298979051] + ] + ] + } + }, + { + "type": "Feature", + "id": "Punjab", + "properties": { + "st_nm": "Punjab", + "st_code": "03" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [75.83671330739391, 32.511398662338465], + [75.93152295053348, 32.39454453897164], + [75.87341381441567, 32.39591929336419], + [75.77095823231325, 32.28868845074522], + [75.63791889435934, 32.251570082146344], + [75.66085671124794, 32.137465467564624], + [75.60121838733758, 32.09347332700299], + [75.59816001175243, 32.08247529186258], + [75.65473996007765, 32.07697627429238], + [75.91011432143745, 31.950498870177697], + [75.96057751859237, 31.857015571484236], + [75.96057751859237, 31.781404079893935], + [76.0171574669176, 31.63155585110589], + [76.1211422368126, 31.49820467502845], + [76.20066000202642, 31.302989551286224], + [76.2893528939957, 31.307113814463875], + [76.39180847609813, 31.412969902690296], + [76.43156735870504, 31.326360375959588], + [76.49732243378571, 31.269995445865003], + [76.58754451354756, 31.274119709042655], + [76.64565364966535, 31.209506252592764], + [76.62424502056932, 30.999168830532476], + [76.73281735384205, 30.937304882867686], + [76.77716379982668, 30.904310777446465], + [76.8459772504925, 30.83419830342637], + [76.83833131152963, 30.754462548658417], + [76.70987953695344, 30.761336320621172], + [76.73893410501233, 30.692598600993627], + [76.8276269969816, 30.68160056585322], + [76.92549501570632, 30.610113337440573], + [76.90714476219543, 30.458890354259974], + [76.89796963543999, 30.445142810334463], + [76.91173232557315, 30.42589624883875], + [76.74810923176778, 30.428645757623855], + [76.71140872474601, 30.325539178182535], + [76.5615483210738, 30.24167916023693], + [76.64259527408021, 30.14957061593602], + [76.63800771070248, 30.14682110715092], + [76.57684019899953, 30.10145421219674], + [76.46673867793425, 30.098704703411638], + [76.41015872960901, 30.14544635275837], + [76.2541815747665, 30.08908142266378], + [76.17160543396753, 29.926860404342776], + [76.21442269215959, 29.840250877612068], + [76.098204419924, 29.810006280975948], + [76.04927041056165, 29.746767578918607], + [75.94681482845921, 29.728895771815445], + [75.77860417127611, 29.82237907050891], + [75.72049503515832, 29.814130544153603], + [75.57980975824154, 29.739893806955852], + [75.4605331104208, 29.807256772190847], + [75.34584402597778, 29.695901666394224], + [75.30302676778572, 29.559800981531687], + [75.16845824203925, 29.667031824150655], + [75.24185925608278, 29.750891842096262], + [75.19139605892785, 29.844375140789722], + [75.11799504488431, 29.832002351256765], + [74.997189209271, 29.867745965463087], + [74.92684657081261, 29.95023122901614], + [74.8121574863696, 29.992848615185217], + [74.70511434088944, 29.974976808082058], + [74.64700520477165, 29.911738106024714], + [74.52619936915833, 29.940607948268283], + [74.44821079173708, 29.94748172023104], + [74.29835038806486, 29.954355492193795], + [73.89464481082543, 29.973602053689508], + [73.90381993758088, 30.050588299672356], + [73.97569176383183, 30.1193260192999], + [73.96804582486897, 30.19356275649765], + [73.9603998859061, 30.2705490024805], + [73.87935293289969, 30.35990803799631], + [73.96498744928381, 30.4245214944462], + [73.96345826149124, 30.48501068771844], + [74.21577424726588, 30.691223846601076], + [74.3656346509381, 30.89331274230606], + [74.59654200761672, 31.0376619535239], + [74.70817271647459, 31.072030813337673], + [74.6898224629637, 31.12839574343226], + [74.51090749123259, 31.132520006609912], + [74.55219556163208, 31.364853498951014], + [74.65159276814937, 31.456962043251924], + [74.61183388554245, 31.499579429421004], + [74.50326155226972, 31.74016144811741], + [74.55984150059496, 31.75803325522057], + [74.57207500293553, 31.839143764381074], + [74.6668846460751, 31.923003782326678], + [74.8060407351993, 31.962871659710654], + [74.91308388067945, 32.04398216887115], + [75.01248108719673, 32.03573364251585], + [75.12258260826204, 32.081100537470036], + [75.17457499320955, 32.067352993544525], + [75.3794861574144, 32.182832362518795], + [75.38101534520698, 32.26944188924951], + [75.34125646260006, 32.34642813523236], + [75.51252549536831, 32.30793501224093], + [75.59663082395986, 32.378047486261025], + [75.6868529037217, 32.390420275793986], + [75.72814097412119, 32.452284223458776], + [75.83671330739391, 32.511398662338465] + ] + ] + } + }, + { + "type": "Feature", + "id": "Uttarakhand", + "properties": { + "st_nm": "Uttarakhand", + "st_code": "05", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [80.1016180608817, 30.788831408472188], + [80.17348988713266, 30.8080779699679], + [80.24994927676134, 30.74483926791056], + [80.21324876973958, 30.583993003982105], + [80.41815993394444, 30.524878565102416], + [80.54049495735032, 30.447892319119568], + [80.60777922022356, 30.47126314379293], + [80.70870561453343, 30.417647722483448], + [80.80351525767298, 30.324164423789984], + [80.9992512951224, 30.2677994936954], + [81.04512692889962, 30.21005980920826], + [80.92890865666402, 30.174316195001936], + [80.7622271872735, 30.049213545279805], + [80.6750634830968, 29.957105000978896], + [80.60166246905327, 29.957105000978896], + [80.5542576474835, 29.849874158359924], + [80.43498099966274, 29.804507263405746], + [80.36616754899694, 29.739893806955852], + [80.408984807189, 29.59554459573801], + [80.34170054431576, 29.510309823399854], + [80.24230333779848, 29.44432161255741], + [80.31876272742716, 29.301347155732117], + [80.25912440351678, 29.187242541150393], + [80.14443531907376, 29.102007768812236], + [80.11843912660001, 28.981029382267756], + [80.07409268061538, 28.94116150488378], + [80.06491755385994, 28.836680171049913], + [80.02974623463074, 28.748695889926655], + [79.95481603279464, 28.72257555646819], + [79.82024750704815, 28.887546083574296], + [79.68262060571654, 28.854551978153076], + [79.58475258699183, 28.84630345179777], + [79.42265868097903, 28.897169364322153], + [79.40736680305328, 28.95215954002419], + [79.25903558717364, 28.992027417408163], + [79.14281731493804, 29.067638908998465], + [79.15352162948606, 29.115755312737747], + [79.0357741694579, 29.16937073404723], + [78.97460665775495, 29.130877611055805], + [78.92720183618518, 29.118504821522848], + [78.87520945123767, 29.205114348253556], + [78.76052036679465, 29.26422878713324], + [78.8507424465565, 29.34808880507885], + [78.92567264839259, 29.438822594987208], + [78.80027924940157, 29.464942928445673], + [78.61677671429273, 29.558426227139137], + [78.53267138570118, 29.63953673629964], + [78.51126275660515, 29.724771508637794], + [78.33540616045919, 29.79763349144299], + [78.20389601029785, 29.73714429817075], + [78.13049499625433, 29.651909525832597], + [78.02039347518902, 29.5817970518125], + [77.92711301984204, 29.713773473497387], + [77.82006987436188, 29.67390559611341], + [77.71608510446687, 29.88561777256625], + [77.801719620851, 30.095955194626537], + [77.8598287569688, 30.113827001729696], + [77.95922596348608, 30.24167916023693], + [77.72220185563717, 30.32966344136019], + [77.65797596834908, 30.401150669772836], + [77.5753998275501, 30.401150669772836], + [77.81548231098415, 30.505632003606703], + [77.8185406865693, 30.56062217930874], + [77.70385160212629, 30.764085829406273], + [77.80630718422871, 30.853444864922082], + [77.82924500111733, 31.029413427168596], + [77.86441632034652, 31.109149181936548], + [77.96687190244894, 31.17376263838644], + [78.102969615988, 31.1861354279194], + [78.24671326848991, 31.230127568481027], + [78.310939155778, 31.28374298979051], + [78.37057747968838, 31.286492498575612], + [78.48373737633882, 31.198508217452357], + [78.60913077532986, 31.228752814088477], + [78.67182747482538, 31.197133463059807], + [78.809454376157, 31.198508217452357], + [78.88591376578569, 31.09815114679614], + [79.00824878919157, 31.1105239363291], + [78.98531097230297, 31.17376263838644], + [78.88132620240796, 31.28374298979051], + [78.94402290190348, 31.366228253343564], + [79.006719601399, 31.378601042876525], + [79.07247467647966, 31.455587288859373], + [79.13822975156033, 31.43359121857856], + [79.16728431961923, 31.360729235773363], + [79.23303939469989, 31.333234147922344], + [79.22233508015188, 31.260372165117147], + [79.2957360941954, 31.21775477894807], + [79.31867391108402, 31.135269515395013], + [79.40736680305328, 31.073405567730223], + [79.50676400957057, 31.032162935953696], + [79.60157365271013, 30.933180619690035], + [79.73155461507889, 30.978547514644212], + [79.8645939530328, 30.973048497074007], + [79.88906095771397, 30.918058321371973], + [80.05421323931192, 30.843821584174226], + [80.1016180608817, 30.788831408472188] + ] + ] + } + }, + { + "type": "Feature", + "id": "Chandigarh", + "properties": { + "district": "Chandigarh", + "dt_code": "055", + "st_nm": "Chandigarh", + "st_code": "04", + "year": "2011_c" + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [76.8276269969816, 30.68160056585322], + [76.73893410501233, 30.692598600993627], + [76.70987953695344, 30.761336320621172], + [76.83833131152963, 30.754462548658417], + [76.8276269969816, 30.68160056585322] + ] + ] + } + } + ] +} diff --git a/public/data/state_data.json b/public/data/state_data.json new file mode 100644 index 00000000..c725895a --- /dev/null +++ b/public/data/state_data.json @@ -0,0 +1,398 @@ +{ + "Andhra Pradesh": { + "capital": { + "name": "Amaravati", + "coordinates": [80.648, 16.573] + }, + "area": "160,205 km²", + "languages": "Telugu", + "danceforms": "Kuchipudi", + "literacy": "67.41%", + "description": "Andhra Pradesh is known for its rich cultural heritage, long coastline, and the second longest river bridge in Asia - Godavari Bridge. The state is India's leading producer of rice and is called 'The Rice Bowl of India'." + }, + "Arunachal Pradesh": { + "capital": { + "name": "Itanagar", + "coordinates": [93.615, 27.0844] + }, + "area": "83,743 km²", + "languages": "English", + "danceforms": "Bihu, Chhemsa", + "literacy": "66.95%", + "description": "Arunachal Pradesh is renowned for its pristine landscapes, diverse tribes, and rich biodiversity. It is often referred to as the 'Land of the Rising Sun' due to its geographical location." + }, + "Assam": { + "capital": { + "name": "Dispur", + "coordinates": [91.774, 26.1445] + }, + "area": "78,438 km²", + "languages": "Assamese", + "danceforms": "Bihu", + "literacy": "73.18%", + "description": "Assam is famous for its tea plantations, the mighty Brahmaputra River, and rich wildlife, including the one-horned rhinoceros in Kaziranga National Park." + }, + "Bihar": { + "capital": { + "name": "Patna", + "coordinates": [85.1376, 25.5941] + }, + "area": "94,163 km²", + "languages": "Hindi, Urdu", + "danceforms": "Bidesia, Jhijhiya", + "literacy": "63.82%", + "description": "Bihar is known for its historical significance, being the birthplace of Buddhism and Jainism. The state boasts ancient universities like Nalanda and strong agricultural productivity." + }, + "Chhattisgarh": { + "capital": { + "name": "Raipur", + "coordinates": [81.6296, 21.2514] + }, + "area": "135,194 km²", + "languages": "Hindi, Chhattisgarhi", + "danceforms": "Panthi, Raut Nacha", + "literacy": "71.04%", + "description": "Chhattisgarh is rich in mineral resources and boasts dense forests, waterfalls, and ancient temples. It is a hub for traditional crafts and tribal cultures." + }, + "Goa": { + "capital": { + "name": "Panaji", + "coordinates": [73.818, 15.4909] + }, + "area": "3,702 km²", + "languages": "Konkani", + "danceforms": "Dekhni, Fugdi", + "literacy": "88.70%", + "description": "Goa is India's smallest state by area, famous for its beautiful beaches, vibrant nightlife, Portuguese-influenced architecture, and rich cultural festivals." + }, + "Gujarat": { + "capital": { + "name": "Gandhinagar", + "coordinates": [72.6369, 23.2156] + }, + "area": "196,024 km²", + "languages": "Gujarati", + "danceforms": "Garba, Dandiya", + "literacy": "78.03%", + "description": "Gujarat is renowned for its economic dynamism, vibrant culture, historical sites, and significant contributions to India's independence movement." + }, + "Haryana": { + "capital": { + "name": "Chandigarh", + "coordinates": [76.7794, 30.7333] + }, + "area": "44,212 km²", + "languages": "Hindi", + "danceforms": "Ghoomar, Phag", + "literacy": "75.55%", + "description": "Haryana is a key agricultural hub, known for its robust economy, sports achievements, and cultural festivals celebrating Punjabi heritage." + }, + "Himachal Pradesh": { + "capital": { + "name": "Shimla", + "coordinates": [77.1734, 31.1048] + }, + "area": "55,673 km²", + "languages": "Hindi, Pahari", + "danceforms": "Nati, Kinnauri", + "literacy": "82.80%", + "description": "Himachal Pradesh is famous for its stunning Himalayan landscapes, hill stations, temples, and adventure tourism activities like trekking and skiing." + }, + "Jharkhand": { + "capital": { + "name": "Ranchi", + "coordinates": [85.3096, 23.3441] + }, + "area": "79,714 km²", + "languages": "Hindi, Bengali, Santali", + "danceforms": "Jhumar, Chhau", + "literacy": "67.63%", + "description": "Jharkhand is rich in mineral resources and forests. It is known for its tribal culture, waterfalls, and vibrant festivals." + }, + "Karnataka": { + "capital": { + "name": "Bengaluru", + "coordinates": [77.5946, 12.9716] + }, + "area": "191,791 km²", + "languages": "Kannada", + "danceforms": "Yakshagana, Dollu Kunitha", + "literacy": "75.36%", + "description": "Karnataka is home to the Silicon Valley of India, Bengaluru. The state is known for its rich cultural heritage, Hoysala architecture, and IT industry. It hosts several UNESCO World Heritage sites including Hampi." + }, + "Kerala": { + "capital": { + "name": "Thiruvananthapuram", + "coordinates": [76.9366, 8.5241] + }, + "area": "38,863 km²", + "languages": "Malayalam", + "danceforms": "Kathakali, Mohiniyattam", + "literacy": "96.2%", + "description": "Kerala, known as 'God's Own Country', has the highest literacy rate in India. Famous for its backwaters, beaches, and Ayurvedic traditions, it's also known for its spice production and diverse wildlife." + }, + "Madhya Pradesh": { + "capital": { + "name": "Bhopal", + "coordinates": [77.4126, 23.2599] + }, + "area": "308,252 km²", + "languages": "Hindi", + "danceforms": "Gaur Dance, Bhavai", + "literacy": "70.61%", + "description": "Madhya Pradesh is known for its rich history, majestic forts, and temples. It is home to several national parks, including Kanha and Bandhavgarh, which are famous for their tiger populations." + }, + "Maharashtra": { + "capital": { + "name": "Mumbai", + "coordinates": [72.8777, 19.076] + }, + "area": "307,713 km²", + "languages": "Marathi", + "danceforms": "Lavani, Koli", + "literacy": "82.34%", + "description": "Maharashtra is India's second-most populous state and the world's second-most populous sub-national entity. Home to Mumbai, the financial capital of India, it's known for its rich history, including the Maratha Empire." + }, + "Manipur": { + "capital": { + "name": "Imphal", + "coordinates": [93.9368, 24.817] + }, + "area": "22,327 km²", + "languages": "Meitei (Manipuri)", + "danceforms": "Raas Leela, Manipuri Classical Dance", + "literacy": "79.85%", + "description": "Manipur is renowned for its classical dance form Manipuri, scenic landscapes, and vibrant festivals. It is also known for its rich biodiversity and traditional handicrafts." + }, + "Meghalaya": { + "capital": { + "name": "Shillong", + "coordinates": [91.8933, 25.5788] + }, + "area": "22,429 km²", + "languages": "English, Khasi, Garo", + "danceforms": "Wangala, Shad Suk Mynsiem", + "literacy": "75.48%", + "description": "Meghalaya, meaning 'abode of clouds', is famous for its high rainfall, picturesque landscapes, living root bridges, and rich tribal culture." + }, + "Mizoram": { + "capital": { + "name": "Aizawl", + "coordinates": [92.7173, 23.7271] + }, + "area": "21,081 km²", + "languages": "Mizo", + "danceforms": "Cheraw (Bamboo Dance), Khuallam", + "literacy": "91.58%", + "description": "Mizoram is known for its lush green hills, vibrant festivals, and unique bamboo dance. It boasts a high literacy rate and a strong sense of community." + }, + "Nagaland": { + "capital": { + "name": "Kohima", + "coordinates": [94.1077, 25.6751] + }, + "area": "16,579 km²", + "languages": "English", + "danceforms": "Gangte, Cheraw", + "literacy": "80.11%", + "description": "Nagaland is celebrated for its diverse indigenous tribes, colorful festivals like Hornbill, and rich traditions in weaving and handicrafts." + }, + "Odisha": { + "capital": { + "name": "Bhubaneswar", + "coordinates": [85.8245, 20.2961] + }, + "area": "155,707 km²", + "languages": "Odia", + "danceforms": "Odissi", + "literacy": "73.45%", + "description": "Odisha is known for its ancient temples, classical dance form Odissi, rich tribal culture, and beautiful beaches along the Bay of Bengal." + }, + "Punjab": { + "capital": { + "name": "Chandigarh", + "coordinates": [76.7794, 30.7333] + }, + "area": "50,362 km²", + "languages": "Punjabi", + "danceforms": "Bhangra, Giddha", + "literacy": "75.84%", + "description": "Punjab is the heartland of the Sikh religion, renowned for its vibrant music, dance, and rich agricultural produce. It celebrates festivals with great enthusiasm and has a strong cultural heritage." + }, + "Rajasthan": { + "capital": { + "name": "Jaipur", + "coordinates": [75.7873, 26.9124] + }, + "area": "342,239 km²", + "languages": "Hindi, Rajasthani", + "danceforms": "Ghoomar, Kalbeliya", + "literacy": "67.06%", + "description": "Rajasthan, the Land of Kings, is famous for its majestic forts, palaces, desert landscapes, and rich cultural heritage. It hosts vibrant festivals and is known for its handicrafts and traditional music." + }, + "Sikkim": { + "capital": { + "name": "Gangtok", + "coordinates": [88.6065, 27.3389] + }, + "area": "7,096 km²", + "languages": "English, Nepali", + "danceforms": "Chokey, Shimla", + "literacy": "81.42%", + "description": "Sikkim is a Himalayan state known for its stunning mountain views, biodiversity, Buddhist monasteries, and vibrant cultural festivals." + }, + "Tamil Nadu": { + "capital": { + "name": "Chennai", + "coordinates": [80.2707, 13.0827] + }, + "area": "130,058 km²", + "languages": "Tamil", + "danceforms": "Bharatanatyam", + "literacy": "80.33%", + "description": "Tamil Nadu is known for its rich Dravidian culture, classical dance, music, and magnificent temples. The state is a major center for textile production and IT services." + }, + "Telangana": { + "capital": { + "name": "Hyderabad", + "coordinates": [78.4867, 17.385] + }, + "area": "112,077 km²", + "languages": "Telugu, Urdu", + "danceforms": "Perini Sivatandavam, Lambadi", + "literacy": "66.5%", + "description": "Telangana is known for its historic sites like Charminar, its thriving IT industry in Hyderabad, and rich cuisine featuring biryani and haleem." + }, + "Tripura": { + "capital": { + "name": "Agartala", + "coordinates": [91.2868, 23.8315] + }, + "area": "10,486 km²", + "languages": "Bengali, Kokborok", + "danceforms": "Hojagiri, Garia", + "literacy": "87.75%", + "description": "Tripura is known for its scenic landscapes, rich tribal culture, and historical temples. It has a high literacy rate and vibrant festivals like Durga Puja." + }, + "Uttar Pradesh": { + "capital": { + "name": "Lucknow", + "coordinates": [80.9462, 26.8467] + }, + "area": "240,928 km²", + "languages": "Hindi", + "danceforms": "Kathak", + "literacy": "73.20%", + "description": "Uttar Pradesh is India's most populous state, home to iconic landmarks like the Taj Mahal, Varanasi, and a rich cultural and historical heritage." + }, + "Uttarakhand": { + "capital": { + "name": "Dehradun", + "coordinates": [78.0322, 30.3165] + }, + "area": "53,483 km²", + "languages": "Hindi, Sanskrit", + "danceforms": "Chholiya, Jhora", + "literacy": "78.82%", + "description": "Uttarakhand, known as 'Devbhumi', is famed for its Himalayan landscapes, pilgrim sites, adventure tourism, and pristine natural beauty." + }, + "West Bengal": { + "capital": { + "name": "Kolkata", + "coordinates": [88.3639, 22.5726] + }, + "area": "88,752 km²", + "languages": "Bengali", + "danceforms": "Gaudiya Nritya, Chhau", + "literacy": "76.26%", + "description": "West Bengal is renowned for its cultural heritage, intellectual legacy, vibrant arts scene, and landmarks like the Howrah Bridge and Sundarbans mangrove forests." + }, + "Andaman and Nicobar Islands": { + "capital": { + "name": "Port Blair", + "coordinates": [92.748, 11.6234] + }, + "area": "8,249 km²", + "languages": "Hindi, English", + "danceforms": "Gor Sagar Dance", + "literacy": "86.91%", + "description": "The Andaman and Nicobar Islands are known for their pristine beaches, diverse marine life, and historical sites from the colonial era and World War II." + }, + "Chandigarh": { + "capital": { + "name": "Chandigarh", + "coordinates": [76.7794, 30.7333] + }, + "area": "114 km²", + "languages": "Hindi, Punjabi, English", + "danceforms": "Bhangra, Giddha", + "literacy": "86.41%", + "description": "Chandigarh is a modern city renowned for its architecture and urban design, planned by Le Corbusier. It serves as the capital for both Punjab and Haryana." + }, + "Dadra and Nagar Haveli and Daman and Diu": { + "capital": { + "name": "Daman", + "coordinates": [72.8328, 20.3974] + }, + "area": "603 km²", + "languages": "Gujarati, Hindi, English", + "danceforms": "Garba, Dandiya", + "literacy": "89.21%", + "description": "This union territory is known for its Portuguese colonial architecture, beautiful beaches, and vibrant local culture blending Indian and Portuguese influences." + }, + "Delhi": { + "capital": { + "name": "New Delhi", + "coordinates": [77.209, 28.6139] + }, + "area": "1,484 km²", + "languages": "Hindi, English", + "danceforms": "Kathak, Bharatanatyam", + "literacy": "86.21%", + "description": "Delhi, the national capital territory, is a bustling metropolis blending history and modernity. It houses significant landmarks like the Red Fort, India Gate, and vibrant markets." + }, + "Jammu and Kashmir": { + "capital": { + "name": "Srinagar (Summer), Jammu (Winter)", + "coordinates": [74.7973, 34.0837] + }, + "area": "55,673 km²", + "languages": "Kashmiri, Urdu, Hindi, Dogri", + "danceforms": "Rouf, Chakri", + "literacy": "68.74%", + "description": "Jammu and Kashmir is renowned for its breathtaking landscapes, including Dal Lake, the Himalayas, and rich cultural heritage with diverse traditions." + }, + "Ladakh": { + "capital": { + "name": "Leh", + "coordinates": [77.577, 34.1526] + }, + "area": "59,146 km²", + "languages": "Ladakhi, Hindi, English", + "danceforms": "Chham, Shardy", + "literacy": "70.51%", + "description": "Ladakh, known as 'Land of High Passes', is famous for its stark landscapes, Buddhist monasteries, and adventurous trekking routes amidst the Himalayas." + }, + "Lakshadweep": { + "capital": { + "name": "Kavaratti", + "coordinates": [72.642, 10.5667] + }, + "area": "32 km²", + "languages": "Malayalam", + "danceforms": "Lagori, Kolkali", + "literacy": "92.28%", + "description": "Lakshadweep is India's smallest union territory, consisting of beautiful coral islands known for their pristine beaches, coral reefs, and vibrant marine life." + }, + "Puducherry": { + "capital": { + "name": "Puducherry", + "coordinates": [79.8083, 11.9416] + }, + "area": "479 km²", + "languages": "Tamil, French, English", + "danceforms": "Koodiyattam, Bharatanatyam", + "literacy": "86.39%", + "description": "Puducherry, formerly Pondicherry, is known for its French colonial architecture, serene beaches, and as a center for yoga and spiritual retreats." + } +} diff --git a/src/assets/styles/bharat-map/components/controls.css b/src/assets/styles/bharat-map/components/controls.css new file mode 100644 index 00000000..874a902a --- /dev/null +++ b/src/assets/styles/bharat-map/components/controls.css @@ -0,0 +1,50 @@ +.zoom-controls { + position: absolute; + top: 2rem; + right: 2.5rem; + display: flex; + gap: 12px; + z-index: 100; + background: color-mix(in srgb, var(--modal-bg) 90%, transparent); + padding: 8px; + border-radius: 12px; + backdrop-filter: blur(4px); + box-shadow: 0 2px 8px var(--shadow-color); +} + +.zoom-button { + background: var(--modal-bg); + border: 1px solid var(--primary-color); + color: var(--primary-color); + width: 36px; + height: 36px; + border-radius: 8px; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + transition: all 0.2s ease; + box-shadow: 0 2px 4px var(--shadow-color); +} + +.zoom-button:hover { + background: var(--primary-color); + color: var(--modal-bg); + transform: translateY(-2px); +} + +/* Dark mode control styles */ +[data-theme="dark"] .zoom-controls { + background: rgba(30, 41, 59, 0.9); +} + +[data-theme="dark"] .zoom-button { + background: #1e293b; + border-color: #818cf8; + color: #818cf8; +} + +[data-theme="dark"] .zoom-button:hover { + background: #818cf8; + color: #0f172a; +} diff --git a/src/assets/styles/bharat-map/components/map.css b/src/assets/styles/bharat-map/components/map.css new file mode 100644 index 00000000..eca05e9a --- /dev/null +++ b/src/assets/styles/bharat-map/components/map.css @@ -0,0 +1,79 @@ +/* Map container and SVG styles */ +.map-container { + background: var(--modal-bg); + margin: 1rem; + padding: 1rem; + border-radius: 16px; + box-shadow: 0 2px 8px var(--shadow-color); + flex: 1; + display: flex; + align-items: center; + position: relative; + width: 100%; + height: calc(100vh - 180px); +} + +svg { + width: 100%; + height: 100%; + border: 1px solid var(--border-color); + border-radius: 12px; + padding: 1rem; + margin: 0 auto; + display: block; +} + +/* State and capital styling */ +.state { + fill: var(--modal-details-bg); + stroke: var(--primary-color); + stroke-width: 0.5; + transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); +} + +.state:hover { + opacity: 0.8; + fill: var(--secondary-color); + cursor: pointer; + transform: translateY(-2px); + filter: drop-shadow(0 4px 6px var(--shadow-color)); +} + +.capital-marker { + fill: var(--secondary-color); + stroke: var(--modal-bg); + stroke-width: 2; + transition: all 0.3s ease; + r: 3; + cursor: pointer; +} + +.capital-marker:hover { + r: 5; + fill: var(--primary-color); +} + +.capital-marker:hover + .capital-label { + opacity: 1; + transform: translateY(-8px); +} + +.capital-label { + font-size: 10px; + font-weight: 500; + fill: var(--text-color); + opacity: 0; + transition: all 0.3s ease; + pointer-events: none; + text-anchor: middle; +} + +.capital-marker.active { + r: 5; + fill: var(--primary-color); +} + +.capital-label:hover, +.capital-label.active { + opacity: 1; +} diff --git a/src/assets/styles/bharat-map/components/modal.css b/src/assets/styles/bharat-map/components/modal.css new file mode 100644 index 00000000..e51c7629 --- /dev/null +++ b/src/assets/styles/bharat-map/components/modal.css @@ -0,0 +1,146 @@ +.modal { + display: none; + position: fixed; + z-index: 1000; + left: 0; + top: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.2); + overflow-y: auto; + backdrop-filter: blur(3px); +} + +.modal-content { + background: var(--modal-bg); + margin: 2% auto; + padding: 0; + border: none; + width: 85%; + max-width: 800px; + border-radius: 16px; + box-shadow: 0 4px 20px var(--modal-shadow); + transform: translateY(0); + opacity: 1; + transition: all 0.2s ease; + animation: modalOpen 0.3s cubic-bezier(0.4, 0, 0.2, 1); + max-height: 90vh; + overflow-y: auto; +} + +.modal-content.closing { + transform: translateY(10px); + opacity: 0; +} + +@keyframes modalSlideIn { + to { + transform: translateY(0); + opacity: 1; + } +} + +@keyframes modalOpen { + from { + opacity: 0; + transform: scale(0.95) translateY(20px); + } + to { + opacity: 1; + transform: scale(1) translateY(0); + } +} +.modal-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 1.5rem; + padding: 1.5rem 2rem; + border-bottom: 1px solid #e9ecef; + background: var(--modal-header-bg); + margin: 0; + border-bottom: none; + border-radius: 16px 16px 0 0; + position: relative; + padding-right: 60px; + border-color: var(--border-color); +} + +.modal-header h2 { + color: white; + font-size: 1.5rem; + font-weight: 600; +} + +.close { + color: white; + position: absolute; + right: 20px; + top: 20px; + font-size: 28px; + cursor: pointer; + opacity: 0.9; + transition: all 0.2s ease; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); + z-index: 3; +} + +.close:hover { + opacity: 1; + transform: scale(1.1); +} + +.modal-body { + padding: 2rem; +} + +#copyButton { + padding: 0.6rem 1.2rem; + background: white; + color: #4f46e5; + border: 2px solid #4f46e5; + border-radius: 8px; + font-size: 0.9rem; + font-weight: 500; + transition: all 0.2s ease; + z-index: 2; + position: relative; +} + +#copyButton:hover { + background: #4f46e5; + border-color: #4f46e5; + color: white; + transform: translateY(-2px); + box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3); +} + +.details { + background: var(--modal-details-bg); + padding: 1.25rem; + border-radius: 12px; + border: 1px solid var(--modal-details-border); + margin-bottom: 1.5rem; +} + +.details p { + margin: 0.75rem 0; + color: var(--modal-details-text); + font-size: 0.95rem; +} + +.details strong { + color: #6366f1; + min-width: 100px; + display: inline-block; + font-weight: 500; +} + +.description { + color: var(--modal-details-text); + line-height: 1.6; + font-size: 0.95rem; + padding: 0.5rem 0 0.5rem 1.5rem; + border-left: 3px solid #6366f1; + margin-left: 0.5rem; +} diff --git a/src/assets/styles/bharat-map/main.css b/src/assets/styles/bharat-map/main.css new file mode 100644 index 00000000..c9172258 --- /dev/null +++ b/src/assets/styles/bharat-map/main.css @@ -0,0 +1,9 @@ +/* Base styles and CSS variables */ +:root { + --primary-color: #4f46e5; + --secondary-color: #6366f1; + --background-color: #eef2f7; + --text-color: #212529; + --border-color: #e9ecef; + --shadow-color: rgba(0, 0, 0, 0.05); +} diff --git a/src/assets/styles/bharat-map/themes.css b/src/assets/styles/bharat-map/themes.css new file mode 100644 index 00000000..418f1f90 --- /dev/null +++ b/src/assets/styles/bharat-map/themes.css @@ -0,0 +1,78 @@ +/* System/Default theme variables */ +:root { + --primary-color: #4f46e5; + --secondary-color: #6366f1; + --background-color: #eef2f7; + --text-color: #212529; + --border-color: #e9ecef; + --shadow-color: rgba(0, 0, 0, 0.05); + + /* Modal specific variables */ + --modal-bg: white; + --modal-header-bg: #6366f1; + --modal-details-bg: #f5f7ff; + --modal-details-text: #495057; + --modal-details-border: #e1e8ef; + --modal-shadow: rgba(0, 0, 0, 0.1); +} + +/* Light theme variables */ +[data-theme="light"] { + --primary-color: #4f46e5; + --secondary-color: #6366f1; + --background-color: #266fca; + --text-color: #212529; + --border-color: #e9ecef; + --shadow-color: rgba(0, 0, 0, 0.05); + + /* Modal specific variables */ + --modal-bg: white; + --modal-header-bg: #6366f1; + --modal-details-bg: #e1e7fe; + --modal-details-text: #495057; + --modal-details-border: #e1e8ef; + --modal-shadow: rgba(0, 0, 0, 0.1); +} + +/* Dark theme variables */ +[data-theme="dark"] { + --primary-color: #818cf8; + --secondary-color: #6366f1; + --background-color: #0f172a; + --text-color: #e2e8f0; + --border-color: #334155; + --shadow-color: rgba(0, 0, 0, 0.2); + + /* Modal specific variables */ + --modal-bg: #1e293b; + --modal-header-bg: #3730a3; + --modal-details-bg: #0f172a; + --modal-details-text: #e2e8f0; + --modal-details-border: #334155; + --modal-shadow: rgba(0, 0, 0, 0.3); +} + +/* System dark theme */ +@media (prefers-color-scheme: dark) { + :root:not([data-theme="light"]) { + --primary-color: #818cf8; + --secondary-color: #6366f1; + --background-color: #0f172a; + --text-color: #e2e8f0; + --border-color: #334155; + --shadow-color: rgba(0, 0, 0, 0.2); + + /* Modal specific variables */ + --modal-bg: #1e293b; + --modal-header-bg: #3730a3; + --modal-details-bg: #0f172a; + --modal-details-text: #e2e8f0; + --modal-details-border: #334155; + --modal-shadow: rgba(0, 0, 0, 0.3); + } +} + +[data-theme="dark"] body { + background-color: var(--background-color); + color: var(--text-color); +} diff --git a/src/components/BharatMap/BharatMap.astro b/src/components/BharatMap/BharatMap.astro new file mode 100644 index 00000000..0e4b468f --- /dev/null +++ b/src/components/BharatMap/BharatMap.astro @@ -0,0 +1,14 @@ +--- +import "@/assets/styles/bharat-map/components/controls.css"; +import "@/assets/styles/bharat-map/components/map.css"; +import "@/assets/styles/bharat-map/main.css"; +--- + +
+ +
+ +
+
diff --git a/src/components/BharatMap/StateModal.astro b/src/components/BharatMap/StateModal.astro new file mode 100644 index 00000000..e0c26e81 --- /dev/null +++ b/src/components/BharatMap/StateModal.astro @@ -0,0 +1,25 @@ +--- + +--- + + diff --git a/src/components/BharatMap/StateModel.astro b/src/components/BharatMap/StateModel.astro new file mode 100644 index 00000000..9e266feb --- /dev/null +++ b/src/components/BharatMap/StateModel.astro @@ -0,0 +1,28 @@ +--- +import "@/assets/styles/bharat-map/components/modal.css"; +--- + + diff --git a/src/layouts/BharatMapLayout.astro b/src/layouts/BharatMapLayout.astro new file mode 100644 index 00000000..66740721 --- /dev/null +++ b/src/layouts/BharatMapLayout.astro @@ -0,0 +1,30 @@ +--- +import "@/assets/styles/bharat-map/themes.css"; +import BaseLayout from "./Base.astro"; + +const { + meta: { title } +} = Astro.props; +--- + + + + + + + + diff --git a/src/pages/bharat-map.astro b/src/pages/bharat-map.astro new file mode 100644 index 00000000..83b6d4f7 --- /dev/null +++ b/src/pages/bharat-map.astro @@ -0,0 +1,10 @@ +--- +import BharatMapComponent from "@/components/BharatMap/BharatMap.astro"; +import StateModel from "@/components/BharatMap/StateModel.astro"; +import BharatMapLayout from "@/layouts/BharatMapLayout"; +--- + + + + + diff --git a/src/utils/BharatMap/config/mapConfig.ts b/src/utils/BharatMap/config/mapConfig.ts new file mode 100644 index 00000000..f877f242 --- /dev/null +++ b/src/utils/BharatMap/config/mapConfig.ts @@ -0,0 +1,7 @@ +export const MAP_CONFIG = { + center: [78.9629, 22.5937] as [number, number], + scale: 900, + width: window.innerWidth - 60, + height: window.innerHeight - 180, + initialTransform: null +}; diff --git a/src/utils/BharatMap/modules/BharatMap.ts b/src/utils/BharatMap/modules/BharatMap.ts new file mode 100644 index 00000000..c614e606 --- /dev/null +++ b/src/utils/BharatMap/modules/BharatMap.ts @@ -0,0 +1,202 @@ +import * as d3 from "d3"; +import { StateModal } from "./StateModal"; + +interface MapConfig { + center: [number, number]; + scale: number; + width: number; + height: number; + initialTransform: d3.ZoomTransform | null; +} + +interface CapitalData { + name: string; + coordinates: [number, number]; +} + +interface StateData { + capital: { + coordinates: any; + name: string; + }; + area: string; + languages: string; + danceforms: string; + literacy: string; + description: string; +} + +export class BharatMap { + private config: MapConfig; + private stateData: Record; + private projection: d3.GeoProjection; + private path: d3.GeoPath; + private zoom: d3.ZoomBehavior; + private svg!: d3.Selection; + private mapGroup!: d3.Selection; + private initialTransform: d3.ZoomTransform | null; + + constructor(config: MapConfig) { + this.config = config; + this.stateData = {}; + this.projection = this.createProjection(); + this.path = d3.geoPath().projection(this.projection); + this.zoom = d3 + .zoom() + .scaleExtent([1, 8]) + .on("zoom", (event) => this.handleZoom(event)); + this.initializeSVG(); + this.initialTransform = null; + this.handleResize = this.handleResize.bind(this); + window.addEventListener("resize", this.handleResize); + + // Cleanup method + this.cleanup = this.cleanup.bind(this); + window.addEventListener("beforeunload", this.cleanup); + } + + private cleanup(): void { + window.removeEventListener("resize", this.handleResize); + window.removeEventListener("beforeunload", this.cleanup); + // Clear any D3 selections + if (this.svg) { + this.svg.selectAll("*").remove(); + } + } + + // Initialize SVG container and set up zoom behavior + private initializeSVG(): void { + this.svg = d3 + .select(".map-container") + .append("svg") + .attr("viewBox", `0 0 ${this.config.width} ${this.config.height}`) + .attr("preserveAspectRatio", "xMidYMid meet"); + + this.mapGroup = this.svg.append("g"); + + this.initialTransform = d3.zoomIdentity.translate(this.config.width / 2, this.config.height / 2).scale(1); + + this.svg.call(this.zoom); + } + + // Create Mercator projection for Bharat map + private createProjection(): d3.GeoProjection { + return d3 + .geoMercator() + .center(this.config.center) + .scale(this.config.scale) + .translate([this.config.width / 2, this.config.height / 2]); + } + + // Load GeoJSON and state data from external files + public async loadData(): Promise { + try { + const [geoData, states] = await Promise.all([ + d3.json("data/bharat.geojson"), + d3.json>("data/state_data.json") + ]); + + if (!geoData || !states) throw new Error("Failed to load data"); + + this.stateData = states; + this.renderMap(geoData); + this.renderCapitals(); + } catch (error) { + console.error("Error loading data:", error); + this.handleDataLoadError(); + } + } + + private handleDataLoadError(): void { + // Error UI feedback + const container = document.querySelector(".map-container"); + if (container) { + container.innerHTML = ` +
+ Failed to load map data. Please try refreshing the page. +
+ `; + } + } + + // Handle zoom and pan events + private handleZoom(event: d3.D3ZoomEvent): void { + this.mapGroup.attr("transform", event.transform.toString()); + } + + private renderMap(geoData: GeoJSON.FeatureCollection): void { + if (!this.mapGroup) return; + + this.mapGroup + .selectAll("path") + .data(geoData.features) + .enter() + .append("path") + .attr("d", this.path) + .attr("class", "state") + .on("click", (event: MouseEvent, d: GeoJSON.Feature) => { + const properties = d.properties as { st_nm: string }; + this.handleStateClick(properties.st_nm); + }); + } + + private renderCapitals(): void { + const capitals = this.mapGroup.append("g").attr("class", "capitals"); + + Object.entries(this.stateData).forEach(([stateName, data]) => { + const coords = data.capital.coordinates; + if (!coords) return; + + const projected = this.projection(coords); + if (!projected) return; + const [x, y] = projected; + if (isNaN(x) || isNaN(y)) return; + + const g = capitals.append("g").attr("class", "capital-group").attr("data-state", stateName); + + g.append("circle").attr("cx", 0).attr("cy", 0).attr("r", 3).attr("class", "capital-marker"); + + g.append("text").attr("x", 0).attr("y", -10).attr("class", "capital-label").text(data.capital.name); + + g.attr("transform", `translate(${x},${y})`); + }); + } + + private handleStateClick(stateName: string): void { + this.highlightCapital(stateName); + this.showStateModal(stateName); + } + + private highlightCapital(stateName: string): void { + d3.selectAll(".capital-marker, .capital-label").classed("active", false); + + d3.selectAll(`[data-state="${stateName}"]`).classed("active", true); + } + + private showStateModal(stateName: string): void { + const modal = new StateModal(this.stateData[stateName], stateName); + modal.show(); + } + + public resetZoom(): void { + this.svg.transition().duration(750).call(this.zoom.transform, d3.zoomIdentity.scale(1)); + } + + private handleResize(): void { + this.config.width = window.innerWidth - 60; + this.config.height = window.innerHeight - 180; + + this.svg.attr("viewBox", `0 0 ${this.config.width} ${this.config.height}`); + + this.projection + .center(this.config.center) + .scale(this.config.scale) + .translate([this.config.width / 2, this.config.height / 2]); + + this.mapGroup.selectAll("path").attr("d", (d) => this.path(d as GeoJSON.Feature | GeoJSON.Geometry)); + + // Update capital positions + this.mapGroup.selectAll(".capital-group").remove(); + this.renderCapitals(); + } +} diff --git a/src/utils/BharatMap/modules/StateModal.ts b/src/utils/BharatMap/modules/StateModal.ts new file mode 100644 index 00000000..0fca9654 --- /dev/null +++ b/src/utils/BharatMap/modules/StateModal.ts @@ -0,0 +1,95 @@ +interface StateData { + capital: { + name: string; + }; + area: string; + languages: string; + danceforms: string; + literacy: string; + description: string; +} + +export class StateModal { + private stateData: StateData; + private stateName: string; + private modal: HTMLElement; + + constructor(stateData: StateData, stateName: string) { + this.stateData = stateData || ({} as StateData); + this.stateName = stateName; + const modal = document.getElementById("stateModal"); + if (!modal) throw new Error("Modal element not found"); + this.modal = modal; + this.setupEventListeners(); + } + + private setupEventListeners(): void { + const closeBtn = this.modal.querySelector(".close") as HTMLElement; + const copyBtn = this.modal.querySelector("#copyButton") as HTMLElement; + + if (closeBtn) closeBtn.onclick = () => this.hide(); + if (copyBtn) copyBtn.onclick = () => this.copyContent(); + + window.onclick = (event: MouseEvent) => { + if (event.target === this.modal) this.hide(); + }; + + document.addEventListener("keydown", (event: KeyboardEvent) => { + if (event.key === "Escape" && this.modal.style.display === "block") { + this.hide(); + } + }); + } + + show(): void { + this.updateModalContent(); + this.modal.style.display = "block"; + } + + private hide(): void { + const modalContent = this.modal.querySelector(".modal-content") as HTMLElement; + modalContent.classList.add("closing"); + + setTimeout(() => { + this.modal.style.display = "none"; + modalContent.classList.remove("closing"); + }, 300); + } + + private updateModalContent(): void { + const elements: Record = { + stateName: this.stateName, + stateCapital: this.stateData.capital?.name, + stateArea: this.stateData.area, + stateLanguages: this.stateData.languages, + stateDance: this.stateData.danceforms, + stateLiteracy: this.stateData.literacy, + stateDescription: this.stateData.description + }; + + Object.entries(elements).forEach(([id, value]) => { + const element = document.getElementById(id); + if (element) element.textContent = value || "N/A"; + }); + } + + private async copyContent(): Promise { + try { + const content = (this.modal.querySelector(".modal-body") as HTMLElement).innerText; + await navigator.clipboard.writeText(content); + this.showCopyFeedback(); + } catch (error) { + console.error("Failed to copy content:", error); + } + } + + private showCopyFeedback(): void { + const copyBtn = this.modal.querySelector("#copyButton") as HTMLElement; + if (!copyBtn) return; + + copyBtn.innerHTML = ' Copied!'; + setTimeout(() => { + copyBtn.innerHTML = ' Copy'; + }, 2000); + } +} diff --git a/src/utils/constants.ts b/src/utils/constants.ts index c16f127a..e4245362 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -26,6 +26,12 @@ export const NavbarLinks: LinkProps[] = [ title: "Panel", path: "/panel", isActive: true + }, + { + name: "Bharat Map", + title: "Bharat Map", + path: "/bharat-map", + isActive: true } ];