Bhuvan integration with our application

Post Reply
ekailas
Posts: 2
Joined: Fri Jan 16, 2015 8:49 pm

Bhuvan integration with our application

Post by ekailas » Sun Mar 01, 2015 7:43 pm

I want to show Agriculture input (seed, fertilizer, insecticide) dealers data base for Maharashtra on bhuvan map,
also I want to develop geo query like nearest dealer from given point on map how can i do it, As this will be very helpful to farmer, How can I achieve it
if you have any api or tutorial or example pl share

sonal
Posts: 258
Joined: Mon Aug 01, 2011 1:53 pm

Re: Bhuvan integration with our application

Post by sonal » Wed Mar 04, 2015 3:04 pm

a) You may use GIS viewer for depicitng the location of dealers from lat/lon.
b) Please refer IMD Fog / Thunderstorm page, you may use bhuvan services in the backdrop for showcasing your layers and results. OpenLayers API will be handy to do your requirements.

vidisri
Posts: 1
Joined: Wed May 06, 2015 4:53 pm

Re: Bhuvan integration with our application

Post by vidisri » Fri May 08, 2015 3:39 pm

Please provide a tutorial regarding Bhuvan integration with the application.

sonal
Posts: 258
Joined: Mon Aug 01, 2011 1:53 pm

Re: Bhuvan integration with our application

Post by sonal » Mon May 11, 2015 2:31 pm

Bhuvan services can be consumed as WMS/WMTS Layer. You can use any client like Openlayers (tutorials are available here http://docs.openlayers.org/library/introduction.html)

One example URL for Bhuvan is as below. You can first try to consume the same in your application. For Satellite imagery as backdrop please write to bhuvan[at]nrsc.gov.in with intended use.

Web Map Tile Service (WMTS) URL
URL - "http://bhuvan5.nrsc.gov.in/bhuvan/gwc/service/wmts/"
version - 1.0.0
layer - "vector:AP_LULC50K_0506"
matrixSet- "EPSG:4326"
tileFullExtent :76.761,12.624,84.765,19.917,
format: "image/png"

Web Map Service (WMS) URL
URL - "http://bhuvan5.nrsc.gov.in/bhuvan/wms"
version - 1.1.1
layer - "vector:AP_LULC50K_0506"
matrixSet- "EPSG:4326"
layerExtent :76.761,12.624,84.765,19.917,
format: "image/png"

prateekpb
Posts: 1
Joined: Thu Jan 28, 2016 5:51 pm
Location: India
Contact:

Re: Bhuvan integration with our application

Post by prateekpb » Thu Jan 28, 2016 5:56 pm

I am new here. Sonal thank you for good information

Post Reply