Skip to content

Latest commit

 

History

History
executable file
·
72 lines (62 loc) · 2.59 KB

about.md

File metadata and controls

executable file
·
72 lines (62 loc) · 2.59 KB
layout title
page
About

The GNA Project


The GNA (Geographic Network Analysis) Project.

Technology


The GNA Project takes advantage of various open-source projects, primarily:

Acknowledgments


The project has benefited from the open-source community and the works of others. It has either implemented, based parts of its code on, or simply taken inspiration from the following projects:

Changes


  • v0.0.2, 18/08/2014 -- Initial alpha release.
    • Implemented release cycle numbering.
    • Released .core module
      • Added API and utilities in .core
      • Added Django Rest Framework for building API
      • Added DRF-GIS for geojson support in API
      • Confirmed API support for future release of ol3.js
    • Released .units module
      • Added geocoding and reverse geocoding through geopy
      • Started implementing exceptions
      • Added geos.centroid for calculating locations
    • Initial release of .taxonomy module
      • Added initial fixtures
    • Initial release of .metadata module
      • Added Primary Data and Conditions.choices
    • Project-wide:
      • Added AJAX in mapping views
      • Added Django Bower for managing /components/bower_components
      • Added Crispy Forms for managing Bootstrap 3
      • Added Leaflet.js and Leaflet.draw for mapping
    • Miscellaneous
      • Initial release of vagrant settings
      • Cleaned up directory structure and some code
      • Cleaned up python requirements