[datameet] Re: Event: Urban Data Cafe - Twitter Spaces

2023-09-01 Thread Vaidya
Gentle reminder on the event.
It is today at 7 PM: https://x.com/i/spaces/1MYxNgwnBoQKw

Also, if you'd like to talk about your work please email me directly and
I'll put your name down for it.

Thanks,
Vaidya

On Thu, Aug 31, 2023 at 10:49 AM Vaidya  wrote:

> Hello,
>
> OpenCity.in invites you to a twitter spaces chat - Urban Data Café.
> The event is for people who are active in the public data space to talk
> about your work and get to know what others are doing in the space, with
> the goal of unlocking collaborative potential as well as get more data out
> to the public.
>
> *When:*
> Friday, Sept 1st, 7:00 PM.
>
> *Where:*
> https://x.com/i/spaces/1MYxNgwnBoQKw
> If you haven't used twitter spaces before, you can access them only
> through the app, not the web.
>
> Look forward to seeing you there!
>
> Thanks,
> Vaidya
>
>

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PEGL3QUjtxqsTF7P2TutNSOjLLnVmMfPmpu_Qe6H9EOaw%40mail.gmail.com.


[datameet] Event: Urban Data Cafe - Twitter Spaces

2023-08-30 Thread Vaidya
Hello,

OpenCity.in invites you to a twitter spaces chat - Urban Data Café.
The event is for people who are active in the public data space to talk
about your work and get to know what others are doing in the space, with
the goal of unlocking collaborative potential as well as get more data out
to the public.

*When:*
Friday, Sept 1st, 7:00 PM.

*Where:*
https://x.com/i/spaces/1MYxNgwnBoQKw
If you haven't used twitter spaces before, you can access them only through
the app, not the web.

Look forward to seeing you there!

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PE8ZUaCGvZ6t7Pe0w38NnFG-BAXGyWSW1zh-bvGJG%3D%2Btw%40mail.gmail.com.


[datameet] Converting Google map links to long/lat

2023-11-06 Thread Vaidya
Hi,

I am trying to get long/lat from Google map links of pins using python and
am facing some challenges.
Does anyone know a clean way to get the lat/long from the links?
I tried using requests.get and parsing the final url.
Some of them work and show a lat-long in the URL, but some resolve to
addresses.
I think it depends on how the pin was dropped.

Examples:
https://maps.app.goo.gl/GF7UUbYcc4L2wVJV9?g_st=ic resolves to a url that
does not have lat-long.
https://maps.app.goo.gl/DkRaEGPcPuyA6XFA8 - this does.

If anyone has already solved this and can help that would be great.
Have tried googling, but not able to find a working answer.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PEuT5fJoU%3DvOxQtrdUoHKv-NAkN2q4RwgRLuqJ_QXmYXA%40mail.gmail.com.


Re: [datameet] Converting Google map links to long/lat

2023-11-06 Thread Vaidya
Hi,

The above link stops one short on libraries like requests.get.
Even through the browser you can see it resolving a few seconds later.
Need a programmatic response to resolve to the final url, if such a thing
is available on python.

Thanks,
Vaidya

On Tue, Nov 7, 2023 at 11:27 AM Samuel Rajkumar  wrote:

> Look in the URL?
>
> [image: Screenshot from 2023-11-07 11-26-59.png]
>
> On Tue, Nov 7, 2023 at 10:30 AM Vaidya  wrote:
>
>> Hi,
>>
>> I am trying to get long/lat from Google map links of pins using python
>> and am facing some challenges.
>> Does anyone know a clean way to get the lat/long from the links?
>> I tried using requests.get and parsing the final url.
>> Some of them work and show a lat-long in the URL, but some resolve to
>> addresses.
>> I think it depends on how the pin was dropped.
>>
>> Examples:
>> https://maps.app.goo.gl/GF7UUbYcc4L2wVJV9?g_st=ic resolves to a url that
>> does not have lat-long.
>> https://maps.app.goo.gl/DkRaEGPcPuyA6XFA8 - this does.
>>
>> If anyone has already solved this and can help that would be great.
>> Have tried googling, but not able to find a working answer.
>>
>> Thanks,
>> Vaidya
>>
>> --
>> 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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAHVy6PEuT5fJoU%3DvOxQtrdUoHKv-NAkN2q4RwgRLuqJ_QXmYXA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAHVy6PEuT5fJoU%3DvOxQtrdUoHKv-NAkN2q4RwgRLuqJ_QXmYXA%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAFLOqVJ0wsXD9BJaUYskdKvbreDPFu5V7Ogms2xBYPGNf6Cfzw%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAFLOqVJ0wsXD9BJaUYskdKvbreDPFu5V7Ogms2xBYPGNf6Cfzw%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PEoO5UNZWgm2E1-MZFbaP0X1gJ-60amP4OPxXgym--PcA%40mail.gmail.com.


Re: [datameet] Greater Chennai Corporation Ward boundaries pre 2011 delimitation

2023-10-18 Thread Vaidya
Chennai Corp's GIS server might be of use:
https://gis.chennaicorporation.gov.in/server/rest/services/

Thanks,
Vaidya

On Sun, Oct 15, 2023 at 11:17 AM gulaba...@gmail.com <
gulabanihe...@gmail.com> wrote:

> Hi All,
> Does anyone have access to pre-2011 GCC ward boundaries? I am trying to
> find them to map it to some Census data but can't find any source. The data
> meet GitHub and OpenCity have post-2011 delimitation boundaries which don't
> work for this purpose.  Even PDFs or images that can be georeferenced work
> too.
>
> Appreciate any help!
> Thanks,
> Herry
>
> --
> 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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/d1083267-d8fb-4acc-8cc8-869f4c422b95n%40googlegroups.com
> <https://groups.google.com/d/msgid/datameet/d1083267-d8fb-4acc-8cc8-869f4c422b95n%40googlegroups.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGCUdoEa6_UVKLydpQwz5y3z6y_hPHprsBgTj8toauEbw%40mail.gmail.com.


[datameet] Anyone from Open Knowledge Foundation?

2023-08-13 Thread Vaidya
Hello,

My apologies for the wide distribution.
We are trying to connect with Open Knowledge Foundation for a project, but
are having limited success.
If anyone here is from OKFN, or knows someone, please reach out to me
directly.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PFW0xMQ66fuHzVX4e_%3DH%2B_9B5Zc6osDTV7LnrBcayr%2B5Q%40mail.gmail.com.


[datameet] BBMP new wards map files

2023-08-21 Thread Vaidya
Hello,

BBMP has released map of the new wards (225) in this site:
http://bbmpdelimitation2023.com/

They are using a WMS server:
http://43.204.221.41:8080/geoserver/bbmp/wms

Anyone has tried getting map files from WMS?
Could you help share the method please?

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PEgJuw8pNo2vhiwgHySwh7GAEmCvgTF_Bi6afvOwe9bPQ%40mail.gmail.com.


[datameet] Re: BBMP new wards map files

2023-08-21 Thread Vaidya
This is now solved.
Opening  http://43.204.221.41:8080/geoserver
<http://43.204.221.41:8080/geoserver/bbmp/wms> allows the layers to be
downloaded as geojson and other friendly formats.

On Tue, Aug 22, 2023 at 9:33 AM Vaidya  wrote:

> Hello,
>
> BBMP has released map of the new wards (225) in this site:
> http://bbmpdelimitation2023.com/
>
> They are using a WMS server:
> http://43.204.221.41:8080/geoserver/bbmp/wms
>
> Anyone has tried getting map files from WMS?
> Could you help share the method please?
>
> Thanks,
> Vaidya
>

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PG7Ub07r69fA3zzsDreGVS%3DN%3DnhLNoT7cTDEmAukMFi-Q%40mail.gmail.com.


Re: [datameet] Converting Google map links to long/lat

2023-11-08 Thread Vaidya
Thanks all.

I was looking for the mechanism, not a specific map.
I tried Thejesh's suggestion with a 5s sleep and it worked.
This query is now resolved.

Thanks,
Vaidya

On Thu, Nov 9, 2023 at 3:25 AM Sidhiksha Sharda 
wrote:

> If you want to scrap it for a region or a category I could provide you
> data cant say it is open source as it is scrapped and cleaned up. No
> licence.
>
> On Tue, 7 Nov, 2023, 11:45 Vaidya,  wrote:
>
>> Hi,
>>
>> The above link stops one short on libraries like requests.get.
>> Even through the browser you can see it resolving a few seconds later.
>> Need a programmatic response to resolve to the final url, if such a thing
>> is available on python.
>>
>> Thanks,
>> Vaidya
>>
>> On Tue, Nov 7, 2023 at 11:27 AM Samuel Rajkumar 
>> wrote:
>>
>>> Look in the URL?
>>>
>>> [image: Screenshot from 2023-11-07 11-26-59.png]
>>>
>>> On Tue, Nov 7, 2023 at 10:30 AM Vaidya  wrote:
>>>
>>>> Hi,
>>>>
>>>> I am trying to get long/lat from Google map links of pins using python
>>>> and am facing some challenges.
>>>> Does anyone know a clean way to get the lat/long from the links?
>>>> I tried using requests.get and parsing the final url.
>>>> Some of them work and show a lat-long in the URL, but some resolve to
>>>> addresses.
>>>> I think it depends on how the pin was dropped.
>>>>
>>>> Examples:
>>>> https://maps.app.goo.gl/GF7UUbYcc4L2wVJV9?g_st=ic resolves to a url
>>>> that does not have lat-long.
>>>> https://maps.app.goo.gl/DkRaEGPcPuyA6XFA8 - this does.
>>>>
>>>> If anyone has already solved this and can help that would be great.
>>>> Have tried googling, but not able to find a working answer.
>>>>
>>>> Thanks,
>>>> Vaidya
>>>>
>>>> --
>>>> 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 datameet+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/datameet/CAHVy6PEuT5fJoU%3DvOxQtrdUoHKv-NAkN2q4RwgRLuqJ_QXmYXA%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/datameet/CAHVy6PEuT5fJoU%3DvOxQtrdUoHKv-NAkN2q4RwgRLuqJ_QXmYXA%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/datameet/CAFLOqVJ0wsXD9BJaUYskdKvbreDPFu5V7Ogms2xBYPGNf6Cfzw%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/datameet/CAFLOqVJ0wsXD9BJaUYskdKvbreDPFu5V7Ogms2xBYPGNf6Cfzw%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAHVy6PEoO5UNZWgm2E1-MZFbaP0X1gJ-60amP4OPxXgym--PcA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAHVy6PEoO5UNZWgm2E1-MZFbaP0X1gJ-60amP4OPxXgym--PcA%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAEjKv7feQ2AuucaN1rRv%2BwtZ9UN4KUHzzjbVbkhFRCZohBCeQQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAEjKv7feQ2AuucaN1rRv%2BwtZ9UN4KUHzzjbVbkhFRCZohBCeQQ%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGxF%2BFhwbNGcocL5P0at4QPxPRMbe-TDK2wdbEjXq%2BUtA%40mail.gmail.com.


Re: [External Email] [datameet] Delhi NCR Boundary Data

2023-11-08 Thread Vaidya
You can also check the GSDL rest server.
https://gsdl.org.in/arcgis/rest/services
It does not load on browsers but works through QGIS.

-Vaidya

On Wed, Nov 1, 2023 at 3:49 AM 'Shiv Hastawala' via datameet <
datameet@googlegroups.com> wrote:

> Hi Himanshu
>
> Not sure if this is what you need, but maybe try it:
>
> https://www.dropbox.com/sh/kpn8rfltv3c59v5/AABxq_cNODliJeNDJ6QN578pa?dl=0
>
>
> On Tue, Oct 31, 2023 at 6:05 PM, Himanshu  wrote:
>
>> I am unable to find Delhi NCR boundary shape file. Any leads?
>>
>> --
>> 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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/07b0c49a-dfbf-4a46-bdea-6ff406ff4a2dn%40googlegroups.com
>> <https://groups.google.com/d/msgid/datameet/07b0c49a-dfbf-4a46-bdea-6ff406ff4a2dn%40googlegroups.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAGiG-AxpX9M0oXJeqJNqQSnR49RC%3DPsXaP3kS1Qv5ZCvQWHnZg%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAGiG-AxpX9M0oXJeqJNqQSnR49RC%3DPsXaP3kS1Qv5ZCvQWHnZg%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PEiUZpH9%3DD%2B3LrEtDnNb5QJDiY73y%3D5HQQMH_g26P4XkQ%40mail.gmail.com.


[datameet] Need access to Police jurisdiction maps

2022-10-17 Thread Vaidya
Hello,

Would anyone know where I can find maps of police jurisdictions of
different cities in India?
I could find only Mumbai's map from the Mumbai police site.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PEnKq-Mpc8BOtnVbFhQULYtTEkVFCEs6KOdzmbfowWBhA%40mail.gmail.com.


[datameet] Delhi Polling Booth maps

2022-12-25 Thread Vaidya
Hello,

Does anyone have Delhi's polling booth maps?
I came across this email in the archives:
https://groups.google.com/g/datameet/c/0A7lGct_oxI/m/EQQrvoSgBQAJ
Wonder if they did put it out.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGvgmpPF8j2UJcvZdX1Wy1ejx8od6dAns4jdp%2BxXKaBoA%40mail.gmail.com.


Re: [datameet] Pincode Boundaries of India

2023-01-11 Thread Vaidya
Hi Gaurav,

562112 seems to point to Harohalli which is in Ramanagara district?
There is a new pincode map here that has some 562XXX codes that cover the
suburbs of Bangalore.
Hope this helps.
https://data.opencity.in/dataset/pincode-maps-of-cities/resource/pincode-map---bengaluru

Thanks,
Vaidya


On Wed, Jan 11, 2023 at 1:30 PM gauravm...@gmail.com <
gauravmeena0...@gmail.com> wrote:

> I was just using the Bengaluru file for pincode visualization. relaised
> that new pincodes like 562112 is not available here.
> how to add these?
>
> On Wednesday, 8 March, 2017 at 9:15:58 pm UTC+5:30 Vaishnavi Jayakumar
> (Inclusive India) wrote:
>
>> Thanks Devdatta. If you could point out problematic areas, we could look
>> at
>> having it fixed.
>> On 08-Mar-2017 2:39 pm, "Devdatta Tengshe"  wrote:
>>
>>> Hey Vaishnavi,
>>> That looks interesting.
>>>
>>> I've scraped the boundaries for the 6 cities, and put them here:
>>> https://github.com/datameet/PincodeBoundary
>>>
>>> At first glance, there are some oddities in the data, so I'll suggest
>>> that you cross check before using them.
>>>
>>>
>>> Regards,
>>> Devdatta
>>>
>>
>>> On Wed, Mar 8, 2017 at 12:52 PM, Vaishnavi Jayakumar (Inclusive India) <
>>> vaishnavi.jayaku...@inclusiveindia.info> wrote:
>>>
>>>> Reminder in case anyone has inputs on this a year later - the
>>>> geo-entities standard bit.
>>>>
>>>> ALSO - what is the latest feedback on postal GIS? Any feedback I could
>>>> pass on? In July 2016 it was still work in progress.
>>>>
>>>> http://postoffice.umd.nic.in:8080/nicutility/#
>>>> FYI
>>>>
>>>> *#Pincode*
>>>>
>>>> I had spoken a week back to a friend from the Indian Postal service
>>>> regarding pincode layers, here's what she replied :
>>>>
>>>> "We do not have an official map yet. Currently am working in geotagging
>>>> all our post offices with delivery boundaries. We have geotagged 15
>>>> post offices. Drawing pincode boundaries with ISRO. Hope to provide public
>>>> access in 4-5 months."
>>>>
>>>> So will check with her again in August.
>>>>
>>>> *#Geocodes #GLC*
>>>>
>>>> On a related matter, I was wondering what the group's knowledge is on
>>>> standardised codes for government properties. To explain - in the last
>>>> couple of months I have been struggling with poorly specified addresses
>>>> provided by Government authorities for purposes as diverse as Chennai rain
>>>> shelter locations to assembly election polling booths. If the rain shelter
>>>> information provided was maddeningly obfuscatory, the polling booth entries
>>>> were uniquely different for the SAME polling station location. Extensive
>>>> manual cleanup by volunteers had to happen before it could even be
>>>> processed by the polling booth access audit app.
>>>>
>>>> My question is this :
>>>>
>>>> Surely as part of data.gov.in an initiative that standardises data
>>>> collection codes across departments and ministries can be developed which
>>>> will save everyone a lot of time and effort? So while the thrust would be
>>>> on ALL government buildings initially - layers like schools, parks,
>>>> post-office, revenue office, ration shop etc should be available on a drill
>>>> down basis.
>>>>
>>>> So if one needs to reference a particular postoffice in rural Tamil
>>>> Nadu - a code comprising standard census state, district downwards code +
>>>> rural / urban indicator + administrative allotment (political, centre vs
>>>> state cs Municipal vs panchayat) + purpose
>>>> <https://www.doi.gov/sites/doi.gov/files/migrated/pam/programs/property_management/upload/GSArealguidance.pdf>
>>>> indicator + building particulars (toilet availability, parking facility
>>>> etc)
>>>>
>>>> Something open and internationally standard on these lines with scope
>>>> for evolution and addiition is what I'm imagining -
>>>> http://vcgi.vermont.gov/sites/vcgi/files/standards/partii_section_j.pdf
>>>> - does anything like this exist? Is it on the cards? What IS the
>>>> international open standard adopted across governments?
>>>>
>>>> Looking forward to the group's thoughts / k

