Generating GeoJSON from GeoTIFF for ArcGIS Online

GIS How-To for Generating GeoJSON from GeoTIFF for ArcGIS Online

Step-by-step guide

  1. Install Anaconda
  2. conda install -c conda-forge gdal
  3. ~/anaconda3/bin/gdal_polygonize.py TF_MOD.tif -f "GeoJSON" TF_MOD.json
Information Icon
ArcGIS supports GeoJSON, not GeoTIFF
Last Updated