Coder Social home page Coder Social logo

arcpy-server-util-rest's Introduction

arcpy-server-util-rest

This is a Pythonic API for consuming REST services from ArcGIS server. These are Python bindings for consuming services and administering an ArcGIS 10.1 Server via its RESTful APIs.

Please note THESE ARE NOT COMPLETE -- not all of the REST API has been wrapped or implemented. If you have a feature that you'd like to see working, then by all means feel free to contribute a patch.

Team Python Logo

Features

  • Python bindings and utilities for consuming services and administering an ArcGIS 10.1 Server via its RESTful APIs
  • There are examples in the documentation folder to get started

Instructions

  1. Download and unzip the .zip file or clone the repo.

New to Github? Get started here.

Requirements

  • Experience with Python and the REST API.

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 2012 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: ArcGIS REST Server Utility) [](Esri Language: Python)

arcpy-server-util-rest's People

Contributors

alaframboise avatar anthonymoralez avatar arcpy avatar jasonbot avatar jpardy84 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arcpy-server-util-rest's Issues

Regarding Arcpy Overwriteoutput property

Hi,

I'm facing an issue with the use of arcpy.overwriteoutput property.

I have one Python script which performs some Geo-Processing operations and at the end generates one final table named suppose "CITY_NEW". It gets created on the production server after each run of the script daily.
I have kept arcpy.overwriteoutput option set to True so that it will always replaces the old table with the newly created one.

My issue is, for sometimes script does get ended with the error saying "Table name 'CITY_NEW' already exists". But some times it gets completed successfully without any error.
Is it because the output table "CITY_NEW" may be open in some other application or getting accessed by some user while the script is replacing it? I tried doing this by keeping that table open on one system and running the script manually. This also gets ended with the same error.

If so, then why here arcpy.overwriteoutput property is not working as expected?

Please help me out with this. Do i required to provide some more details?

Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.