Re: [datameet] Any guide on how to scrape from leaflet maps

2022-12-12 Thread Vaidya
Found it, thanks!

On Mon, Dec 12, 2022 at 2:43 PM Devdatta Tengshe 
wrote:

> Hi Vaidya,
>
> There isn't a single way to send data to a map built with leaflet, and
> there could be several different ways this could be done.
>
> Looking at the page you have mentioned, they have hardcoded the data in
> hidden input tags in the HTML itself, it should be straightforward to copy
> the data to a text file, and get the locations.
>
> Look in the source code for hidden input tags with names such as hid_1,
> hid_2 and so on.
>
>
> Regards,
> Devdatta
>
>
> On Mon, 12 Dec 2022 at 14:36, Vaidya  wrote:
>
>> Am trying to get data of STP locations from this site:
>> http://stpp.bwssb.gov.in/default.aspx
>>
>> Has anyone tried scraping from leaflet maps into shape files and written
>> a guide?
>>
>> Thanks,
>> Vaidya
>>
>> --
>> 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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAHVy6PEnvZ%2Bt4qhODXmRgrrXrhHR5aAQR9OP3e_6TFauPvB3pg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAHVy6PEnvZ%2Bt4qhODXmRgrrXrhHR5aAQR9OP3e_6TFauPvB3pg%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAOQOUMtegTzKe%3DUaUdw34JTNO%2BnjxD9BVRDODQDo1jqddD_h%3Dg%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAOQOUMtegTzKe%3DUaUdw34JTNO%2BnjxD9BVRDODQDo1jqddD_h%3Dg%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PFER0LzTy-9qs0gv94GvyiZanEAM91Lp1ZkV9U23tzARw%40mail.gmail.com.


Re: [datameet] Re: Rivers of India shape files

2022-12-12 Thread Vaidya
This is awesome! Will check these out. Thanks!

-Vaidya

On Thu, Dec 8, 2022 at 8:40 AM Nikhil VJ  wrote:

