National Natural Landmarks - National Natural Landmarks (U.S. National Park Service) (2024)

';/***** END IMAGE AND IMAGE TEXT *****//***** BEGIN SIGNIFICANCE STATEMENT *****/local.returnValue += '

' + global.data.landmarkInformation[ 0 ].SignificanceStatement + '

';/***** END SIGNIFICANCE STATEMENT *****//***** BEGIN LOCATION *****/local.returnValue += '

Location: ';if ( /(AS|GU|PR|VI)/.test( global.data.State.StateCode ) ) {local.returnValue += global.data.State.Label;}else {for ( local.A=0; global.data.siteCounties.length > local.A; local.A++ ) {/***** BEGIN DELIMITERES *****/if ( global.data.siteCounties.length == 1 ) {local.returnValue += '';}else if ( ( local.A + 1 ) == global.data.siteCounties.length ) {local.returnValue += '; and ';}else if ( ( local.A + 1 ) > 1 ) {local.returnValue += '; ';}/***** BEGIN DELIMITERES *****/if ( /(AK|AS|GU|PR)/.test( global.data.siteCounties[ local.A ].StateCode ) ) {local.returnValue += '' + global.data.siteCounties[ local.A ].Label + ', ' + global.data.siteCounties[ local.A ].StateCode;}else {local.returnValue += '' + global.data.siteCounties[ local.A ].Label + ', ' + global.data.siteCounties[ local.A ].StateCode;}}}local.returnValue += '

';/***** END LOCATION *****//***** BEGIN ADDITIONAL INFORMATION *****/local.returnValue += '

Year designated: ' + global.data.landmarkInformation[ 0 ].DesignationYear + '

';local.returnValue += '

Acres: ' + numberFormat( { "number" : global.data.landmarkInformation[ 0 ].Area_Acres, "mask" : "___,___,___" } ) + '

';/***** END ADDITIONAL INFORMATION *****//***** BEGIN OWNERSHIP *****/local.returnValue += '

Ownership: ';if ( global.data.landmarkOwnerInformation.length > 0 ) {for ( local.A=0; global.data.landmarkOwnerInformation.length > local.A; local.A++ ) {if ( global.data.landmarkOwnerInformation.length == 1 ) {local.returnValue += '';}else if ( ( local.A + 1 ) == global.data.landmarkOwnerInformation.length ) {local.returnValue += ( ( global.data.landmarkOwnerInformation.length == 2 ) ? '' : ',' ) + ' and ';}else if ( ( local.A + 1 ) > 1 ) {local.returnValue += ', ';}local.returnValue += global.data.landmarkOwnerInformation[ local.A ].OwnerTypeLabel}}local.returnValue += '

';/***** END OWNERSHIP *****//***** BEGIN CONTENT FOOTER *****/local.returnValue += '

';local.returnValue += '


' + buildFormNNLList( global.data.LandmarkInformationPerStateCode ) + '

';local.returnValue += '

← Back to listing of all states and territories.

';local.returnValue += '

Please remember, National Natural Landmarks (NNLs) are not national parks. NNLs are owned by a variety of public and private entities and allowing visitation is at their discretion. Many NNL sites maintain public websites where additional information may be found.

