Get link Facebook X Pinterest Email Other Apps - April 05, 2020 Netcdf clip using lat and longitude import xarray as xr ds =xr.open_dataset("") lat_bnds,lon_bnds = [20.2,25.2] , [81.2,85.5] ds1=ds.sel() Get link Facebook X Pinterest Email Other Apps Comments
- March 31, 2020 Radial Guage custom comopnent <RadialGauge minValue={0} maxValue={360} majorTicks={["N","NE","E","SE","S","SW","W","NW","N"]} minorTicks={22} ticksAngle={360} startAngle={180} strokeTicks={false} highlights={false} colorPlate={"#33a"} colorMajorTicks={"#f5f5f5"} colorMinorTicks={"#ddd"} colorNumbers={"#ccc"} colorNeedle={"rgba(240, 128, 128, 1)"} colorNeedleEnd={"rgba(255, 160, 122, .9)"} valueBox={false} valueTextShadow={false} colorCircleInner={"#fff"} colorNeedleCircleOuter={"#ccc"} needle-circle-size="15" data-needle-circle-outer="false" data-animation-rule="linear" data-needle-type="line" data-needle-start="75" data-needle-end="99" data-ne... Read more
- April 22, 2020 Geoserver Map Fish Print Configuration & Example Script index. html <head> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/css/ol.css" type="text/css"> <style> .map { height: 400px; width: 100%; } </style> <script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/build/ol.js"></script> <title>OpenLayers example</title> </head> <div id="map"></div> <a id="export-pdf"><span id="button-label" class="btn btn-info"> Export(pdf)</span></a> <script> var URL = 'http://localhost:9090/geoserver/test/wms'; var centerpos = [84.2, 28.2]; var newpos = ol.proj.transform(centerpos, 'EPSG... Read more
- March 26, 2020 Flux Tower Dashboard URL's SERF DATA PORTAL :: https://serf.net.au/flux-tower/dashboard Soil Health Dashboard ::: https://soilhealth.dac.gov.in/NewHomePage/StateWiseNPKChart Read more
Comments
Post a Comment