Coder Social home page Coder Social logo

climbing-api's People

Contributors

brendanheywood avatar

Watchers

 avatar  avatar

climbing-api's Issues

Make tool to process raw text from old guides into Atom

Make a perl script that takes raw text from legacy guides and use 
heuristics to separate and mark up as much data as possible.

eg:

1) Some title    22m 22 **
Start: up the massive nose. Thin crack to ledge.
Joe Blogs, Fred Smith 2/78

+ some config:
Map 1 star to 1, 2 stars to 3 and 3 stars to 5
Default grade is Ewbank and V for boulder.

turns into

<entry>
  <title>Some climb</title>
  <dc:type>Ewbank</dc:type>
  <gd:rating min="1" max="5" rating>
  <dc:format>22m 22</dc:format>
  <summary>Start: up the massive nose. Thin crack to ledge.</summary>
  <creator>Joe Blogs</creator>
  <creator>Fred Smith</creator>
  <dc:date>1978 Feb</dc:date>
</entry>


Original issue reported on code.google.com by [email protected] on 6 Mar 2010 at 12:46

Make a pure javascript route feed client

It will handle all the atom calls for initializing a local db, updating it, 
creating a new local route, syncing it with the server, deleting local 
entries as needed etc. Will work with or without a local in memory DB.

It will then be used by both the website and the mobile web version of the 
client reference implementation.


Original issue reported on code.google.com by [email protected] on 8 Mar 2010 at 3:55

Flickr 2 route feed

Add tags to flickr photos:

grade:V2
height:11m

the usual lat long
alt:900m

Put all your photos into a set, and then make a script that converts that 
set into a climb feed.

Issues: how to model more than one route per photo?

Original issue reported on code.google.com by [email protected] on 8 Mar 2010 at 4:22

  • Blocking: #2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.