ACTBus-data | Data workflow management for ACT bus data
kandi X-RAY | ACTBus-data Summary
kandi X-RAY | ACTBus-data Summary
ACTBus-data is a Python library. ACTBus-data has no bugs, it has no vulnerabilities and it has low support. However ACTBus-data build file is not available. You can download it from GitHub.
This distribution contains everything required to build a basic google transit feed for Canberra, Australia. Requirements: BASH, Python 2.5, PHP, Ruby + ruby-devel, libpq/postgresql-devel, libxml2-devel, libxslt-devel Ruby Gems: postgres json nokogiri. Suburb Geocoding Based on Australian Bureau of Statistics data. Street Geocoding Based on work of OpenStreetMap contributors.
This distribution contains everything required to build a basic google transit feed for Canberra, Australia. Requirements: BASH, Python 2.5, PHP, Ruby + ruby-devel, libpq/postgresql-devel, libxml2-devel, libxslt-devel Ruby Gems: postgres json nokogiri. Suburb Geocoding Based on Australian Bureau of Statistics data. Street Geocoding Based on work of OpenStreetMap contributors.
Support
Quality
Security
License
Reuse
Support
ACTBus-data has a low active ecosystem.
It has 2 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
ACTBus-data has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ACTBus-data is current.
Quality
ACTBus-data has no bugs reported.
Security
ACTBus-data has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ACTBus-data does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
ACTBus-data releases are not available. You will need to build from source code and install.
ACTBus-data has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi has reviewed ACTBus-data and discovered the below as its top functions. This is intended to give you an instant insight into ACTBus-data implemented functionality, and help decide if they suit your requirements.
- Writes the report .
- Entry point for transitfeed .
- Return a list of matching patterns .
- Run RunValidationOutput from options .
- Validate feed .
- Calculates the trips for the given schedule .
- Check if transitfeed is available .
- Validate feed and return exit code .
- Adds an exception to the list .
- Validate feed .
Get all kandi verified functions for this library.
ACTBus-data Key Features
No Key Features are available at this moment for ACTBus-data.
ACTBus-data Examples and Code Snippets
No Code Snippets are available at this moment for ACTBus-data.
Community Discussions
No Community Discussions are available at this moment for ACTBus-data.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ACTBus-data
Install postGIS, make a new database using postgis template From the shell: # createdb -T template_postgis my_spatial_db From SQL: postgres=# CREATE DATABASE my_spatial_db TEMPLATE=template_postgis. Or upgrade existing database to postgis psql -d bus < /usr/share/pgsql/contrib/postgis-1.5/postgis.sql. Make sure it has SRID 4326 (WGS84) and SRID 900913 INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, srtext, proj4text)VALUES (900913,'EPSG',900913,'PROJCS["WGS84 / Simple Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS_1984", 6378137.0, 298.257223563]],PRIMEM["Greenwich", 0.0],UNIT["degree", 0.017453292519943295],AXIS["Longitude", EAST],AXIS["Latitude", NORTH]],PROJECTION["Mercator_1SP_Google"],PARAMETER["latitude_of_origin", 0.0],PARAMETER["central_meridian", 0.0],PARAMETER["scale_factor", 1.0],PARAMETER["false_easting", 0.0],PARAMETER["false_northing", 0.0],UNIT["m", 1.0],AXIS["x", EAST],AXIS["y", NORTH],AUTHORITY["EPSG","900913"]]','+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs'); INSERT INTO spatial_ref_sys ( auth_name, auth_srid, srid, proj4text ) VALUES ( 'EPSG', 4326, 4326, '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs' );. Download "State Suburbs ASGS Non ABS Structures Ed 2011 Digital Boundaries in ESRI Shapefile Format" from http://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/1270.0.55.003July%202011?OpenDocument. Use shp2pgsql tool http://postgis.refractions.net/documentation/manual-1.3/ch04.html#id2571948 shp2pgsql -D -I ~/Downloads/SSC_2011_AUST.shp suburbs > suburbs.sql psql -d bus < suburbs.sql. Download OSM ways from XAPI http://open.mapquestapi.com/xapi/ http://open.mapquestapi.com/xapi/api/0.6/way[bbox=148.99,-35.48,149.19,-35.119]. Use tool from http://wiki.openstreetmap.org/wiki/Osm2pgsql (or another OSM import tool like osmosis) osm2pgsql -d bus -U postgres cbrroads.osm.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page