> Hi Vaibhav,
>
> That hydrosheds.org site has some pretty nice data! Thanks for sharing!
>
> Data from https://www.hydrosheds.org/ downloaded, filtered for India
> (roughly, lot of neighboring regions included in the rectangle) and
> published as vector tiles that can be imported in QGIS, OSM iD editor etc:
>
> Lakes polygons:
> vector tile layer:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroLAKES_polys_v10_India/{z}/{x}/{y}.pbf
> preview:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroLAKES_polys_v10_India/#5.17/19.971/74.424
>
> Lake pour points: (I'm not really sure what this is but may be useful)
> vector tile layer:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroLAKES_points_v10_India/{z}/{x}/{y}.pbf
> preview:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroLAKES_points_v10_India/#10.3/10.0524/78.8019
>
> Rivers:
> vector tile layer:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroRIVERS_v10_India/{z}/{x}/{y}.pbf
> preview:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroRIVERS_v10_India/#7.35/21.079/72.904
>
> Basins Level 8:
> vector tile layer:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroBASINS_lev08_India/{z}/{x}/{y}.pbf
> preview:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroBASINS_lev08_India/#5.49/19.365/75.282
>
> Basins Level 12:
> vector tile layer:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroBASINS_lev12_India/{z}/{x}/{y}.pbf
> preview:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-HydroBASINS_lev12_India/#6.96/20.54/73.371
>
> GloRiC river classification:
> vector tile layer:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-GloRiC_v10_India/{z}/{x}/{y}.pbf
> preview:
> https://server.nikhilvj.co.in/tileserver/data/hydrosheds.org-GloRiC_v10_India/#8/21.088/72.371
>
> Please see the respective sections on https://www.hydrosheds.org/ for
> understanding about the attributes in the data.
> I'm not getting into that; just wanted to make the data accessible for
> people as the huge datasets will probably not open on budget laptops.
>
> Commands for converting the data and publishing as vector tiles shared
> here: https://gist.github.com/answerquest/72e26f11d3da1069cbb02032633a71df
>
> --
> Cheers,
> Nikhil VJ
> https://nikhilvj.co.in
>
>
> On Tue, Dec 6, 2022 at 10:51 AM sashik...@gmail.com <
> sashikuma...@gmail.com> wrote:
>
>> Hi Vaidya,
>> If you are  fine to use Google Earth Engine, please check the following
>> catalog links
>> https://developers.google.com/earth-engine/datasets/tags/hydrosheds
>>
>> with regards
>> Sashi
>>
>> On Monday, December 5, 2022 at 8:33:19 PM UTC+5:30 vaibhav...@cropin.com
>> wrote:
>>
>>> Hi Vaidya,
>>>
>>> Hydrosheds database, primarily from WWF - World Wildlife Fund is
>>> available at the following link -
>>> https://www.hydrosheds.org/products/gloric
>>>
>>> Here, you can find the vector files of all the rivers in the world.
>>>
>>> On Friday, December 2, 2022 at 10:44:03 AM UTC+5:30 vaidyan...@gmail.com
>>> wrote:
>>>
>>>> Hello,
>>>>
>>>> Has anyone got the shapefiles for IndaWris river basins map?
>>>> https://indiawris.gov.in/wris/#/riverBasins
>>>> More than the basins, trying to find the map of rivers themselves.
>>>>
>>>> Thanks,
>>>> Vaidya
>>>>
>>>
>>> --
>>> Please note that this email and all files, information, intents and
>>> effects contained herein, and conveyed hereby, shall be construed as
>>> strictly and absolutely confidential intellectual property of CropIn,
>>> intended solely for use by the addressee. Notwithstanding anything
>>> contained herein, this email shall not be construed to give rise to any
>>> implied contractual relationship between CropIn and/or its representatives
>>> and the recipient/s. In spite of due diligence exercised by CropIn to
>>> ensure that this email and all attachments herewith are free from
>>> viruses/defects, it will be the sole responsibility of the recipient to
>>> proceed with caution, and CropIn and/ or its representatives shall not in
>>> any way be liable for any unforeseen security breach arising thereof. If
>>> this email has reached you in error, or

[datameet] Any guide on how to scrape from leaflet maps

2022-12-12 Thread Vaidya
Am trying to get data of STP locations from this site:
http://stpp.bwssb.gov.in/default.aspx

Has anyone tried scraping from leaflet maps into shape files and written a
guide?

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PEnvZ%2Bt4qhODXmRgrrXrhHR5aAQR9OP3e_6TFauPvB3pg%40mail.gmail.com.


[datameet] DCPR 2034 for Mumbai needed

2022-12-21 Thread Vaidya
Hello,

Does anyone have pdf of Mumbai's DCPR 2034?
I am not able to find it on the site of BMC or MMRDA.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PHaLOmwcyjwxrf%2BpuVCpWZynzMKmsrqeWg0_Ovk4kUing%40mail.gmail.com.


[datameet] Looking for freelance devops person

2022-12-21 Thread Vaidya
Hello,

We are looking to hire a freelance devops person to fix some issues and do
routine maintenance on our servers.
Main requirement is CKAN, hosted on DigitalOcean.
Please forward to interested folks or let me know if you have any queries.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PEMVAMYaMxXaO%2Bfs%2BOCPaMWu1COew%2BbM1uy6%2Bo%3D-OA74Q%40mail.gmail.com.


Re: [datameet] Looking for freelance devops person

2022-12-21 Thread Vaidya
My apologies for that. Will avoid sending such mails in future.

Thanks,
Vaidya

On Thu, Dec 22, 2022 at 9:36 AM Suvajit Sengupta 
wrote:

> Hi Vaidya,
>
> Datameet platform policy does not allow solicitation of business or job,
> hence will discourage posting the requirement here.
>
> I can help out if it is a critical problem at your end. Do send me an
> email directly.
>
> Regards,
> Suvajit
>
> On Thu, 22 Dec, 2022, 09:28 Vaidya,  wrote:
>
>> Hello,
>>
>> We are looking to hire a freelance devops person to fix some issues and
>> do routine maintenance on our servers.
>> Main requirement is CKAN, hosted on DigitalOcean.
>> Please forward to interested folks or let me know if you have any queries.
>>
>> Thanks,
>> Vaidya
>>
>> --
>> 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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAHVy6PEMVAMYaMxXaO%2Bfs%2BOCPaMWu1COew%2BbM1uy6%2Bo%3D-OA74Q%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAHVy6PEMVAMYaMxXaO%2Bfs%2BOCPaMWu1COew%2BbM1uy6%2Bo%3D-OA74Q%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAAKocdXCRVeg-K%2BAr3F041zNe1F%3D7pYSZUMT7JJUxnuuEjijNg%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAAKocdXCRVeg-K%2BAr3F041zNe1F%3D7pYSZUMT7JJUxnuuEjijNg%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PE7sTCkJtsyHBaccCOdL0rLOV_H04i4MOWYf1A5-CpMXA%40mail.gmail.com.


[datameet] Steps to download from ArcGIS online maps

2022-12-13 Thread Vaidya
Hello,

Has anyone written a guide on how to download files from an arcGIS online
map.
Was looking at Mumbai data put out by BMC under this:
https://mcgm.maps.arcgis.com/apps/webappviewer/index.html?id=42d036c489924352b760f560ac250a2d

Wondering if there are known ways to download from there.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGb7tu0tR2O8cf%3DZSPq5jXNGw65FE6JL1Edu7ssrob9PQ%40mail.gmail.com.


[datameet] Converting maps in pdfs to actual shapefiles/geojsons

2022-11-29 Thread Vaidya
Hi all,

Wanted to know if it is possible to convert maps put out in pdfs to map
files (shapefiles, geojsons or kml).
This is regarding the sewage and water lines put out by BWSSB.
The files can be found here:
https://bwssb.karnataka.gov.in/info-2/BWSSB+GIS+MAP+Information/en

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PF4-%3DES_YWNgJEyi6c6G6GhMizB%2B4iL6Lm3HQjwAU8b9Q%40mail.gmail.com.


Re: [datameet] Converting maps in pdfs to actual shapefiles/geojsons

2022-11-30 Thread Vaidya
Thanks Nikhil.
This worked beautifully!

-Vaidya

On Wed, Nov 30, 2022 at 1:02 PM Nikhil VJ  wrote:

> Hi Vaidya,
>
> You might be able to skip the manual tracing process that Devdatta linked
> to <https://groups.google.com/g/datameet/c/BGB-UeJqhpA/m/SFl4OgF9AgAJ>
> and pull out vectors directly, if your PDFs are made that way.
>
> Rajesvari Parasa <https://github.com/rajesvariparasa> has successfully
> turned Delhi development plan's PDF into shapefiles.
>
> You can read the discussion about it here:
> https://groups.google.com/g/datameet/c/37uN8xnWrK0/m/2axI7AB-AQAJ
>
> Relevant snippet:
>
> 1. Extracting from PDF
> - It's one of those PDFs exported from Autocad or so where you can see
> multi-layers and turn them on or off.
> - Rajesvari used a command-line GIS tool called "ogr2ogr" to extract
> individual layers from the PDF into .geojson shapefiles.
> - There was a tricky bit where the output lat-longs were all like
> (716882.20,3166456.28) - a different CRS and we didn't know which.
> - I used http://projfinder.com/ to find it, then Rajesvari included CRS
> conversion into the ogr2ogr commands to produce proper shapefiles.
> - You can see all that in this repo:
> https://github.com/draftmpd41/layers_draft_delhi_master_plan_2041 - see
> the .bat file for the ogr2ogr commands
>
>
>
> --
> Cheers,
> Nikhil VJ
> https://nikhilvj.co.in
>
>
> On Wed, Nov 30, 2022 at 9:56 AM Devdatta Tengshe 
> wrote:
>
>> Hi Vaidya,
>>
>> This excellent post by Nikhil would be a good starting point:
>> https://groups.google.com/g/datameet/c/BGB-UeJqhpA/m/SFl4OgF9AgAJ
>>
>> Regards,
>> Devdatta
>>
>>
>> On Wed, 30 Nov 2022 at 08:49, Vaidya  wrote:
>>
>>> Hi all,
>>>
>>> Wanted to know if it is possible to convert maps put out in pdfs to map
>>> files (shapefiles, geojsons or kml).
>>> This is regarding the sewage and water lines put out by BWSSB.
>>> The files can be found here:
>>> https://bwssb.karnataka.gov.in/info-2/BWSSB+GIS+MAP+Information/en
>>>
>>> Thanks,
>>> Vaidya
>>>
>>> --
>>> 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 datameet+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/datameet/CAHVy6PF4-%3DES_YWNgJEyi6c6G6GhMizB%2B4iL6Lm3HQjwAU8b9Q%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/datameet/CAHVy6PF4-%3DES_YWNgJEyi6c6G6GhMizB%2B4iL6Lm3HQjwAU8b9Q%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAOQOUMvSVZ6kpq3BQh8yB9FNKGeahBEjPsVnh2wOkRB7J%2BSPLQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAOQOUMvSVZ6kpq3BQh8yB9FNKGeahBEjPsVnh2wOkRB7J%2BSPLQ%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAH7jeuNN4WO_-Q89pA01MBbc%3D38%3DR_uvhcpF2uAg5TD%2BY_5OdQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAH7jeuNN4WO_-Q89pA01MBbc%3D38%3DR_uvhcpF2uAg5TD%2BY_5OdQ%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGZu%3DbVuYtL3VeCVdVDkyNRivjkMH8q-M%2Bx7G3MdVscFQ%40mail.gmail.com.


[datameet] Need kml/shapefile for BBMP latest ward delimitation

2022-11-27 Thread Vaidya
Hello all,

BBMP has put out its latest ward delimitation on its site. The source of
that map is here:
https://kgis.ksrsac.in/bengalurugis/

This seems to be the final delimitation.
Also, would like some help to get this scraped into shapefile/geojson/kml.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PHEtAJgLCd3CdhLvpX2DHGpB6cfUrC6VUXRUfmb5pniiA%40mail.gmail.com.


Re: [datameet] Need kml/shapefile for BBMP latest ward delimitation

2022-11-28 Thread Vaidya
Thanks Devdatta. Much appreciated!

On Mon, Nov 28, 2022 at 11:03 AM Devdatta Tengshe 
wrote:

> Hi Vaidya,
>
> I have scraped it, and stored it here:
> https://gist.github.com/devdattaT/021f8ed67ad52dbfa2ea1dfbc4dce42f
>
>
> Regards,
> Devdatta
>
>
> On Mon, 28 Nov 2022 at 10:05, Vaidya  wrote:
>
>> Hello all,
>>
>> BBMP has put out its latest ward delimitation on its site. The source of
>> that map is here:
>> https://kgis.ksrsac.in/bengalurugis/
>>
>> This seems to be the final delimitation.
>> Also, would like some help to get this scraped into
>> shapefile/geojson/kml.
>>
>> Thanks,
>> Vaidya
>>
>> --
>> 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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAHVy6PHEtAJgLCd3CdhLvpX2DHGpB6cfUrC6VUXRUfmb5pniiA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAHVy6PHEtAJgLCd3CdhLvpX2DHGpB6cfUrC6VUXRUfmb5pniiA%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAOQOUMt%3D_DnpfJi%3DOfapX%3D9zRv3srjLJNNvwn3rD4kJQmbqu%3DQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAOQOUMt%3D_DnpfJi%3DOfapX%3D9zRv3srjLJNNvwn3rD4kJQmbqu%3DQ%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGEV5--%3DN1CBo0pmsrc3ZaqxaRjeT6YHrc%2BCu5S11MrDQ%40mail.gmail.com.


[datameet] Rivers of India shape files

2022-12-01 Thread Vaidya
Hello,

Has anyone got the shapefiles for IndaWris river basins map?
https://indiawris.gov.in/wris/#/riverBasins
More than the basins, trying to find the map of rivers themselves.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PE2%3DN-PV_ZjzMyD_VB5aV59nXgHM1BJEB81JjKBHg8qJA%40mail.gmail.com.


Re: [datameet] Converting maps in pdfs to actual shapefiles/geojsons

2022-12-01 Thread Vaidya
BWSSB line files in kml format have been hosted on Opencity (along with
original pdf) for anyone who wants to download:
Water line maps:
https://data.opencity.in/dataset/bwssb-water-supply-lines-map-of-bengaluru
Sewerage line maps:
https://data.opencity.in/dataset/bwssb-sewerage-line-maps-for-bengaluru

Thanks,
Vaidya


On Wed, Nov 30, 2022 at 4:30 PM Vaidya  wrote:

> Thanks Nikhil.
> This worked beautifully!
>
> -Vaidya
>
> On Wed, Nov 30, 2022 at 1:02 PM Nikhil VJ  wrote:
>
>> Hi Vaidya,
>>
>> You might be able to skip the manual tracing process that Devdatta linked
>> to <https://groups.google.com/g/datameet/c/BGB-UeJqhpA/m/SFl4OgF9AgAJ>
>> and pull out vectors directly, if your PDFs are made that way.
>>
>> Rajesvari Parasa <https://github.com/rajesvariparasa> has successfully
>> turned Delhi development plan's PDF into shapefiles.
>>
>> You can read the discussion about it here:
>> https://groups.google.com/g/datameet/c/37uN8xnWrK0/m/2axI7AB-AQAJ
>>
>> Relevant snippet:
>>
>> 1. Extracting from PDF
>> - It's one of those PDFs exported from Autocad or so where you can see
>> multi-layers and turn them on or off.
>> - Rajesvari used a command-line GIS tool called "ogr2ogr" to extract
>> individual layers from the PDF into .geojson shapefiles.
>> - There was a tricky bit where the output lat-longs were all like
>> (716882.20,3166456.28) - a different CRS and we didn't know which.
>> - I used http://projfinder.com/ to find it, then Rajesvari included CRS
>> conversion into the ogr2ogr commands to produce proper shapefiles.
>> - You can see all that in this repo:
>> https://github.com/draftmpd41/layers_draft_delhi_master_plan_2041 - see
>> the .bat file for the ogr2ogr commands
>>
>>
>>
>> --
>> Cheers,
>> Nikhil VJ
>> https://nikhilvj.co.in
>>
>>
>> On Wed, Nov 30, 2022 at 9:56 AM Devdatta Tengshe 
>> wrote:
>>
>>> Hi Vaidya,
>>>
>>> This excellent post by Nikhil would be a good starting point:
>>> https://groups.google.com/g/datameet/c/BGB-UeJqhpA/m/SFl4OgF9AgAJ
>>>
>>> Regards,
>>> Devdatta
>>>
>>>
>>> On Wed, 30 Nov 2022 at 08:49, Vaidya  wrote:
>>>
>>>> Hi all,
>>>>
>>>> Wanted to know if it is possible to convert maps put out in pdfs to map
>>>> files (shapefiles, geojsons or kml).
>>>> This is regarding the sewage and water lines put out by BWSSB.
>>>> The files can be found here:
>>>> https://bwssb.karnataka.gov.in/info-2/BWSSB+GIS+MAP+Information/en
>>>>
>>>> Thanks,
>>>> Vaidya
>>>>
>>>> --
>>>> 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 datameet+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/datameet/CAHVy6PF4-%3DES_YWNgJEyi6c6G6GhMizB%2B4iL6Lm3HQjwAU8b9Q%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/datameet/CAHVy6PF4-%3DES_YWNgJEyi6c6G6GhMizB%2B4iL6Lm3HQjwAU8b9Q%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/datameet/CAOQOUMvSVZ6kpq3BQh8yB9FNKGeahBEjPsVnh2wOkRB7J%2BSPLQ%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/datameet/CAOQOUMvSVZ6kpq3BQh8yB9FNKGeahBEjPsVnh2wOkRB7J%2BSPLQ%40mail.gmail.com?utm_medium=email_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 

[datameet] Event invitation: Datajam on Bengaluru Traffic

2023-01-23 Thread Vaidya
Hello all,

OpenCity invites you to a datajam on "Bengaluru Traffic".

*About the event:*
At the datajam, participants collaborate to scrape, clean, use open data to
analyse aspects of Bengaluru's traffic and develop visualisations and data
stories. All output will be posted on Open City and Citizen Matters and
available for republication under a cc license.


*When:*Feb 4th 2023, Saturday.
10 AM - 4 PM.

*Where:*
It is a physical event.
Location: IIM Bangalore, Bannerghatta Road, Bengaluru - 560076.

*Who can participate:*
Anyone with knowledge of data analysis, visualisation and/or coding, and an
interest in public problem solving.

*Registration and other details:*
http://bit.ly/opencity-traffic

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PFeYHSRnNi%2BDR9GZ_FXgYoDH9nL6YmY%2BNrjvFfCDuds6Q%40mail.gmail.com.


Re: [datameet] Event invitation: Datajam on Bengaluru Traffic

2023-01-24 Thread Vaidya
Hi Devdatta,

Yes, the plan is to make the data public on opencity.
We don't allow data that is not publicly shareable to be used in the
datajam in any case.

Thanks,
Vaidya

On Tue, Jan 24, 2023 at 4:06 PM Devdatta Tengshe 
wrote:

> While this event is in person, would this data be available online later?
>
> It seems like an interesting dataset.
>
>
> Regards,
> Devdatta
>
>
> On Tue, 24 Jan 2023 at 10:35, Vaidya  wrote:
>
>> Hello all,
>>
>> OpenCity invites you to a datajam on "Bengaluru Traffic".
>>
>> *About the event:*
>> At the datajam, participants collaborate to scrape, clean, use open data
>> to analyse aspects of Bengaluru's traffic and develop visualisations and
>> data stories. All output will be posted on Open City and Citizen Matters
>> and available for republication under a cc license.
>>
>>
>> *When:*Feb 4th 2023, Saturday.
>> 10 AM - 4 PM.
>>
>> *Where:*
>> It is a physical event.
>> Location: IIM Bangalore, Bannerghatta Road, Bengaluru - 560076.
>>
>> *Who can participate:*
>> Anyone with knowledge of data analysis, visualisation and/or coding, and
>> an interest in public problem solving.
>>
>> *Registration and other details:*
>> http://bit.ly/opencity-traffic
>>
>> Thanks,
>> Vaidya
>>
>> --
>> 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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAHVy6PFeYHSRnNi%2BDR9GZ_FXgYoDH9nL6YmY%2BNrjvFfCDuds6Q%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAHVy6PFeYHSRnNi%2BDR9GZ_FXgYoDH9nL6YmY%2BNrjvFfCDuds6Q%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAOQOUMtZ0pF6uWYfjaO2ZuZg6MmfiGSnG0JOK-RKC_wM9ATz2Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAOQOUMtZ0pF6uWYfjaO2ZuZg6MmfiGSnG0JOK-RKC_wM9ATz2Q%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGz7ZParHDKoQSpsJ%3DrqOvKg1-7dfc0%3D3tQAyoSzvr8Vw%40mail.gmail.com.


Re: [datameet] Event invitation: Datajam on Bengaluru Traffic

2023-01-29 Thread Vaidya
Hi,

Apologies. It was by design as we needed some time to finalize details. :)
Will ensure expectations will be set correctly in future.
We will get back with details by today EOD.

