All Projects → Esri → Ago Assistant

Esri / Ago Assistant

Licence: apache-2.0
A swiss army knife for your ArcGIS Online and Portal for ArcGIS accounts

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ago Assistant

Koop
🔮 Transform, query, and download geospatial data on the web.
Stars: ✭ 505 (+304%)
Mutual labels:  data-management
Mdcs Py
MDCS is an acronym for Mosaic Dataset Configuration Script and is the entry point to a collection of Python classes/libraries that could be consumed by a Python client application to complete a given workflow for creating a mosaic dataset, populating it with data, and setting all required/desired parameters.
Stars: ✭ 38 (-69.6%)
Mutual labels:  data-management
Joint Military Symbology Xml
Joint Military Symbology Markup Language is a data encapsulation of MIL-STD-2525D and APP-6(D).
Stars: ✭ 87 (-30.4%)
Mutual labels:  data-management
Geometry Api Java
The Esri Geometry API for Java enables developers to write custom applications for analysis of spatial data. This API is used in the Esri GIS Tools for Hadoop and other 3rd-party data processing solutions.
Stars: ✭ 585 (+368%)
Mutual labels:  data-management
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+673.6%)
Mutual labels:  data-management
Mdsplus
The MDSplus data management system
Stars: ✭ 47 (-62.4%)
Mutual labels:  data-management
Girder
A data management platform for the web, developed by Kitware
Stars: ✭ 350 (+180%)
Mutual labels:  data-management
Solutions Geoprocessing Toolbox
Models, scripts, and tools for use in ArcGIS Desktop and Server to support defense and intelligence workflows.
Stars: ✭ 120 (-4%)
Mutual labels:  data-management
Isacreator
ISAcreator is a Java desktop application which allows for the creation and editing of ISA-Tab files. Originally developed by Eamonn Maguire, with further contributions by Alejandra Gonzalez-Beltran, David Johnson and Philippe Rocca-Serra (Uni. of Oxford).
Stars: ✭ 34 (-72.8%)
Mutual labels:  data-management
Kamu Cli
Next generation tool for decentralized exchange and transformation of semi-structured data
Stars: ✭ 69 (-44.8%)
Mutual labels:  data-management
Terraformer
A geographic toolkit for dealing with geometry, geography, formats, and building geo databases
Stars: ✭ 643 (+414.4%)
Mutual labels:  data-management
Proj Codes
Deprecated
Stars: ✭ 9 (-92.8%)
Mutual labels:  data-management
Geoportal Server Catalog
Geoportal Server next generation search application and metadata catalog, based on elasticsearch.
Stars: ✭ 53 (-57.6%)
Mutual labels:  data-management
Repatch
Dispatch reducers
Stars: ✭ 516 (+312.8%)
Mutual labels:  data-management
File Geodatabase Api
FileGeodatabaseAPI_1.4 (1.4.0.183) The File Geodatabase C++ API for Windows, MacOS and Linux
Stars: ✭ 94 (-24.8%)
Mutual labels:  data-management
Jekyll
Jekyll-based static site for The Programming Historian
Stars: ✭ 387 (+209.6%)
Mutual labels:  data-management
Cultivar
Multidimensional data explorer and visualization tool.
Stars: ✭ 46 (-63.2%)
Mutual labels:  data-management
Lerc
Limited Error Raster Compression
Stars: ✭ 126 (+0.8%)
Mutual labels:  data-management
Nestedtypes
BackboneJS compatibility layer for Type-R data framework.
Stars: ✭ 94 (-24.8%)
Mutual labels:  data-management
Magento2 Import Export Sample Files
Default Magento 2 CE import / export CSV files & sample files for Firebear Improved Import / Export extension
Stars: ✭ 68 (-45.6%)
Mutual labels:  data-management

ago-assistant

This app uses the ArcGIS REST API to provide several different utilities for working with content in ArcGIS Online and Portal for ArcGIS.

View it live

App

Features

  • Copy content between Portals and Organizations
  • View and edit the JSON of content
  • Update the URLs of services in a web map
  • Update the URL of a registered application or service
  • View user stats

Instructions

  1. If you want to contribute development or make changes to your own version of AGO-Assistant, fork and then clone this repo
    -OR-
    If you want to simply use the app on your own network, download a recent release.
  2. Run and try the samples.

Building the app

This project uses npm scripts to automate building and optimizing the application. It does a handful of things for you that will make it easier to configure and deploy this application to your own web server.

  • Download and install node.js.
  • Download or clone this project to your machine.
  • Go to the project folder in your terminal or command prompt and run npm install to install the project dependencies.
  • Register the app in your portal to obtain an appId for using the OAuth dialog to log in. Be sure to add the correct redirect URI (the location where your app will be hosted).
  • Update the config section in package.json with your portal's url and new appId.
  • Run npm run build to generate an optimized build in the build folder.
    • You can run the app locally for development and testing with the command npm run serve. Your browser should automatically open to localhost:8080.
    • Deploy the contents of the build folder to your own web server to distribute the app throughout your organization.

Requirements

  • Notepad or your favorite HTML editor
  • Web browser with access to the Internet

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute.

Licensing

Copyright 2015 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

[](Esri Tags: ArcGIS-Online Portal Assistant Copy Javascript) [](Esri Language: JavaScript)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].