Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 106 of 108

C# Librarys for GeoRSS.(C#GeoRSS库)

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

A site for open source projects and free data in gis field.It is also a demostration of 'openlayers', 'AspNetRssToolkit' and so ... [More] on.(中国GIS开发网致力于推动中国的中小型GIS应用,现阶段主要有三大内容:①中小型GIS项目解决方案②开源GIS项目导航③免费GIS数据导航,它也是“openlayers”,“AspNetRssToolkit”等开源项目的演示网站。) [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

This application will allow the user to choose from several news sources. It will also display the weather. The user will have the option to display the information in a variety of ways.

0
 
  0 reviews  |  0 users  |  344 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Lately (September 2006) I've been wondering if the below xml rss type feeds might be more suitable to simple sharing of latest observation data from platforms. ObsRSS is shorthand for Observations RSS. A common concern is collecting latest observations in near real-time from various platforms ... [More] and many different entities are trying both to provide and consume these latest data via both the usual http/ascii/xml type feeds and web services/SOAP/REST type feeds. In addition to a more complex query based web services approach(SOAP or REST based) which can be time consuming/resource intensive to develop and maintain, what's needed for this simpler publishing/report issue is an rss type approach where there is agreement on the rss/xml format and methods for providing cross-organizational mapping for the content elements. If existing data feeds were mapped by platform to a more community standard rss/xml type feed below once then the duplicated effort of understanding/mapping to the various individual feeds could be reduced. Below are listed what I would consider the critical elements to achieving a useful rss type feed listed in the 'minimal form' section.     * position           o Latitude and longitude are represented in a georss style tag ( http://georss.org )which is a simplified version of gml. Latitude and longitude are representative for all observations listed with this platform or rss message.           o Elevation is referenced by the 'elev' tag (also borrow from georss) and has units of meters and a frame of reference as positive where this is height above the earth or ocean surface(mean sea level) and negative where this is depth below the earth or ocean surface(mean sea level). Elevation is listed with each observation.     * time           o use ISO8601 format in the 'dateTime' element listed with each observation including time zone to hour resolution     * observation description           o an observation needs to be described in terms of its type such as sea surface temperature, air pressure, etc. , unit of measure (uom) and observed value.     * platform handle           o we need a platform handle to display and to be used for mapping against other possibly duplicate data sources Note in the below that xml namespace elements (xmlns) are given which further reference the list of valid element values and their definitions(such as http://nautilus.baruch.sc.edu/obsrss/observation_types.xml which was created using the perl DBIx::XML_RDB package code example). These additional reference documents could be used to create further higher level mappings and ontologies and reused as reference sources for others additional data feeds. The filename includes a reference to the platform handle, unique timestamp for the file creation date or latest obs and convention version. The platform handle in the below reference is a concatenation of the organization name, platform name and platform type(like carocoops_SUN2_buoy ). The platform type can be used to break up different messages from different parts of the platform like '..._buoy','..._met','..._waves',etc. This has been a useful convention for my purposes, but this convention does not have to be followed as long as the handle provides some description and forms a unique string key. A new obs rss file would be produced with each latest set of (say hourly) observation data. These files could accumulate for say the previous day's worth of data or possibly just the latest obs only is shared depending on the data provider. The xml could be extended to reference a subscription time, frequency and possible secondary source. Minimal form #filename convention like follows: #__latest_obs_v1.xml #carocoops_SUN2_buoy_200608171400_latest_obs_v1.xml    33.83 -78.48        carocoops_SUN2_buoy           sea_surface_temperature       2006-08-17T14:00:00-00 #ISO8601 time format GMT       20       celcius       -1                   air_pressure       2006-08-17T14:00:00-00 #ISO8601 time format GMT       1016       millibar       3      Full form Below is the 'full form' version of the above. I've added useful additional reference tags such as platform and data url's, quality flags and a breakout of the elements which form the platform handle. Other additional tags could be added for additional metadata or data product specific elements. #filename convention like follows: #__latest_obs_v1.xml #carocoops_SUN2_buoy_200608171400_latest_obs_v1.xml    33.83 -78.48        carocoops    SUN2    buoy    carocoops_SUN2_buoy    http://nautilus.baruch.sc.edu/carocoops_website/buoy_detail.php?buoy=buoy6           sea_surface_temperature       2006-08-17T14:00:00-00 #ISO8601 time format GMT       20       celcius       -1       3       http://nautilus.baruch.sc.edu/carocoops_website/buoy_graph.php?buoy=buoy6&graph_type=temperature_surface                   air_pressure       2006-08-17T14:00:00-00 #ISO8601 time format GMT       1016       millibar       3       3       http://nautilus.baruch.sc.edu/carocoops_website/buoy_graph.php?buoy=buoy6&graph_type=air_pressure     Future development     * I could develop a google earth/kmz based visualization of a list of such rss type feeds similar to earlier google earth visualizations listed at http://bbs.keyhole.com/ubb/showthreaded.php/Cat/0/Number/335650/an/0/page/1#335650 and http://nautilus.baruch.sc.edu/twiki_dmcc/bin/view/Main/ObsCatalog . Such visualizations could be developed in a generic way allowing different observations/unit of measurements combinations for varying geospatial communities.     * Please email me at jcothran[at]asg.sc.edu if interested in providing feedback on the above type latest observation rss type feed or something similar and if you would be interested in providing such feeds or are interested in visualizations/products derived from such feeds. Other earlier and ongoing work The above xml rss forms are related to and derive from earlier and ongoing work related to ocean observing system web services development documented at http://twiki.sura.org/twiki/bin/view/Main/OosTechServiceDefinition http://twiki.sura.org/twiki/bin/view/Main/OOSTechSWE Also at the relational database level I'm working to provide a generalized table schema which would be used to collect and share data/products from documented at http://nautilus.baruch.sc.edu/twiki_dmcc/bin/view/Main/XeniaPackage Data feeds Currently the latest observations from the Seacoos database (1000+ platforms, federal and institution level) are hourly provided as both: zipped xml file http://nautilus.baruch.sc.edu/gearth/oostech.xml.zip kmz file for display in google earth http://nautilus.baruch.sc.edu/gearth/latest_placemarks.kmz Smaller bounding boxes, individual platforms and observations can be queried via examples of the REST oriented web service documented at http://twiki.sura.org/twiki/bin/view/Main/SoapliteSeacoos Work done to convert data from their hourly raw ascii feeds to other formats is documented at http://nautilus.baruch.sc.edu/twiki_dmcc/bin/view/Main/CarolinasCoastGetData -- JeremyCothran - 07 Sep 2006 [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

My initial goal with BetterReader will be simply to duplicate the level of functionality found in most desktop RSS aggregators out currently (or at least the functionality I find useful.) Once that has been done I hope to extend that functional set with a few key additions which aren't found in ... [More] any of the FOSS readers out there that I know of. These extensions will include: **Visual filtering of read items/feeds **Archiving of feed items **Syncing of archived items and item read statuses across multiple installations without a dedicated server **More per feed options than you find in most current apps **And more! [Less]

0
 
  0 reviews  |  0 users  |  6,089 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Feeds.App Lite makes it simple to add Atom and RSS feed content from other sites to your published Movable Type blog. The plugin currently requires static publishing of the template which includes the Feeds.App Lite tags or feed widget. Feeds.App Lite was originally created by Timothy Appnel for ... [More] distribution with Movable Type and Movable Type Enterprise and provide a basic subset of the functionality found in Feeds.App, a commercial plugin for more advanced uses of syndicated content. It is now published under a Artistic/GPL license. Feeds.App Lite is template tag compatible with its more full-featured counter part, but its underlying mechanics are very different. The two plugins cannot be enabled at the same time. [Less]

0
 
  0 reviews  |  0 users  |  866 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

JPL News is going to be a full featured Content Management Service written in PHP and utilizing Zend Framework . There will be support for multi-page news articles, unlimited catagory support, archiving, RSS/ATOM Feeds, bi-directional RESTful API, User Management System and many more. JPL News is ... [More] being developed in a manner where developers can easily create a new controller and Model to add custom features. Also to allow for easy customization, there are config files that hold most of the settings that can be modified. The settings can be changed either directly in the config files or through a web interface in the admin section of JPL News. The settings will also include a session/cookie name that will allow you to implement an already existing user authentication system into JPL News to prevent from making users register twice for one site. For a complete list of all Major planned features please visit the Features section. Also, the Release Schedule section will give you the planned upcoming releases and what features will be added in each release. [Less]

0
 
  0 reviews  |  0 users  |  5,595 lines of code  |  0 current contributors  |  Analyzed 13 days ago
 
 

TravelPress is a WordPress plugin that allows travel suppliers to publish blogs containing their current travel offers. In addition to the standard blog display and RSS/Atom output provided by WordPress, TravelPress outputs the offers in Travel Syndication Format (TSF) - an XML standard for distribution and automated processing of travel offers.

0
 
  0 reviews  |  0 users  |  955 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Flulet = flux (=feed in French) + bookmarklet Flulet opens the feed of the page you are reading, so you can read the content with all the comfort provided by the iPhone embedded reader. Flulet is the most efficient way to read feeds, there's only two steps enter any URL into Safari's ... [More] address bar (or just decide the active page is worth reading) choose Flulet bookmark Boom! the feeds open in the .Mac Reader You can, if you wish, bookmark this new location, so next time, there will be just on step between you and your news expresso ! The code is 99% inspired by (not to say stolen from...) a google reader bookmarklet that does the same thing but for Google Reader only and which is available here. Mine gives you the freedom to choose your feed reader when clicked on a computer and uses the iPhone embedded feed reader when tapped on an iPhone. iTransmogrify is an inspiring project as well. To add the bookmarklet, just drag the sidebar link into your browser bookmarks bar and sync your iPhone. Then, whenever you are on a page which is hard to read on your iPhone, just select the bookmark to read it within the content focused iPhone embedded reader. Or, add it right from your iPhone: click here, bookmark the 404 page and then modify the bookmark address to delete the beginning of the address (http://baignoire.blogspot.com/) and keep only the text from javascript.... To see the code called by flulet bookmarklet, click the 'Downloads' tab and open the file flulet.js Don't hesitate to post issues in the 'Issues' tab [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

gdata-mobile is a MIDP tool for user can read information in GData format.It is readable by users and can be parsed by KXML parser

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 11 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.