One way you could start is querying landfills on OpenStreetMap. Here's a
query you can run on Overpass Turbo <https://overpass-turbo.eu/#>, zoom to
India level.
[out:json][timeout:25];
// gather results
(
// query part for: “landuse=landfill”
node["landuse"="landfill"]({{bbox}});
way["landuse"="landfill"]({{bbox}});
relation["landuse"="landfill"]({{bbox}});
);
// print results
out body;
>;
out skel qt;
It gives me these results
<https://overpass-turbo.eu/map.html?Q=%2F*%0AThis%20has%20been%20generated%20by%20the%20overpass-turbo%20wizard.%0AThe%20original%20search%20was%3A%0A%E2%80%9Clanduse%3D%22landfill%22%E2%80%9D%0A*%2F%0A%5Bout%3Ajson%5D%5Btimeout%3A25%5D%3B%0A%2F%2F%20gather%20results%0A(%0A%20%20%2F%2F%20query%20part%20for%3A%20%E2%80%9Clanduse%3Dlandfill%E2%80%9D%0A%20%20node%5B%22landuse%22%3D%22landfill%22%5D(0.08789059053082422%2C61.17187499999999%2C36.94989178681327%2C107.5341796875)%3B%0A%20%20way%5B%22landuse%22%3D%22landfill%22%5D(0.08789059053082422%2C61.17187499999999%2C36.94989178681327%2C107.5341796875)%3B%0A%20%20relation%5B%22landuse%22%3D%22landfill%22%5D(0.08789059053082422%2C61.17187499999999%2C36.94989178681327%2C107.5341796875)%3B%0A)%3B%0A%2F%2F%20print%20results%0Aout%20body%3B%0A%3E%3B%0Aout%20skel%20qt%3B>
.
Probably incomplete, but something to go on I suppose.
On Fri, Feb 24, 2023 at 2:40 PM 'Advaita Rajendra' via datameet <
[email protected]> wrote:
> Hello everyone,
>
> I wanted to ask if anyone has some data on gps coordinates of landfills in
> cities/towns in India. The data is needed for training a model to recognise
> dumpyards.
>
> Would be grateful for any help at all.
>
> Thank you,
>
> Regards
> Advaita
>
> --
> Datameet is a community of Data Science enthusiasts in India. Know more
> about us by visiting http://datameet.org
> ---
> You received this message because you are subscribed to the Google Groups
> "datameet" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAOz7d5qVWAY0zW4qOvkeHq%2Byun%3D0ypdRDzHVF37v4r5rLVxB2g%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAOz7d5qVWAY0zW4qOvkeHq%2Byun%3D0ypdRDzHVF37v4r5rLVxB2g%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
--
Datameet is a community of Data Science enthusiasts in India. Know more about
us by visiting http://datameet.org
---
You received this message because you are subscribed to the Google Groups
"datameet" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/datameet/CAMQw6bOmaKu6UXMM06gbqwYjYGtL8SeUGsAMDMoM%3DwNbw1gG8g%40mail.gmail.com.