invinst / chicago-police-data

a collection of public data re: CPD officers involved in police encounters
https://invisible.institute/police-data
157 stars 60 forks source link

Repo directory structure #51

Closed jayqi closed 8 years ago

jayqi commented 8 years ago

As part of cleaning up the repository, we should determine a directory structure.

I personally would like something a little flatter than what we already have, so that people can see all of the datasets at a glance.

So in the root we have:

Naming is discussed separately in issue #46

Migrating files associated with shootings-append.csv discussed in issue #50

evanwsun commented 8 years ago

That sounds fine to me, at least for the moment. Where do we plan to put the other data for now?

jayqi commented 8 years ago

Working on this here.

https://github.com/jayqi/shootings-data/tree/reorganization

For now, I'm planning on just removing shootings-append.csv and the individual CRID files. Those will still be available by going back to an earlier commit.

jayqi commented 8 years ago

Working implementation with pull #54