';/***** END CONTENT FOOTER *****/}catch ( e ) {/***** START ERROR MESSAGE *****/setLoggingRecord( { "message": "Error Running " + local.thisFunctionName, "continue": false, "error": e } );/***** END ERROR MESSAGE *****/}}/***** END URL TO VARIABLE *****//***** BEGIN RECORD ERROR *****/setLoggingRecord( { "title": "End " + local.thisFunctionName } );/***** END RECORD ERROR *****/return local.returnValue;}function getState( json ) {/***** BEGIN DEFAULT VALUES *****/var local = {"thisFunctionName": "getState()","returnValue": "","states" : [ { "acronym" : "AK", "fullName" : "Alaska" }, { "acronym" : "AL", "fullName" : "Alabama" }, { "acronym" : "AP", "fullName" : "Armed Forces Pacific" }, { "acronym" : "AR", "fullName" : "Arkansas" }, { "acronym" : "AZ", "fullName" : "Arizona" }, { "acronym" : "CA", "fullName" : "California" }, { "acronym" : "CO", "fullName" : "Colorado" }, { "acronym" : "CT", "fullName" : "Connecticut" }, { "acronym" : "DC", "fullName" : "Washington DC" }, { "acronym" : "DE", "fullName" : "Delaware" }, { "acronym" : "FL", "fullName" : "Florida" }, { "acronym" : "GA", "fullName" : "Georgia" }, { "acronym" : "GU", "fullName" : "Guam" }, { "acronym" : "HI", "fullName" : "Hawaii" }, { "acronym" : "IA", "fullName" : "Iowa" }, { "acronym" : "ID", "fullName" : "Idaho" }, { "acronym" : "IL", "fullName" : "Illinois" }, { "acronym" : "IN", "fullName" : "Indiana" }, { "acronym" : "KS", "fullName" : "Kansas" }, { "acronym" : "KY", "fullName" : "Kentucky" }, { "acronym" : "LA", "fullName" : "Louisiana" }, { "acronym" : "MA", "fullName" : "Massachusetts" }, { "acronym" : "MD", "fullName" : "Maryland" }, { "acronym" : "ME", "fullName" : "Maine" }, { "acronym" : "MI", "fullName" : "Michigan" }, { "acronym" : "MN", "fullName" : "Minnesota" }, { "acronym" : "MO", "fullName" : "Missouri" }, { "acronym" : "MS", "fullName" : "Mississippi" }, { "acronym" : "MT", "fullName" : "Montana" }, { "acronym" : "NC", "fullName" : "North Carolina" }, { "acronym" : "ND", "fullName" : "North Dakota" }, { "acronym" : "NE", "fullName" : "Nebraska" }, { "acronym" : "NH", "fullName" : "New Hampshire" }, { "acronym" : "NJ", "fullName" : "New Jersey" }, { "acronym" : "NM", "fullName" : "New Mexico" }, { "acronym" : "NV", "fullName" : "Nevada" }, { "acronym" : "NY", "fullName" : "New York" }, { "acronym" : "OH", "fullName" : "Ohio" }, { "acronym" : "OK", "fullName" : "Oklahoma" }, { "acronym" : "OR", "fullName" : "Oregon" }, { "acronym" : "PA", "fullName" : "Pennsylvania" }, { "acronym" : "PR", "fullName" : "Puerto Rico" }, { "acronym" : "RI", "fullName" : "Rhode Island" }, { "acronym" : "SC", "fullName" : "South Carolina" }, { "acronym" : "SD", "fullName" : "South Dakota" }, { "acronym" : "TN", "fullName" : "Tennessee" }, { "acronym" : "TX", "fullName" : "Texas" }, { "acronym" : "UT", "fullName" : "Utah" }, { "acronym" : "VA", "fullName" : "Virginia" }, { "acronym" : "VI", "fullName" : "Virgin Islands" }, { "acronym" : "VT", "fullName" : "Vermont" }, { "acronym" : "WA", "fullName" : "Washington" }, { "acronym" : "WI", "fullName" : "Wisconsin" }, { "acronym" : "WV", "fullName" : "West Virginia" }, { "acronym" : "WY", "fullName" : "Wyoming" } ]};/***** END DEFAULT VALUES *****//***** BEGIN RECORD ERROR *****/setLoggingRecord( { "title": "Started " + local.thisFunctionName } );/***** END RECORD ERROR *****//***** BEGIN URL TO VARIABLE *****/if ( /^1\d{3}$/.test( getLoggingStatusCode() ) ) {try {for ( local.A=0; local.states.length > local.A; local.A++ ) {if ( /^[A-Z]{2}$/.test( json.acronym ) && json.acronym == local.states[ local.A ].acronym ) {local.returnValue = local.states[ local.A ].fullName;break;}}}catch ( e ) {/***** START ERROR MESSAGE *****/setLoggingRecord( { "message": "Error Running " + local.thisFunctionName, "continue": false, "error": e } );/***** END ERROR MESSAGE *****/}}/***** END URL TO VARIABLE *****//***** BEGIN RECORD ERROR *****/setLoggingRecord( { "title": "End " + local.thisFunctionName } );/***** END RECORD ERROR *****/return local.returnValue;}function buildFormNNLList( json ) {/***** BEGIN DEFAULT VALUES *****/var local = {"thisFunctionName": "buildFormNNLList()","returnValue": ""};/***** END DEFAULT VALUES *****//***** BEGIN RECORD ERROR *****/setLoggingRecord( { "title": "Started " + local.thisFunctionName } );/***** END RECORD ERROR *****//***** BEGIN URL TO VARIABLE *****/if ( /^1\d{3}$/.test( getLoggingStatusCode() ) ) {try {/***** BEGIN LOCATIONS *****/if ( json.length > 0 ) {local.returnValue += '';local.returnValue += '';}/***** END LOCATIONS *****/}catch ( e ) {/***** START ERROR MESSAGE *****/setLoggingRecord( { "message": "Error Running " + local.thisFunctionName, "continue": false, "error": e } );/***** END ERROR MESSAGE *****/}}/***** END URL TO VARIABLE *****//***** BEGIN RECORD ERROR *****/setLoggingRecord( { "title": "End " + local.thisFunctionName } );/***** END RECORD ERROR *****/return local.returnValue;}/********** END FUNCTIONS **********/

