Zeel commited on
Commit
572ad66
·
1 Parent(s): acefd82

Added Ahmedabad. Added counts

Browse files
app.py CHANGED
@@ -1,12 +1,13 @@
1
- import numpy as np
2
  import leafmap.foliumap as leafmap
3
  import streamlit as st
4
- import geojson
5
 
6
- file_map = {"Lucknow 80x80 km": "lucknow_sarath_grid.geojson",
7
- "Delhi 80x80 km": "delhi_sarath_grid.geojson",
8
- "West Bengal 20x20 km": "wb_20x20_grid.geojson",
9
- "Ahmedabad 10 km buffer": "ahmedabad_10km_buffer.geojson"}
 
10
  st.title("Brick Kilns Interactive Map")
11
  region = st.selectbox("Select a region", list(file_map.keys()))
12
 
@@ -20,10 +21,19 @@ def style_function(feature):
20
  return {'color': 'red', 'weight': 3, 'fillColor': 'red', 'fillOpacity': 0}
21
  else:
22
  return {'color': 'black', 'weight': 3, 'fillColor': 'black', 'fillOpacity': 0}
 
 
 
 
 
 
 
 
23
 
24
  m = leafmap.Map()
25
  m.add_basemap("SATELLITE")
26
- legend_dict = {"CFCBK": "red", "FCBK": "orange", "Zigzag": "green"}
27
- m.add_geojson(file_map[region], style_function=style_function, layer_name="Kilns")
 
28
  m.add_legend(legend_dict=legend_dict, title="Brick Kilns")
29
  m.to_streamlit()
 
1
+ from os.path import join
2
  import leafmap.foliumap as leafmap
3
  import streamlit as st
4
+ import geopandas as gpd
5
 
6
+ file_map = {"Ahmedabad 10 km buffer": "ahmedabad_10km_buffer.geojson",
7
+ "Lucknow 80x80 km": "lucknow_airshed.geojson",
8
+ "Delhi 80x80 km": "delhi_airshed.geojson",
9
+ "West Bengal 20x20 km": "wb_small_airshed.geojson",
10
+ }
11
  st.title("Brick Kilns Interactive Map")
12
  region = st.selectbox("Select a region", list(file_map.keys()))
13
 
 
21
  return {'color': 'red', 'weight': 3, 'fillColor': 'red', 'fillOpacity': 0}
22
  else:
23
  return {'color': 'black', 'weight': 3, 'fillColor': 'black', 'fillOpacity': 0}
24
+
25
+ gdf = gpd.read_file(join("labels", file_map[region]))
26
+ # fill the horizontal space with table
27
+ mapping = {"CFCBK": "Circular Fixed Chimney Bull's Trench Kiln (CFCBK)",
28
+ "FCBK": "Fixed Chimney Bull's Trench Kiln (FCBK)",
29
+ "Zigzag": "Zigzag Kiln"}
30
+ gdf['class_name'] = gdf['class_name'].apply(lambda x: mapping[x])
31
+ st.write(gdf['class_name'].value_counts())
32
 
33
  m = leafmap.Map()
34
  m.add_basemap("SATELLITE")
35
+ legend_dict = {"CFCBK": "red", "FCBK": "orange", "Zigzag": "green", "Region of Interest": "blue"}
36
+ m.add_geojson(join("shapes", file_map[region]), layer_name="Region of Interest")
37
+ m.add_geojson(join("labels", file_map[region]), style_function=style_function, layer_name="Kilns")
38
  m.add_legend(legend_dict=legend_dict, title="Brick Kilns")
39
  m.to_streamlit()
bnf.html ADDED
File without changes
delhi_sarath_grid.geojson DELETED
The diff for this file is too large to render. See raw diff
 
ahmedabad_10km_buffer.geojson → labels/ahmedabad_10km_buffer.geojson RENAMED
File without changes
labels/delhi_airshed.geojson ADDED
The diff for this file is too large to render. See raw diff
 
labels/lucknow_airshed.geojson ADDED
The diff for this file is too large to render. See raw diff
 
labels/wb_small_airshed.geojson ADDED
The diff for this file is too large to render. See raw diff
 
lucknow_sarath_grid.geojson DELETED
The diff for this file is too large to render. See raw diff
 
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
  streamlit
2
- leafmap
 
1
  streamlit
