- Scope: create_assessment
- URL: https://apis.accela.com/v3/assessments/
- HTTP Method: POST
| [ | |
| { | |
| "sheetName": "FAR Part & Type of Contract", | |
| "layoutId": "3447568417489532966", | |
| "allowSubscriptions": true, | |
| "allowSubscribeOnDataPresent": true, | |
| "worldUpdate": { | |
| "hyc": { | |
| "ABX": "render-mode-client", | |
| "res": { |
| #Notes for getting docker-cartodb to run on a digitalocean droplet | |
| As of 21 June 2016, the Dockerfile at sverhoeven/docker-cartodb is not up to date, and the build will fail. It seems to fail at step 39, when it goes to create a user, but was not able to update it to get it working. Hopefully someone else can get it going with the latest cartodb code. | |
| `https://hub.docker.com/r/sverhoeven/cartodb/` | |
| However, running `docker run -d -p 3000:3000 -p 8080:8080 -p 8181:8181 sverhoeven/cartodb` will pull a complete docker image that is a few months old. | |
| Running this image will get you a container that expects to run at the domain `cartodb.localhost`, and per the installation instructions you are told to update your hosts file to point cartodb.localhost to the IP of your docker host. | |
| I wanted to run this with a real domain, so here are some notes on the steps involved. | |
| - run the image using `docker run -d -p 3000:3000 -p 8080:8080 -p 8181:8181 sverhoeven/cartodb` |
This set of commands is for setting up an open trip planner instance for New York City. OTP requires GTFS data and OSM streets data to build a graph, which it uses for trip planning.
Lucky for us, someone here dockerhub has left a nice CLI command to build the graph and run the container, but we need to get the data first.
The data are downloaded on the host machine. For me, this is a digitalocean droplet running ubuntu 14.
First, get GTFS for the New York City Subway from the MTA's downloads page: wget http://web.mta.info/developers/data/nyct/subway/google_transit.zip
Next, get OSM city extract for NYC. Thanks Mapzen! https://s3.amazonaws.com/metro-extracts.mapzen.com/new-york_new-york.osm.pbf
Finally, run the following docker command: docker run -it -v $(pwd):/var/otp/graphs opentripplanner/opentripplanner --build /var/otp/graphs --analyst
API Version AA requirements:
- v3 is supported back to 7.0.5
- v3p requires AA version 7.2 FP2 hotfix 19 or higher
- v4 requires AA version 7.3 FP2 or higher
###Search record by ASI
HTTP Method: POST
URL (v3p): https://apis.accela.com/v3p/search/records/ (Documentation)