This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88K ucs_mma_28012015.attributes.csv.gz | |
352K ucs_mma_28012015.topo.json.gz | |
460K ucs_mma_28012015.attributes.csv | |
2,8M ucs_mma_28012015.topo.json | |
16M ucs_mma_28012015.spatial.deflate.db | |
26M ucs_mma_28012015.spatial.db | |
31M ucs_mma_28012015.wkt.csv.gz | |
31M ucs_mma_28012015.kml.gz | |
31M ucs_mma_28012015.geo.json.gz | |
38M ucs_mma_28012015.wkb.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Why this file was generated: | |
- https://github.com/WorldBank-Transport/ram-backend/issues/228 | |
Why this file exists: | |
- https://stackoverflow.com/questions/19896900/how-to-change-the-name-of-a-gist-in-github#20949455 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id | x | y | DIST2010 | prp_sets | prp_sets_dist1 | prp_sets_dist3 | rade9 | rad | li | month | day | time | lc_type | total_hh | e_hh | e_rate | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
n1 | -0.27409247 | 11.16748391 | 0 | -0.04964601 | 8.10352039 | 0 | 1 | 1 | 127 | 14 | |||||||
n1 | -0.27409247 | 11.16748391 | 0 | -0.17295066 | 8.07504368 | 0 | 1 | 2 | 110 | 14 | |||||||
n1 | -0.27409247 | 11.16748391 | 0 | -0.31150097 | 7.88156223 | 0 | 1 | 3 | 46 | 14 | |||||||
n1 | -0.27409247 | 11.16748391 | 0 | 0.06185319 | 7.91588974 | 0 | 1 | 4 | 211 | 14 | |||||||
n1 | -0.27409247 | 11.16748391 | 0 | -0.07150976 | 8.00716877 | 0 | 1 | 5 | 154 | 14 | |||||||
n1 | -0.27409247 | 11.16748391 | 0 | -0.00411528 | 8.08011532 | 0 | 1 | 6 | 131 | 14 | |||||||
n1 | -0.27409247 | 11.16748391 | 0 | 0.02438001 | 8.3578558 | 1.5466e-4 | 1 | 7 | 113 | 14 | |||||||
n1 | -0.27409247 | 11.16748391 | 0 | 1.52626657 | 8.0379858 | 0.01078093 | 1 | 8 | 56 | 14 | |||||||
n1 | -0.27409247 | 11.16748391 | 0 | 0.9792859 | 7.52463436 | 0.0086789 | 1 | 9 | 215 | 14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Changelog | |
## 🎉 Features | |
- | |
## 🚀 Improvements | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const config = require('config'); | |
const _ = require('lodash'); | |
const qs = require('qs'); | |
const boom = require('boom'); | |
const Hapi = require('@hapi/hapi'); | |
const Joi = require('joi'); | |
const { delay } = require('./utils'); | |
const db = require('./db'); | |
const riseIndicatorsData = require('./rise-indicators.json'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl 'https://cb1d9tl7ve.execute-api.us-east-2.amazonaws.com/v1/zone/?filters=0,1000000%7C10000,1000000%7C0,1000000%7C0,1000000%7C0,5000' \ | |
-H 'authority: cb1d9tl7ve.execute-api.us-east-2.amazonaws.com' \ | |
-H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36' \ | |
-H 'content-type: text/plain;charset=UTF-8' \ | |
-H 'accept: */*' \ | |
-H 'origin: http://localhost:9000' \ | |
-H 'sec-fetch-site: cross-site' \ | |
-H 'sec-fetch-mode: cors' \ | |
-H 'sec-fetch-dest: empty' \ | |
-H 'referer: http://localhost:9000/explore?areaId=BRA&resourceId=Solar%20PV' \ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd app | |
# Count JavaScript and JSX files | |
js_files=$(find . -type f \( -name "*.js" -o -name "*.jsx" \)) | |
js_count=$(echo "$js_files" | wc -l) | |
# Count TypeScript and TSX files | |
ts_files=$(find . -type f \( -name "*.ts" -o -name "*.tsx" \)) |
OlderNewer