arcgis-python-api
arcgis-python-api copied to clipboard
Documentation and samples for ArcGIS API for Python
`part4_batch_geocoding.ipynb` fixed: Major updations: - added maps using Map() - fixed broken geocode urls - fixed broken csv_item - added spatialReference to location coordinates to convert it into Point geometry...
Updated the code so that `add_layer` is now `content.add`
Update the code, no screenshots had to be updated
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: ```python # FeatureLayer with many data points and usually an...
This pr contains changes for map widget related codes for sample `coastline-extraction-usa-landsat8-multispectral-imagery`: - protected the final result of extracted coastline web map in geosaurus online - update code for creating...
Updating the [Chennai Floods 2015 – A Geographic Analysis](https://developers.arcgis.com/python/samples/chennai-floods-analysis-rn/) to reflect 2.4 * changes needed in * adding layers when using rendering * some data layer input was not existing...
Changes: * Changed the `set_time_period` method * Replaced gifs with updated ones * Removed `ready` method and replaced it with time lag * Updated markdown description as required
The title mostly covers it. The `arcgis.gis.server.Server` code basically 'successfully' authenticates anything, invalid URL, invalid username, invalid password. It isn't until one forces a relogin that you see what should...
`part1_what_is_geocoding` guide fixed. Changes: gis login using profile added spatial reference to geocoded location for draw function to display a point fixed custom geocoding service item - which was previously...