summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added two more tests.Andrei Aiordachioaie2010-04-076-0/+258
| |
| * Fixed bug where an internal variable name was "im", leading to possibleAndrei Aiordachioaie2010-04-073-3/+3
| | | | | | | | confusion about variables and/or complex number operations.
| * Implemented range expressions.Andrei Aiordachioaie2010-04-0614-55/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | Now WCPS can accept queries of the following form: for c in ( rgb ) return encode( c.red * { red: (char) 1; green: (char) 2; blue: (char) 3 }, "jpeg")
| * Now WCPS can perform sqrt and abs operations no scalar expressions as well.Andrei Aiordachioaie2010-03-318-2228/+2826
| |
| * Deleted unused class.Andrei Aiordachioaie2010-03-311-147/+0
| |
| * Fixed bug related to additions with scalar values.Andrei Aiordachioaie2010-03-318-13/+63
| |
| * Fixed implementation of "extend" and "overlay" operators. AddedAndrei Aiordachioaie2010-03-0310-5/+63
| | | | | | | | the corresponding regression tests.
| * Fixed URL-encoding bug related to parameter "query" in WCPS.Andrei Aiordachioaie2010-02-271-6/+6
| |
| * Source formatted properly.Andrei Aiordachioaie2010-02-27147-10101/+7935
| |
| * Updated test files for WCPS.Andrei Aiordachioaie2010-02-277-243/+289
| |
| * Updated Petascope interface.Andrei Aiordachioaie2010-02-273-21/+94
| | | | | | | | | | | | Petascope can now accept raw XML requests, with or without URL encoding (mimetypes application/x-url-encoded and text/xml), with or without parameter "request".
| * Fixed minor bug.Andrei Aiordachioaie2010-02-271-8/+8
| | | | | | | | | | Bug was: If no CRS was specified in a trim operation, Petascope would fail with a "RuntimeException" and no additional explanation.
| * Fixed another small bug.Andrei Aiordachioaie2010-02-261-1/+1
| | | | | | | | This yielded a RuntimeException for queries that on coverages with no WGS84 information.
| * Fixed small bug.Andrei Aiordachioaie2010-02-262-1/+6
| | | | | | | | | | | | When trying to use coordinates in the EPSG:4326 (WGS84) coordinate system, with a coverage that is not georeferenced in WGS84, now Petascope displays a meaningful error message.
| * WCPS service can now understand WGS84 (EPSG:4326) coordinate values.Andrei Aiordachioaie2010-02-2643-175/+378
| | | | | | | | | | A trim operation can use either WGS84 or the default coordinate system (CRS:1) to express the trim interval limits.
| * Fixed imports for a unit test.Andrei Aiordachioaie2010-02-251-0/+1
| |
| * Added log4j logging libraries and updated NetBeans project files.Andrei Aiordachioaie2010-02-257-89/+130
| |
| * Deleted stale files.Andrei Aiordachioaie2010-02-25138-45611/+0
| |
| * Refactored package hierarchy. Moved to Log4j logging system. Added a demo ↵Andrei Aiordachioaie2010-02-25201-202/+49821
| | | | | | | | implementation for WCS 2.0
| * Removed unnecessary code from interface servletAndrei Aiordachioaie2009-10-192-28/+0
| |
| * Removed another stale file from WCPSAndrei Aiordachioaie2009-10-191-119/+0
| |
| * Removed stale source-files from WCS-TAndrei Aiordachioaie2009-10-1911-3744/+5
| |
| * updated settings file with default valuesAndrei Aiordachioaie2009-10-191-13/+59
| |
| * removed stale "web.xml" fileAndrei Aiordachioaie2009-10-191-40/+0
| |
| * Added WCS source files to repository. Moved build system to ant. Small ↵Andrei Aiordachioaie2009-10-1979-1712/+9291
| | | | | | | | bug-fixes.
| * Updated install + readmeAndrei Aiordachioaie2009-08-272-4/+5
| |
| * Unified Web Interface, to access all Petascope servicesAndrei Aiordachioaie2009-08-278-8/+424
| |
| * WCS-T schema filesAndrei Aiordachioaie2009-08-077-134/+317
| | | | | | | | added to repository and Makefile updated
| * PetaScope usability improvementsAndrei Aiordachioaie2009-08-0713-52/+133
| | | | | | | | | | | | - WCPS and WCS-T now both use the ConfigManager for reading settings - Now we have a unique settings file: settings.properties (dbparams.properties has been removed) - The HTML templates were moved to a different folder
| * WCS-T overall improvements: error catching and configurationAndrei Aiordachioaie2009-08-0712-359/+471
| |
| * WCS-T added to repositoryAndrei Aiordachioaie2009-08-0728-33/+4547
| |
| * Fixed definition of numbers in abstract syntax parserAndrei Aiordachioaie2009-08-076-1471/+1187
| |
| * Makefile version fixAndrei Aiordachioaie2009-07-141-4/+9
| |
| * Small changes before releaseAndrei Aiordachioaie2009-07-149-471/+448
| |
| * General file cleanupAndrei Aiordachioaie2009-07-099-309/+527
| |
| * Fixed annoyance about time axis domainAndrei Aiordachioaie2009-07-0713-347/+369
| |
| * Updated tester codeAndrei Aiordachioaie2009-07-071-18/+15
| |
| * Added test timing capabilitiesAndrei Aiordachioaie2009-07-071-3/+17
| |
| * Improved cli for test suiteAndrei Aiordachioaie2009-07-073-9/+37
| |
| * updated PetaScope test framework and test filesAndrei Aiordachioaie2009-07-07148-190/+371
| |
| * Added script to run all testsAndrei Aiordachioaie2009-07-072-0/+10
| |
| * Removed stale WCS test filesAndrei Aiordachioaie2009-07-0722-587/+1
| |
| * Added and updated test filesAndrei Aiordachioaie2009-07-07114-810/+171
| |
| * Implemented Condense Expression and Constant Coverage Expression. WCPS ↵Andrei Aiordachioaie2009-07-0733-3683/+5529
| | | | | | | | Grammar modified
| * Fixed web.xmlAndrei Aiordachioaie2009-07-071-6/+0
| |
| * Updated README, test source files, MakefileAndrei Aiordachioaie2009-07-074-10/+14
| |
| * Removed "examples" directory. If you want to see examples, check the ↵Andrei Aiordachioaie2009-07-0720-308/+0
| | | | | | | | test/testcases-wcps/ directory
| * added INSTALL file, updated README, dbparams.properties, and web.xml files.Andrei Aiordachioaie2009-07-075-14/+71
| |
| * Updated testsAndrei Aiordachioaie2009-07-074-43/+42
| |
| * Fixed small bug about "and" operator in abstract grammar, updated testsAndrei Aiordachioaie2009-07-078-3003/+2873
| |