Skip to content

Instantly share code, notes, and snippets.

@gisfromscratch
Created February 25, 2023 12:23
Show Gist options
  • Save gisfromscratch/e756ec23628d0721e054b7695573d64b to your computer and use it in GitHub Desktop.
Save gisfromscratch/e756ec23628d0721e054b7695573d64b to your computer and use it in GitHub Desktop.
Python imports for mapping the Russian invasion of Ukraine
from arcgis.gis import GIS
from arcgis.features import FeatureLayer, FeatureSet
from arcgis.mapping import WebMap
from arcgis.mapping.renderer import generate_simple, generate_classbreaks
from datetime import datetime
from georapid.client import GeoRapidClient
from georapid.factory import EnvironmentClientFactory
from georapid.conflicts import aggregate, query
from georapid.formats import OutFormat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment