I hereby claim:
- I am bennyistanto on github.
- I am bennyistanto (https://keybase.io/bennyistanto) on keybase.
- I have a public key ASDvnyDW1A30EJd9ukpTpE4BnSd3HDr6S3TttFbfknYCTQo
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<StyledLayerDescriptor version="1.0.0" | |
xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd" | |
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"> | |
<NamedLayer> | |
<Name>ERA5Land_Temperature</Name> | |
<UserStyle> |
I hereby claim:
To claim this, I am signing this object:
# -*- coding: utf-8 -*- | |
""" | |
NAME | |
modis_viproducts_monthly.py | |
Generate derivative product from Vegetation Indices | |
DESCRIPTION | |
Input data for this script will use MXD13Q1 8-days data generate from GEE or downloaded | |
from NASA. This script can do calculation for ratio, difference, standardize anomaly | |
and vegetation condition index. | |
The calculation required timeseries VI and the long-term statistics (min, mean, max, std) |
# -*- coding: utf-8 -*- | |
""" | |
NAME | |
modis_monthlystats.py | |
MXD13Q1 monthly statistics data, long-term average, max, min and stdev | |
DESCRIPTION | |
Input data for this script will use MXD13Q1 monthly data generate from modis_8day2monthly.py | |
This script can do annual statistics calculation (AVERAGE, MAXIMUM, MINIMUM and STD) | |
REQUIREMENT | |
ArcGIS must installed before using this script, as it required arcpy module. |
# -*- coding: utf-8 -*- | |
""" | |
NAME | |
modis_8day2monthly.py | |
MXD13Q1 monthly mean from 8-day data | |
DESCRIPTION | |
Input data for this script will use MXD13Q1 8-days data generate from GEE or downloaded from NASA | |
This script can do MEAN calculation to derive monthly data | |
REQUIREMENT | |
ArcGIS must installed before using this script, as it required arcpy module. |