Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Wq.app | 113 | 1 | 18 | 3 months ago | 9 | February 17, 2023 | 2 | mit | JavaScript | |
💻📱 wq's app library: a JavaScript framework powering offline-first web & native apps for geospatial data collection, mobile surveys, and citizen science. Powered by Redux, React, Material UI and Mapbox GL. | ||||||||||
Ph Poverty Mapping | 60 | 7 months ago | mit | Jupyter Notebook | ||||||
Mapping Philippine Poverty using Machine Learning, Satellite Imagery, and Crowd-sourced Geospatial Information | ||||||||||
Totalopenstation | 54 | a year ago | 11 | gpl-3.0 | Python | |||||
Total Open Station downloads and exports survey data from your total station | ||||||||||
Docker Survey | 5 | 2 years ago | mit | Shell | ||||||
A dockerfile to create an image of the R environment I find useful when analysing surveys with complex designs. | ||||||||||
Againstdragons | 2 | 11 years ago | Python | |||||||
A toolkit for working with geospatial survey data, built on GeoDjango. | ||||||||||
Technical_survey | 1 | 2 years ago | ||||||||
The memo of the technical survey. | ||||||||||
Geocollect | 1 | 6 years ago | 2 | gpl-3.0 | ||||||
field based asset management made simple | ||||||||||
Map Survey | 1 | 6 years ago | mit | JavaScript | ||||||
geospatial survey tool |
geospatial survey tool based on django
License: | MIT |
---|
Moved to settings.
To create a normal user account, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.
To create an superuser account, use this command:
$ python manage.py createsuperuser
For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.
To run the tests, check your test coverage, and generate an HTML coverage report:
$ coverage run manage.py test $ coverage html $ open htmlcov/index.html
$ py.test
Moved to Live reloading and SASS compilation.
Sentry is an error logging aggregator service. You can sign up for a free account at https://sentry.io/signup/?code=cookiecutter or download and host it yourself. The system is setup with reasonable defaults, including 404 logging and integration with the WSGI application.
You must set the DSN url in production.
The following details how to deploy this application.
See detailed cookiecutter-django Heroku documentation.
See detailed cookiecutter-django Docker documentation.