GSA / data

Assorted data from the General Services Administration.
2.11k stars 275 forks source link

Availability of a .Gov Top Level Domain list sorted by government branch #129

Closed JamesC101 closed 6 years ago

JamesC101 commented 6 years ago

Good day.

Requesting, if possible, GSA (or any organization) that has the .Gov list categorized by government branch, to include Executive, Judicial, Legislative, Other government etc.

Thank you!

h-m-f-t commented 6 years ago

Yes! We'll be splitting the Federal Agency domain type into executive, judicial, and legislative in the coming weeks.

JamesC101 commented 6 years ago

Excellent. How may I get access to this?

h-m-f-t commented 6 years ago

Watch this space-- literally. Click the Watch button in our repository (top-right corner) and you'll be notified of every change we make.

konklone commented 6 years ago

@JamesC101 If for some reason you need to split the .gov list by branch earlier than that, here is some code we (GSA) currently use in a production website to split the data by branch, based on some heuristics we've identified:

https://github.com/18F/pulse/blob/master/data/processing.py#L1151-L1175

h-m-f-t commented 6 years ago

@JamesC101 This has been added! 😃Hope this is helpful to you, and we'd love to hear what you do with it.