All Projects → Esri → raster-tiles-compactcache

Esri / raster-tiles-compactcache

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to raster-tiles-compactcache

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 (+114.29%)
Mutual labels:  raster, data-management, imagery, rasters
terrain
Generate contours, hillshade, Terrain RGB, slope-angle shading tiles from elevation data.
Stars: ✭ 33 (-32.65%)
Mutual labels:  tiles, raster
image-discovery-app-js
JavaScript Image Discovery Web Application. Use to search, discover, filter, and manipulate imagery.
Stars: ✭ 22 (-55.1%)
Mutual labels:  imagery, rasters
Imagery-Apps
Example JavaScript source code for ArcGIS imagery apps (Landsat Explorer and Sentinel Explorer) that you can expand or customize.
Stars: ✭ 24 (-51.02%)
Mutual labels:  raster, imagery
oriented-imagery
Find developer resources for Oriented Imagery, including a Web AppBuilder widget and oriented imagery catalog (OIC) schema.
Stars: ✭ 21 (-57.14%)
Mutual labels:  raster, imagery
Lerc
Limited Error Raster Compression
Stars: ✭ 126 (+157.14%)
Mutual labels:  raster, 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 (-22.45%)
Mutual labels:  raster, data-management
Earthenterprise
Google Earth Enterprise - Open Source
Stars: ✭ 2,425 (+4848.98%)
Mutual labels:  raster, imagery
pdf
This is web application, micro-stackoverflow, built with Spring MVC 5, Hibernate 5, AOP and Spring Security etc . Unregistered user can search for questions and look into details including answer however registered member can post questions and answers.
Stars: ✭ 24 (-51.02%)
Mutual labels:  tiles
SonataTimelineBundle
[Abandoned] Integrates SpyTimelineBundle into Sonata
Stars: ✭ 24 (-51.02%)
Mutual labels:  bundle
mvt
Draw Mapbox Vector Tiles (MVT) in Go
Stars: ✭ 46 (-6.12%)
Mutual labels:  tiles
videowall
Video wall with multiple tiles that enables synchronized video playback, mirrored or tiled.
Stars: ✭ 57 (+16.33%)
Mutual labels:  tiles
maptiles
Download, compose and display map tiles with R
Stars: ✭ 65 (+32.65%)
Mutual labels:  tiles
LiipSearchBundle
[DEPRECATED] Google XML API for searching is discontinued
Stars: ✭ 35 (-28.57%)
Mutual labels:  bundle
parcel-plugin-externals
Parcel plugin for declaring externals. These externals will not be bundled. 📦
Stars: ✭ 47 (-4.08%)
Mutual labels:  bundle
CentrifugoBundle
📦 Provides communication with web-socket server Centrifugo in Symfony applications.
Stars: ✭ 65 (+32.65%)
Mutual labels:  bundle
grid-bundle
A Symfony2 Ajax Grid
Stars: ✭ 17 (-65.31%)
Mutual labels:  bundle
geopackage-mapcache-android
GeoPackage MapCache Android App
Stars: ✭ 33 (-32.65%)
Mutual labels:  tiles
OSMChina-NextOSM
A more modern, designed and easy-to-use UI designed for browsing OpenStreetMap.
Stars: ✭ 17 (-65.31%)
Mutual labels:  tiles
SensioBuzzBundle
No description or website provided.
Stars: ✭ 89 (+81.63%)
Mutual labels:  bundle

raster-tiles-compactcache

Documentation and sample code for Esri Compact Cache V2 format

The Compact Cache V2 is the current file format used by ArcGIS to store raster tiles. The Compact Cache V2 stores multiple tiles in a single file called a bundle. The bundle file structure is very simple and optimized for quick access, the result being improved performance over other alternative formats.

Col 0 Col 1
Row 0 Row 0 Col 0 Row 0 Col 1
Row 1 Row 1 Col 0 Row 1 Col 1

Content

This repository contains documentation, a sample cache and a Python 2.x code example of how to build Compact Cache V2 bundles from individual image tiles.

Licensing

Copyright 2016 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.

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