Thanks,
Vaidya

On Sun, Jan 29, 2023 at 10:55 AM Aman Bhargava 
wrote:

> Hi!
> The form doesn't send out a confirmation email, just checking if that's
> supposed to be the case or should I register again?
>
> On Tue, 24 Jan 2023, 10:35 Vaidya,  wrote:
>
>> Hello all,
>>
>> OpenCity invites you to a datajam on "Bengaluru Traffic".
>>
>> *About the event:*
>> At the datajam, participants collaborate to scrape, clean, use open data
>> to analyse aspects of Bengaluru's traffic and develop visualisations and
>> data stories. All output will be posted on Open City and Citizen Matters
>> and available for republication under a cc license.
>>
>>
>> *When:*Feb 4th 2023, Saturday.
>> 10 AM - 4 PM.
>>
>> *Where:*
>> It is a physical event.
>> Location: IIM Bangalore, Bannerghatta Road, Bengaluru - 560076.
>>
>> *Who can participate:*
>> Anyone with knowledge of data analysis, visualisation and/or coding, and
>> an interest in public problem solving.
>>
>> *Registration and other details:*
>> http://bit.ly/opencity-traffic
>>
>> Thanks,
>> Vaidya
>>
>> --
>> 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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAHVy6PFeYHSRnNi%2BDR9GZ_FXgYoDH9nL6YmY%2BNrjvFfCDuds6Q%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAHVy6PFeYHSRnNi%2BDR9GZ_FXgYoDH9nL6YmY%2BNrjvFfCDuds6Q%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAMQw6bPxBzkWJPYM0HmW50LWpHKxCGRbZoONw6HgvZYGqhYf%2Bw%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAMQw6bPxBzkWJPYM0HmW50LWpHKxCGRbZoONw6HgvZYGqhYf%2Bw%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGu-tOPy7%2BND6tjD0zYrNqXdsmiwe6BVAoSdgJObxTv-g%40mail.gmail.com.


[datameet] Event Invitation: Datajam on Bengaluru Elections

2023-03-24 Thread Vaidya
Hello all,

OpenCity invites you to a datajam on "Bengaluru Traffic".

*About the event:*
 At the datajam,  participants collaborate to scrape, clean, use open data
to analyse and rate the constituencies in Bengaluru on different parameters
- economy, education, health, environment, mobility, etc.

All output will be posted on Open City and Citizen Matters and available
for republication under a cc license.


*When:*April 1st 2023, Saturday.
10 AM - 5 PM.

*Where:*
It is a physical event.
Location: IIM Bangalore, Bannerghatta Road, Bengaluru - 560076.

*Who can participate:*
Anyone with knowledge of data analysis, visualisation and/or coding, and an
interest in public problem solving.

*Registration and other details:*
https://bit.ly/opencity-elections

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PE%3DicBDyfsbn4W_7a5JLAir8-3Fzs6eEOq--RJT7_Mc_g%40mail.gmail.com.


[datameet] Govt GIS URLs

2023-03-13 Thread Vaidya
Hello,

I wrote a brief explainer on getting govt maps data from govt GIS URLs.
https://opencity.in/explainer/how-to-access-government-gis-data-for-indian-cities-states/


This write-up also includes the list of publicly available URLs.
So far, I know of Karnataka, Delhi, Mumbai and Telangana. TN is behind a
login/password.

If you know of any other public REST URLs for other states/districts,
please let me know, will add to the list.

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PEKEdygqLVcmELZE%2BxmGDw6CKN1DbLMt_kDnWzBQ17MaA%40mail.gmail.com.


[datameet] Event Invitation: Datajam on BBMP finances and processes

2023-07-06 Thread Vaidya
Hello all,

OpenCity.in invites you to a datajam on "BBMP - Work Orders, Finances and
Processes".

*About the event:*
At the datajam,  participants collaborate to scrape, clean, use open data
to analyse, understand the processes and finances of BBMP to propose
solutions and improvements for their processes.

All output/findings will be shared on OpenCity.in and CitizenMatters
<http://www.citizenmatters.in> and available for republication under a cc
license.


*When:*July 15th 2023, Saturday.
10 AM - 5 PM.

*Where:*
It is a physical event.
Location: Palace Road, Vasanth Nagar, Bengaluru - 560052.
Exact location will be provided closer to the date of the datajam.

*Who can participate:*
Anyone with an interest in public problem solving is welcome. Knowledge of
data analysis, visualisation and/or coding, prior experience working with
BBMP would be helpful.

*Registration and other details:*
https://bit.ly/opencity-datajam

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PHObEU85VNg3QA5hj5OJRAiZDHAqZnNAv%3DQPt6vmDj59Q%40mail.gmail.com.


[datameet] 100 year temperature data for Indian cities

2023-05-21 Thread Vaidya
Hello,

Trying to find 100 year temperature data for major Indian cities.
I saw an earlier thread but the link doesn't seem to work anymore -
https://imdpune.gov.in/Clim_Pred_LRF_New/Grided_Data_Download.html.

Even Imdpune.gov.in is a maze that always leads you back to the homepage.
I got the average temp for India overall from data.gov.in, but cities data
is lacking.

Anyone has this data or knows where to find it?

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PFJheRvH-_qaA%3DFZubNddArpVoJgUAo0HCBfBY%3DtTR03Q%40mail.gmail.com.


Re: [datameet] India WRIS Groundwater Level Data

2023-08-11 Thread Vaidya
You can use the method detailed here to download geojsons from map servers:
https://opencity.in/explainer/how-to-download-maps-from-gis-websites/

Thanks,
Vaidya

On Thu, Jul 27, 2023 at 9:13 PM Kazuki Motohashi 
wrote:

> Dear Devdatta,
>
> May I ask you how you downloaded the geojson data from the Map Service?
> I would like to replicate the downloading process if possible.
>
> Thank you,
> Kazuki
>
> On Thu, Jul 27, 2023 at 12:53 PM Devdatta Tengshe 
> wrote:
>
>> The data comes from this Map Service:
>> https://arc.indiawris.gov.in/server/rest/services/NWIC/GroundwaterLevel_Stations/MapServer/0
>>
>> I have downloaded the data, and copied it to this gist:
>> https://gist.github.com/devdattaT/de1f044e1dc343527ffb1677af215888
>>
>> Regards,
>> Devdatta
>>
>>
>> On Wed, 26 Jul 2023 at 23:21, Kaushik Roy 
>> wrote:
>>
>>> Maybe u can try geocodig any adress
>>>
>>> On Wed, Jul 26, 2023, 13:38 Kazuki Motohashi 
>>> wrote:
>>>
>>>> Hello,
>>>>
>>>> I am looking for groundwater level data and found the dataset on the
>>>> following WRIS website.
>>>> https://indiawris.gov.in/wris/#/groundWater
>>>>
>>>> Does anyone know how to obtain the GPS coordinates (latitude,
>>>> longitude) of all stations in this dataset?
>>>>
>>>> I was able to obtain the station-level monthly data from the
>>>> "Data/Report Download" tab (like the attached Excel sheet), but there is no
>>>> GPS information attached to it. The map shows the locations of stations,
>>>> but I wonder how to scrape them.
>>>>
>>>> Thank you,
>>>> Kazuki
>>>>
>>>> Kazuki Motohashi
>>>> Assistant Professor (Specially Appointed)
>>>> Hitotsubashi Institute for Advanced Study (HIAS),
>>>> Hitotsubashi University
>>>> Email: kazuki.motoha...@r.hit-u.ac.jp
>>>> Website: https://kazukimotohashi.github.io/
>>>>
>>>> --
>>>> 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 datameet+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/datameet/CAJOu89RWjFJ08UcHBGzKcDpehYPa0xCiCXvtrMLA010YQ1PtXw%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/datameet/CAJOu89RWjFJ08UcHBGzKcDpehYPa0xCiCXvtrMLA010YQ1PtXw%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/datameet/CADPQmL2Ka0qC5E%3D%3DUVncR03xK%2BP_LBaskZkL8%3DN9JY7V7qOohg%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/datameet/CADPQmL2Ka0qC5E%3D%3DUVncR03xK%2BP_LBaskZkL8%3DN9JY7V7qOohg%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAOQOUMsr485M%3DzPPOm1S1u%3DyiFZ59ZgFpqJ4TX4Aq26Nf82s9A%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAOQOUMsr485M%3DzPPOm1S1u%3DyiFZ59ZgFpqJ4TX4Aq26Nf82s9A%40mail.gmail.com?utm_medium=email_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 unsubscrib

[datameet] Event Invitation: Datajam on Water in Bengaluru

2024-02-21 Thread Vaidya
Hello all,

OpenCity.in invites you to a datajam in *Bengaluru* on "Bengaluru - Water".

*About the event:*
At the datajam,  participants are expected to scrape, clean, use publicly
available data to analyse the issues and challenges around access to water
in Bengaluru or areas of Bengaluru and provide recommendations.

Public data is not restricted to what is available on OpenCity. You can
find and use any data that is available publicly or can be made public.
When:
March 2nd 2024, Saturday.
10 AM – 5 PM.
Where:
It is a physical event.
Location: “Cobalt”, Church St, Bengaluru – 560001
Exact location and details will be provided on registering. Who can
participate:
Anyone with an interest in public problem solving is welcome. Knowledge of
data analysis, visualisation, GIS and/or coding would be helpful. Registration
and other details:
https://bit.ly/datajam-mar24

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PH6%3DLCcyjsQ%2B7-YsLQgSbeojnGg%2BoL7c7f2d3Lo1crDrg%40mail.gmail.com.


[datameet] Event Invitation: Datajam on Rains and Waterlogging in Chennai

2023-12-28 Thread Vaidya
Hello all,

OpenCity.in invites you to a datajam in *Chennai* on "Chennai - Rains and
Waterlogging".

*About the event:*

At the datajam,  participants are expected to scrape, clean, use publicly
available data to analyse the causes behind flooding and the implications
in different parts of Chennai and recommend solutions.

Public data is not restricted to what is available on OpenCity. You can
find and use any data that is available publicly or can be made public.

*When:*Jan 6th 2024, Saturday.
10 AM - 5 PM.

*Where:*
It is a physical event.
Location: IIT Alumni Industry Interaction Centre, IIT-M Research Park,
Tharamani, Chennai - 600113.

*Who can participate:*
Anyone with an interest in public problem solving is welcome. Knowledge of
GIS, data analysis, visualisation and/or coding would be helpful.

*Registration and other details:*
https://bit.ly/datajam-jan24

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PHxjXYOySaRt85HEnBjL96V4QFxSBvUMtk-Wq1k6FNVow%40mail.gmail.com.


Re: [datameet] Brahmaputra river shape file

