BREC Park Amenities
City of Baton Rouge
@usgov.city_of_baton_rouge_brec_parks
City of Baton Rouge
@usgov.city_of_baton_rouge_brec_parks
This dataset displays all facilities, properties and amenities operated by the East Baton Rouge Parish Recreation and Park Commission (BREC). This includes all public parks, golf courses, community centers, and special purpose recreational facilities (such as the Baton Rouge Zoo).
The amenity columns (BMX, Fishing Access, Tennis Courts, etc) indicate with a Yes or No whether that amenity exists at each park.
Organization: City of Baton Rouge
Last updated: 2020-11-12T15:00:06.518069
Tags: brec, park, recreation
CREATE TABLE table_1 (
"park_id" VARCHAR,
"park_name" VARCHAR,
"full_address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"classification" VARCHAR,
"website" VARCHAR,
"acreage" DOUBLE,
"airgun_range" VARCHAR,
"airnasium" VARCHAR,
"archery_range" VARCHAR,
"basketball_indoor" VARCHAR,
"basketball_outdoor" VARCHAR,
"bike_repair_station" VARCHAR,
"bird_watching_wildlife_viewing" VARCHAR,
"blueway_trailhead" VARCHAR,
"bmx_track" VARCHAR,
"canoe_kayak_launch" VARCHAR,
"cricket_pitch" VARCHAR,
"croquet_court" VARCHAR,
"disc_golf" VARCHAR,
"dog_park" VARCHAR,
"equestrian" VARCHAR,
"fishing_access" VARCHAR,
"fitness_center" VARCHAR,
"fitness_station_outdoor" VARCHAR,
"garden_aboretum" VARCHAR,
"golf_course_9_hole" VARCHAR,
"golf_course_18_hole" VARCHAR,
"greenway_trailhead" VARCHAR,
"mountain_bike_trail" VARCHAR,
"multi_purpose_ball_field" VARCHAR,
"nature_trail" VARCHAR,
"pavilion" VARCHAR,
"playgound" VARCHAR,
"primitive_trail" VARCHAR,
"recreation_center" VARCHAR,
"rugby_field" VARCHAR,
"rv_park" VARCHAR,
"sand_volleyball" VARCHAR,
"shuffleboard" VARCHAR,
"skate_park" VARCHAR,
"soccer_field" VARCHAR,
"splash_pad" VARCHAR,
"stadium" VARCHAR,
"swimming_pool" VARCHAR,
"tennis_center" VARCHAR,
"tennis_court" VARCHAR,
"velodrome" VARCHAR,
"walking_loop_outdoor" VARCHAR,
"walking_track_indoor" VARCHAR,
"geolocation" VARCHAR
);Anyone who has the link will be able to view this.