Chapter 0: Getting Started¶
Before you dive into the data, let's understand what open data is, why it matters, and how to navigate this book effectively.
What Is This Chapter About?¶
This introductory chapter answers the most basic questions:
- What is open data and why should you care?
- What are the different data formats you will encounter?
- What does it mean when a dataset is "difficult to access"?
- How do you read and use a dataset page in this book?
Even if you have worked with data before, reading this chapter will save you time later.
In This Chapter¶
| Page | What You'll Learn |
|---|---|
| What is Open Data? | History of open data in India, why it matters, key policies |
| Access Levels Guide | How to understand 🟢🟡🔵🔴 access badges on every dataset |
| Data Formats Explained | CSV, Shapefile, GeoJSON, Raster, API — what they mean and when to use them |
How to Read a Dataset Page¶
Every dataset page in this book follows a standard format to make it easy to scan:
📌 Dataset Name
├── Provider: Who makes/publishes this data
├── URL: Direct link to the data portal
├── Format: CSV / Shapefile / Raster / API
├── Access Level: 🟢 / 🟡 / 🔵 / 🔴
├── Coverage: National / State / District / Village
├── Time Period: Latest year available
├── What's Inside: Description of columns/fields
├── Step-by-Step Access: How to download or access
├── Sample Use Case: A real example of what you can do
└── ✏️ Practice Exercise: Try it yourself!
The Four Types of Data Users¶
This book is designed for everyone. Here is how different readers typically use it:
Your path:
- Read this chapter fully
- Go to Chapter 1 — download a shapefile of India's districts
- Open it in QGIS (see Chapter 7)
- Start making your first map!
Recommended starting datasets: - OpenStreetMap (free, no login, intuitive) - Census District Data (CSV, open in Excel) - data.gov.in (search anything, download instantly)
Your path:
- Go directly to Chapter 4 (Infrastructure & Governance)
- Find MGNREGA, UDISE+, or NDAP datasets
- Most are available as dashboards or Excel downloads
Recommended starting datasets: - NDAP — NITI Aayog (clean, district-level indicators) - HMIS (health facility data by district) - DBT Dashboard (scheme-wise beneficiaries)
Your path:
- Jump to Chapter 6 (APIs & Web Services)
- Get API keys for GEE and data.gov.in
- Use Python/JavaScript to pull data programmatically
Recommended starting datasets: - Google Earth Engine API - Bhuvan WMS/WFS Services - data.gov.in API
Your path:
- Start with Chapter 2 (Socio-Economic Data)
- Census data is free and comprehensive
- Use SECC for poverty/deprivation stories
Recommended starting datasets: - Census Primary Census Abstracts (village-level) - ASER Reports (education quality) - MGNREGA data (employment, wages)
✏️ First Exercise: Explore data.gov.in¶
Exercise 0.1 — Your First Dataset Search
Goal: Search for a dataset on data.gov.in and download it.
Steps:
- Open your browser and go to https://data.gov.in
- In the search bar, type: "district population"
- Click on any result that says "Census" in the provider
- Click "Download" → Choose CSV format
- Open the downloaded file in Excel or Google Sheets
Questions to answer:
- How many columns does the dataset have?
- Which district has the highest population in your state?
- What year is the data from?
Congratulations! You just accessed your first Indian open dataset. 🎉
Tip: Bookmark These Portals
As you read this book, you will visit many portals. Keep a browser folder called "India Data" and bookmark each portal as you go. By the end of the book, you'll have a complete personal reference library.
Ready? Let's understand What is Open Data →