2023-11-28 Thread Vaidya
India WRIS might be a good source.
You can access their maps from their arcgis server:
https://arc.indiawris.gov.in/server/rest/services/Common/River_WRP/MapServer

On Mon, Nov 27, 2023 at 1:24 AM Priam Deka  wrote:

> I am looking for transboundary Brahmaputra River Shape file.
>
> --
> 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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/f20c916b-2417-46ba-aa37-f66daf40c2afn%40googlegroups.com
> 
> .
>

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGSojzatXot81b1RdoXu2fCoyD_w6RFLDki5ykSZeqc1g%40mail.gmail.com.


Re: [datameet] Great Chennai shapefile

2023-12-03 Thread Vaidya
You can find it on opencity in kml format:
https://data.opencity.in/dataset/gcc-ward-information


On Wed, Nov 29, 2023 at 3:23 PM Jishna T  wrote:

> Hello all, does anyone have ward- wise shapefile of Greater Chennai
> Corporation?
>
> --
> 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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CALCnSZtWmddNcnfpAjYZW_Na5Ui5vFFZ1HJKRnDcUCViCuk6HQ%40mail.gmail.com
> 
> .
>

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PFvG%2Bubjx9wAWpXz24TGfMUPtUxs97WbYOpoJpEWrBHLw%40mail.gmail.com.


[datameet] Event Invitation: Datajam on Walkability in Bengaluru

2023-11-22 Thread Vaidya
Hello all,

Opencity.in invites you to a datajam on "Bengaluru - Walkability".


*About the event:*
Sensing Local has recently completed walkability audits across 19 wards in
Bengaluru, covering 350km of footpaths and 185 junctions, with the support
of over 150 volunteers. At the Datajam, participants can dive deep into
this data to identify trends and patterns that give us better insights into
pedestrian infrastructure in different parts of the city, its impact and
potential entry points for intervention.

Data from the audit is available at www.walkablecities.in.

The output/findings from the datajam can be part of the exhibits at 'Namma
Raste' <https://twitter.com/WRICitiesIndia/status/1726912176596865037> an
exhibition and convening, organised by the Bruhat Bengaluru Mahanagara
Palike (BBMP,) in partnership with WRI India, under the Bloomberg
Philanthropies Initiative for Global Road Safety at the Glass House, BBMP
Head Office on the 8th and 9th December 2023.

*When:*
Dec 2nd 2023, Saturday.
10 Am - 5 PM.

*Where:*
It is a physical event.
Location: WRI India, South End Road, Basavanagudi, Bengaluru - 560004.
Exact location and details will be provided on registering.

*Who can participate:*
Anyone with an interest in public problem solving is welcome. Knowledge of
data analysis, visualisation, GIS and/or coding would be helpful.

*Registration and other details:*
https://bit.ly/datajam-dec23

Thanks,
Vaidya

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PG%3DxiPuoqtA9e%3DDDaek0JO5JxS2btL6v89hkgkhY2%3D2Wg%40mail.gmail.com.


Re: [datameet] Bangalore road widths

2024-04-19 Thread Vaidya
I found this map from KSRSAC.
https://data.opencity.in/dataset/bengaluru-road-width-map

Many are proposed road widths, especially in outer areas. But the ones in
the centre of the city should be closer to reality. This data is from the
scrapped RMP 2031.

Thanks,
Vaidya


On Tue, Apr 16, 2024, 5:28 AM kwatra...@gmail.com 
wrote:

> Hi all,
> Would you know of any data source which would have road width for
> Bangalore roads?
> OSM doesn't seem to have width tagged.
>
> Thanks,
> Kartik
>
> --
> 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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/449b12d6-b315-41eb-82ff-169c65b0efaan%40googlegroups.com
> <https://groups.google.com/d/msgid/datameet/449b12d6-b315-41eb-82ff-169c65b0efaan%40googlegroups.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PHNGOfTZ65fY2bhRDq5La5x7ahAdUX%2B80nECf4OMdSUcg%40mail.gmail.com.


Re: [datameet] Tirupati city municipal boundary and road network

2024-05-10 Thread Vaidya
Hi,

You can find the ward boundary here in this arcgis server:
https://livingatlas.esri.in/server/rest/services/

-Vaidya

On Fri, May 10, 2024 at 12:14 PM CE20D503 Manuj SHarma 
wrote:

> Hello Everyone,
>
> Can someone help me to get a shapefile of the municipal boundary
> (including ward boundary) and road network of Tirupati city, Andhra
> Pradesh, India?
>
> Thanks
> --
> *Manuj Sharma*
> Research Scholar
> Dept. of Civil and Environmental Engineering
> *Indian Institute of Technology Tirupati*
> Renigunta Road, Tirupati, Andhra Pradesh, INDIA 517506
> Contact No- *+91 8882456387*
> Email Id: ce20d...@iittp.ac.in
>manuj.sharm...@gmail.com
>
> --
> 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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAOYJjYvFD28rnDb9a%2Br6Boo4AHsVC3J28Z1gSvY4%2BQ4yugbhqg%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAOYJjYvFD28rnDb9a%2Br6Boo4AHsVC3J28Z1gSvY4%2BQ4yugbhqg%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGQ5bvvFXyxYm4qxt0POLV5A8tZH7sVWCQGh2QOPjSdoA%40mail.gmail.com.


Re: [datameet] Elections 2024 mapping

2024-05-02 Thread Vaidya
You can download both pre- and post- 2022 (when J delimitation happened)
maps here:
https://data.opencity.in/dataset/parliamentary-elections-2019-map
The source is livingatlas.esri.in for the new maps and bharatmaps for 2019.
The only difference is in J

Thanks,
Vaidya

On Thu, May 2, 2024 at 12:33 AM 'Sai Santosh' via datameet <
datameet@googlegroups.com> wrote:

