JPJinyoung Parkinorbtrace.hashnode.dev·Aug 11, 2025 · 2 min readEnable GEE API and create web UILog into Google Cloud Console Select the project and “IAM & Admin” tab Create service account Create new key (JSON) and save in your local computer Check the account is added Install necessary packages pip install earthengine-api s...00
JPJinyoung Parkinorbtrace.hashnode.dev·Aug 11, 2025 · 2 min readAnalyzing the change of NDVIInstall necessary packages pip install rasterio numpy matplotlib Script to analyze import rasterio import numpy as np import matplotlib.pyplot as plt import os # NDVI file paths script_dir = os.path.dirname(os.path.abspath(__file__)) ndvi_2020_...00
JPJinyoung Parkinorbtrace.hashnode.dev·Aug 11, 2025 · 1 min readImporting images from Google Earth EngineCreate an account in GEE https://code.earthengine.google.com/ Create a project Designate region of interest and export the image to Google Drive // Region of interest: Near Rochester Hills var roi = ee.Geometry.Rectangle([-83.2, 42.6, -83.0, ...00
JPJinyoung Parkinorbtrace.hashnode.dev·Aug 4, 2025 · 1 min readRoad MapGoal: Forest and land cover change analysis using satellite data Approach and timeline for PoC: Acquire satellite data (~2025.8.15) Import Sentinel-2, NAIP, or LandSat 8 data via Google Earth Engine, or USGS EarthExplorer, then export it to a loca...00
JPJinyoung Parkinorbtrace.hashnode.dev·Aug 2, 2025 · 1 min readCompany Name and Logo DesignCompany name: OrbTrace Slogan: Insights from Space Logo00