Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanj/flask-postgis
an example Flask app containing PostgreSQL queries and National Parks data
https://github.com/ryanj/flask-postgis
Last synced: 18 days ago
JSON representation
an example Flask app containing PostgreSQL queries and National Parks data
- Host: GitHub
- URL: https://github.com/ryanj/flask-postgis
- Owner: ryanj
- Created: 2013-10-03T04:36:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T21:26:45.000Z (about 10 years ago)
- Last Synced: 2024-10-11T00:12:48.754Z (about 1 month ago)
- Language: Python
- Homepage: http://parkgis-shifter.rhcloud.com/
- Size: 252 KB
- Stars: 58
- Watchers: 8
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Map of US National Parks
*powered by Flask, PostGIS, and Leaflet maps*[![Build Status](http://img.shields.io/jenkins/s/https/build-shifter.rhcloud.com/parkgis-build.svg)](https://build-shifter.rhcloud.com/job/parkgis-build/) [![Deploy](https://img.shields.io/badge/Launch_on-OpenShift-brightgreen.svg)](https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=python-2.6&cartridges%5B%5D=postgresql-9.2&initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Fflask-postGIS.git)
## OpenShift Hosting
To deploy a clone of this application using the [`rhc` command line tool](http://rubygems.org/gems/rhc):rhc app create parks python-2.6 postgresql-9.2 --from-code=https://github.com/ryanj/flask-postGIS.git
Or [link to a web-based clone+deploy](https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=python-2.6&cartridges%5B%5D=postgresql-9.2&initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Fflask-postGIS.git) on [OpenShift Online](http://OpenShift.com) or on [your own OpenShift cloud](http://openshift.github.io):https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=python-2.6&cartridges%5B%5D=postgresql-9.2&initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Fflask-postGIS.git
A demo is available at: [http://parkgis-shifter.rhcloud.com/](http://parkgis-shifter.rhcloud.com/)
## License
This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 (http://creativecommons.org/publicdomain/zero/1.0/)