This is a collection of information on PostgreSQL and PostGIS for what I tend to use most often.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'''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) |