All Projects → Esri → Mdcs Py

Esri / Mdcs Py

Licence: apache-2.0
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.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mdcs Py

Lerc
Limited Error Raster Compression
Stars: ✭ 126 (+231.58%)
Mutual labels:  data-management, raster, image
Qimage Mac
Mac 版本的 Markdown 一键贴图工具,基于 Alfred 实现,支持本地文件、截图、网络图片一键上传七牛云,使用简单方便
Stars: ✭ 99 (+160.53%)
Mutual labels:  image, workflow
raster-tiles-compactcache
Compact Cache V2 is used by ArcGIS to store raster tiles. The bundle file structure is very simple and optimized for quick access, resulting in improved performance over alternative formats.
Stars: ✭ 49 (+28.95%)
Mutual labels:  raster, data-management
Gil
Boost.GIL - Generic Image Library | Requires C++11 since Boost 1.68
Stars: ✭ 122 (+221.05%)
Mutual labels:  raster, image
OptimizeRasters
OptimizeRasters is a set of tools for converting raster data to optimized Tiled TIF or MRF files, moving data to cloud storage, and creating Raster Proxies.
Stars: ✭ 105 (+176.32%)
Mutual labels:  raster, data-management
Spiffworkflow
A powerful workflow engine implemented in pure Python
Stars: ✭ 959 (+2423.68%)
Mutual labels:  workflow
Swiftyimage
🎨 Generate image resources in Swift
Stars: ✭ 975 (+2465.79%)
Mutual labels:  image
My Favorite Things
Moved to: https://gitlab.com/brennovich/my-favorite-things
Stars: ✭ 30 (-21.05%)
Mutual labels:  workflow
Ruby Gem Downloads Badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
Stars: ✭ 29 (-23.68%)
Mutual labels:  image
Imagemin Module
Automatically optimize (compress) all images used in Nuxt.js
Stars: ✭ 37 (-2.63%)
Mutual labels:  image
Kirby Autofocus
Content aware image cropping for Kirby. Kirby 2 and 3.
Stars: ✭ 35 (-7.89%)
Mutual labels:  image
Common Flow
An attempt to gather a sensible selection of the most common usage patterns of git into a single and concise specification.
Stars: ✭ 33 (-13.16%)
Mutual labels:  workflow
React Grid Carousel
React responsive carousel component w/ grid layout
Stars: ✭ 29 (-23.68%)
Mutual labels:  image
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 (-10.53%)
Mutual labels:  data-management
React Image Lightbox
React lightbox component
Stars: ✭ 956 (+2415.79%)
Mutual labels:  image
Pywebp
Python bindings for WebP
Stars: ✭ 35 (-7.89%)
Mutual labels:  image
Wfl
A Simple Way of Creating Job Workflows in Go running in Processes, Containers, Tasks, Pods, or Jobs
Stars: ✭ 30 (-21.05%)
Mutual labels:  workflow
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+2444.74%)
Mutual labels:  data-management
Jdonframework
Domain-Driven-Design Pub/Sub Domain-Events framework
Stars: ✭ 978 (+2473.68%)
Mutual labels:  workflow
Rverify.js
✅❎ A lightweight image rotation verification plugin.
Stars: ✭ 33 (-13.16%)
Mutual labels:  image

mdcs-py

The Mosaic Dataset Configuration Script (MDCS) is a Python script that reads parameters stored in an xml file in order to create, configure, and populate a mosaic dataset.

If you want to try out MDCS, review the documentation included in the repo for instructions, and download the suggested sample data from ArcGIS Online.

This repo also contains MDTools, a command line tool that simplifies some common management tasks when working with rasters in a mosaic dataset.

Features

  • Automate the creation of multiple mosaic datasets
  • Configure multiple mosaic datasets using XML files
  • Built-in verbose reporting and logging system
  • Command line usage via batch files
  • Compatible with ArcMap 10.1+ and ArcGIS Pro 1.0+ (MDTools requires ArcMap 10.6.1+ or ArcGIS Pro 2.2+)
  • Use MDTools to do the following:
    • Embed raster proxies in a mosaic dataset
    • Perform search and replace for embedded raster proxy strings
    • Export file locations to a text file for rasters in a mosaic dataset in a given area of interest (AOI) and with a specific cell size

Instructions

  1. Download the ZIP file (called mdcs-py-master.zip)
  2. Create a folder called Image_Mgmt_Workflows in the root of your C: drive
  3. Unzip the contents of the MDCS ZIP file into the Image_Mgmt_Workflows folder

To get started with MDTools:

  1. Navigate to C:/Image_Mgmt_Workflows/mdcs-py/MDTools_Setup.zip
  2. Unzip the contents, then double-click MDTools_Setup.exe to install the tools.
  3. Refer to the MDTools documentation to get started.

Suggested Requirements

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.

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].