apollo-ng / dspace-app-apollong

DSpace aims to enable people to find, collect, edit, structure and share any kind of information in a real-time, massive-collaboration, augmented-reality-environment (like wikipedia), based on a very common ground: The map of the area, where people actually are, around their Geolocation.
https://apollo.open-resource.org/lab:dspace
18 stars 13 forks source link

spaceAPI #4

Closed elf-pavlik closed 11 years ago

elf-pavlik commented 11 years ago

http://hackerspaces.nl/spaceapi/

nilclass commented 11 years ago

pseudocode:

result = GET http://openspace.slopjong.de/directory.json
for key in result {
  space = GET result[key]
  if space.lat && space.lon {
    // add it!
  }
}
elf-pavlik commented 11 years ago

:) we can for now use this directory as default through config, still it should take any array of spaceAPI endpoints or event homepages which allow to discover spaceAPI through link relation

we can play with GeoFeedSpaceAPI for that!

slopjong commented 11 years ago

Due to a technical reason I have to move lat and lon to the location field in future space api versions. I noticed yesterday that one hackerspace was using long instead of lon which could not be tracked by the validator.

No space has adapted their json until now. I'd like to wait to make this public on the hackerspaces mailing list until freezing 0.13 which is somewhat in next two/three weeks.

elf-pavlik commented 11 years ago

@slopjong thanks for giving us a heads up!

elf-pavlik commented 11 years ago

@slopjong one more thing... we plan next hackathon on DSpace in Munich for 1-3 March, feel invited to join us :) http://muc.ccc.de/

yggi commented 11 years ago

merged #69