geoclient | provides developer-friendly API
kandi X-RAY | geoclient Summary
kandi X-RAY | geoclient Summary
geoclient is a Java library. geoclient has no vulnerabilities and it has low support. However geoclient has 97 bugs and it build file is not available. You can download it from GitHub.
Geoclient is software which provides developer-friendly API's for calling the Geosupport application. Geosupport is the City of New York's official geocoder of record, written and maintained by the Department of City Planning. Geoclient is maintained by the DoITT/Citywide GIS group. NOTE: Before you read more about Geoclient, it is important to be aware of the difference between Geoclient (this project) and Geosupport. Geoclient is basically just a proxy API for accessing the Geosupport application which is the actual Geocoder and data repository. The former is like a JDBC/ODBC/DBI/etc. driver, whereas the latter is the database itself (with application logic, in this case).
Geoclient is software which provides developer-friendly API's for calling the Geosupport application. Geosupport is the City of New York's official geocoder of record, written and maintained by the Department of City Planning. Geoclient is maintained by the DoITT/Citywide GIS group. NOTE: Before you read more about Geoclient, it is important to be aware of the difference between Geoclient (this project) and Geosupport. Geoclient is basically just a proxy API for accessing the Geosupport application which is the actual Geocoder and data repository. The former is like a JDBC/ODBC/DBI/etc. driver, whereas the latter is the database itself (with application logic, in this case).
Support
Quality
Security
License
Reuse
Support
geoclient has a low active ecosystem.
It has 51 star(s) with 13 fork(s). There are 18 watchers for this library.
It had no major release in the last 12 months.
There are 12 open issues and 25 have been closed. On average issues are closed in 452 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of geoclient is 2.0.0-rc.1
Quality
geoclient has 97 bugs (0 blocker, 2 critical, 72 major, 23 minor) and 683 code smells.
Security
geoclient has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
geoclient code analysis shows 0 unresolved vulnerabilities.
There are 1 security hotspots that need review.
License
geoclient does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
geoclient releases are available to install and integrate.
geoclient has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions, examples and code snippets are available.
geoclient saves you 13018 person hours of effort in developing the same functionality from scratch.
It has 26179 lines of code, 1668 functions and 302 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed geoclient and discovered the below as its top functions. This is intended to give you an instant insight into geoclient implemented functionality, and help decide if they suit your requirements.
- The main entry point
- Displays results
- Configure the sort
- Returns a list of fields matching the specified criteria
- Creates Geosupport version from source
- Convert DSN names to a list of DS names
- Converts the source map into a FileInfo instance
- Convert from source to thinFileInfo
- Compares this object for equality
- Converts the search result into the target search response object
- Checks if this search is equal to the specified maximum value
- Create a hash code for this record
- Unmarshals the XML configuration
- Create a unique hash code for this record
- Calculate a Function 2 - letter
- 1 - B
- Compares this token with another object
- Compares this object to another
- Compares this object with another file info
- Unmarshals the field
- Checks if this object is equal to the given object
- Compares this object with the given text
- Returns true if this instance equals the specified object
- Calls the Function 3 4 4
- Calculate the hashCode of this token
- Gets the search tasks
Get all kandi verified functions for this library.
geoclient Key Features
No Key Features are available at this moment for geoclient.
geoclient Examples and Code Snippets
Copy
$ git clone https://github.com/CityOfNewYork/geoclient
$ cd geoclient
$ ./gradlew build
Community Discussions
Trending Discussions on geoclient
QUESTION
Injecting a fake concrete class via FakeItEasy and AutoFixture
Asked 2019-Dec-04 at 14:25
I've got a class I want to test where a concrete class (MyClient
) is being injected.
ANSWER
Answered 2019-Dec-04 at 14:25AutoFakeItEasy only provides fakes if the requested specimen is of a type that is either abstract or an interface. See FakeItEasyRelay:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install geoclient
The geoclient-service subproject provides the code to run Geoclient in a Java Servlet container. If you are just looking to run Geoclient as a REST service on your own servers, this section describes the high-level concepts that you need to understand to run the provided binary distribution. Geoclient is written in Java and Geosupport is written in C. Java applications use the Java Native Interface (JNI) to call C applications.
Before you run/build Geoclient, download and extract Geosupport binaries and C header files.
Platforms Currently - Linux x86_64 Unsupported but working - Windows x86_64
Download the Linux version of Geosupport Desktop files here.
Download the Linux version of Geosupport Desktop files here
details in flux but coming shortly...
Before you run/build Geoclient, download and extract Geosupport binaries and C header files.
Platforms Currently - Linux x86_64 Unsupported but working - Windows x86_64
Download the Linux version of Geosupport Desktop files here.
Download the Linux version of Geosupport Desktop files here
details in flux but coming shortly...
Support
BetaNYC presentationCode4LibNyc presentationGeoNYC presentationDoITT Press Release
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page