Skip to content

Instantly share code, notes, and snippets.

View rvg296's full-sized avatar
🎯
Focusing

Rohit Mendadhala rvg296

🎯
Focusing
View GitHub Profile
@rvg296
rvg296 / arcgisOnlineDataExport.py
Last active July 22, 2020 15:26
A short script for exporting feature service data from ArcGIS Online, download it and then delete the item.
'''This script can be only be run either by Organization Administrator or the Feature Service Owner for exporting the data'''
import time
from datetime import date
import urllib, zipfile,json
from arcgis.gis import GIS
# Feature Service Item ID
featureService_ID = "***************"
# Local folder where the data will be downloaded (include slash at the end)
@rvg296
rvg296 / README.md
Created August 25, 2020 14:38 — forked from clhenrick/README.md
PostgreSQL & PostGIS cheatsheet (a work in progress)