All Projects → stamen → Open Redistricting

stamen / Open Redistricting

Licence: bsd-2-clause
A collaborative, open legislative redistricting tool, built atop GitHub.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Open Redistricting

Webglobe
基于HTML5原生WebGL实现的轻量级Google Earth三维地图引擎
Stars: ✭ 685 (+3161.9%)
Mutual labels:  map
Hashmap
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Stars: ✭ 899 (+4180.95%)
Mutual labels:  map
Fingereyes Xr
FingerEyes-Xr for HTML5, A JavaScript library for building professional GIS System.
Stars: ✭ 9 (-57.14%)
Mutual labels:  map
Wobike
Documentation of Bike Sharing APIs 🚴🛴🛵
Stars: ✭ 705 (+3257.14%)
Mutual labels:  map
Maps
A Mapbox GL react native module for creating custom maps
Stars: ✭ 893 (+4152.38%)
Mutual labels:  map
Unesco Map
Show all the monuments of the UNESCO on an interactive map
Stars: ✭ 23 (+9.52%)
Mutual labels:  map
Map Canvas
基于baidu、google、openlayers、arcgis、高德地图、canvas数据可视化
Stars: ✭ 665 (+3066.67%)
Mutual labels:  map
Hkr Map
车辆历史轨迹展示、百度地图
Stars: ✭ 12 (-42.86%)
Mutual labels:  map
Decidim
The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
Stars: ✭ 894 (+4157.14%)
Mutual labels:  democracy
React Amap
基于 React 封装的高德地图组件。AMap Component Based On React.
Stars: ✭ 935 (+4352.38%)
Mutual labels:  map
React Map Gl
React friendly API wrapper around MapboxGL JS
Stars: ✭ 6,244 (+29633.33%)
Mutual labels:  map
Harp.gl
harp.gl - web map rendering engine
Stars: ✭ 828 (+3842.86%)
Mutual labels:  map
Mgs Uimap
Unity plugin for make mini map and draw motion trail in scene UI.
Stars: ✭ 24 (+14.29%)
Mutual labels:  map
Mapserver
Source code of the MapServer project. Please submit pull requests to the 'main' branch.
Stars: ✭ 693 (+3200%)
Mutual labels:  map
Joctomap
Java/Android wrapper for Octomap: an octree-based mapping library
Stars: ✭ 11 (-47.62%)
Mutual labels:  map
Transportr
Free Public Transport Assistant without Ads or Tracking
Stars: ✭ 678 (+3128.57%)
Mutual labels:  map
Lpfmpoints
Evolution of LPFM Stations
Stars: ✭ 19 (-9.52%)
Mutual labels:  map
Mapsforge
Vector map library and writer - running on Android and Desktop.
Stars: ✭ 885 (+4114.29%)
Mutual labels:  map
Luftdaten irceline viewer
interactive Air-Quality map showing Irceline and luftdaten data
Stars: ✭ 12 (-42.86%)
Mutual labels:  map
Didicallcar
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.
Stars: ✭ 935 (+4352.38%)
Mutual labels:  map

US Open Data: Open Redistricting

A website and toolset documentation for moving the redistricting process into public view. Produced by Stamen Design for US Open Data in 2016.

How it works

The Open Redistricting website offers a simple interface for uploading current and proposed district maps (in .geojson format), annotating and revising them, and supporting public feedback. It is basically a GitHub / Git client, designed to leverage the benefits of those tools without requiring users to familiarize themselves with them.

Open Redistricting repurposes core GitHub/Git features for the context of drawing legislative district maps as follows:

GitHub/Git Open Redistrcting
Repository Project
Pull Request/Branch Proposal
Branch commit Proposal revision

Resources

  • The Open Redistricting website is available for use by legislative redistricting staff and interested members of the public.
  • The workflow documentation outlines the GitHub/Git workflow facilitated by the website, without use of the website itself. Users may wish to roll their own implementation of the Open Redistricting tool to their own specifications, following these guidelines.

Running / Deploying

To run locally, you'll want to:

  • install NVM to manage your Node.js version
  • install YVM to manage your Yarn version
  • git clone this repository
  • and then:
nvm use
yarn use
yarn
yarn start

Deploying is as simple as npm run gh-deploy.

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].