Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#1199 fixed WCST_Import error index out of range with recipe "wcs_extract" Bang Pham Huu
Description

I tried to ingest a coverage with recipe "wcs_extract" from local petascope with recipe ( coverage does exist in petascope named "mean_summerair_temp" ).

{
  "config": {
    "service_url": "http://localhost:8088/rasdaman/ows",
    "tmp_directory": "/tmp/",
    "crs_resolver": "http://localhost:8080/def/",
    "default_crs": "http://localhost:8080/def/crs/EPSG/0/4326",
    "mock": false,
    "automated": true,
    "subset_correction" : false
  },
  "input": {
    "coverage_id": "NIR2323"
  },
  "recipe": {
    "name": "wcs_extract",
    "options": {
      "coverage_id": "mean_summerair_temp",
      "wcs_endpoint" : "http://localhost:8088/rasdaman/ows/wcs",
      "partitioning_scheme" : [2720, 2361],
      "tiling": "ALIGNED [0:2000, 0:2000]"
    }
  }
}

and it returns error

An error has occured in the execution of the program. Error Message: list index out of range
Stack Trace: Traceback (most recent call last):
  File "wcst_import.py", line 126, in main
    reg.run_recipe(session)
  File "/home/rasdaman/test_server/ticket_908/rasdaman/applications/wcst_import/master/recipe/recipe_registry.py", line 72, in run_recipe
    recipe.describe()
  File "/home/rasdaman/test_server/ticket_908/rasdaman/applications/wcst_import/recipes/wcs_extract/recipe.py", line 82, in describe
    importer = self._get_importer()
  File "/home/rasdaman/test_server/ticket_908/rasdaman/applications/wcst_import/recipes/wcs_extract/recipe.py", line 112, in _get_importer
    self.importer = Importer(self._get_coverage(), self.options['wms_import'])
  File "/home/rasdaman/test_server/ticket_908/rasdaman/applications/wcst_import/recipes/wcs_extract/recipe.py", line 105, in _get_coverage
    self.options['partitioning_scheme']).get_coverage()
  File "/home/rasdaman/test_server/ticket_908/rasdaman/applications/wcst_import/util/coverage_reader.py", line 62, in __init__
    self._read()
  File "/home/rasdaman/test_server/ticket_908/rasdaman/applications/wcst_import/util/coverage_reader.py", line 385, in _read
    crs = self._get_crs(root).replace("localhost:9090", "localhost:8080")
  File "/home/rasdaman/test_server/ticket_908/rasdaman/applications/wcst_import/util/coverage_reader.py", line 80, in _get_crs
    crs = root.xpath("//gml:Envelope/@srsName", namespaces=self._get_ns())[0].strip()
IndexError: list index out of range

#1200 fixed Petascope error when parsing compound CRS by wcst_import with wcs_extract recipe Bang Pham Huu
Description

I've tested wcst_import a coverage (eobstest) which has time axis from local petascope with recipe "wcs_extract"

{
  "config": {
    "service_url": "http://localhost:8088/rasdaman/ows",
    "tmp_directory": "/tmp/",
    "crs_resolver": "http://localhost:8080/def/",
    "default_crs": "http://localhost:8080/def/crs/EPSG/0/4326",
    "mock": false,
    "automated": true,
    "subset_correction" : false
  },
  "input": {
    "coverage_id": "NIR2324"
  },
  "recipe": {
    "name": "wcs_extract",
    "options": {
      "coverage_id": "eobstest",
      "wcs_endpoint" : "http://localhost:8088/rasdaman/ows",
      "wms_import": true
    }
  }
}

and it throw an error in WCST_Import ( I could not see this problem in petascope.log ), SECORE is working normally with this compound CRS definition

http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/Temporal?epoch=%221950-01-01T00:00:00%22&uom=%22d%22&2=http://localhost:8080/def/crs/EPSG/0/4326
<CompoundCRS xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:epsg="urn:x-ogp:spec:schema-xsd:EPSG:0.1:dataset" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" gml:id="crs">
<metaDataProperty>
<epsg:CommonMetaData>
<epsg:type>compound</epsg:type>
</epsg:CommonMetaData>
</metaDataProperty>
<scope>not known</scope>
<identifier codeSpace="OGC">
http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/Temporal?epoch=%221950-01-01T00:00:00%22%26uom=%22d%22%262=http://localhost:8080/def/crs/EPSG/0/4326
</identifier>
<name>null / WGS 84</name>
<componentReferenceSystem xlink:href="http://localhost:8080/def/crs/OGC/0/Temporal?epoch="1950-01-01T00:00:00"%26uom="d""/>
<componentReferenceSystem xlink:href="http://localhost:8080/def/crs/EPSG/0/4326/"/>
</CompoundCRS>

Error here

RUNTIME ERROR: We could not parse the compound crs at http://localhost:8080/def/crs-compound?
1=http://localhost:8080/def/crs/OGC/0/Temporal?epoch="1950-01-01T00:00:00"
&uom="d"&2=http://localhost:8080/def/crs/EPSG/0/4326. 
Please check that the url is correct. 
Detailed error: RUNTIME ERROR: We could not parse the crs 
at http://localhost:8080/def/crs/OGC/0/Temporal?epoch="1950-01-01T00:00:00".
Please check that the url is correct.
#1202 fixed WCPS1.5_Slicing with one asterisk is valid and need to be handled Bang Pham Huu
Description

With test_wcps 95-just_slice_asterisk.error.test, WCPS 2.0 will returns as valid case instead of exception like WCPS 1.0

for c in (mr) return max(c[j(*)])

which is translated to

SELECT  max_cells(c[*:*,*:*])  FROM mr AS c

and return 253.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.