2
+ git+https://github.com/opengeos/leafmap.git
shapes/ahmedabad_10km_buffer.geojson ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "FeatureCollection",
3
+ "name": "ahmedabad_10km_buffer",
4
+ "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5
+ "features": [
6
+ { "type": "Feature", "properties": { "Name": "ahmedabad_10km_buffer" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 72.352697057978858, 23.040269008250487 ], [ 72.352416129171814, 23.041818411047394 ], [ 72.351766532703678, 23.050700796737424 ], [ 72.352065665164801, 23.0595991881607 ], [ 72.353310803410437, 23.068427012126492 ], [ 72.35363502086679, 23.069717169212954 ], [ 72.35399138282294, 23.073476931197884 ], [ 72.355867581142903, 23.082523225300346 ], [ 72.358730907906022, 23.091345443019325 ], [ 72.362551720880973, 23.099851648859349 ], [ 72.366262197287682, 23.106195415765587 ], [ 72.366569451241659, 23.107267439853537 ], [ 72.369496881718675, 23.115762240976363 ], [ 72.373316567069182, 23.123948363136861 ], [ 72.377991372773081, 23.131745864745771 ], [ 72.383475791795036, 23.139078583761332 ], [ 72.389716384129429, 23.145874883459314 ], [ 72.39665229500126, 23.152068354464173 ], [ 72.404215846800724, 23.157598466075939 ], [ 72.411296224740227, 23.161796389667028 ], [ 72.411952168958919, 23.162972107548335 ], [ 72.412680677165923, 23.165497279434366 ], [ 72.415963023590663, 23.173634917912313 ], [ 72.420076567325182, 23.181443118335345 ], [ 72.424983337924942, 23.188849523202155 ], [ 72.43063799308247, 23.195785484824956 ], [ 72.436988234946526, 23.202186703374029 ], [ 72.443975291964321, 23.207993824982875 ], [ 72.451534461879817, 23.213152994275774 ], [ 72.45264872954634, 23.21383940235236 ], [ 72.460224414784818, 23.218060767481294 ], [ 72.468182794512231, 23.221630835628826 ], [ 72.46854495839608, 23.221774939069984 ], [ 72.477462635579485, 23.224855966171152 ], [ 72.486662927559152, 23.227119348402525 ], [ 72.496058249510128, 23.228543520504303 ], [ 72.505559145438824, 23.229114906233225 ], [ 72.507238269472566, 23.229140020572924 ], [ 72.507674611880546, 23.22913161226786 ], [ 72.510763675028656, 23.229712348583401 ], [ 72.520703185889502, 23.230618535723419 ], [ 72.530690961225076, 23.230581224050624 ], [ 72.540622340456295, 23.2296007865083 ], [ 72.542304461119855, 23.22935371841762 ], [ 72.545605841257171, 23.228742521396384 ], [ 72.545864731901233, 23.228786324879838 ], [ 72.555189117025449, 23.229522196447341 ], [ 72.555480310879815, 23.22953221965243 ], [ 72.564456678458043, 23.229459429811495 ], [ 72.573387865723305, 23.228624792107098 ], [ 72.573944237342886, 23.228548772980108 ], [ 72.583688093151878, 23.226744795100377 ], [ 72.5931828619036, 23.224034502476005 ], [ 72.593837247074305, 23.223813395310614 ], [ 72.59981460578112, 23.221584265290705 ], [ 72.600434417806838, 23.221330811730603 ], [ 72.604299633546589, 23.221292411958654 ], [ 72.613759973103043, 23.220342054808878 ], [ 72.623075166779401, 23.218544728003838 ], [ 72.62464736682567, 23.218089944784303 ], [ 72.625440402670662, 23.217934982650494 ], [ 72.626830244037592, 23.217664320898624 ], [ 72.635737798149904, 23.215519583122585 ], [ 72.638262110642017, 23.214670115050094 ], [ 72.638624846797782, 23.214586175880886 ], [ 72.647474174525897, 23.211678514895791 ], [ 72.655979993960315, 23.2079981323898 ], [ 72.664063519451815, 23.203579116693195 ], [ 72.671649896923839, 23.198462397923098 ], [ 72.673103668557488, 23.197268004289771 ], [ 72.673330841698174, 23.197243068444362 ], [ 72.677156044043741, 23.197559242787428 ], [ 72.686644883302336, 23.197488401692599 ], [ 72.696081439341981, 23.196565998165017 ], [ 72.705376429445707, 23.194800744924478 ], [ 72.714441915387553, 23.192209329286037 ], [ 72.723192140292866, 23.188816254850874 ], [ 72.731509760263123, 23.184670846639044 ], [ 72.731860710105636, 23.18453672617623 ], [ 72.739898493398982, 23.180619782528801 ], [ 72.747507171386644, 23.176028671352242 ], [ 72.747519175330993, 23.176020667318461 ], [ 72.750778305773494, 23.173750253544714 ], [ 72.750789308768773, 23.173742249570402 ], [ 72.75852722538076, 23.167475431385149 ], [ 72.758537226436445, 23.167466427149392 ], [ 72.762123240157521, 23.164063178134043 ], [ 72.762133240230014, 23.164053173593267 ], [ 72.765493710764304, 23.160509826050713 ], [ 72.765502709846075, 23.160499821694749 ], [ 72.771472499024199, 23.153128018605187 ], [ 72.771480496162084, 23.153117014269444 ], [ 72.774607957010161, 23.148520468728009 ], [ 72.77461495321046, 23.148509464693671 ], [ 72.779085719684176, 23.140607982690394 ], [ 72.779097708522741, 23.140583975069276 ], [ 72.780413161030339, 23.137829973902033 ], [ 72.781143361009825, 23.136229494142942 ], [ 72.781962991442626, 23.134375798032607 ], [ 72.782610203030274, 23.132864363196525 ], [ 72.782655416714377, 23.132758579404662 ], [ 72.782749301661411, 23.13253851624896 ], [ 72.78489246017368, 23.126991080169326 ], [ 72.785285475873209, 23.125858363070023 ], [ 72.785393966773611, 23.125561489136626 ], [ 72.785500699784535, 23.125248097457487 ], [ 72.787566553244716, 23.11955628044986 ], [ 72.789080305649179, 23.113788564139721 ], [ 72.79123465784339, 23.108694736666529 ], [ 72.791259054208155, 23.108703639675408 ], [ 72.791782379343502, 23.107476613891816 ], [ 72.791889444086181, 23.10722858378109 ], [ 72.792245426241166, 23.106304679525319 ], [ 72.792417194873281, 23.10589850623828 ], [ 72.792653852360715, 23.105244645184079 ], [ 72.794347345116094, 23.100849118655699 ], [ 72.794559980075164, 23.100223964452596 ], [ 72.79701015434128, 23.091530220400141 ], [ 72.798513813418367, 23.082654185448028 ], [ 72.799056242668669, 23.073683811744129 ], [ 72.798632258742174, 23.064707969393137 ], [ 72.797246253431183, 23.05581556532665 ], [ 72.794912142571548, 23.04709466249389 ], [ 72.791653220796334, 23.038631608103348 ], [ 72.787501923871247, 23.030510179528736 ], [ 72.786537914440544, 23.029026509604922 ], [ 72.788671733161678, 23.021319055849723 ], [ 72.79013876877913, 23.012358415543478 ], [ 72.79062766141513, 23.003306755095778 ], [ 72.790133677588045, 22.994255323509513 ], [ 72.788661992580117, 22.985295349555244 ], [ 72.786227630375009, 22.976517122134872 ], [ 72.782855304550125, 22.968009080843292 ], [ 72.780859151460376, 22.964203684054262 ], [ 72.779586961246636, 22.960619756047841 ], [ 72.77642637736146, 22.954046594350945 ], [ 72.777348266967422, 22.949731088403908 ], [ 72.778275041678071, 22.941225296971371 ], [ 72.778328841430849, 22.932676442733179 ], [ 72.778296058779603, 22.932335813801686 ], [ 72.778304971440193, 22.927632801132557 ], [ 72.777288327270142, 22.918374844942491 ], [ 72.775248401484703, 22.909263004676205 ], [ 72.772207069799109, 22.900394073700095 ], [ 72.768196829957333, 22.891862245504797 ], [ 72.768073706912631, 22.891633303215652 ], [ 72.763037838899123, 22.883384157460835 ], [ 72.757096988194419, 22.87566946278535 ], [ 72.750316718071986, 22.868574151513478 ], [ 72.742771798399971, 22.862176321547846 ], [ 72.734545379676021, 22.85654637996112 ], [ 72.733948957217976, 22.85622171478024 ], [ 72.728830195430305, 22.85124343263054 ], [ 72.721444043983794, 22.845364909674164 ], [ 72.713462238206631, 22.840198786682251 ], [ 72.70496446962737, 22.835796588365916 ], [ 72.696035548728744, 22.832202212277686 ], [ 72.686764561085212, 22.829451493503186 ], [ 72.683890451267985, 22.828884123545141 ], [ 72.682697269431856, 22.828551035918085 ], [ 72.673282867962655, 22.826836508012516 ], [ 72.671626901338087, 22.826612740278176 ], [ 72.659976817930485, 22.825695475290011 ], [ 72.659498133111796, 22.825684508749472 ], [ 72.649398166914409, 22.825938786712531 ], [ 72.639380898657947, 22.82716109099993 ], [ 72.629553944753425, 22.829338272294066 ], [ 72.627200473973687, 22.830105948618581 ], [ 72.627047985195333, 22.830087863777386 ], [ 72.626240508123075, 22.830031944847597 ], [ 72.625964781671144, 22.83001321422643 ], [ 72.625634995490174, 22.829991246790723 ], [ 72.616577454680282, 22.829779336891299 ], [ 72.607537869185819, 22.830348098176906 ], [ 72.606396899348539, 22.830519653068723 ], [ 72.605850801416864, 22.830288431852789 ], [ 72.59633273831669, 22.827312514210693 ], [ 72.586534976751068, 22.825260699728204 ], [ 72.580380202186802, 22.824578279203219 ], [ 72.575328175847531, 22.823973987598251 ], [ 72.565998444840517, 22.823692996750406 ], [ 72.556682564396041, 22.824240838237674 ], [ 72.556303302933159, 22.824297292046314 ], [ 72.552769943705556, 22.824390954490486 ], [ 72.543453700280537, 22.825476152180293 ], [ 72.534293340452919, 22.827387493230749 ], [ 72.527155600184059, 22.829563990192391 ], [ 72.524373921833174, 22.829167235986237 ], [ 72.523008995746338, 22.828964361187225 ], [ 72.522759395577665, 22.828936931076694 ], [ 72.522500852706443, 22.828900049526663 ], [ 72.520697995954336, 22.828705278737804 ], [ 72.520697363773365, 22.828710306376042 ], [ 72.515082932948602, 22.828093122496384 ], [ 72.514399374852346, 22.828044193918466 ], [ 72.504705845985882, 22.827798921424098 ], [ 72.49503406516699, 22.828447962435401 ], [ 72.485479756490804, 22.829984876198221 ], [ 72.476137484628538, 22.832394434385691 ], [ 72.467099724283386, 22.835652771615834 ], [ 72.45845594987793, 22.839727620963338 ], [ 72.450291754237028, 22.844578632172968 ], [ 72.442688004771782, 22.850157769486593 ], [ 72.435720045335657, 22.856409785226944 ], [ 72.429456951516755, 22.863272764548654 ], [ 72.4276755528346, 22.865673308517678 ], [ 72.423247306544098, 22.869920260150234 ], [ 72.41706583931169, 22.877218472504033 ], [ 72.411724879977555, 22.885065870607804 ], [ 72.411357238728172, 22.885753704187096 ], [ 72.407740445993241, 22.890067373706945 ], [ 72.406592092033492, 22.891608758928694 ], [ 72.401547633397513, 22.89914613232277 ], [ 72.397325417511439, 22.907105622932519 ], [ 72.393966308387874, 22.91541045546645 ], [ 72.392394903440547, 22.920877360493623 ], [ 72.388960409631665, 22.925837182192573 ], [ 72.384448845156342, 22.934113148863641 ], [ 72.38363263523631, 22.936092463552889 ], [ 72.381797805299669, 22.939455084191291 ], [ 72.378136880572299, 22.948414560668731 ], [ 72.376023148561785, 22.955905126610794 ], [ 72.375966222545415, 22.956006282855387 ], [ 72.372331788386973, 22.964437285763339 ], [ 72.369629891266513, 22.973163637400681 ], [ 72.367888022033185, 22.982097118181468 ], [ 72.367123980342839, 22.991147398539919 ], [ 72.367333338910001, 22.999717426257405 ], [ 72.364985978294158, 23.003126827238013 ], [ 72.360513783387319, 23.011375221328151 ], [ 72.356974404089172, 23.020003137076937 ], [ 72.354404991427316, 23.028920432682423 ], [ 72.352832582176219, 23.038033927109417 ], [ 72.352697057978858, 23.040269008250487 ] ] ] } }
7
+ ]
8
+ }
shapes/delhi_airshed.geojson ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "FeatureCollection",
3
+ "name": "delhi_airshed",
4
+ "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5
+ "features": [
6
+ { "type": "Feature", "properties": { "Name": "delhi_airshed" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 76.85, 28.27 ], [ 76.85, 28.28 ], [ 76.85, 28.29 ], [ 76.85, 28.3 ], [ 76.85, 28.31 ], [ 76.85, 28.32 ], [ 76.85, 28.33 ], [ 76.85, 28.34 ], [ 76.85, 28.35 ], [ 76.85, 28.36 ], [ 76.85, 28.37 ], [ 76.85, 28.38 ], [ 76.85, 28.39 ], [ 76.85, 28.4 ], [ 76.85, 28.41 ], [ 76.85, 28.42 ], [ 76.85, 28.43 ], [ 76.85, 28.44 ], [ 76.85, 28.45 ], [ 76.85, 28.46 ], [ 76.85, 28.47 ], [ 76.85, 28.48 ], [ 76.85, 28.49 ], [ 76.85, 28.5 ], [ 76.85, 28.51 ], [ 76.85, 28.52 ], [ 76.85, 28.53 ], [ 76.85, 28.54 ], [ 76.85, 28.55 ], [ 76.85, 28.56 ], [ 76.85, 28.57 ], [ 76.85, 28.58 ], [ 76.85, 28.59 ], [ 76.85, 28.6 ], [ 76.85, 28.61 ], [ 76.85, 28.62 ], [ 76.85, 28.63 ], [ 76.85, 28.64 ], [ 76.85, 28.65 ], [ 76.85, 28.66 ], [ 76.85, 28.67 ], [ 76.85, 28.68 ], [ 76.85, 28.69 ], [ 76.85, 28.7 ], [ 76.85, 28.71 ], [ 76.85, 28.72 ], [ 76.85, 28.73 ], [ 76.85, 28.74 ], [ 76.85, 28.75 ], [ 76.85, 28.76 ], [ 76.85, 28.77 ], [ 76.85, 28.78 ], [ 76.85, 28.79 ], [ 76.85, 28.8 ], [ 76.85, 28.81 ], [ 76.85, 28.82 ], [ 76.85, 28.83 ], [ 76.85, 28.84 ], [ 76.85, 28.85 ], [ 76.85, 28.86 ], [ 76.85, 28.87 ], [ 76.85, 28.88 ], [ 76.85, 28.89 ], [ 76.85, 28.9 ], [ 76.85, 28.91 ], [ 76.85, 28.92 ], [ 76.85, 28.93 ], [ 76.85, 28.94 ], [ 76.85, 28.95 ], [ 76.85, 28.96 ], [ 76.85, 28.97 ], [ 76.85, 28.98 ], [ 76.85, 28.99 ], [ 76.85, 29.0 ], [ 76.86, 29.0 ], [ 76.87, 29.0 ], [ 76.88, 29.0 ], [ 76.89, 29.0 ], [ 76.9, 29.0 ], [ 76.91, 29.0 ], [ 76.92, 29.0 ], [ 76.93, 29.0 ], [ 76.94, 29.0 ], [ 76.95, 29.0 ], [ 76.96, 29.0 ], [ 76.97, 29.0 ], [ 76.98, 29.0 ], [ 76.99, 29.0 ], [ 77.0, 29.0 ], [ 77.01, 29.0 ], [ 77.02, 29.0 ], [ 77.03, 29.0 ], [ 77.04, 29.0 ], [ 77.05, 29.0 ], [ 77.06, 29.0 ], [ 77.07, 29.0 ], [ 77.08, 29.0 ], [ 77.09, 29.0 ], [ 77.1, 29.0 ], [ 77.11, 29.0 ], [ 77.12, 29.0 ], [ 77.13, 29.0 ], [ 77.14, 29.0 ], [ 77.15, 29.0 ], [ 77.16, 29.0 ], [ 77.17, 29.0 ], [ 77.18, 29.0 ], [ 77.19, 29.0 ], [ 77.2, 29.0 ], [ 77.21, 29.0 ], [ 77.22, 29.0 ], [ 77.23, 29.0 ], [ 77.24, 29.0 ], [ 77.25, 29.0 ], [ 77.26, 29.0 ], [ 77.27, 29.0 ], [ 77.28, 29.0 ], [ 77.29, 29.0 ], [ 77.3, 29.0 ], [ 77.31, 29.0 ], [ 77.32, 29.0 ], [ 77.33, 29.0 ], [ 77.34, 29.0 ], [ 77.35, 29.0 ], [ 77.36, 29.0 ], [ 77.37, 29.0 ], [ 77.38, 29.0 ], [ 77.39, 29.0 ], [ 77.4, 29.0 ], [ 77.41, 29.0 ], [ 77.42, 29.0 ], [ 77.43, 29.0 ], [ 77.44, 29.0 ], [ 77.45, 29.0 ], [ 77.46, 29.0 ], [ 77.47, 29.0 ], [ 77.48, 29.0 ], [ 77.49, 29.0 ], [ 77.5, 29.0 ], [ 77.51, 29.0 ], [ 77.52, 29.0 ], [ 77.53, 29.0 ], [ 77.54, 29.0 ], [ 77.55, 29.0 ], [ 77.56, 29.0 ], [ 77.57, 29.0 ], [ 77.58, 29.0 ], [ 77.59, 29.0 ], [ 77.6, 29.0 ], [ 77.61, 29.0 ], [ 77.62, 29.0 ], [ 77.63, 29.0 ], [ 77.64, 29.0 ], [ 77.65, 29.0 ], [ 77.65, 28.99 ], [ 77.65, 28.98 ], [ 77.65, 28.97 ], [ 77.65, 28.96 ], [ 77.65, 28.95 ], [ 77.65, 28.94 ], [ 77.65, 28.93 ], [ 77.65, 28.92 ], [ 77.65, 28.91 ], [ 77.65, 28.9 ], [ 77.65, 28.89 ], [ 77.65, 28.88 ], [ 77.65, 28.87 ], [ 77.65, 28.86 ], [ 77.65, 28.85 ], [ 77.65, 28.84 ], [ 77.65, 28.83 ], [ 77.65, 28.82 ], [ 77.65, 28.81 ], [ 77.65, 28.8 ], [ 77.65, 28.79 ], [ 77.65, 28.78 ], [ 77.65, 28.77 ], [ 77.65, 28.76 ], [ 77.65, 28.75 ], [ 77.65, 28.74 ], [ 77.65, 28.73 ], [ 77.65, 28.72 ], [ 77.65, 28.71 ], [ 77.65, 28.7 ], [ 77.65, 28.69 ], [ 77.65, 28.68 ], [ 77.65, 28.67 ], [ 77.65, 28.66 ], [ 77.65, 28.65 ], [ 77.65, 28.64 ], [ 77.65, 28.63 ], [ 77.65, 28.62 ], [ 77.65, 28.61 ], [ 77.65, 28.6 ], [ 77.65, 28.59 ], [ 77.65, 28.58 ], [ 77.65, 28.57 ], [ 77.65, 28.56 ], [ 77.65, 28.55 ], [ 77.65, 28.54 ], [ 77.65, 28.53 ], [ 77.65, 28.52 ], [ 77.65, 28.51 ], [ 77.65, 28.5 ], [ 77.65, 28.49 ], [ 77.65, 28.48 ], [ 77.65, 28.47 ], [ 77.65, 28.46 ], [ 77.65, 28.45 ], [ 77.65, 28.44 ], [ 77.65, 28.43 ], [ 77.65, 28.42 ], [ 77.65, 28.41 ], [ 77.65, 28.4 ], [ 77.65, 28.39 ], [ 77.65, 28.38 ], [ 77.65, 28.37 ], [ 77.65, 28.36 ], [ 77.65, 28.35 ], [ 77.65, 28.34 ], [ 77.65, 28.33 ], [ 77.65, 28.32 ], [ 77.65, 28.31 ], [ 77.65, 28.3 ], [ 77.65, 28.29 ], [ 77.65, 28.28 ], [ 77.65, 28.27 ], [ 77.65, 28.26 ], [ 77.65, 28.25 ], [ 77.65, 28.24 ], [ 77.65, 28.23 ], [ 77.65, 28.22 ], [ 77.65, 28.21 ], [ 77.65, 28.2 ], [ 77.64, 28.2 ], [ 77.63, 28.2 ], [ 77.62, 28.2 ], [ 77.61, 28.2 ], [ 77.6, 28.2 ], [ 77.59, 28.2 ], [ 77.58, 28.2 ], [ 77.57, 28.2 ], [ 77.56, 28.2 ], [ 77.55, 28.2 ], [ 77.54, 28.2 ], [ 77.53, 28.2 ], [ 77.52, 28.2 ], [ 77.51, 28.2 ], [ 77.5, 28.2 ], [ 77.49, 28.2 ], [ 77.48, 28.2 ], [ 77.47, 28.2 ], [ 77.46, 28.2 ], [ 77.45, 28.2 ], [ 77.44, 28.2 ], [ 77.43, 28.2 ], [ 77.42, 28.2 ], [ 77.41, 28.2 ], [ 77.4, 28.2 ], [ 77.39, 28.2 ], [ 77.38, 28.2 ], [ 77.37, 28.2 ], [ 77.36, 28.2 ], [ 77.35, 28.2 ], [ 77.34, 28.2 ], [ 77.33, 28.2 ], [ 77.32, 28.2 ], [ 77.31, 28.2 ], [ 77.3, 28.2 ], [ 77.29, 28.2 ], [ 77.28, 28.2 ], [ 77.27, 28.2 ], [ 77.26, 28.2 ], [ 77.25, 28.2 ], [ 77.24, 28.2 ], [ 77.23, 28.2 ], [ 77.22, 28.2 ], [ 77.21, 28.2 ], [ 77.2, 28.2 ], [ 77.19, 28.2 ], [ 77.18, 28.2 ], [ 77.17, 28.2 ], [ 77.16, 28.2 ], [ 77.15, 28.2 ], [ 77.14, 28.2 ], [ 77.13, 28.2 ], [ 77.12, 28.2 ], [ 77.11, 28.2 ], [ 77.1, 28.2 ], [ 77.09, 28.2 ], [ 77.08, 28.2 ], [ 77.07, 28.2 ], [ 77.06, 28.2 ], [ 77.05, 28.2 ], [ 77.04, 28.2 ], [ 77.03, 28.2 ], [ 77.02, 28.2 ], [ 77.01, 28.2 ], [ 77.0, 28.2 ], [ 76.99, 28.2 ], [ 76.98, 28.2 ], [ 76.97, 28.2 ], [ 76.96, 28.2 ], [ 76.95, 28.2 ], [ 76.94, 28.2 ], [ 76.93, 28.2 ], [ 76.92, 28.2 ], [ 76.91, 28.2 ], [ 76.9, 28.2 ], [ 76.89, 28.2 ], [ 76.88, 28.2 ], [ 76.87, 28.2 ], [ 76.86, 28.2 ], [ 76.85, 28.2 ], [ 76.85, 28.21 ], [ 76.85, 28.22 ], [ 76.85, 28.23 ], [ 76.85, 28.24 ], [ 76.85, 28.25 ], [ 76.85, 28.26 ], [ 76.85, 28.27 ] ] ] } }
7
+ ]
8
+ }
shapes/lucknow_airshed.geojson ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "FeatureCollection",
3
+ "name": "lucknow_airshed",
4
+ "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5
+ "features": [
6
+ { "type": "Feature", "properties": { "Name": "lucknow_airshed" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 80.65, 26.64 ], [ 80.65, 26.64 ], [ 80.65, 26.65 ], [ 80.65, 26.66 ], [ 80.65, 26.66 ], [ 80.65, 26.67 ], [ 80.65, 26.68 ], [ 80.65, 26.68 ], [ 80.65, 26.69 ], [ 80.65, 26.7 ], [ 80.65, 26.71 ], [ 80.65, 26.71 ], [ 80.65, 26.72 ], [ 80.65, 26.73 ], [ 80.65, 26.73 ], [ 80.65, 26.74 ], [ 80.65, 26.75 ], [ 80.65, 26.75 ], [ 80.65, 26.76 ], [ 80.65, 26.77 ], [ 80.65, 26.78 ], [ 80.65, 26.78 ], [ 80.65, 26.79 ], [ 80.65, 26.8 ], [ 80.65, 26.8 ], [ 80.65, 26.81 ], [ 80.65, 26.82 ], [ 80.65, 26.82 ], [ 80.65, 26.83 ], [ 80.65, 26.84 ], [ 80.65, 26.84 ], [ 80.65, 26.85 ], [ 80.65, 26.86 ], [ 80.65, 26.87 ], [ 80.65, 26.87 ], [ 80.65, 26.88 ], [ 80.65, 26.89 ], [ 80.65, 26.89 ], [ 80.65, 26.9 ], [ 80.65, 26.91 ], [ 80.65, 26.91 ], [ 80.65, 26.92 ], [ 80.65, 26.93 ], [ 80.65, 26.93 ], [ 80.65, 26.94 ], [ 80.65, 26.95 ], [ 80.65, 26.96 ], [ 80.65, 26.96 ], [ 80.65, 26.97 ], [ 80.65, 26.98 ], [ 80.65, 26.98 ], [ 80.65, 26.99 ], [ 80.65, 27.0 ], [ 80.65, 27.0 ], [ 80.65, 27.01 ], [ 80.65, 27.02 ], [ 80.65, 27.03 ], [ 80.65, 27.03 ], [ 80.65, 27.04 ], [ 80.65, 27.05 ], [ 80.65, 27.05 ], [ 80.65, 27.06 ], [ 80.65, 27.07 ], [ 80.65, 27.07 ], [ 80.65, 27.08 ], [ 80.65, 27.09 ], [ 80.65, 27.09 ], [ 80.65, 27.1 ], [ 80.65, 27.11 ], [ 80.65, 27.12 ], [ 80.65, 27.12 ], [ 80.65, 27.13 ], [ 80.65, 27.14 ], [ 80.65, 27.14 ], [ 80.65, 27.15 ], [ 80.65, 27.16 ], [ 80.65, 27.16 ], [ 80.65, 27.17 ], [ 80.65, 27.18 ], [ 80.65, 27.18 ], [ 80.65, 27.19 ], [ 80.65, 27.2 ], [ 80.66, 27.2 ], [ 80.67, 27.2 ], [ 80.67, 27.2 ], [ 80.68, 27.2 ], [ 80.69, 27.2 ], [ 80.7, 27.2 ], [ 80.7, 27.2 ], [ 80.71, 27.2 ], [ 80.72, 27.2 ], [ 80.72, 27.2 ], [ 80.73, 27.2 ], [ 80.74, 27.2 ], [ 80.75, 27.2 ], [ 80.75, 27.2 ], [ 80.76, 27.2 ], [ 80.77, 27.2 ], [ 80.78, 27.2 ], [ 80.78, 27.2 ], [ 80.79, 27.2 ], [ 80.8, 27.2 ], [ 80.81, 27.2 ], [ 80.81, 27.2 ], [ 80.82, 27.2 ], [ 80.83, 27.2 ], [ 80.84, 27.2 ], [ 80.84, 27.2 ], [ 80.85, 27.2 ], [ 80.86, 27.2 ], [ 80.86, 27.2 ], [ 80.87, 27.2 ], [ 80.88, 27.2 ], [ 80.89, 27.2 ], [ 80.89, 27.2 ], [ 80.9, 27.2 ], [ 80.91, 27.2 ], [ 80.92, 27.2 ], [ 80.92, 27.2 ], [ 80.93, 27.2 ], [ 80.94, 27.2 ], [ 80.95, 27.2 ], [ 80.95, 27.2 ], [ 80.96, 27.2 ], [ 80.97, 27.2 ], [ 80.97, 27.2 ], [ 80.98, 27.2 ], [ 80.99, 27.2 ], [ 81.0, 27.2 ], [ 81.0, 27.2 ], [ 81.01, 27.2 ], [ 81.02, 27.2 ], [ 81.03, 27.2 ], [ 81.03, 27.2 ], [ 81.04, 27.2 ], [ 81.05, 27.2 ], [ 81.06, 27.2 ], [ 81.06, 27.2 ], [ 81.07, 27.2 ], [ 81.08, 27.2 ], [ 81.09, 27.2 ], [ 81.09, 27.2 ], [ 81.1, 27.2 ], [ 81.11, 27.2 ], [ 81.11, 27.2 ], [ 81.12, 27.2 ], [ 81.13, 27.2 ], [ 81.14, 27.2 ], [ 81.14, 27.2 ], [ 81.15, 27.2 ], [ 81.16, 27.2 ], [ 81.17, 27.2 ], [ 81.17, 27.2 ], [ 81.18, 27.2 ], [ 81.19, 27.2 ], [ 81.2, 27.2 ], [ 81.2, 27.2 ], [ 81.21, 27.2 ], [ 81.22, 27.2 ], [ 81.22, 27.2 ], [ 81.23, 27.2 ], [ 81.24, 27.2 ], [ 81.25, 27.2 ], [ 81.25, 27.19 ], [ 81.25, 27.18 ], [ 81.25, 27.18 ], [ 81.25, 27.17 ], [ 81.25, 27.16 ], [ 81.25, 27.16 ], [ 81.25, 27.15 ], [ 81.25, 27.14 ], [ 81.25, 27.14 ], [ 81.25, 27.13 ], [ 81.25, 27.12 ], [ 81.25, 27.12 ], [ 81.25, 27.11 ], [ 81.25, 27.1 ], [ 81.25, 27.09 ], [ 81.25, 27.09 ], [ 81.25, 27.08 ], [ 81.25, 27.07 ], [ 81.25, 27.07 ], [ 81.25, 27.06 ], [ 81.25, 27.05 ], [ 81.25, 27.05 ], [ 81.25, 27.04 ], [ 81.25, 27.03 ], [ 81.25, 27.03 ], [ 81.25, 27.02 ], [ 81.25, 27.01 ], [ 81.25, 27.0 ], [ 81.25, 27.0 ], [ 81.25, 26.99 ], [ 81.25, 26.98 ], [ 81.25, 26.98 ], [ 81.25, 26.97 ], [ 81.25, 26.96 ], [ 81.25, 26.96 ], [ 81.25, 26.95 ], [ 81.25, 26.94 ], [ 81.25, 26.93 ], [ 81.25, 26.93 ], [ 81.25, 26.92 ], [ 81.25, 26.91 ], [ 81.25, 26.91 ], [ 81.25, 26.9 ], [ 81.25, 26.89 ], [ 81.25, 26.89 ], [ 81.25, 26.88 ], [ 81.25, 26.87 ], [ 81.25, 26.87 ], [ 81.25, 26.86 ], [ 81.25, 26.85 ], [ 81.25, 26.84 ], [ 81.25, 26.84 ], [ 81.25, 26.83 ], [ 81.25, 26.82 ], [ 81.25, 26.82 ], [ 81.25, 26.81 ], [ 81.25, 26.8 ], [ 81.25, 26.8 ], [ 81.25, 26.79 ], [ 81.25, 26.78 ], [ 81.25, 26.78 ], [ 81.25, 26.77 ], [ 81.25, 26.76 ], [ 81.25, 26.75 ], [ 81.25, 26.75 ], [ 81.25, 26.74 ], [ 81.25, 26.73 ], [ 81.25, 26.73 ], [ 81.25, 26.72 ], [ 81.25, 26.71 ], [ 81.25, 26.71 ], [ 81.25, 26.7 ], [ 81.25, 26.69 ], [ 81.25, 26.68 ], [ 81.25, 26.68 ], [ 81.25, 26.67 ], [ 81.25, 26.66 ], [ 81.25, 26.66 ], [ 81.25, 26.65 ], [ 81.25, 26.64 ], [ 81.25, 26.64 ], [ 81.25, 26.63 ], [ 81.25, 26.62 ], [ 81.25, 26.62 ], [ 81.25, 26.61 ], [ 81.25, 26.6 ], [ 81.24, 26.6 ], [ 81.23, 26.6 ], [ 81.22, 26.6 ], [ 81.22, 26.6 ], [ 81.21, 26.6 ], [ 81.2, 26.6 ], [ 81.2, 26.6 ], [ 81.19, 26.6 ], [ 81.18, 26.6 ], [ 81.17, 26.6 ], [ 81.17, 26.6 ], [ 81.16, 26.6 ], [ 81.15, 26.6 ], [ 81.14, 26.6 ], [ 81.14, 26.6 ], [ 81.13, 26.6 ], [ 81.12, 26.6 ], [ 81.11, 26.6 ], [ 81.11, 26.6 ], [ 81.1, 26.6 ], [ 81.09, 26.6 ], [ 81.09, 26.6 ], [ 81.08, 26.6 ], [ 81.07, 26.6 ], [ 81.06, 26.6 ], [ 81.06, 26.6 ], [ 81.05, 26.6 ], [ 81.04, 26.6 ], [ 81.03, 26.6 ], [ 81.03, 26.6 ], [ 81.02, 26.6 ], [ 81.01, 26.6 ], [ 81.0, 26.6 ], [ 81.0, 26.6 ], [ 80.99, 26.6 ], [ 80.98, 26.6 ], [ 80.97, 26.6 ], [ 80.97, 26.6 ], [ 80.96, 26.6 ], [ 80.95, 26.6 ], [ 80.95, 26.6 ], [ 80.94, 26.6 ], [ 80.93, 26.6 ], [ 80.92, 26.6 ], [ 80.92, 26.6 ], [ 80.91, 26.6 ], [ 80.9, 26.6 ], [ 80.89, 26.6 ], [ 80.89, 26.6 ], [ 80.88, 26.6 ], [ 80.87, 26.6 ], [ 80.86, 26.6 ], [ 80.86, 26.6 ], [ 80.85, 26.6 ], [ 80.84, 26.6 ], [ 80.84, 26.6 ], [ 80.83, 26.6 ], [ 80.82, 26.6 ], [ 80.81, 26.6 ], [ 80.81, 26.6 ], [ 80.8, 26.6 ], [ 80.79, 26.6 ], [ 80.78, 26.6 ], [ 80.78, 26.6 ], [ 80.77, 26.6 ], [ 80.76, 26.6 ], [ 80.75, 26.6 ], [ 80.75, 26.6 ], [ 80.74, 26.6 ], [ 80.73, 26.6 ], [ 80.72, 26.6 ], [ 80.72, 26.6 ], [ 80.71, 26.6 ], [ 80.7, 26.6 ], [ 80.7, 26.6 ], [ 80.69, 26.6 ], [ 80.68, 26.6 ], [ 80.67, 26.6 ], [ 80.67, 26.6 ], [ 80.66, 26.6 ], [ 80.65, 26.6 ], [ 80.65, 26.61 ], [ 80.65, 26.62 ], [ 80.65, 26.62 ], [ 80.65, 26.63 ], [ 80.65, 26.64 ] ] ] } }
7
+ ]
8
+ }
shapes/uttar_pradesh.geojson ADDED
The diff for this file is too large to render. See raw diff
 
shapes/wb_small_airshed.geojson ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "FeatureCollection",
3
+ "name": "wb_small_airshed",
4
+ "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5
+ "features": [
6
+ { "type": "Feature", "properties": { "Name": "wb_small_airshed" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 87.8, 22.05 ], [ 87.8, 22.33 ], [ 88.0, 22.33 ], [ 88.0, 22.05 ], [ 87.8, 22.05 ] ] ] } }
7
+ ]
8
+ }
wb_20x20_grid.geojson DELETED
The diff for this file is too large to render. See raw diff