Skip to content

Instantly share code, notes, and snippets.

View sabman's full-sized avatar
😀
Building, Shiping, Sharing!

Shoaib Burq sabman

😀
Building, Shiping, Sharing!
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
LGA_code Council Name
10130 Armidale Regional
10850 Blayney
10950 Bogan
11150 Bourke
11200 Brewarrina
11250 Broken Hill
11400 Cabonne
11700 Central Darling
11750 Cobar
first_name last_name email gender 4ip_address
Lauri Luddy [email protected] Female 11.11.11.11
Arline Schmidt [email protected] Female 99.164.236.22
Jorgan Siss [email protected] Male 224.205.106.99
Pascale Jagg [email protected] Male 148.160.64.222
Karmen Kuhnert [email protected] Female 236.208.38.56
Romeo Ranscome [email protected] Male 38.213.85.249
Duffie Petkens [email protected] Male 125.137.32.0
Angeline Raulin [email protected] Female 172.168.6.1
Camel Felce [email protected] Female 91.4.140.24
@sabman
sabman / index.html
Last active October 19, 2019 07:47 — forked from ramiroaznar/index.html
leaflet.draw + CARTO
<!DOCTYPE html>
<html>
<head>
<title>leaflet.draw + CARTO</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="https://cartodb.com/assets/favicon.ico" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet-src.js"></script>
@sabman
sabman / cloudSettings
Created October 16, 2019 22:45
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-10-16T22:45:12.650Z","extensionVersion":"v3.4.3"}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sabman
sabman / 0-problem.md
Last active August 6, 2019 05:38
Geografia GIS Quiz

Problem

The first map shows the suburbs in and around the LGA of Darebin (C). The second map shows the Local Government Area (LGA) boundaries. We are interested only in the suburbs that overlap with the LGA of Darebin (C).

Can you describe as a huristic or intuitively how you would go about obtaining the suburbs that overlap and are within the LGA of Darebin (C) as per map 3

@sabman
sabman / lga-Darebin.geojson
Last active August 6, 2019 05:29
Geografia GIS Quiz
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import React, { Component } from "react";
import {
ComposableMap,
ZoomableGroup,
Geographies,
Geography,
Markers,
Marker
} from "react-simple-maps";
import ReactTooltip from "react-tooltip";