Categories
github activity
- jachym forked jachym/valhalla-just_gtfs from valhalla/just_gtfsjachym forked jachym/valhalla-just_gtfs from valhalla/just_gtfs · November 13, 2024 12:05 valhalla/just_gtfs C++17 header-only library for reading and writing GTFS 🌍 Updated Jun 29, 2023
- jachym forked jachym/valhalla-demos from valhalla/demosjachym forked jachym/valhalla-demos from valhalla/demos · November 13, 2024 12:03 valhalla/demos demos JavaScript 100 Updated Sep 14, 2023
- jachym forked jachym/valhalla from valhalla/valhallajachym forked jachym/valhalla from valhalla/valhalla · November 13, 2024 12:02 valhalla/valhalla Open Source Routing Engine for OpenStreetMap C++ 4.5k 6 issues need help Updated Nov 14
- jachym commented on pull request openstreetmap/openstreetmap-website#4042jachym commented on openstreetmap/openstreetmap-website#4042 · October 10, 2024 11:51 jachym commented Oct 10, 2024 Any resolution regarding this PR? Can we have this PR merged and closed, I believed, we addressed the concerns and issues of the community.
- jachym closed an issue in matthuisman/slyguy.addonsjachym closed an issue in matthuisman/slyguy.addons · September 24, 2024 18:49 Can't login to HBO MAX, wrong password #888 Many thanks for this addons repository. I've tested the HBO Max service, but can't login. The message I get is: API Request failed Server error: Th… 2 comments
- jachym forked jachym/valhalla-just_gtfs from valhalla/just_gtfs
Tags
Add new tag Code Sprint development ESRI foss4g geodatahackaton geojson GIS GIS Novinky github GPS GRASS HSLayers INSPIRE Kolo MapServer OGC opendata OpenLayers Open Source OpenStreetMap OSGeo OSM OWS Pes Proxy4OWS Python PyWPS QGIS rakovina varlete REST RUIAN Sport TopoJSON Ubuntu WFS wikipedia WMS WPS školeníArchives
- March 2018
- December 2015
- June 2014
- April 2014
- December 2013
- August 2013
- June 2013
- May 2013
- March 2013
- October 2012
- July 2012
- March 2012
- February 2012
- December 2011
- September 2011
- July 2011
- June 2011
- February 2011
- January 2011
- September 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- November 2009
- October 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- May 2005
- April 2005
- February 2005
- January 2005
Meta
3 Responses to “Temporal OWS Services”
I ca’t help with the GDAL/Mapserver issue but I’m curious about the OWSProxy implementation.. it’s a pure client implementation? did u extend the OL WCS/WFS parsers to achieve this?
By Pedro Mendes on Jun 27, 2011
Pedro, the OWSProxy is Python-MapServer-GDAL-based server-side application, which sits on the server. It get’s something like:
http://localhost/cgi-bin/owsproxy.cgi?service=WMS&request=GetCapabilities&owsUrl=http://your/cws/server&owsService=WCS
In this case (works for WFS as well), it parsers the Capabilities from WCS (WFS) and translates it to WMS Capabilities. Than it transforms WMS GetMap into WCS GetCoverage and WFS GetFeature.
So than you can run any WMS client on top of it. It’s going to support time (see the blogpost), filter encoding, SLD and other stuff, you usually need to display a map.
And I hope, we will opensource it soon ;-)
By jachym on Jun 27, 2011
The answer is probably: via VRT driver.
gdalbuildvrt accepts subdatasets as input, so you can generate VRT file (XML file) which is then readable via MapServer (or any other GDAL-based software).
Hope it helps,
Petr
By Petr Pridal (Klokan Technologies) on Jun 27, 2011