Code Monkey home page Code Monkey logo

Comments (12)

dmfenton avatar dmfenton commented on June 16, 2024

This dataset is cached and this endpoint takes 9 seconds to response. http://koop.dc.esri.com/socrata/nola/5fn8-vtui/FeatureServer/0
Something must be unhappy here...

from koop-socrata.

chelm avatar chelm commented on June 16, 2024

@dmfenton sure, its 460k features that the provider is retrieving, building extents, and then returning. Super inefficient

from koop-socrata.

dmfenton avatar dmfenton commented on June 16, 2024

But the data is already cached...I downloaded this as a csv already.

from koop-socrata.

chelm avatar chelm commented on June 16, 2024

yes its cached but the socrata providers still talks to the database...

from koop-socrata.

dmfenton avatar dmfenton commented on June 16, 2024

The response time may have nothing to do with it (though I'm not buying that it can't be faster). Here are the two calls make by ArcGIS Online:

Neither fail so I'm wondering who we can bring in to figure out why AGOL doesn't like the service. @slibby @pholleran thoughts?

from koop-socrata.

slibby avatar slibby commented on June 16, 2024

@dmfenton Pretty sure the issue is that you can't register a feature service that only consists of tables. ArcGIS Server cannot publish a feature service without a spatial layer (as feature services are a capability of mapservers), so this is an edge case that would only work with Koop. It needs a dummy geography at least.

from koop-socrata.

slibby avatar slibby commented on June 16, 2024

If the intent is to support a table-from-Koop the same way you support a csv, then there's some more work to do I think.

from koop-socrata.

dmfenton avatar dmfenton commented on June 16, 2024

It can't publish a table service?

from koop-socrata.

slibby avatar slibby commented on June 16, 2024

ArcGIS Server cannot publish a feature service without a spatial layer (as feature services are a capability of mapservers). You can certainly have tables as part of a service, but not all by their lonesomes. To further clarify, you can't publish a map service with only a table either.

from koop-socrata.

dmfenton avatar dmfenton commented on June 16, 2024

So a table service would have to be part of a map server?

from koop-socrata.

slibby avatar slibby commented on June 16, 2024

Sorry, not technically. A FeatureServer is a capability of a MapServer and cannot exist alone (unless through Portal/Hosted Data Store) so to get a "table layer at a REST Endpoint" it must be part of a mapserver or a hosted service through Portal

from koop-socrata.

dmfenton avatar dmfenton commented on June 16, 2024

Can be worked-around with pure REST API calls.

from koop-socrata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.