The SoCal Hike Project

Trip planning, history, announcements, books, movies, opinions, etc.
Post Reply
User avatar
Ze Hiker
Posts: 1430
Joined: Mon Jul 28, 2008 7:14 pm

Post by Ze Hiker »

I have a little project going. I want to have a simple website that makes it easy to search / sort through all the brazillion hikes in socal. Give basic important info and link to the website url for that trail / trip report.

For instance, this is what I have so far

http://socalhikereference.blogspot.com/p/hikes.html

Right now I've included a bunch of mine and added Modern Hiker's. Of course there are plenty more ranging from easy to extreme.

I've also added the 'Add a Hike" tab so that anyone can contribute to the database. That way all the unique hikes that people do and maybe only refer to based on a trip report here can be referred to.

The key is to deciding on what are all the important "measures" to include that can be sortable and are pertinent. For instance, adding the amount of off trail being done would be an important one to let people know of, as well as sort by.

That's where I need help. What do you think are the most important factors to add? You can see the ones I came up with under the Add a Hike. Suggestions?

It would also be good to have links to ACME mapper url for the trail as well as a google map url for the trailhead. Separating by mountain area probably would help alot (at least one page separated by area). Ideally I'd like to add a column of estimated driving distance, but that may be too complicated by different origins.

Let me know 8)
User avatar
simonov
Posts: 1087
Joined: Tue Nov 27, 2007 5:44 pm
Location: Reno, NV
Contact:

Post by simonov »

These are all just pages in blogs, right?

What would be really cool is if this was all backed by a database, so that quantitative information (length of hike, elevation gain, difficulty rating, etc) can be captured in fields and you could build custom, sortable tables of hikes.

Like what this guy has done with peaks:

http://www.peakbagger.com/

Rename it eispiraten.com and attach this forum to it and you will kick ass.
Nunc est bibendum
User avatar
mve
Posts: 414
Joined: Fri Dec 11, 2009 12:53 pm

Post by mve »

I think Zé's page is driven by Google Docs.

A database backed/driven site is the way to go for sure for this.

So what's the holdup with eispiraten.com?
User avatar
simonov
Posts: 1087
Joined: Tue Nov 27, 2007 5:44 pm
Location: Reno, NV
Contact:

Post by simonov »

mve wrote:I think Zé's page is driven by Google Docs.

A database backed/driven site is the way to go for sure for this.

So what's the holdup with eispiraten.com?
No holdup: http://www.eispiraten.com
Nunc est bibendum
User avatar
Ze Hiker
Posts: 1430
Joined: Mon Jul 28, 2008 7:14 pm

Post by Ze Hiker »

simonov wrote: What would be really cool is if this was all backed by a database, so that quantitative information (length of hike, elevation gain, difficulty rating, etc) can be captured in fields and you could build custom, sortable tables of hikes.
yeah that is what I was thinking. It is backed by a "database" (initially started in Excel, but user additions automatically put into Google Spreadsheet), but not directly "driven" by it. Right now I can run some code I made that will generate the html code from the spreadsheet...but I still have to copy and paste it. Once I figure out how to embed sortable google doc spreadsheets, then it could be automatic, but I don't think that's a huge deal.

But I like the custom tables. Just trying to think of which ones? Don't want to get too complex.

As for the blog, yeah its just a simple way to start. An individual webpage would take more work; for now I think using the pages on the blogsite would work well. It's not a blog per se.
User avatar
mve
Posts: 414
Joined: Fri Dec 11, 2009 12:53 pm

Post by mve »

I meant, when's the migration from myfreeforum.org to eispiraten.com taking place? Do you guys need any help?
User avatar
simonov
Posts: 1087
Joined: Tue Nov 27, 2007 5:44 pm
Location: Reno, NV
Contact:

Post by simonov »

mve wrote:I meant, when's the migration from myfreeforum.org to eispiraten.com taking place? Do you guys need any help?
There are no plans that I know of. The eispiraten.com domain is there just in case.

Any migration to a different forum on a new site (which I think would be awesome) would first require the migration of the MyFreeForum database, which, I believe, can be done, but at a price.
Nunc est bibendum
User avatar
Taco
Snownado survivor
Posts: 6010
Joined: Thu Sep 27, 2007 4:35 pm

Post by Taco »

I guess so.
User avatar
PackerGreg
Posts: 623
Joined: Sat Sep 12, 2009 9:31 pm

Post by PackerGreg »

Why not a wiki?
User avatar
Ze Hiker
Posts: 1430
Joined: Mon Jul 28, 2008 7:14 pm

Post by Ze Hiker »

i dunno, authoritarian tendencies?
User avatar
simonov
Posts: 1087
Joined: Tue Nov 27, 2007 5:44 pm
Location: Reno, NV
Contact:

Post by simonov »

Okay, so maybe we should get back to answering the request in Ze's original post.

Off the top of my head, quantitative information to capture:

o Destination (name of a peak, etc)
o Route (eg: via would be the title for the entry; loops and shuttles would have to be handled a little differently, maybe with a separate field denoting the hike type, as below)
o Hike type (there-and-back, loop, shuttle)
o Hike length (miles)
o Season (most of the hikes in the San Gabriels, for example, could have two entries, one for winter and one for the rest of the year, since they are different hikes at different times)
o An objective difficulty level (scale of 1 to 5, etc)
o Overnight?
o Maximum Yosemite Decimal System conditions encountered
o Starting elevation (in feet)
o Starting elevation (in meters)
o Ending elevation (in feet)
o Ending elevation (in meters)
o Max elevation gain/loss (in feet)
o Max elevation gain/loss (in meters)
o Cumulative elevation gain/loss (in feet)
o Cumulative elevation gain/loss (in meters)
o Date of most recent hike
o Date of entry
o Date of last edit

. . . just to get the ball rolling. I'm sure there's more.

It probably sounds like a lot, but I have found that when you have a form in front of you or a spreadsheet, capturing data like this is easy; just fill in the blanks (and with a spreadsheet, some of the entries, like metric conversions and elevation deltas, are calculated for you).
Nunc est bibendum
User avatar
Ze Hiker
Posts: 1430
Joined: Mon Jul 28, 2008 7:14 pm

Post by Ze Hiker »

great tips! thanks.

the database accumulation is not a problem like you said...there's only space for so many columns on the screen, so I'm thinking to have a few different pages that differ in some of the sortable elements displayed. Make sure to keep the basics and important ones on each, but switch up the more unique measures.
User avatar
simonov
Posts: 1087
Joined: Tue Nov 27, 2007 5:44 pm
Location: Reno, NV
Contact:

Post by simonov »

Is this similar to what you are trying to do?

http://nobodyhikesinla.com/
Nunc est bibendum
User avatar
Ze Hiker
Posts: 1430
Joined: Mon Jul 28, 2008 7:14 pm

Post by Ze Hiker »

not descriptions...there's plenty of that out there already (including my own socalhikes.com). I just want to have the tables / maybe map for searching / filtering through all the possibilities based on different criteria. nothign that special really, but a way to simply document all the potential hikes. links would go to write ups such as on that site.
User avatar
simonov
Posts: 1087
Joined: Tue Nov 27, 2007 5:44 pm
Location: Reno, NV
Contact:

Post by simonov »

What caught my eye about that site is how every hike includes a listing of quantitative information that might serve as a partial model for what you are thinking of doing.
Nunc est bibendum
User avatar
Hikin_Jim
Posts: 4686
Joined: Thu Sep 27, 2007 9:04 pm

Post by Hikin_Jim »

wrote:not descriptions...there's plenty of that out there already (including my own socalhikes.com). I just want to have the tables / maybe map for searching / filtering through all the possibilities based on different criteria. nothign that special really, but a way to simply document all the potential hikes. links would go to write ups such as on that site.
Oh, I get it. Sort of like Cliff's notes for hikers. :)

HJ
User avatar
Ze Hiker
Posts: 1430
Joined: Mon Jul 28, 2008 7:14 pm

Post by Ze Hiker »

simonov wrote:What caught my eye about that site is how every hike includes a listing of quantitative information that might serve as a partial model for what you are thinking of doing.
yeah that's true. I was planning on adding objective / subjective ratings for difficulty and "scenery". I'm a bit wary of suggested times but if they are overestimates that could be okay.

Hikin_Jim wrote:
wrote:not descriptions...there's plenty of that out there already (including my own socalhikes.com). I just want to have the tables / maybe map for searching / filtering through all the possibilities based on different criteria. nothign that special really, but a way to simply document all the potential hikes. links would go to write ups such as on that site.
Oh, I get it. Sort of like Cliff's notes for hikers. :)

HJ
pretty much!
User avatar
Ze Hiker
Posts: 1430
Joined: Mon Jul 28, 2008 7:14 pm

Post by Ze Hiker »

http://socalhikereference.blogspot.com/p/hikes.html

so I added some avg grade and total "equivalent miles" stats. this helps give a feel for the overall exertion, what steepness and how much energy. it will need some explaining but it will be a good stat IMO
User avatar
Hikin_Jim
Posts: 4686
Joined: Thu Sep 27, 2007 9:04 pm

Post by Hikin_Jim »

Two thumbs up.

I wonder if the % of XC hiking would be a good stat to post?

HJ
User avatar
Ze Hiker
Posts: 1430
Joined: Mon Jul 28, 2008 7:14 pm

Post by Ze Hiker »

absolutely. i want this to be a reference for the whole range of 'hikes' including the extreme ones, which need to be displayed in the right context, i.e., people need to know that the hike is no joke and may pose danger to them.
User avatar
Hikin_Jim
Posts: 4686
Joined: Thu Sep 27, 2007 9:04 pm

Post by Hikin_Jim »

I can see it now:

Disclaimer: If you're not an hard core, experienced hiker, then you're a flippin' moron if you go on this hike. Make sure your life insurance is all paid up. Please leave a note in your pocket describing where your valuables are so that others may enjoy what you leave behind.

HJ
Post Reply