This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
283 additions
and
110 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
./aps2raster.py ../../data/rivm-rio/output/2015091611_no2.aps ../../data/rivm-rio/aps2raster/2015091611_no2.tif | ||
./aps2raster.py ../../data/rivm-rio/output/2015091611_o3.aps ../../data/rivm-rio/aps2raster/2015091611_o3.tif | ||
./aps2raster.py ../../data/rivm-rio/output/2015091611_pm10.aps ../../data/rivm-rio/aps2raster/2015091611_pm10.tif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd"> | ||
<NamedLayer> | ||
<Name>rivm_aps_o3</Name> | ||
<UserStyle> | ||
<Name>rivm_aps_o3</Name> | ||
<Title>rivm_aps_o3</Title> | ||
<Abstract>Style for RIVM APS raster O3</Abstract> | ||
<FeatureTypeStyle> | ||
<FeatureTypeName>Feature</FeatureTypeName> | ||
<Rule> | ||
<RasterSymbolizer> | ||
<ColorMap type="intervals"> | ||
<ColorMapEntry color="#FFFFFF" quantity="0" label="No Data" opacity="0.0"/> | ||
<ColorMapEntry color="#6699CC" quantity="60" label="< 60 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#99CCCC" quantity="120" label="60-120 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#CCFFFF" quantity="180" label="120-180 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#FFFFCC" quantity="200" label="180-200 ug/m3" opacity="1.0"/> <!-- Yellow --> | ||
<ColorMapEntry color="#FFCC66" quantity="220" label="200-220 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#FF9966" quantity="240" label="220-240 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#990033" quantity="20000" label="> 240 ug/m3" opacity="1.0"/> | ||
</ColorMap> | ||
</RasterSymbolizer> | ||
</Rule> | ||
</FeatureTypeStyle> | ||
</UserStyle> | ||
</NamedLayer> | ||
</StyledLayerDescriptor> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd"> | ||
<NamedLayer> | ||
<Name>rivm_aps_pm10</Name> | ||
<UserStyle> | ||
<Name>rivm_aps_pm10</Name> | ||
<Title>rivm_aps_pm10</Title> | ||
<Abstract>Style for RIVM APS raster PM10</Abstract> | ||
<FeatureTypeStyle> | ||
<FeatureTypeName>Feature</FeatureTypeName> | ||
<Rule> | ||
<RasterSymbolizer> | ||
<ColorMap type="intervals"> | ||
<ColorMapEntry color="#FFFFFF" quantity="0" label="No Data" opacity="0.0"/> | ||
<ColorMapEntry color="#6699CC" quantity="10" label="< 10 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#99CCCC" quantity="30" label="10-30 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#CCFFFF" quantity="50" label="30-50 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#FFFFCC" quantity="75" label="50-75 ug/m3" opacity="1.0"/> <!-- Yellow --> | ||
<ColorMapEntry color="#FFCC66" quantity="125" label="75-125 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#FF9966" quantity="200" label="125-200 ug/m3" opacity="1.0"/> | ||
<ColorMapEntry color="#990033" quantity="20000" label="> 200 ug/m3" opacity="1.0"/> | ||
</ColorMap> | ||
</RasterSymbolizer> | ||
</Rule> | ||
</FeatureTypeStyle> | ||
</UserStyle> | ||
</NamedLayer> | ||
</StyledLayerDescriptor> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.