App to search the information about districts and plots in NYC by Borough/Block/Lot (BBL) numbers.
Use instruction for your OS:
If you want to change default login attributes rename .env.example to .env and set desired values.
sudo ./init_mysql.sh
./init_app.sh
source venv/bin/activate
bbl_search --help
Command | Description |
---|---|
--help |
Show help message with command list. |
area-range |
Show max and min areas of plots. |
bbl |
Search plot by bbl. |
delete |
Delete plots with areas within interval. |
districts-info |
Show info about districts having at least one plot. |
flush |
Restore deleted plots. |