Tall Pines State Preserve

Tall Pines State Preserve is a 110-acre (45 ha) nature preserve in Gloucester County, New Jersey, that opened in November 2015. The first state park in Gloucester County, it is located on Bark Bridge Road in Deptford Township and the Sewell section of Mantua Township.[2]

Tall Pines State Preserve
Tall Pines State Preserve
Location in New Jersey
Tall Pines State Preserve
Location in United States
LocationDeptford Township, Mantua Township
Nearest townWenonah, New Jersey
Coordinates39°46′41″N 75°8′31″W[1]
Area110 acre
Opened2015
Owned byNew Jersey Department of Environmental Protection
Operated byGloucester County
Hiking trails4 miles, asphalt/grass
WebsiteOfficial website

The project was a cooperative effort of the South Jersey Land and Water Trust, the Friends of Tall Pines, Gloucester County Nature Club, and the New Jersey Green Acres Program.[2]

Overview

The preserve is open to walking, birdwatching, running, cycling, and picnics. The land serves as a natural filter for the local water supply.[2]

History

The land that became the Tall Pines State Preserve was covered by forest until the early 1950s, when it was developed into a golf course. In 2006, the property was sold to a development company, at which point funds were raised to buy it for the purposes of creating the preserve.[2]

gollark: You can also play exciting open-source games like Minetest, Dwarf Fortress and OpenTTD.
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```

References

  1. Official website
  2. "Tall Pines State Preserve", Natural Awakenings: South Jersey Edition. Accessed May 19, 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.