Feature layer generated from running the Merge Layers solution.
MIT Licensehttps://opensource.org/licenses/MIT
License information was derived automatically
Author: Titus, Maxwell (mtitus@esri.com)Last Updated: 3/4/2025Intended Environment: ArcGIS ProPurpose: This Notebook was designed to automate updates for Hosted Feature Services hosted in ArcGIS Online (or ArcGIS Portal) from ArcGIS Pro and a spatial join of two live datasets.Description: This Notebook was designed to automate updates for Hosted Feature Services hosted in ArcGIS Online (or ArcGIS Portal) from ArcGIS Pro. An associated ArcGIS Dashboard would then reflect these updates. Specifically, this Notebook would:First, pull two datasets - National Weather Updates and Public Schools - from the Living Atlas and add them to an ArcGIS Pro map.Then, the Notebook would perform a spatial join on two layers to give Public Schools features information on whether they fell within an ongoing weather event or alert. Next, the Notebook would truncate the Hosted Feature Service in ArcGIS Online - that is, delete all the data - and then append the new data to the Hosted Feature ServiceAssociated Resources: This Notebook was used as part of the demo for FedGIS 2025. Below are the associated resources:Living Atlas Layer: NWS National Weather Events and AlertsLiving Atlas Layer: U.S. Public SchoolsArcGIS Demo Dashboard: Demo Impacted Schools Weather DashboardUpdatable Hosted Feature Service: HIFLD Public Schools with Event DataNotebook Requirements: This Notebook has the following requirements:This notebook requires ArcPy and is meant for use in ArcGIS Pro. However, it could be adjusted to work with Notebooks in ArcGIS Online or ArcGIS Portal with the advanced runtime.If running from ArcGIS Pro, connect ArcGIS Pro to the ArcGIS Online or ArcGIS Portal environment.Lastly, the user should have editable access to the hosted feature service to update.
NOTE: An updated Introduction to ArcGIS GeoEvent Server Tutorial is available here. It is recommended you use the new tutorial for getting started with GeoEvent Server. The old Introduction Tutorial available on this page is relevant for 10.8.x and earlier and will not be updated.The Introduction to GeoEvent Server Tutorial (10.8.x and earlier) introduces you to the Real-Time Visualization and Analytic capabilities of ArcGIS GeoEvent Server. GeoEvent Server allows you to:
Incorporate real-time data feeds in your existing GIS data and IT infrastructure. Perform continuous processing and analysis on streaming data, as it is received. Produce new streams of data that can be leveraged across the ArcGIS system.
Once you have completed the exercises in this tutorial you should be able to:
Use ArcGIS GeoEvent Manager to monitor and perform administrative tasks. Create and maintain GeoEvent Service elements such as inputs, outputs, and processors. Use GeoEvent Simulator to simulate event data into GeoEvent Server. Configure GeoEvent Services to append and update features in a published feature service. Work with processors and filters to enhance and direct GeoEvents from event data.
The knowledge gained from this tutorial will prepare you for other GeoEvent Server tutorials available in the ArcGIS GeoEvent Server Gallery.
Releases
Each release contains a tutorial compatible with the version of GeoEvent Server listed. The release of the component you deploy does not have to match your version of ArcGIS GeoEvent Server, so long as the release of the component is compatible with the version of GeoEvent Server you are using. For example, if the release contains a tutorial for version 10.6; this tutorial is compatible with ArcGIS GeoEvent Server 10.6 and later. Each release contains a Release History document with a compatibility table that illustrates which versions of ArcGIS GeoEvent Server the component is compatible with.
NOTE: The release strategy for ArcGIS GeoEvent Server components delivered in the ArcGIS GeoEvent Server Gallery has been updated. Going forward, a new release will only be created when
a component has an issue,
is being enhanced with new capabilities,
or is not compatible with newer versions of ArcGIS GeoEvent Server.
This strategy makes upgrades of these custom
components easier since you will not have to
upgrade them for every version of ArcGIS GeoEvent Server
unless there is a new release of
the component. The documentation for the
latest release has been
updated and includes instructions for updating
your configuration to align with this strategy.
Latest
Release 7 - March 30, 2018 - Compatible with ArcGIS GeoEvent Server 10.6 and later.
Previous
Release 6 - January 12, 2018 - Compatible with ArcGIS GeoEvent Server 10.5 thru 10.8.
Release 5 - July 30, 2016 - Compatible with ArcGIS GeoEvent Server 10.4 thru 10.8.
Release 4 - July 30, 2015 - Compatible with ArcGIS GeoEvent Server 10.3.x.
Release 3 - April 24, 2015 - Compatible with ArcGIS GeoEvent Server 10.3.x. Not available.
Release 2 - January 22, 2015 - Compatible with ArcGIS GeoEvent Server 10.3.x. Not available.
Release 1 - April 11, 2014 - Compatible with ArcGIS GeoEvent Server 10.2.x.
The ArcGIS World Geocoding Service finds addresses and places in all supported countries around the world in a single geocoding service. The service can find point locations of addresses, cities, landmarks, business names, and other places. The output points can be visualized on a map, inserted as stops for a route, or loaded as input for a spatial analysis.The service is available as both a geosearch and geocoding service:Geosearch Services – The primary purpose of geosearch services is to locate a feature or point of interest and then have the map zoom to that location. The result might be displayed on the map, but the result is not stored in any way for later use. Requests of this type do not require a subscription or a credit fee. Geocoding Services – The primary purpose of geocoding services is to convert an address to an x,y coordinate and append the result to an existing record in a database. Mapping is not always involved, but placing the results on a map may be part of a workflow. Batch geocoding falls into this category. Geocoding requires a subscription. An ArcGIS Online Subscription, or ArcGIS Location Platform Subscription, will provide you access to the ArcGIS World Geocoding service for batch geocoding.The service can be used to find address and places for many countries around the world. For detailed information on this service, including a data coverage map, visit the ArcGIS World Geocoding service documentation.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
scripts.zip
arcgisTools.atbx: terrainDerivatives: make terrain derivatives from digital terrain model (Band 1 = TPI (50 m radius circle), Band 2 = square root of slope, Band 3 = TPI (annulus), Band 4 = hillshade, Band 5 = multidirectional hillshades, Band 6 = slopeshade). rasterizeFeatures: convert vector polygons to raster masks (1 = feature, 0 = background).
makeChips.R: R function to break terrain derivatives and chips into image chips of a defined size. makeTerrainDerivatives.R: R function to generated 6-band terrain derivatives from digital terrain data (same as ArcGIS Pro tool). merge_logs.R: R script to merge training logs into a single file. predictToExtents.ipynb: Python notebook to use trained model to predict to new data. trainExperiments.ipynb: Python notebook used to train semantic segmentation models using PyTorch and the Segmentation Models package. assessmentExperiments.ipynb: Python code to generate assessment metrics using PyTorch and the torchmetrics library. graphs_results.R: R code to make graphs with ggplot2 to summarize results. makeChipsList.R: R code to generate lists of chips in a directory. makeMasks.R: R function to make raster masks from vector data (same as rasterizeFeatures ArcGIS Pro tool).
terraceDL.zip
dems: LiDAR DTM data partitioned into training, testing, and validation datasets based on HUC8 watershed boundaries. Original DTM data were provided by the Iowa BMP mapping project: https://www.gis.iastate.edu/BMPs. extents: extents of the training, testing, and validation areas as defined by HUC 8 watershed boundaries. vectors: vector features representing agricultural terraces and partitioned into separate training, testing, and validation datasets. Original digitized features were provided by the Iowa BMP Mapping Project: https://www.gis.iastate.edu/BMPs.
REQUIRED: A brief narrative summary of the data set.
Centerpoints for aerial photographs in the UCSB Library collection. This is an export of the raw data from an in-house system used to catalog aerial photographs. It is used to drive a web map app on the UCSB Library's website: http://mil.library.ucsb.edu/ap_indexes/FrameFinder
Feature layer generated from the Current Weather and Wind Station Data Living Atlas layer for the Learn ArcGIS lesson Predict weather with real-time data.
Feature layer generated from running the Merge Layers solution.
Feature layer generated from running the Merge Layers solution.
Feature layer generated from running the Merge Layers solution.
The hypsometric integral (HI) is one of the most commonly used measures that geomorphologists use to describe the shape of the Earth’s surface. A hypsometric integral is usually calculated by plotting the cumulative height and the cumulative area under that height for individual watersheds and then taking the area under that curve to get the hypsometric integral. In a GIS hypsometric integral is calculated by slicing watersheds into elevation bands and plotting the cumulative area for each band. Due to the iterative nature that is required for calculating hypsometric integral it tends to be one of the harder to calculate watershed variables, and thus the need for an automated tool. Although there are instructions online for how to calculate HI in ArcGIS this tool automates the processes and doesn’t require users to do their own plotting or export results to spreadsheets.
This toolbox contains two models. Hypsometric Integral (for shapefiles only) is the main model that most users will want to run. Hypsometric Integral (submodel) is a model that is nested within the Hypsometric Integral (for shapefiles only) model and doesn’t need to be run by itself. The tool computes the hypsometric integral for a given watershed. A new shapefile will be created representing the same watershed the user inputs, but includes a new field, "HI," representing hypsometric integral percentages.
In some instances the Hypsometric Integral (for shapefiles) will show up with a red X and won’t be useable. The workaround for this is to open the Hypsometric Integral (for shapefiles) tool in edit mode (ModelBuilder) delete the Hypsometric Integral (submodel) and drag in your version of the Hypsometric Integral (submodel). Re-connect the following parameters: input DEM, Input Watershed, TempWorkspace, and then connect the output (HI Values for all Watersheds) to the Append tool. Click save.
Feature layer generated from running the Merge Layers solution.
Want to view this data on a map? See City of Castle Pines Public Map
Snapshot of all Cross roads, T Intersections, Dangerous Intersections, Circle, Y Intersections, Turns, Crossovers, Do Not Block Intersections, Large Arrows Two Directions, Turn Lane Signs, Advance Arrows, Merges, Diagonal Arrow of Approaching Roads, and lane must turn right or left signs in West Virginia as extracted by Mutcdname from an overall Sign Dataset. Datasets include RouteID, Sign ID Number, County Code, Route Number, Sub Route Number, Sign System, Supplemental Code, Supplemental Description, Direction, Milepoint, Number of Signs, Location, Mutcdname and Mutcode, Mutcdcat, Text, County, Photo URL, and XY Coordinates. Data is current as of 2015 and is updated as needed. Coordinate System: NAD_1983_UTM_Zone_17N
This Africa Geocoding locator is a view of the World Geocoding Service constrained to search for places in the countries of Africa. The World Geocoding Service finds addresses and places in all supported countries around the world in a single geocoding service. The service can find point locations of addresses, cities, landmarks, business names, and other places. The output points can be visualized on a map, inserted as stops for a route, or loaded as input for a spatial analysis.The service is available as both a geosearch and geocoding service:Geosearch Services – The primary purpose of geosearch services is to locate a feature or point of interest and then have the map zoom to that location. The result might be displayed on the map, but the result is not stored in any way for later use. Requests of this type do not require a subscription or a credit fee. Geocoding Services – The primary purpose of geocoding services is to convert an address to an x,y coordinate and append the result to an existing record in a database. Mapping is not always involved, but placing the results on a map may be part of a workflow. Batch geocoding falls into this category. Geocoding requires a subscription. An ArcGIS Online subscription will provide you access to the World Geocoding service for batch geocoding.The service can be used to find address and places for many countries around the world. For detailed information on this service, including a data coverage map, visit the World Geocoding service documentation.
An area encompassing all the National Forest System lands administered by an administrative unit. The area encompasses private lands, other governmental agency lands, and may contain National Forest System lands within the proclaimed boundaries of another administrative unit. All National Forest System lands fall within one and only one Administrative Forest Area.
This dataset was created as part of the National Oceanic and Atmospheric Administration Office for Coastal Management's efforts to create an online mapping viewer depicting potential sea level rise and its associated impacts on the nation's coastal areas. The purpose of the mapping viewer is to provide coastal managers and scientists with a preliminary look at sea level rise and coastal flooding impacts. The viewer is a screening-level tool that uses nationally consistent data sets and analyses. Data and maps provided can be used at several scales to help gauge trends and prioritize actions for different scenarios.The purpose of this dataset is to depict the extent of flood-prone coastal areas based on predicted water levels exceeding specific tidal heights as defined by National Ocean Service High Tide Flooding thresholds.The dataset should be used only as a screening-level tool for management decisions. As with all remotely sensed data, all features should be verified with a site visit. The dataset is provided "as is," without warranty to its performance, merchantable state, or fitness for any particular purpose. The entire risk associated with the results and performance of this dataset is assumed by the user. This dataset should be used strictly as a planning reference and not for navigation, permitting, or other legal purposes.
These dataset is produced through collaboration of the New River Valley Regional 911 Authority. Involved jurisdictions include Montgomery County, Town of Blacksburg, Town of Christiansburg, and Virginia Tech.
PJ opportunity areas (10% - 50% PJ) on state and private land in Carbon SGMA.
Feature layer generated from running the Merge Layers solution.