Police-Data-Accessibility-Project / scrapers

Code relating to scraping public police data.
https://pdap.io
GNU General Public License v3.0
157 stars 33 forks source link

Directory reorganization #211

Closed EvilDrPurple closed 10 months ago

EvilDrPurple commented 10 months ago

Directory restructuring as part of #197

I think I'm pretty much done with this, I believe I did a pretty thorough job of updating the file references as I moved them but I am bound to have missed at least one somewhere due to the sheer volume.

I did want one clarification as it relates to the scrapers/ directory, though. In the original issue it is supposed to be structured like this:

-- FL/
        -- scraper/
        -- county/
            -- scraper/
                -- scraper.py
                -- README.md
            -- municipality/
                -- scraper/
                    -- scraper.py
                    -- README.md

Where it says county/ or municipality/ did you want folders actually named county or are these placeholders for the names of the counties? Same question goes for the scraper/ folders. If shuffling the scrapers/ directory to be more uniform isn't a priority right now we can just leave as-is

Thanks!

josh-chamberlain commented 10 months ago

@EvilDrPurple those are placeholders for the county/state name. scraper.py doesn't need to standardized IMO, or at least I don't have an opinion about it.

josh-chamberlain commented 10 months ago

Great job on this, by the way! I think this is much easier to navigate, and it's clearer what the goal is.

mbodeantor commented 10 months ago

Wow, awesome! Thanks for all the work on this.