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:
| # -*- coding: utf-8 -*- | |
| """ | |
| NAME | |
| 06_mxd13q1_8day2annual.py | |
| MXD13Q1 annual 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 annual data | |
| REQUIREMENT | |
| ArcGIS must installed before using this script, as it required arcpy module. |
| # -*- coding: utf-8 -*- | |
| """ | |
| NAME | |
| 08_mxd13q1_stats_quarter.py | |
| MXD13Q1 quarter statistics data, long-term average, max, min and stdev | |
| DESCRIPTION | |
| Input data for this script will use MXD13Q1 quarter data generate from modis_quarter.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 | |
| 08_mxd13q1_stats_quarter.py | |
| MXD13Q1 quarter statistics data, long-term average, max, min and stdev | |
| DESCRIPTION | |
| Input data for this script will use MXD13Q1 quarter data generate from modis_quarter.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 | |
| 01_mxd13q1_extract_positive.py | |
| Extract positive value for EVI/NDVI data, exclude 0 values which associated with water/cloud | |
| DESCRIPTION | |
| Input data for this script will use MXD13Q1 16-days data generate from GEE or downloaded from NASA | |
| This script can do positive data extraction and keep the data free from 0 values. | |
| REQUIREMENT | |
| ArcGIS must installed before using this script, as it required arcpy module. |
| # Save this script as "NeoFetchLike.ps1" | |
| # System and User Information | |
| $User = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name | |
| $OS = Get-CimInstance -ClassName Win32_OperatingSystem | |
| $System = Get-CimInstance -ClassName Win32_ComputerSystem | |
| # Hardware Information | |
| $CPU = Get-CimInstance -ClassName Win32_Processor | |
| $GPU = Get-CimInstance -ClassName Win32_VideoController |
| <?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: