CSTARS / farm-budgets-data

Data to populate the Postgres for the farm-budgets-app
2 stars 0 forks source link

Get a Complete list of materials used in the current budget #25

Closed qjhart closed 8 years ago

qjhart commented 9 years ago

The current budgets are fairly fast and loose with the materials used. We need to get better standardization on this inputs. The first item for that is to get list of the current materials and budgets used.

qjhart commented 9 years ago

@ncparker @blyeo @judyhanna I have updated the project to include two new files. materials.csv and operations.csv.

materials.csv

material units class description

Is a list of every line item that was found in any of Santiago's budgets. You will see from this a number of things:

operations.csv

Based on that, I've created a second file

phase operation unit description

That describes the operations you might budget for. I pulled these from the line items (materials) above. So, I will update the production table to include an operation for each line item. That way, we can start to think of how we can annualize (and variably adjust) these costs.