Skip to content

Commit

Permalink
feat: initial version static layers AB#14845
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Aug 12, 2022
1 parent d994c95 commit cacc4ba
Show file tree
Hide file tree
Showing 7 changed files with 588 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<coverageStore>
<id>CoverageStoreInfoImpl--7318a913:182910ebd85:-7d98</id>
<name>cyclone_risk_MWI</name>
<description>cyclone_risk_MWI</description>
<type>GeoTIFF</type>
<enabled>true</enabled>
<workspace>
<id>WorkspaceInfoImpl-48cab08a:175ace47603:-7ffb</id>
</workspace>
<__default>false</__default>
<dateCreated>2022-08-12 13:09:40.18 UTC</dateCreated>
<url>file:workspaces/ibf-system/ibf-pipeline/input/disaster_risk/cyclone_risk.tif</url>
</coverageStore>
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<coverage>
<id>CoverageInfoImpl--7318a913:182910ebd85:-7d97</id>
<name>cyclone_risk_MWI</name>
<nativeName>cyclone_risk_MWI</nativeName>
<namespace>
<id>NamespaceInfoImpl-48cab08a:175ace47603:-7ffa</id>
</namespace>
<title>cyclone_risk_MWI</title>
<description>Generated from GeoTIFF</description>
<keywords>
<string>cyclone_risk</string>
<string>WCS</string>
<string>GeoTIFF</string>
</keywords>
<nativeCRS>GEOGCS[&quot;WGS 84&quot;,
DATUM[&quot;World Geodetic System 1984&quot;,
SPHEROID[&quot;WGS 84&quot;, 6378137.0, 298.257223563, AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],
AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],
PRIMEM[&quot;Greenwich&quot;, 0.0, AUTHORITY[&quot;EPSG&quot;,&quot;8901&quot;]],
UNIT[&quot;degree&quot;, 0.017453292519943295],
AXIS[&quot;Geodetic longitude&quot;, EAST],
AXIS[&quot;Geodetic latitude&quot;, NORTH],
AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]]</nativeCRS>
<srs>EPSG:4326</srs>
<nativeBoundingBox>
<minx>32.671249884</minx>
<maxx>35.914583204</maxx>
<miny>-17.127083063</miny>
<maxy>-9.363749761</maxy>
<crs>EPSG:4326</crs>
</nativeBoundingBox>
<latLonBoundingBox>
<minx>32.671249884</minx>
<maxx>35.914583204</maxx>
<miny>-17.127083063</miny>
<maxy>-9.363749761</maxy>
<crs>EPSG:4326</crs>
</latLonBoundingBox>
<projectionPolicy>REPROJECT_TO_DECLARED</projectionPolicy>
<enabled>true</enabled>
<metadata>
<entry key="DirectDownload.Key">
<directDownloadSettings>
<directDownloadEnabled>false</directDownloadEnabled>
<maxDownloadSize>0</maxDownloadSize>
</directDownloadSettings>
</entry>
<entry key="cachingEnabled">false</entry>
<entry key="dirName">cyclone_risk_MWI_cyclone_risk</entry>
</metadata>
<store class="coverageStore">
<id>CoverageStoreInfoImpl--7318a913:182910ebd85:-7d98</id>
</store>
<serviceConfiguration>false</serviceConfiguration>
<simpleConversionEnabled>false</simpleConversionEnabled>
<nativeFormat>GeoTIFF</nativeFormat>
<grid dimension="2">
<range>
<low>0 0</low>
<high>3892 9316</high>
</range>
<transform>
<scaleX>8.333333299075039E-4</scaleX>
<scaleY>-8.333333299699443E-4</scaleY>
<shearX>0.0</shearX>
<shearY>0.0</shearY>
<translateX>32.67166655066495</translateX>
<translateY>-9.364166427664985</translateY>
</transform>
<crs>EPSG:4326</crs>
</grid>
<supportedFormats>
<string>GIF</string>
<string>PNG</string>
<string>JPEG</string>
<string>TIFF</string>
<string>GEOTIFF</string>
</supportedFormats>
<interpolationMethods>
<string>nearest neighbor</string>
<string>bilinear</string>
<string>bicubic</string>
</interpolationMethods>
<defaultInterpolationMethod>nearest neighbor</defaultInterpolationMethod>
<dimensions>
<coverageDimension>
<name>GRAY_INDEX</name>
<description>GridSampleDimension[-Infinity,Infinity]</description>
<range>
<min>-inf</min>
<max>inf</max>
</range>
<nullValues>
<double>-3.4E38</double>
</nullValues>
<dimensionType>
<name>REAL_32BITS</name>
</dimensionType>
</coverageDimension>
</dimensions>
<requestSRS>
<string>EPSG:4326</string>
</requestSRS>
<responseSRS>
<string>EPSG:4326</string>
</responseSRS>
<parameters>
<entry>
<string>InputTransparentColor</string>
<null/>
</entry>
<entry>
<string>SUGGESTED_TILE_SIZE</string>
<string>512,512</string>
</entry>
<entry>
<string>RescalePixels</string>
<boolean>true</boolean>
</entry>
</parameters>
<nativeCoverageName>cyclone_risk</nativeCoverageName>
</coverage>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<layer>
<name>cyclone_risk_MWI</name>
<id>LayerInfoImpl--7318a913:182910ebd85:-7d96</id>
<type>RASTER</type>
<defaultStyle>
<id>StyleInfoImpl--348e44ac:17849e219c0:-766f</id>
</defaultStyle>
<resource class="coverage">
<id>CoverageInfoImpl--7318a913:182910ebd85:-7d97</id>
</resource>
<attribution>
<logoWidth>0</logoWidth>
<logoHeight>0</logoHeight>
</attribution>
<dateCreated>2022-08-12 13:10:07.250 UTC</dateCreated>
</layer>
Loading

0 comments on commit cacc4ba

Please sign in to comment.