All Projects → cyberdelia → Heroku Geo Buildpack

cyberdelia / Heroku Geo Buildpack

Geo libraries for Heroku

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Heroku Geo Buildpack

GeoArrays.jl
Simple geographical raster interaction built on top of ArchGDAL, GDAL and CoordinateTransformations
Stars: ✭ 42 (-64.1%)
Mutual labels:  geo, gdal
GDAL.jl
Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library
Stars: ✭ 78 (-33.33%)
Mutual labels:  geo, gdal
Node Gdal
Node.js bindings for GDAL (Geospatial Data Abstraction Library)
Stars: ✭ 459 (+292.31%)
Mutual labels:  geo, gdal
Covid19 Dashboard
🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
Stars: ✭ 100 (-14.53%)
Mutual labels:  heroku
Nodegoat
The OWASP NodeGoat project provides an environment to learn how OWASP Top 10 security risks apply to web applications developed using Node.js and how to effectively address them.
Stars: ✭ 1,392 (+1089.74%)
Mutual labels:  heroku
Gdal Docker
A Dockerfile compiling the latest GDAL github checkout with a broad range of drivers
Stars: ✭ 111 (-5.13%)
Mutual labels:  gdal
Zeusspring
基于Spring Boot 2.0的前后端分离的快速开发平台,此仓库是后台部分; 前台:Vue+Element 后台:Spring Boot 2.0/Spring Security/JWT/Spring Data JPA+Mybatis-Plus/Redis/分布式限流/同步锁/验证码/动态权限管理 数据权限 工作流 代码生成 日志记录 第三方社交账号、短信登录
Stars: ✭ 117 (+0%)
Mutual labels:  heroku
Reddit Bot
🤖 Making a Reddit Bot using Python, Heroku and Heroku Postgres.
Stars: ✭ 99 (-15.38%)
Mutual labels:  heroku
Geo Data Viewer
🗺️ Geo Data Viewer w/0 Py 🐍 || pyWidgets ⚙️ || pandas 🐼 || @reactjs ⚛️ required to gen. some snazzy maps 🗺️ with keplerGL ...
Stars: ✭ 115 (-1.71%)
Mutual labels:  geo
Learn Heroku
🏁 Learn how to deploy your web application to Heroku from scratch step-by-step in 7 minutes!
Stars: ✭ 110 (-5.98%)
Mutual labels:  heroku
Medical Appointment Scheduling
Concept showcase for "Appointment Scheduling System for Small and Medium-Sized Medical Facilities"
Stars: ✭ 109 (-6.84%)
Mutual labels:  heroku
Ruby Getting Started
Getting Started with Ruby on Heroku
Stars: ✭ 103 (-11.97%)
Mutual labels:  heroku
Whatsapp Api
Rest API to send messages through whatsapp
Stars: ✭ 112 (-4.27%)
Mutual labels:  heroku
Transitland Datastore
Transitland's centralized web service API for both querying and editing aggregated transit data from around the world
Stars: ✭ 101 (-13.68%)
Mutual labels:  geo
Slack Sql
🎉 Bring SQL console to Slack
Stars: ✭ 115 (-1.71%)
Mutual labels:  heroku
Koa Sslify
Enforce HTTPS in node.js koa apps
Stars: ✭ 100 (-14.53%)
Mutual labels:  heroku
Rasterio
Rasterio reads and writes geospatial raster datasets
Stars: ✭ 1,643 (+1304.27%)
Mutual labels:  gdal
Qaror
Questions & Answers platform on Rails - stackoverflow clone
Stars: ✭ 107 (-8.55%)
Mutual labels:  heroku
Simple Tiles
Simple tile generation for maps.
Stars: ✭ 106 (-9.4%)
Mutual labels:  gdal
Paratrooper
Library for creating tasks that deploy to Heroku
Stars: ✭ 110 (-5.98%)
Mutual labels:  heroku

Heroku buildpack: geo

This is a Heroku buildpack that vendors main geo/gis libraries like geos, proj and gdal.

You will use this buildpack with other major buildpack such as Ruby buildpack.

Usage

Example usage:

$ heroku buildpacks:set https://github.com/cyberdelia/heroku-geo-buildpack.git
$ heroku buildpacks:add heroku/ruby

Run heroku buildpacks to make sure that heroku-geo-buildpack is added before the language buildpacks.

$ heroku buildpacks
=== sushi Buildpack URLs
1. https://github.com/cyberdelia/heroku-geo-buildpack.git
2. heroku/ruby

Testing

For Geo Django:

>>> from django.contrib.gis import gdal
>>> gdal.HAS_GDAL
True

For rgeo:

>>> require 'rgeo'
>>> RGeo::CoordSys::Proj4.supported?
=> true
>>> RGeo::Geos.supported?
=> true
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].