Skip to content

Instantly share code, notes, and snippets.

View ramyaragupathy's full-sized avatar
🗺️

Ramya ramyaragupathy

🗺️
View GitHub Profile
@ramyaragupathy
ramyaragupathy / README.md
Created November 25, 2019 12:01 — forked from jsanz/README.md
Look up table for the Köppen-Geiger
@ramyaragupathy
ramyaragupathy / statistics.sql
Created November 15, 2019 16:27 — forked from ruckus/statistics.sql
Postgres statistics queries
** Find commmonly accessed tables and their use of indexes:
SELECT relname,seq_tup_read,idx_tup_fetch,cast(idx_tup_fetch AS numeric) / (idx_tup_fetch + seq_tup_read) AS idx_tup_pct FROM pg_stat_user_tables WHERE (idx_tup_fetch + seq_tup_read)>0 ORDER BY idx_tup_pct;
Returns output like:
relname | seq_tup_read | idx_tup_fetch | idx_tup_pct
----------------------+--------------+---------------+------------------------
schema_migrations | 817 | 0 | 0.00000000000000000000
user_device_photos | 349 | 0 | 0.00000000000000000000
@ramyaragupathy
ramyaragupathy / continents.json
Created July 30, 2019 06:55 — forked from cmunns/continents.json
Continental GeoJson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ramyaragupathy
ramyaragupathy / countries.json
Created June 29, 2018 15:18 — forked from willemarcel/countries.json
hot website countries.json
---
layout:
---
{% capture countries_list %}
{% for country in site.where-we-work %}
{{ country.title }}::
{% for project in site.projects %}
{% if project.Country contains country.title %}
@ramyaragupathy
ramyaragupathy / indian_women_in_data.md
Last active February 23, 2018 09:58 — forked from DevKhokhar/indian_women_in_data.md
List of Indian women who represent the data space in India and globally

Below is a list of Indian women who have contributed it to the data space in India and globally - be it Data Strategy, Data Engineering, Machine Learning, Artificial Intelligence, Data and Public Policy, or any other related field. Please feel free to add in the missing names. I have arranged the names alphabetically for easy searchability. Please do add the name, twitter handle (if available), linkedin profile (if available), link(s) to their public blogs/videos (if available) and the area of specialization. Also, don't forget to add in your name below to the link of contributors. This isn't an individual's effort - this will work only if more and more people contribute. Thanks!

*Note: I have started with just the Indian women here because I wanted to bring attention to some of the inspirational women at the national level. However, if you want to replicate it for any other country or even at a global level, please feel free to either add in into the same list (adding an additional column of course) or cr

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.17.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.17.0/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; font: 15px/20px sans-serif; }
@ramyaragupathy
ramyaragupathy / overpass.geojson
Created April 4, 2016 08:35
data exported by overpass turbo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ramyaragupathy
ramyaragupathy / bar.js
Last active August 29, 2015 14:26
bar data in bangalore
var bar = [
{
"type": "Feature",
"id": "node/446995814",
"properties": {
"@id": "node/446995814",
"amenity": "bar",
"marker-color": "#98292E ",
"marker-size": "medium",
@ramyaragupathy
ramyaragupathy / atm.js
Last active August 29, 2015 14:26 — forked from anonymous/atm.js
atm.js
var atm = [
{
"type": "Feature",
"id": "node/302493798",
"properties":
{
"@id": "node/302493798",
"amenity": "atm",