Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile a list of queries that will be most often used #1

Open
oubiwann opened this issue Dec 28, 2019 · 3 comments
Open

Compile a list of queries that will be most often used #1

oubiwann opened this issue Dec 28, 2019 · 3 comments

Comments

@oubiwann
Copy link
Member

Consider:

  • ingesting images (raw raster data)
  • getting data at a point
  • getting data in a neighborhood/radius
  • maybe getting data in a bounding box?
  • generating composite images (using multiple raster sources, e.g., biome images)
@oubiwann
Copy link
Member Author

oubiwann commented Dec 30, 2019

Get methods:

  • GetWorlds
  • GetResolutions
  • GetLayers
  • GetTileIDs
  • GetTile
  • GetTileCoordFromPixel
  • GetTilesFromPixel
  • GetCoordData
  • GetNeighborhoodData

@oubiwann
Copy link
Member Author

oubiwann commented Dec 30, 2019

Support methods:

  • CreateBitmap (possibly RoaringBitmap ... this could end up being the internal representaiton of a tile ...)
  • GetHilbertIndex
  • GetHilbertCoord
  • GetTileKey (or CreateTileKey)

@oubiwann
Copy link
Member Author

Set methods:

  • SetWorld
  • SetWorlds
  • SetResolution
  • SetResolutions
  • SetLayer
  • SetLayers
  • IngestImage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant