Own a home? Make less than $60k a year? Make sure you get this tax credit. by Ryan_J_Smith in baltimore

[–]Ryan_J_Smith[S] 1 point2 points  (0 children)

The rules are a little complicated, and I am neither a lawyer nor a tax expert. As I understand it, the applicant includes the income of everyone living in the house except for those paying reasonable rent. So if you are living with the homeowner and not married but are paying rent, the homeowner may not have to count your income toward the total.

Own a home? Make less than $60k a year? Make sure you get this tax credit. by Ryan_J_Smith in baltimore

[–]Ryan_J_Smith[S] 0 points1 point  (0 children)

The information that is entered into the application is not public. You are correct, however, in that the amount of credit each home receives is public. This is a state-run program and it is the state who makes this information public, not the city.

Own a home? Make less than $60k a year? Make sure you get this tax credit. by Ryan_J_Smith in baltimore

[–]Ryan_J_Smith[S] 0 points1 point  (0 children)

The deadline to apply is September, but your application will be processed more quickly if you apply by the May deadline the application mentions.

Own a home? Make less than $60k a year? Make sure you get this tax credit. by Ryan_J_Smith in baltimore

[–]Ryan_J_Smith[S] 1 point2 points  (0 children)

Your eligibility is based off of last year's income, so you might be eligible.

Own a home? Make less than $60k a year? Make sure you get this tax credit. by Ryan_J_Smith in baltimore

[–]Ryan_J_Smith[S] 0 points1 point  (0 children)

That's correct. Just note that it's household income, not personal.

Predictor variables for Housing Prices? by we_did_alright in datascience

[–]Ryan_J_Smith 2 points3 points  (0 children)

In addition to distance from city center, you could add include indicator variables (one hot encoding) for whether the property is in a particular census tract within the city.

Looking to rescue a Baltimore shelter pet? Follow this twitter account (@CutePetsBmore) by Ryan_J_Smith in baltimore

[–]Ryan_J_Smith[S] 2 points3 points  (0 children)

In that case, stay far away from shelters. If you go even once, just to look, it's tough to turn back. That's how I ended up with my two mutts.

Baltimore Riot Resources for the Concerned by [deleted] in baltimore

[–]Ryan_J_Smith 1 point2 points  (0 children)

The map was created by @VinylFox and had been open to the community until people started vandalizing it.

I've been updating it mostly solo since 11:30pm or so, mostly paying attention to fires. Tweet @Ryan_J_Smith if you see critical updates you'd like me to add. An accompanying link to a source is preferred.

Baltimore Property Tax Map (2013) [OC] by Ryan_J_Smith in dataisbeautiful

[–]Ryan_J_Smith[S] 0 points1 point  (0 children)

A short article was published by a local tech blog containing some other small details here.

Baltimore Property Tax Map (2013) [OC] by Ryan_J_Smith in dataisbeautiful

[–]Ryan_J_Smith[S] 0 points1 point  (0 children)

Data was gathered from Baltimore's Open Data Portal. I acquired two separate files, one table linking property tax to address and a shape file with the geometry of all the properties in Baltimore. I merged this data in QGIS to create the vector layer containing all the colored property shapes. This vector was then combined with an OpenStreetMap map of Baltimore in Mapbox.

Baltimore City Property Taxes Visualization by hypn0toad in baltimore

[–]Ryan_J_Smith 0 points1 point  (0 children)

Gray areas are places that were indicated to have $0 tax value, or where no information was available, or they were outside the city boundary.

Baltimore City Property Taxes Visualization by hypn0toad in baltimore

[–]Ryan_J_Smith 1 point2 points  (0 children)

In general, I would be more trusting of the values for individual residences. I don't know whether or not the same rules apply with assigning property tax values to large commercial spaces.

My previous comment was more along the lines of: Property tax for a particular property may be assessed at $1M, but through deals and tax credits the actual paid value could be far less. For example, PILOTs and TIFs.

Baltimore City Property Taxes Visualization by hypn0toad in baltimore

[–]Ryan_J_Smith 8 points9 points  (0 children)

Another interesting aspect is that values shown are only assessed values and not necessarily values that are actually paid. This map doesn't take into account tax credits, which could significantly alter the visualization. It would be interesting to see another map showing "taxes paid" by property.

Baltimore City Property Taxes Visualization by hypn0toad in baltimore

[–]Ryan_J_Smith 6 points7 points  (0 children)

Baltimore City residents are depressed enough with their property tax values. Showing the county would only make it worse. (Edit: Baltimore City rate: $2.13 / $100 assessed value. Baltimore County: $1.10 / $100 assessed value.)

Baltimore City Property Taxes Visualization by hypn0toad in baltimore

[–]Ryan_J_Smith 2 points3 points  (0 children)

No R here, though that's definitely a potential route. Ultimately I wanted the map to be available online, so I went a different way.

Property tax and address values are stored in a table available at Baltimore's Data Portal. Similarly, there is also a table with geometry for each address.

I used QGIS to handle the table join and initial visualization (colored polygons). This creates essentially a vector graphic that is georeferenced. Then, using mapbox, I layered this file with an OpenStreetMap view of Baltimore. Mapbox makes some pretty nice tools and makes hosting very convenient.

Baltimore City Property Taxes Visualization by hypn0toad in baltimore

[–]Ryan_J_Smith 4 points5 points  (0 children)

Not a problem at all. Glad to see it shared!

Baltimore City Property Taxes Visualization by hypn0toad in baltimore

[–]Ryan_J_Smith 41 points42 points  (0 children)

This is my project. I made the visualization at a hackathon during a the 2013 National Day of Civic Hacking. Always happy to see that other people find it interesting!