Automatically generate first drafts of maps
🌍 Multi-Lingual (support for Arabic, English, and Spanish)
⛰️ Database of more than thirty million places
The quickest way to get First Draft GIS up and running is to launch the First Draft GIS AMI on AWS found here: https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#Images:visibility=public-images;search=First%20Draft%20GIS;sort=name
First Draft relies on the following projects:
name | thing |
---|---|
firstdraft | git repo |
projfd | Django project |
appfd | Django app |
dbfd | database |
usrfd | user |
name | use |
---|---|
beautifulsoup4 | web scraping |
boto | connect with AWS |
django | framework that runs the site |
Pillow | used by Django for ImageField |
psycopg2 | connects the Django site to the database |
python-social-auth | used so people can login via Facebook, Google and other things |
Psycopg | a PostgreSQL database adapater for Python |
Here's a link to a table of the operating system packages that are installed: https://github.com/FirstDraftGIS/firstdraft/blob/master/system_requirements.md
The following command will prompt you for a username and email address.
Enter admin
as username and enter your email address.
And enter your password twice.
python ~/firstdraft/projbkto/manage.py createsuperuser;
Feel free to reach out to the lead project maintainer, Daniel Dufour, at [email protected]