> Hi Nikhil,
>
> We can decipher by referring to Page 62 in the notification
> <https://elections24.eci.gov.in/docs/press-note-no-23.pdf#page=62>
>
> DOA: Data of Announcement
> DOIN: Date of Issue of Notification
> LDFN: Last Date for filing of Nominations
> DSN: Date of Scrutiny of Nominations
> LDWC: Last date for withdrawal of Candidature
> DOCV: Date of Counting of Votes
>
>
> On Sat, Apr 27, 2024 at 1:02 AM Nikhil VJ  wrote:
>
>> Thanks Arun!
>>
>> Made a map!
>>
>> https://server.nikhilvj.co.in/elections24/election2024-map.html
>>
>> Used the same color scheme as on ECI's own map :
>> https://elections24.eci.gov.in/img/map.png
>>
>> Screenshot:
>>
>>
>> Source code: https://github.com/answerquest/india-elections2024-map
>>
>> Made it using folium lib in python this time.
>>
>> Would anybody know what these attributes mean:
>>
>> DOA  example: 16-3-2024(Saturday)
>> DOIN  example: 20-3-2024(Wednesday)
>> LDFN  example: 27-3-2024(Wednesday)
>> DSN  example: 28-3-2024(Thursday)
>> LDWC  example: 30-3-2024(Saturday)
>> DOCV  example: 4-6-2024(Tuesday)
>>
>> --
>> Cheers,
>> Nikhil VJ
>> https://nikhilvj.co.in
>>
>>
>> On Fri, Apr 26, 2024 at 5:56 PM Arun Ganesh  wrote:
>>
>>> Timely initiative, Nikhil.
>>> Managed to find a vector version of the ECI shapes. Have uploaded as a
>>> simplified shape and points, and includes the phases and polling dates
>>> https://gist.github.com/planemad/1e2b63f6b9806970db749f19980ffd25
>>>
>>> On Fri, Apr 26, 2024 at 4:42 PM Nikhil VJ  wrote:
>>>
>>>> Hi,
>>>> Some sharings, queries and call for information on elections 2024 (a
>>>> bit late!)
>>>>
>>>>
>>>> *1. Have the Parliamentary Constituencies seen any changes in their
>>>> delimitations after 2019 elections?*
>>>>
>>>> Related links:
>>>> Shapes:
>>>> https://github.com/datameet/maps/tree/master/parliamentary-constituencies
>>>> You can download just the folder using :
>>>> https://download-directory.github.io/
>>>>
>>>> For comparing with official ECI release:
>>>> ECI press notes page : https://elections24.eci.gov.in/eci-updates.html
>>>> There, at the bottom "General Election Schedule" opens a PDF which
>>>> starts showing maps from pg59 onwards. direct link which might not
>>>> directly open
>>>> <https://elections24.eci.gov.in/docs/press-note-no-23.pdf>
>>>>
>>>> I've made high-res images of these pages and saved them here:
>>>> https://server.nikhilvj.co.in/elections24/
>>>> Full India map from the ECI's PDF :
>>>> https://server.nikhilvj.co.in/elections24/p-059-india-all-PCs-map.png
>>>>
>>>> J : I know there's changes. If anyone can share the new shapes of J
>>>> PCs, would be really helpful.
>>>>
>>>>
>>>>
>>>> *2. Is there an interactive map of the Parliamentary Constiuencies,
>>>> with election dates and other info?*
>>>>
>>>> If *not*, then one crowd-sourcing appeal:
>>>> a. Open this google spreadsheet and request editing access (I'll
>>>> approve if you don't sound like a spammer), or just do commenting:
>>>>
>>>> https://docs.google.com/spreadsheets/d/1Zj39sgQNqxN_iFRKDZ-itkJIZiELExpjwU_xB_6_C84/edit?usp=sharing
>>>>
>>>> b. Using the PDF mentioned above, find in the voting (also called
>>>> "polling") date for the constituency, and paste it into this sheet. You can
>>>> start from pg.63 onwards..
>>>> Some states are happening all at-a-go so those should be easier to tag.
>>>>
>>>> If yes, then pls ignore a & b and just share link to the interactive
>>>> map, thanks much!
>>>>
>>>>
>>>> *How filling the google spreadsheet can help:*
>>>> I have shapefile with these columns. I can merge back in the election
>>>> dates and publish the map.
>>>>
>>>> He

Re: [datameet] Sikkim Assembly Constituency boundaries

2024-06-03 Thread Vaidya
Hi, you can check Bharat Maps.
This is the Arcgis rest server:
https://webgis1.nic.in/publishing/rest/services/
bharatmapsnew folder has AC maps for all India, you can filter by state.

-Vaidya

On Sun, Jun 2, 2024 at 11:18 PM Shiladitya Ray 
wrote:

> Hi,
>
> Does anyone have the shop files/json files for Sikkim Assembly
> Constituencies that correspond to this map?
>
> The image is attached.
>
> Thanks in advance,
> Shiladitya
>
> --
> 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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CANHRQEne7b59MYx%3D_9qjb9U44hqD8s_HWJxAi0xfdPoX-CQnNg%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CANHRQEne7b59MYx%3D_9qjb9U44hqD8s_HWJxAi0xfdPoX-CQnNg%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PGuC1n4JZnSJDsM4fxRz6sScNBrp5HbzbM%3D0X-DmksjuQ%40mail.gmail.com.


Re: [datameet] Tirupati city municipal boundary and road network

2024-06-03 Thread Vaidya
livingatlas.esri.in does not work through browser, you'll have to load it
on QGIS and browse through it.
Use the ArcGIS/Rest server option and enter this url:
https://livingatlas.esri.in/server/rest/services/

On Fri, May 17, 2024 at 1:34 PM sreeram kandimalla <
kandimalla.sree...@gmail.com> wrote:

> Tirupati ward boundaries are available from Swachh Bharat Mission Urban
> at
> https://github.com/ramSeraph/indian_admin_boundaries/releases/download/urban/SBM_Wards.geojsonl.7z
> .
> That file has wards for most of the country. You will need to filter out
> Tirupati ones.
> It is viewable here -
> https://indianopenmaps.fly.dev/not-so-open/urban/wards/sbm/view#12.7/13.63172/79.44667
>
> On Fri, May 17, 2024 at 7:31 AM Sumanth Malipeddi 
> wrote:
>
>> Tirupati living atlas is not working sir
>>
>>
>> Regards,
>>
>> Malipeddi Sumanth,
>> Amenities Secretary,
>> Municipal Corporation Tirupati.
>>
>> Contact Number - 9791901627
>>
>>
>> On Fri, 10 May 2024 at 3:04 PM, Vaidya  wrote:
>>
>>> Hi,
>>>
>>> You can find the ward boundary here in this arcgis server:
>>> https://livingatlas.esri.in/server/rest/services/
>>>
>>> -Vaidya
>>>
>>> On Fri, May 10, 2024 at 12:14 PM CE20D503 Manuj SHarma <
>>> ce20d...@iittp.ac.in> wrote:
>>>
>>>> Hello Everyone,
>>>>
>>>> Can someone help me to get a shapefile of the municipal boundary
>>>> (including ward boundary) and road network of Tirupati city, Andhra
>>>> Pradesh, India?
>>>>
>>>> Thanks
>>>> --
>>>> *Manuj Sharma*
>>>> Research Scholar
>>>> Dept. of Civil and Environmental Engineering
>>>> *Indian Institute of Technology Tirupati*
>>>> Renigunta Road, Tirupati, Andhra Pradesh, INDIA 517506
>>>> <https://www.google.com/maps/search/Renigunta+Road,+Tirupati,+Andhra+Pradesh,+INDIA+517506?entry=gmail=g>
>>>> Contact No- *+91 8882456387*
>>>> Email Id: ce20d...@iittp.ac.in
>>>>manuj.sharm...@gmail.com
>>>>
>>>> --
>>>> 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 datameet+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/datameet/CAOYJjYvFD28rnDb9a%2Br6Boo4AHsVC3J28Z1gSvY4%2BQ4yugbhqg%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/datameet/CAOYJjYvFD28rnDb9a%2Br6Boo4AHsVC3J28Z1gSvY4%2BQ4yugbhqg%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/datameet/CAHVy6PGQ5bvvFXyxYm4qxt0POLV5A8tZH7sVWCQGh2QOPjSdoA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/datameet/CAHVy6PGQ5bvvFXyxYm4qxt0POLV5A8tZH7sVWCQGh2QOPjSdoA%40mail.gmail.com?utm_medium=email_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 datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CAMFVcteVVo%3DZpOqTturtSnQCKFtCzfzwtUy1aSr_sOhZ-ERPkA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CAMFVcteVVo%3DZpOqTturtSnQCKFtCzfzwtUy1aSr_sOhZ-ERPkA%40mail.gmail.com?utm_medium=email_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 subscribe

Re: [datameet] Gurgaon different wards data

2024-06-03 Thread Vaidya
Please check opencity.in for MCD and Gurugram wards map data (it uses the
Corporation name).
The maps can be downloaded without sign-in and used.
https://data.opencity.in/dataset/gurugram-wards-map
MCD is here: https://data.opencity.in/dataset/delhi-wards-information

On Fri, May 10, 2024 at 12:14 PM SUDHANSHU RANJAN SINGH <
p20220...@pilani.bits-pilani.ac.in> wrote:

> Greetings everyone,
>
> Does anyone have access of data of different wards of Gurgaon along with
> MCD boundary ?
> I found this dataset but not able to access it
> https://www.arcgis.com/home/item.html?id=083033d0d10a4b1b97166076969965ae
> If anyone has the access of this link it would be very much helpful of you
> can share it.
>
> Thanks and regards
> Sudhanshu Ranjan Singh
> Research Scholar
> Department of Mechanical Engineering
> BITS Pilani
>
> The information contained in this electronic communication is intended
> solely for the individual(s) or entity to which it is addressed. It may
> contain proprietary, confidential and/or legally privileged information.
> Any review, retransmission, dissemination, printing, copying or other use
> of, or taking any action in reliance on the contents of this information by
> person(s) or entities other than the intended recipient is strictly
> prohibited and may be unlawful. If you have received this communication in
> error, please notify us by responding to this email or telephone and
> immediately and permanently delete all copies of this message and any
> attachments from your system(s). The contents of this message do not
> necessarily represent the views or policies of BITS Pilani.
>
> --
> 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 datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/80ba9245-ed10-4b42-ac17-13f9ecf13850n%40googlegroups.com
> 
> .
>

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CAHVy6PE9%3D5ND3P904qs%3D2efhFUxv%3DV-EK8SXqAWJSovdpji2aA%40mail.gmail.com.


[datameet] Re: DCPR 2034 for Mumbai needed

2023-02-01 Thread Vaidya R
Ah, thanks! I did manage to find it on the Municipality site.

On Monday, December 26, 2022 at 11:25:47 PM UTC+5:30 rajatd...@gmail.com 
wrote:

>
> Dear Vaidya
>
> Please see this link: 
> https://www.godbolemukadam.com/pdfs/mumbai/MUBAI-DCPR.pdf
> On Wednesday, December 21, 2022 at 4:07:14 PM UTC+5:30 
> vaidyan...@gmail.com wrote:
>
>> Hello,
>>
>> Does anyone have pdf of Mumbai's DCPR 2034? 
>> I am not able to find it on the site of BMC or MMRDA. 
>>
>> Thanks,
>> Vaidya
>>
>

-- 
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 datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/597c5dc1-63af-4eea-9f3d-86c5d9f836dcn%40googlegroups.com.