POST
|
Deep Neural Network Regression for Normalized Digital Surface Model Generation With Sentinel-2 Imagery Reference: Print ISSN: 1939-1404 Electronic ISSN: 2151-1535
... View more
07-22-2025
08:52 AM
|
0
|
3
|
250
|
IDEA
|
not this year, but that made me remember this from a few years ago: ..."Machine learning might offer additional opportunities... "Alexa: enter my traverse" Am..."
... View more
07-15-2025
01:26 PM
|
0
|
0
|
564
|
IDEA
|
esri's cogo has always been a separate tool so why is this reader enhancement being deployed differently? for the "required" parcel fabric, here we go again? Migrating Data From ArcStorm or Map Librarian (Coverages) to the Geodatabase and, Arc/Info New technology provides a single point of entry for all ESRI software to access ARC/INFO data in various settings. Traditional coverages ARC/INFO LIBRARIAN tiles ArcStorm databases Server support for ArcStorm on Windows NT Multifeature checkout ARC/INFO client to Spatial Database Engine (SDE ) https://www.loc.gov/preservation/digital/formats/fdd/fdd000284.shtml
... View more
07-15-2025
09:05 AM
|
0
|
0
|
577
|
POST
|
are you picking up the ArcGIS Image Server Licenses too? https://enterprise.arcgis.com/en/image/latest/get-started/windows/steps-to-get-arcgis-image-server-up-and-running.htm
... View more
07-08-2025
09:23 AM
|
0
|
1
|
332
|
IDEA
|
we used to do that with autodesk but uninstall/install and underlying windows os updates made it a mess with things like shared dlls, registry cleanup, etc. even having esri and autodesk on the same box has had similar problems now if we are talking about including ArcGIS Pro on a unix os... we easily had multiple arc/info versions installed on the same workstation by simply copying the program from dvd to a separate folder on disk and edit a .profile file or two have not fooled with the Pro on a Mac options, boot camp, split boots, virtual desktops, etc. https://pro.arcgis.com/en/pro-app/latest/get-started/run-pro-on-a-mac.htm#
... View more
07-08-2025
09:19 AM
|
0
|
0
|
324
|
POST
|
take a look at the similar setup for spatio-temporal data stores
... View more
07-02-2025
10:40 AM
|
1
|
0
|
618
|
POST
|
your move to ha will involve a lot more than that step if you have the option, build it from scratch
... View more
07-02-2025
10:38 AM
|
0
|
0
|
512
|
IDEA
|
Does ArcGIS Enterprise still impose a limit of 16 characters for attribute index names? https://community.esri.com/t5/arcgis-enterprise-questions/does-arcgis-enterprise-still-impose-a-limit-of-16/m-p/1626250#M42483
... View more
07-01-2025
12:02 PM
|
0
|
0
|
155
|
POST
|
https://docs.oracle.com/en/database/oracle/oracle-database/23/odpnt/EFCoreIdentifier.html Identifier Name Length and Uniqueness Oracle Database limit identifier names, such as table names, column names, and primary key names, to 128 bytes. Oracle Entity Framework Core will automatically truncate identifier names that are too long to this specified length, except for table names. This prevents both the user and Entity Framework Core from creating identifiers beyond the maximum character limit of the Oracle Database and receiving an "ORA-00972: IDENTIFIER IS TOO LONG" error” in most instances. If the identifiers use multi-byte characters, the maximum identifier length may require a setting with character expansion ratio in mind to assure that all identifiers can be created in the Oracle database. For example, if the Oracle database character set is UTF8, a single character may require up to 4 bytes. Thus, to guarantee that all identifiers can be created in an Oracle database that does not support long identifiers, the RelationalAnnotationNames MaxIdentifierLength field can be set to 32 bytes (i.e. 128 bytes divided by 4). By default, Oracle EF Core MaxIdentifierLength has a value of 128. Even if your EF Core model does not use identifier names longer than what your database version supports, you should consider setting MaxIdentifierLength to a lower value. ODP.NET and Entity Framework Core auto-generate schema object names from models. They may, on occasion, append additional characters to the names, which could exceed the maximum number of characters the database permits. By setting the MaxIdentifierLength, you prevent EF Core from causing the ORA-00972 error inadvertently.
... View more
07-01-2025
11:56 AM
|
0
|
0
|
365
|
POST
|
Index name 16 if created in ArcGIS. ArcGIS can read up to the database limit for indexes created outside ArcGIS. ArcGIS imposes a limit of 16 characters for index names created within ArcGIS in most databases. However, for SQL Server and SQLite, index names can be up to 128 characters. If the index is created outside ArcGIS, ArcGIS can read up to the database's maximum limit for index names. Additionally: Index names must start with a letter and cannot contain spaces or reserved database keywords. ArcGIS does not support object names requiring delimiters (e.g., double quotation marks). If you need further details about specific databases or scenarios, feel free to ask!
... View more
07-01-2025
11:51 AM
|
0
|
0
|
365
|
POST
|
Index name 16 if created in ArcGIS. ArcGIS can read up to the database limit for indexes created outside ArcGIS. https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-oracle/enterprise-geodatabase-limits.htm
... View more
07-01-2025
11:49 AM
|
0
|
0
|
365
|
POST
|
what is oracle spatial Oracle Spatial is an optional feature of the Oracle Database Enterprise Edition that provides advanced geospatial capabilities. It is designed to store and manage spatial data, such as geographic features represented by points, lines, and polygons. Oracle Spatial supports the SDO_Geometry type, which is implemented using Oracle's extensible object-relational type system. Key features of Oracle Spatial include: Geodetic Data Support: It supports geodetic coordinates (latitude and longitude) for measuring the Earth's surface. SQL Access: Provides ISO and OGC-compliant SQL access to spatial data. Efficient Storage: Designed to efficiently use database resources and support features like replication and partitioning. Compatibility: Works with ArcGIS to manage feature and raster datasets in enterprise geodatabases or Oracle databases. Oracle Locator is a subset of Oracle Spatial capabilities and is included as a standard feature in Oracle Database Standard and Enterprise editions.
... View more
07-01-2025
11:46 AM
|
0
|
0
|
365
|
POST
|
which databases require that limit? The 16-character limit for attribute index names in ArcGIS is imposed to ensure compatibility across all supported databases and facilitate data sharing between geodatabases. Specifically: Oracle Spatial has a stricter limitation, allowing up to 18 characters for spatial index names, with two characters reserved for appending "_A." SQL Server and SQLite allow longer index names (up to 128 characters), but ArcGIS enforces the 16-character limit to maintain consistency across geodatabases. This restriction is based on the smallest allowable length within supported databases.
... View more
07-01-2025
11:44 AM
|
0
|
0
|
365
|
Title | Kudos | Posted |
---|---|---|
2 | 08-26-2025 03:11 PM | |
2 | 07-29-2025 01:20 PM | |
1 | 10-02-2015 09:29 AM | |
1 | 07-09-2025 08:24 AM | |
1 | 06-13-2025 09:28 AM |
Online Status |
Offline
|
Date Last Visited |
08-27-2025
08:02 AM
|