Getting to Know ArcGIS Pro 3.2 | 5:e upplagan
- Danskt band, Engelska, 2024
- Författare: Michael Law, Amy Collins
- Betyg:
Välj skick:
Bästa pris
931
kr
Skickas nästa vardag
Du sparar 220 kr
(19%)
mot nypris
1151
kr
Skickas inom 0-2 vardagar
895
kr
Skickas från säljare inom 0-2 vardagar
Moa
, Umeå
Verifierad säljare
Ny säljare
Du sparar 256 kr
(22%)
mot nypris
Butikslager
Onlinelager
2 st i lager
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Learn to use ArcGIS Pro confidently, quickly, and
effectively with the newest edition in this best-selling series.
Getting to Know ArcGIS Pro 3.2 introduces readers to ArcGIS
Pro, the world’s most powerful desktop GIS. Geographic information system (GIS)
software provides mapping and analytic capabilities that give people and
organizations powerful location intelligence.
Getting to Know ArcGIS Pro 3.2 walks readers through
exploring ArcGIS Online, using 3D GIS, building a geodatabase, creating maps
for web and physical presentations, and more. With more than 300 full-color
images, Getting to Know ArcGIS Pro 3.2 clarifies complicated processes,
such as developing a geoprocessing model, using Python to write a script tool,
and creating space-time cubes for analysis in easy-to-follow workflows.
Throughout the book, short sidebars about real-world GIS
scenarios in specific industries help readers understand how ArcGIS Pro can be
used widely to solve problems. At the end of each chapter, a summary and
glossary help reinforce the skills learned.
This edition has been completely updated for use with
ArcGIS Pro 3.2.
The Getting to Know series has been teaching readers
about GIS for more than 20 years. Ideal for students, self-learners, and
professionals who want to learn the premier GIS desktop application, Getting
to Know ArcGIS Pro 3.2 is a textbook and desk reference designed to show
users how to use ArcGIS Pro successfully.
effectively with the newest edition in this best-selling series.
Getting to Know ArcGIS Pro 3.2 introduces readers to ArcGIS
Pro, the world’s most powerful desktop GIS. Geographic information system (GIS)
software provides mapping and analytic capabilities that give people and
organizations powerful location intelligence.
Getting to Know ArcGIS Pro 3.2 walks readers through
exploring ArcGIS Online, using 3D GIS, building a geodatabase, creating maps
for web and physical presentations, and more. With more than 300 full-color
images, Getting to Know ArcGIS Pro 3.2 clarifies complicated processes,
such as developing a geoprocessing model, using Python to write a script tool,
and creating space-time cubes for analysis in easy-to-follow workflows.
Throughout the book, short sidebars about real-world GIS
scenarios in specific industries help readers understand how ArcGIS Pro can be
used widely to solve problems. At the end of each chapter, a summary and
glossary help reinforce the skills learned.
This edition has been completely updated for use with
ArcGIS Pro 3.2.
The Getting to Know series has been teaching readers
about GIS for more than 20 years. Ideal for students, self-learners, and
professionals who want to learn the premier GIS desktop application, Getting
to Know ArcGIS Pro 3.2 is a textbook and desk reference designed to show
users how to use ArcGIS Pro successfully.
Produktinformation
Kategori:
Naturvetenskap & teknik
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781589487772
Upplaga:
5
Utgiven:
2024-07-11
Förlag:
ESRI Press
Sidantal:
430
Används bl.a. i följande kurser
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>