|
|
@2616
|
12 years |
lawrence |
Further modifications to the ows stack to get the retrieve
document …
|
|
|
@2615
|
12 years |
lawrence |
Moving some of the wsgi stack into the ows stack.
At this point an xml dif …
|
|
|
@2614
|
12 years |
lawrence |
Adding infrastructure to the ows_server code to support the
rest of the …
|
|
|
@2613
|
12 years |
domlowe |
indentation fix
|
|
|
@2611
|
12 years |
domlowe |
changing name of publish_dir variable to be extract_dir
|
|
|
@2607
|
12 years |
domlowe |
WCS working with store parameter for asynchronous delivery
|
|
|
@2606
|
12 years |
spascoe |
A cleaner way of implementing WCS "store" (hopefully).
|
|
|
@2605
|
12 years |
domlowe |
adding publish directory option to config
|
|
|
@2604
|
12 years |
domlowe |
adding filestore public directory
|
|
|
@2603
|
12 years |
domlowe |
adding option to publish netcdf file in public directory, off by default
|
|
|
@2601
|
12 years |
domlowe |
adding try except
|
|
|
@2600
|
12 years |
domlowe |
temporal and spatial subsetting basics working for wcs
|
|
|
@2599
|
12 years |
spascoe |
WMS now works sufficiently to be crudely viewable with openlayers but
bugs …
|
|
|
@2596
|
13 years |
spascoe |
Improved tests.
|
|
|
@2594
|
13 years |
spascoe |
Various changes. Some test data is generated with make_data.py and this …
|
|
|
@2593
|
13 years |
domlowe |
removing time workaround from csml_util.py
|
|
|
@2592
|
13 years |
domlowe |
skeleton getCoverage request working, edits to csml_utils to create …
|
|
|
@2591
|
13 years |
spascoe |
Identifiers attribute clashes with DatasetSummary/Identifier? element which …
|
|
|
@2589
|
13 years |
domlowe |
Beginnings of WCS controller added to pylons framework, basic …
|
|
|
@2588
|
13 years |
spascoe |
Configured a custom temporary directory for CSML extracts.
|
|
|
@2586
|
13 years |
spascoe |
First WMS GetMap? request working.
|
|
|
@2582
|
13 years |
spascoe |
Render routines ported from ddc-vis. Untested.
|
|
|
@2580
|
13 years |
spascoe |
Code to convert CDMS grids to uniform grids. Required before they can be …
|
|
|
@2578
|
13 years |
spascoe |
Validators provide a mechanism for type checking operation parameters. …
|
|
|
@2577
|
13 years |
spascoe |
More consistent method naming. Using lowerCamelCase for methods but …
|
|
|
@2570
|
13 years |
spascoe |
Many changes to implement Dimension elements in the Capabilities document.
|
|
|
@2566
|
13 years |
spascoe |
Automatic checking of operation parameter values. Ranges aren't supported …
|
|
|
@2564
|
13 years |
spascoe |
Moved OWS parameter handling into the @operation decorator. Missing …
|
|
|
@2561
|
13 years |
spascoe |
Moved decorators into ows_server.
|
|
|
@2552
|
13 years |
spascoe |
Added module modelling WMS1.3-specific elements.
|
|
|
@2551
|
13 years |
spascoe |
Missed an important file.
|
|
|
@2549
|
13 years |
spascoe |
Fleshed out WMS 1.3 capabilities. Still more to do.
|
|
|
@2532
|
13 years |
spascoe |
Tidied up OWS Common XML dead end. I've decided it's best to convert
all …
|
|
|
@2531
|
13 years |
spascoe |
Tidied up template dead ends. Added an example capabilities configuration …
|
|
|
@2529
|
13 years |
spascoe |
CSML_API service shows an example of a browsable dataset with subsetting. …
|
|
|
@2524
|
13 years |
spascoe |
Still messing around with get_capabilities. More works now. Some …
|
|
|
@2521
|
13 years |
spascoe |
OWS 1.3.0 capabilities document template finished and ready for testing.
|
|
|
@2519
|
13 years |
spascoe |
Added code to parse service metadata XML into ows_common objects.
Some …
|
|
|
@2507
|
13 years |
spascoe |
Operations metadata inserted correctly for CSML WMS.
|
|
|
@2502
|
13 years |
spascoe |
Some bug fixes to ows_common. OwsController?._load_capabilities implements …
|
|
|
@2501
|
13 years |
spascoe |
Many new ideas in this commit. It's still in a state of flux.
I'm …
|
|
|
@2494
|
13 years |
spascoe |
Created a trivial CSML reading app based on Dom's code. Just shows the …
|
|
|
@2493
|
13 years |
spascoe |
Implemented all metadata fields in WMS_Capabilities/Service.
|
|
|
@2488
|
13 years |
spascoe |
Moved wms_capabilities test cases to the correct place. Implemented …
|
|
|
@2486
|
13 years |
spascoe |
Started building a WMS capabilities facade on top of OWS capabilities.
|
|
|
@2484
|
13 years |
spascoe |
Created a dummy controller for testing the ows parameter parsing
features. …
|
|
|
@2481
|
13 years |
spascoe |
Renaming egg directory.
|
|
|
@2480
|
13 years |
spascoe |
Minimal egification of ows_common.
|
|
|
@2479
|
13 years |
spascoe |
Implemented basic query string handling by editing base.BaseController?. …
|
|
|
@2478
|
13 years |
domlowe |
correcting variable name in service_indentification
|
|
|
@2477
|
13 years |
domlowe |
Adding service_provider classes and related classes in iso19115
|
|
|
@2476
|
13 years |
spascoe |
Adding Pylons template project as ows_server.
|
|
|
@2475
|
13 years |
spascoe |
renaming part 2
|
|
|
@2474
|
13 years |
spascoe |
Renaming ows as ows_common. Part 1
|
|
|
@2471
|
13 years |
spascoe |
Most of OWS common implemented except for Service Profider package.
|
|
|
@2470
|
13 years |
spascoe |
Some modifications to the OWS data model. This UML might not evolve …
|
|
|
@2469
|
13 years |
spascoe |
About half way through modelling OWS v1.1.0
|
|
|
@2455
|
13 years |
spascoe |
Added some modelling of OWS Common schema. Incomplete.
|
|
|
@2447
|
13 years |
spascoe |
Small changes
|
|
|
@2443
|
13 years |
spascoe |
First diagram laying out some OWS framework ideas.
|
|
|
@2442
|
13 years |
spascoe |
Added EAP with initial component sketches. This will contain all UML for …
|
|
|
@2441
|
13 years |
spascoe |
|
|
|
@2440
|
13 years |
spascoe |
|
|
|
@2439
|
13 years |
spascoe |
|
|
|
@2438
|
13 years |
spascoe |
This is the best place I can think of to put OGC Web Services code.
|