Skip to content

Instantly share code, notes, and snippets.

View ececorlu's full-sized avatar
🏠
Working

Ece ececorlu

🏠
Working
  • Architectural BIM Services
  • istanbul
  • 13:50 (UTC +03:00)
  • X @ecenurcorlu
View GitHub Profile
@NSWG
NSWG / VMware Workstation 16 Pro and Player keys
Last active October 17, 2024 21:23
VMware Workstation 16 Pro and Player keys
VMware Workstation Pro 16.x Serials
YA7RA-F6Y46-H889Z-LZMXZ-WF8UA
ZV7HR-4YX17-M80EP-JDMQG-PF0RF
UC3XK-8DD1J-089NP-MYPXT-QGU80
GV100-84W16-M85JP-WXZ7E-ZP2R6
YF5X2-8MW91-4888Y-DNWGC-W68TF
AY1XK-0NG5P-0855Y-K6ZXG-YK0T4
VMware Workstation Player 16.x Serials
@hkeeler
hkeeler / postgres-install-mac.sh
Last active November 16, 2023 10:47
Installing Postgres With Homebrew and Lunchy
# Assumes Homebrew is already installed.
# If not, follow instructions on http://brew.sh/
# INSTALLATION
# Update all Homebrew packages
brew update
# Upgrade Ruby to latest version
# NOTE: You'll need to `brew install ruby` if you haven't already installed Ruby
@YKCzoli
YKCzoli / Lidar_walkthrough.md
Last active November 15, 2023 18:35
Lidar_walkthrough

Processing LiDAR to extract building heights

Walk through

Detailed walk through of building extraction using postgis

First lets pull a data layer from of openstreetmap. You can do this any which way you’d like, as there are a variety of methods for pulling openstreetmap data from their database. Check the [wiki] (http://wiki.openstreetmap.org/wiki/Downloading_data) for a comprehensive list. My favourite method thus far is pulling the data straight into QGIS using the open layers plugin. For those who may want to explore this method, check [this tutorial] (http://www.qgistutorials.com/en/docs/downloading_osm_data.html). For building extraction you only need building footprints, and include the building tags. Not all polygons are of type building in OSM, so we can download all the polygons, and then filter the layer for only polygons tagged as buildings.

LiDAR data was pulled from USGS via the Earth Explorer site. [Here] (http://earthobservatory.nasa.gov/blogs/ele