-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Also: Hiatus until Spring 2025)
- Loading branch information
Showing
17 changed files
with
129 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
+++ | ||
title = "Wanapum" | ||
date = 2024-09-07 | ||
weight = 133 | ||
|
||
[extra] | ||
seq = 133 | ||
designator = "Recreation Area" | ||
lat = 46.908 | ||
lon = -119.990 | ||
near = "south of Vantage" | ||
markers = "markers.js" | ||
bounds = {sw = [46.898, -120.000], ne = [46.918, -119.980]} | ||
cover = "es-4690-072" | ||
+++ | ||
|
||
This morning I visited Wanapum Recreation Area on the shores of the Columbia River. | ||
|
||
<!-- more --> | ||
|
||
I arrived at sunrise, thinking that the sun would lend extra color and vibrance to the scenery. It did. | ||
|
||
{{ es_image(id = "es-4690-018") }} | ||
|
||
The site offers about 50 tent and RV camp sites nestled amongst trees along the river. So as not to disturb anyone, I took my photo of the campground from the highway above. | ||
|
||
{{ es_image(id = "es-4690-021") }} | ||
|
||
Once in Wanapum, I walked around the picnic grounds and beaches, which I had almost entirely to myself. | ||
|
||
{{ es_image(id = "es-4690-028") }} | ||
|
||
{{ es_vimeo(id = "es-4690-036", vmid = "1007308160") }} | ||
|
||
You might notice it's a bit hazy. There are some forest fires around today. Later during the day, it became much more obvious. | ||
|
||
{{ es_image(id = "es-4690-039") }} | ||
|
||
{{ es_image(id = "es-4690-054") }} | ||
|
||
{{ es_image(id = "es-4690-057") }} | ||
|
||
{{ es_image(id = "es-4690-063") }} | ||
|
||
{{ es_image(id = "es-4690-072") }} | ||
|
||
{{ es_image(id = "es-4690-078") }} | ||
|
||
{{ es_image(id = "es-4690-079") }} | ||
|
||
{{ es_image(id = "es-4690-081") }} | ||
|
||
{{ es_image(id = "es-4690-082") }} | ||
|
||
For more information: | ||
|
||
* [State Parks web site](https://parks.wa.gov/find-parks/state-parks/ginkgo-petrified-forest-state-park) | ||
|
||
| ||
|
||
## See You in Spring 2025! | ||
|
||
This will likely be my last park visit for 2024. There are relatively few parks remaining and most of them are bike trails or islands which will be easier or more comfortable to visit during the warmer months next year. | ||
|
||
I encourage you to <a href="#subscribe">subscribe to my mailing list</a> to follow along on my other travels and catch up when the park-visiting resumes next spring! | ||
|
||
See you soon! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
function addGpxMarkers(map) { | ||
return [ | ||
addGpxMarker(map, "es-4690-018", 46.916167, -119.991167), | ||
addGpxMarker(map, "es-4690-021", 46.910167, -119.993500), | ||
addGpxMarker(map, "es-4690-028", 46.900833, -119.987500), | ||
addGpxMarker(map, "es-4690-036", 46.901500, -119.987100), | ||
addGpxMarker(map, "es-4690-039", 46.900000, -119.988333), | ||
addGpxMarker(map, "es-4690-054", 46.899667, -119.987500), | ||
addGpxMarker(map, "es-4690-057", 46.899000, -119.987667), | ||
addGpxMarker(map, "es-4690-063", 46.899333, -119.988167), | ||
addGpxMarker(map, "es-4690-072", 46.905667, -119.987833), | ||
addGpxMarker(map, "es-4690-078", 46.905833, -119.987333), | ||
addGpxMarker(map, "es-4690-079", 46.905833, -119.987333), | ||
addGpxMarker(map, "es-4690-081", 46.906000, -119.987500), | ||
addGpxMarker(map, "es-4690-082", 46.906500, -119.988000), | ||
] | ||
} |