National Natural Landmarks - National Natural Landmarks (U.S. National Park Service) (2024)

FAQs

What is the National Natural Landmarks Program? ›

The National Natural Landmarks Program recognizes and encourages the conservation of sites that contain outstanding biological and geological resources. Sites are designated by the Secretary of the Interior for their condition, illustrative character, rarity, diversity, and value to science and education.

How many national natural landmarks are there? ›

From List of National Natural Landmarks, these are the National Natural Landmarks in California. There are 37 in total.

What is considered a natural landmark? ›

A National Natural Landmark is a site that contains “outstanding biological and geological resources.” These National Natural Landmarks are places with rare and important ecosystems, species, and geologic formations. Panola Mountain contains all three.

What is NNL status? ›

NNL designation is an agreement between the property owner and the federal government. NNL designation does not change ownership of the property nor induce any encumbrances on the property. NNL status does not transfer with changes in ownership.

What is a human-made landmark? ›

Landmarks are features of the land or structures that are notable or unique. Human-made landmarks are impressive structures that were built by humans. These can include recent feats of engineering as well as the remains of ancient cities and architecture.

What is the best known natural feature? ›

Top 10 Natural Wonders
  • Glaciers and Icebergs, Greenland. ...
  • Great Barrier Reef, Australia. ...
  • Grand Prismatic Springs, Yellowstone, Wyoming. ...
  • Redwood National Park, California. ...
  • Mt. ...
  • Emerald Landscape, Ireland. ...
  • Diverse Ecosystem, Costa Rica. ...
  • Gran Sabana, Venezuela.

What is the rarest landmark in the world? ›

The famous Moai of Easter Island are one of the rarest and most mysterious monuments on the planet. There are around 900 of them in total, making it the largest sculptural art exhibition in Rapa Nui. Interestingly, some of the sculptures form groups and others are isolated.

What is the most famous natural landmark in the world? ›

The Top 20 Global Natural Landmarks
RankNameCountry
1Mount KilimanjaroTanzania
2Gobi DesertMongolia, China
3Mount CameroonCameroon
4The AmazonBrazil, Bolivia, Colombia, Educador, Guyana, Peru, Suriname, Venezuela, French Guiana
16 more rows

How do you identify a landmark? ›

Landmarks will often have a sign with information explaining their importance. When you travel, pay close attention to finding new landmarks everywhere you go.

What makes a national landmark? ›

What are National Historic Landmarks? National Historic Landmarks are buildings, sites, districts, structures, and objects that have been determined by the Secretary of the Interior to be nationally significant in American history and culture. Many of the most renowned historic properties in the nation are Landmarks.

Can a landmark be a place? ›

A historic landmark can be a building, site, structure, object, or district — as long as the U.S. Secretary of the Interior designates it a National Historic Landmark. The NPS has overseen the care and preservation of National Historic Landmark sites since 1960.

How many national parks are there? ›

The National Park System has since expanded to 429 units (often referred to as parks), more than 150 related areas, and numerous programs that assist in conserving the nation's natural and cultural heritage for the benefit of current and future generations.

What is an artificial landmark? ›

In our design, an artificial landmark is a planar pattern consisting of a set of concentric circular rings, including one black outer ring and a few black or white inner rings (Figure 2). The outer ring defines the boundary of the landmark; the inner rings encode the identity of the landmark.

What are the types of landmarks? ›

Types. Landmarks are usually classified as either natural landmarks or human-made landmarks, both are originally used to support navigation on finding directions. A variant is a seamark or daymark, a structure usually built intentionally to aid sailors navigating featureless coasts.

Why are national landmarks important? ›

Each National Historic Landmark represents an exceptional aspect of American history and culture, according to the U.S. National Park Service (NPS). A historic landmark can be a building, site, structure, object, or district — as long as the U.S. Secretary of the Interior designates it a National Historic Landmark.

What are the benefits of landmarks? ›

Benefits of Historic Districts and Landmarks. Raise the community's awareness and pride in its past. It is this "sense of place" that encourages people to put down roots in a community. Enhance the visual and aesthetic character, diversity and distinctiveness of the city.

What is the nps cultural landscapes program? ›

The Park Cultural Landscapes Program serves to develop, implement, and oversee a nationwide program of cultural landscape documentation and preservation in national park units.

How does something become a national landmark? ›

National Historic Landmarks are buildings, sites, districts, structures, and objects that have been determined by the Secretary of the Interior to be nationally significant in American history and culture. Many of the most renowned historic properties in the nation are Landmarks.

Top Articles
Latest Posts
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 6166

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.